0byt3m1n1
Path:
/
data
/
20
/
4
/
93
/
7
/
4256007
/
meta
/
4830016
/
mysql.backup
/
[
Home
]
File: innovation_wp.mysqlcluster6.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster6 Database: innovation_wp -- ------------------------------------------------------ -- Server version 5.6.50-90.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 */; -- -- Temporary view structure for view `all_terms` -- DROP TABLE IF EXISTS `all_terms`; /*!50001 DROP VIEW IF EXISTS `all_terms`*/; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; /*!50001 CREATE VIEW `all_terms` AS SELECT 1 AS `term_id`, 1 AS `name`, 1 AS `slug`, 1 AS `term_taxonomy_id`, 1 AS `object_id`, 1 AS `taxonomy`*/; SET character_set_client = @saved_cs_client; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=36001 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://innovationbrain.com','yes'),(2,'home','http://innovationbrain.com','yes'),(3,'blogname','Innovation Brain','yes'),(4,'blogdescription','Just another WordPress site','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','raluca.elena.f@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:6:{i:0;s:34:\"advanced-custom-fields-pro/acf.php\";i:1;s:41:\"employee-spotlight/employee-spotlight.php\";i:2;s:23:\"loco-translate/loco.php\";i:3;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:4;s:21:\"polylang/polylang.php\";i:5;s:20:\"team-members/tmm.php\";}','yes'),(33,'category_base','','yes'),(34,'ping_sites','http://rpc.pingomatic.com/','yes'),(35,'comment_max_links','2','yes'),(36,'gmt_offset','0','yes'),(37,'default_email_category','1','yes'),(38,'recently_edited','a:5:{i:0;s:111:\"\\\\WDP\\DFS\\30\\5\\2\\8\\3065116825\\user\\sites\\4830016.site\\www/wp-content/plugins/advanced-custom-fields-pro/acf.php\";i:1;s:96:\"\\\\WDP\\DFS\\30\\5\\2\\8\\3065116825\\user\\sites\\4830016.site\\www/wp-content/themes/innovation/style.css\";i:2;s:111:\"\\\\WDP\\DFS\\30\\5\\2\\8\\3065116825\\user\\sites\\4830016.site\\www/wp-content/plugins/ACF-flexField/flexible-content.php\";i:3;s:115:\"\\\\WDP\\DFS\\30\\5\\2\\8\\3065116825\\user\\sites\\4830016.site\\www/wp-content/plugins/ACF-flexField/acf-flexible-content.php\";i:4;s:107:\"\\\\WDP\\DFS\\30\\5\\2\\8\\3065116825\\user\\sites\\4830016.site\\www/wp-content/plugins/advanced-custom-fields/acf.php\";}','no'),(39,'template','innovation','yes'),(40,'stylesheet','innovation','yes'),(41,'comment_whitelist','1','yes'),(42,'blacklist_keys','','no'),(43,'comment_registration','0','yes'),(44,'html_type','text/html','yes'),(45,'use_trackback','0','yes'),(46,'default_role','subscriber','yes'),(47,'db_version','38590','yes'),(48,'uploads_use_yearmonth_folders','','yes'),(49,'upload_path','','yes'),(50,'blog_public','1','yes'),(51,'default_link_category','2','yes'),(52,'show_on_front','page','yes'),(53,'tag_base','','yes'),(54,'show_avatars','1','yes'),(55,'avatar_rating','G','yes'),(56,'upload_url_path','','yes'),(57,'thumbnail_size_w','150','yes'),(58,'thumbnail_size_h','150','yes'),(59,'thumbnail_crop','1','yes'),(60,'medium_size_w','300','yes'),(61,'medium_size_h','300','yes'),(62,'avatar_default','mystery','yes'),(63,'large_size_w','1024','yes'),(64,'large_size_h','1024','yes'),(65,'image_default_link_type','','yes'),(66,'image_default_size','','yes'),(67,'image_default_align','','yes'),(68,'close_comments_for_old_posts','0','yes'),(69,'close_comments_days_old','14','yes'),(70,'thread_comments','1','yes'),(71,'thread_comments_depth','5','yes'),(72,'page_comments','0','yes'),(73,'comments_per_page','50','yes'),(74,'default_comments_page','newest','yes'),(75,'comment_order','asc','yes'),(76,'sticky_posts','a:0:{}','yes'),(77,'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'),(78,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'uninstall_plugins','a:0:{}','no'),(81,'timezone_string','','yes'),(82,'page_for_posts','0','yes'),(83,'page_on_front','2','yes'),(84,'default_post_format','0','yes'),(85,'link_manager_enabled','0','yes'),(86,'finished_splitting_shared_terms','1','yes'),(87,'site_icon','0','yes'),(88,'medium_large_size_w','768','yes'),(89,'medium_large_size_h','0','yes'),(90,'initial_db_version','35700','yes'),(91,'wp_user_roles','a:6:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:77:{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:10:\"loco_admin\";b:1;s:11:\"edit_groups\";b:1;s:13:\"manage_groups\";b:1;s:13:\"assign_groups\";b:1;s:20:\"manage_employee_tags\";b:1;s:31:\"manage_operations_emd_employees\";b:1;s:33:\"view_employee_spotlight_dashboard\";b:1;s:18:\"edit_employee_tags\";b:1;s:23:\"manage_office_locations\";b:1;s:23:\"delete_office_locations\";b:1;s:18:\"edit_emd_employees\";b:1;s:20:\"delete_employee_tags\";b:1;s:20:\"assign_employee_tags\";b:1;s:21:\"edit_office_locations\";b:1;s:13:\"delete_groups\";b:1;s:23:\"assign_office_locations\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{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: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:10:\"translator\";a:2:{s:4:\"name\";s:10:\"Translator\";s:12:\"capabilities\";a:1:{s:10:\"loco_admin\";b:1;}}}','yes'),(92,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(93,'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'),(94,'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'),(95,'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'),(96,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'sidebars_widgets','a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"orphaned_widgets_1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}','yes'),(99,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'cron','a:4:{i:1620492460;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:1620492474;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:1620495453;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;}}}s:7:\"version\";i:2;}','yes'),(135,'_transient_twentysixteen_categories','1','yes'),(137,'current_theme','Innovation','yes'),(138,'theme_mods_Brain2016','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1454346760;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"orphaned_widgets_1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(139,'theme_switched','','yes'),(143,'theme_mods_twentysixteen','a:2:{s:18:\"nav_menu_locations\";a:5:{s:8:\"main_nav\";i:2;s:13:\"left_triangle\";i:3;s:14:\"right_triangle\";i:4;s:15:\"bottom_triangle\";i:5;s:6:\"footer\";i:6;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1481996212;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(160,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(185,'recently_activated','a:1:{s:31:\"awesome-studio/awesome-ui-2.php\";i:1524667305;}','yes'),(193,'acf_version','95.3.2.2','yes'),(343,'ftp_credentials','a:3:{s:8:\"hostname\";s:19:\"innovationbrain.com\";s:8:\"username\";s:14:\"ralu_fadur2018\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(530,'widget_mc4wp_form_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(533,'mc4wp_flash_messages','a:0:{}','yes'),(541,'mc4wp','a:2:{s:7:\"api_key\";s:37:\"8747e58c77556f0dbe7ebe16ab67d0f8-us12\";s:20:\"allow_usage_tracking\";i:0;}','yes'),(563,'mc4wp_form_preview_id','1427','no'),(565,'mc4wp_default_form_id','1426','yes'),(568,'mc4wp_form_stylesheets','a:0:{}','yes'),(569,'mc4wp_integrations','a:9:{s:11:\"ninja-forms\";a:0:{}s:15:\"wp-comment-form\";a:0:{}s:20:\"wp-registration-form\";a:0:{}s:10:\"buddypress\";a:0:{}s:11:\"woocommerce\";a:0:{}s:22:\"easy-digital-downloads\";a:0:{}s:14:\"contact-form-7\";a:0:{}s:14:\"events-manager\";a:0:{}s:6:\"custom\";a:5:{s:5:\"lists\";a:1:{i:1;s:10:\"c890e73ae5\";}s:12:\"double_optin\";s:1:\"0\";s:12:\"send_welcome\";s:1:\"0\";s:15:\"update_existing\";s:1:\"1\";s:17:\"replace_interests\";s:1:\"0\";}}','yes'),(6715,'auto_core_update_notified','a:4:{s:4:\"type\";s:4:\"fail\";s:5:\"email\";s:24:\"raluca.elena.f@gmail.com\";s:7:\"version\";s:6:\"4.7.20\";s:9:\"timestamp\";i:1618462417;}','no'),(8323,'db_upgraded','','yes'),(8329,'mc4wp_version','4.0.11','yes'),(9132,'_site_transient_timeout_browser_cb20ebbdf8ad5a426d5ed721d0677dad','1482601003','no'),(9133,'_site_transient_browser_cb20ebbdf8ad5a426d5ed721d0677dad','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"55.0.2883.95\";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'),(9134,'can_compress_scripts','1','no'),(9151,'theme_mods_innovation','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:6:{s:8:\"main_nav\";i:2;s:13:\"left_triangle\";i:3;s:14:\"right_triangle\";i:4;s:15:\"bottom_triangle\";i:5;s:6:\"footer\";i:6;s:9:\"lang_menu\";i:14;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(9153,'polylang','a:15:{s:7:\"browser\";i:1;s:7:\"rewrite\";i:1;s:12:\"hide_default\";i:0;s:10:\"force_lang\";i:1;s:13:\"redirect_lang\";i:0;s:13:\"media_support\";i:1;s:9:\"uninstall\";i:0;s:4:\"sync\";a:0:{}s:10:\"post_types\";a:0:{}s:10:\"taxonomies\";a:0:{}s:7:\"domains\";a:0:{}s:7:\"version\";s:6:\"2.0.12\";s:12:\"default_lang\";s:2:\"en\";s:9:\"nav_menus\";a:1:{s:10:\"innovation\";a:6:{s:8:\"main_nav\";a:3:{s:2:\"en\";i:2;s:3:\"zho\";i:31;s:2:\"zh\";i:22;}s:13:\"left_triangle\";a:3:{s:2:\"en\";i:3;s:3:\"zho\";i:33;s:2:\"zh\";i:24;}s:14:\"right_triangle\";a:3:{s:2:\"en\";i:4;s:3:\"zho\";i:32;s:2:\"zh\";i:23;}s:15:\"bottom_triangle\";a:3:{s:2:\"en\";i:5;s:3:\"zho\";i:34;s:2:\"zh\";i:25;}s:6:\"footer\";a:3:{s:2:\"en\";i:6;s:3:\"zho\";i:30;s:2:\"zh\";i:21;}s:9:\"lang_menu\";a:3:{s:2:\"en\";i:14;s:3:\"zho\";i:14;s:2:\"zh\";i:14;}}}s:16:\"previous_version\";s:6:\"2.0.11\";}','yes'),(9154,'polylang_wpml_strings','a:0:{}','yes'),(9155,'widget_polylang','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(9163,'rewrite_rules','','yes'),(9179,'loco_settings','a:3:{s:1:\"c\";s:18:\"Loco_data_Settings\";s:1:\"v\";i:0;s:1:\"d\";a:7:{s:7:\"version\";s:6:\"2.0.10\";s:8:\"gen_hash\";b:0;s:9:\"use_fuzzy\";b:1;s:11:\"num_backups\";i:1;s:9:\"pot_alias\";a:3:{i:0;s:10:\"default.po\";i:1;s:8:\"en_US.po\";i:2;s:5:\"en.po\";}s:10:\"fs_persist\";b:0;s:12:\"max_php_size\";s:4:\"100K\";}}','yes'),(9180,'_transient_loco_po_1d69099994d2640509e11d83babf7b79','a:3:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:42:\"themes/innovation/languages/innovation.pot\";s:5:\"bytes\";i:2401;s:5:\"mtime\";i:1481998579;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:24;s:1:\"p\";i:0;s:1:\"f\";i:0;}}}','yes'),(9181,'_transient_loco_po_4fd9cbaf2d31af84a49dad6d3a637c6a','a:3:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:36:\"languages/themes/innovation-en_GB.po\";s:5:\"bytes\";i:2850;s:5:\"mtime\";i:1481998607;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:24;s:1:\"p\";i:17;s:1:\"f\";i:0;}}}','yes'),(9182,'_transient_loco_po_6a97c476b059ebaa5ab90bc0847daac4','a:3:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:36:\"languages/themes/innovation-zh_HK.po\";s:5:\"bytes\";i:2679;s:5:\"mtime\";i:1481998746;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:24;s:1:\"p\";i:13;s:1:\"f\";i:0;}}}','yes'),(9185,'fresh_site','0','yes'),(9200,'loco_recent','a:3:{s:1:\"c\";s:21:\"Loco_data_RecentItems\";s:1:\"v\";i:0;s:1:\"d\";a:1:{s:6:\"bundle\";a:1:{s:16:\"theme.innovation\";i:1482181760;}}}','no'),(9262,'acf_pro_license','YToyOntzOjM6ImtleSI7czo3MjoiYjNKa1pYSmZhV1E5T1RJNU5EWjhkSGx3WlQxa1pYWmxiRzl3WlhKOFpHRjBaVDB5TURFMkxURXhMVEUzSURFMU9qUTNPakExIjtzOjM6InVybCI7czoyNjoiaHR0cDovL2lubm92YXRpb25icmFpbi5jb20iO30=','yes'),(9267,'_site_transient_timeout_browser_cd07c4a7a86f684d711f0467bdfe13bf','1482782872','no'),(9268,'_site_transient_browser_cd07c4a7a86f684d711f0467bdfe13bf','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:6:\"10.0.1\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(9279,'category_children','a:0:{}','yes'),(9351,'_transient_timeout_mc4wp_mailchimp_lists_v3','1482617216','no'),(9352,'_transient_mc4wp_mailchimp_lists_v3','a:1:{s:10:\"c890e73ae5\";O:20:\"MC4WP_MailChimp_List\":6:{s:2:\"id\";s:10:\"c890e73ae5\";s:6:\"web_id\";s:5:\"87589\";s:4:\"name\";s:27:\"Innovation Brain Newsletter\";s:16:\"subscriber_count\";i:450;s:12:\"merge_fields\";a:3:{i:0;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:13:\"Email Address\";s:10:\"field_type\";s:5:\"email\";s:3:\"tag\";s:5:\"EMAIL\";s:8:\"required\";b:1;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}i:1;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:10:\"First Name\";s:10:\"field_type\";s:4:\"text\";s:3:\"tag\";s:5:\"FNAME\";s:8:\"required\";b:0;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}i:2;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:9:\"Last Name\";s:10:\"field_type\";s:4:\"text\";s:3:\"tag\";s:5:\"LNAME\";s:8:\"required\";b:0;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}}s:19:\"interest_categories\";a:0:{}}}','no'),(9353,'mc4wp_mailchimp_lists_v3_fallback','a:1:{s:10:\"c890e73ae5\";O:20:\"MC4WP_MailChimp_List\":6:{s:2:\"id\";s:10:\"c890e73ae5\";s:6:\"web_id\";s:5:\"87589\";s:4:\"name\";s:27:\"Innovation Brain Newsletter\";s:16:\"subscriber_count\";i:450;s:12:\"merge_fields\";a:3:{i:0;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:13:\"Email Address\";s:10:\"field_type\";s:5:\"email\";s:3:\"tag\";s:5:\"EMAIL\";s:8:\"required\";b:1;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}i:1;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:10:\"First Name\";s:10:\"field_type\";s:4:\"text\";s:3:\"tag\";s:5:\"FNAME\";s:8:\"required\";b:0;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}i:2;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:9:\"Last Name\";s:10:\"field_type\";s:4:\"text\";s:3:\"tag\";s:5:\"LNAME\";s:8:\"required\";b:0;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}}s:19:\"interest_categories\";a:0:{}}}','no'),(10313,'_site_transient_timeout_browser_dff177876e22ddc43470e135e8edbe87','1486549658','no'),(10314,'_site_transient_browser_dff177876e22ddc43470e135e8edbe87','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"55.0.2883.95\";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'),(14474,'_site_transient_timeout_browser_792023cda893a89c4cd363935f32b00a','1503944685','no'),(14475,'_site_transient_browser_792023cda893a89c4cd363935f32b00a','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"60.0.3112.101\";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'),(14504,'_site_transient_timeout_browser_79290445b821af2805351bad8f397267','1503995456','no'),(14505,'_site_transient_browser_79290445b821af2805351bad8f397267','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"60.0.3112.101\";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'),(14987,'_site_transient_timeout_browser_5ee5ac3bc9c37bafbda23e0d36cffc80','1505987578','no'),(14988,'_site_transient_browser_5ee5ac3bc9c37bafbda23e0d36cffc80','a:9:{s:8:\"platform\";s:5:\"Linux\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"60.0.3112.113\";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'),(16082,'_site_transient_timeout_browser_ae7243d6fcce16c4a1bb2c2339d3a779','1509972303','no'),(16083,'_site_transient_browser_ae7243d6fcce16c4a1bb2c2339d3a779','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"61.0.3163.100\";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'),(16441,'_site_transient_timeout_browser_0f568b11a74d5c4fce6dae540063a05a','1510939141','no'),(16442,'_site_transient_browser_0f568b11a74d5c4fce6dae540063a05a','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"61.0.3163.100\";s:8:\"platform\";s:9:\"Macintosh\";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'),(17213,'_site_transient_timeout_browser_f3f76e59bfe58ff0f210dd4a7ddfd652','1513787105','no'),(17214,'_site_transient_browser_f3f76e59bfe58ff0f210dd4a7ddfd652','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"62.0.3202.94\";s:8:\"platform\";s:9:\"Macintosh\";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'),(17806,'_site_transient_timeout_browser_bd7c4fab476be08b34da0480eb9eeacd','1516178669','no'),(17807,'_site_transient_browser_bd7c4fab476be08b34da0480eb9eeacd','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"63.0.3239.84\";s:8:\"platform\";s:9:\"Macintosh\";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'),(19173,'_site_transient_timeout_browser_c3f4880a341235d5e458bb552045ed84','1521025873','no'),(19174,'_site_transient_browser_c3f4880a341235d5e458bb552045ed84','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"64.0.3282.186\";s:8:\"platform\";s:9:\"Macintosh\";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'),(19237,'_site_transient_timeout_popular_importers_0a1ebf537f500dadf2e44a5387f18a0e','1520687045','no'),(19238,'_site_transient_popular_importers_0a1ebf537f500dadf2e44a5387f18a0e','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:54:\"Import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:71:\"Convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:10:\"wp-cat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:46:\"Import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:62:\"Import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:28:\"Import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:30:\"Import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:53:\"Import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:96:\"Import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','no'),(19475,'_site_transient_timeout_browser_49da57eac7f840522fef2b86e883cffa','1522067201','no'),(19476,'_site_transient_browser_49da57eac7f840522fef2b86e883cffa','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"64.0.3282.186\";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'),(19681,'WPLANG','','yes'),(19730,'tmm_is_updated_yn9090','old_data_recovered','yes'),(19743,'aw2_trigger_when_children','a:0:{}','yes'),(19778,'auto_core_update_failed','a:6:{s:9:\"attempted\";s:6:\"4.7.20\";s:7:\"current\";s:3:\"4.7\";s:10:\"error_code\";s:32:\"copy_failed_for_update_core_file\";s:10:\"error_data\";s:33:\"wp-admin/includes/update-core.php\";s:9:\"timestamp\";i:1618462417;s:5:\"retry\";b:0;}','no'),(20055,'_site_transient_timeout_browser_efc56fe28520bcd166ef136f44025003','1523949773','no'),(20056,'_site_transient_browser_efc56fe28520bcd166ef136f44025003','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"65.0.3325.181\";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'),(20134,'_transient_timeout_awesome_studio_types','1523615868','no'),(20135,'_transient_awesome_studio_types','','no'),(20314,'_site_transient_timeout_browser_b5483dbc2768b79379061516ecba2c1a','1525271499','no'),(20315,'_site_transient_browser_b5483dbc2768b79379061516ecba2c1a','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"66.0.3359.117\";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'),(20332,'_transient_timeout_aw_upgrade_notice_2.4.2','1524753694','no'),(20333,'_transient_aw_upgrade_notice_2.4.2','','no'),(20334,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1524678205','no'),(20335,'_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:4455;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2741;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2553;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2422;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1868;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1646;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1637;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1452;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1387;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1386;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1383;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1310;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1283;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1200;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1098;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1058;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1022;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1006;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:881;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:875;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:826;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:802;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:800;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:706;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:689;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:684;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:681;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:672;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:655;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:655;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:641;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:639;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:633;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:622;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:610;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:604;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:601;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:593;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:588;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:585;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:562;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:545;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:535;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:531;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:520;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:520;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:511;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:504;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:492;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:491;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:489;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:483;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:479;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:477;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:469;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:465;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:456;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:454;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:437;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:432;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:425;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:423;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:419;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:415;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:413;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:412;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:405;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:404;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:390;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:388;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:384;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:364;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:361;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:356;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:354;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:347;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:346;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:346;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:343;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:341;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:338;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:337;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:337;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:332;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:331;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:329;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:321;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:312;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:304;}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:303;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:303;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:300;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:296;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:294;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:294;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:292;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:290;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:289;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:289;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:285;}}','no'),(20340,'employee_spotlight_setup_pages','1','yes'),(20341,'employee_spotlight_ent_list','a:1:{s:12:\"emd_employee\";a:8:{s:5:\"label\";s:9:\"Employees\";s:7:\"rewrite\";s:9:\"employees\";s:12:\"archive_view\";i:1;s:8:\"sortable\";i:0;s:10:\"searchable\";i:1;s:11:\"unique_keys\";a:1:{i:0;s:9:\"blt_title\";}s:8:\"blt_list\";a:2:{s:11:\"blt_content\";s:3:\"Bio\";s:11:\"blt_excerpt\";s:7:\"Excerpt\";}s:7:\"req_blt\";a:1:{s:9:\"blt_title\";a:1:{s:3:\"msg\";s:5:\"Title\";}}}}','yes'),(20342,'employee_spotlight_shc_list','a:5:{s:3:\"app\";s:18:\"Employee Spotlight\";s:8:\"has_gmap\";i:0;s:6:\"has_bs\";i:0;s:10:\"remove_vis\";i:0;s:4:\"shcs\";a:2:{s:20:\"employee_circle_grid\";a:3:{s:10:\"class_name\";s:12:\"emd_employee\";s:4:\"type\";s:3:\"std\";s:10:\"page_title\";s:20:\"Employee Circle Grid\";}s:26:\"employee_circle_panel_grid\";a:3:{s:10:\"class_name\";s:12:\"emd_employee\";s:4:\"type\";s:3:\"std\";s:10:\"page_title\";s:26:\"Employee Circle Panel Grid\";}}}','yes'),(20343,'employee_spotlight_attr_list','a:1:{s:12:\"emd_employee\";a:13:{s:21:\"emd_employee_featured\";a:10:{s:5:\"label\";s:8:\"Featured\";s:12:\"display_type\";s:8:\"checkbox\";s:8:\"required\";i:0;s:9:\"srequired\";i:0;s:10:\"filterable\";i:0;s:12:\"list_visible\";i:1;s:3:\"mid\";s:32:\"emd_employee_info_emd_employee_0\";s:4:\"desc\";s:143:\"Sets employee as featured which can be used to select employees in available views using Visual Shortcode Builder and Featured employee widget.\";s:4:\"type\";s:6:\"binary\";s:7:\"options\";a:1:{i:1;i:1;}}s:18:\"emd_employee_photo\";a:11:{s:5:\"label\";s:5:\"Photo\";s:12:\"display_type\";s:14:\"thickbox_image\";s:8:\"required\";i:0;s:9:\"srequired\";i:0;s:10:\"filterable\";i:0;s:12:\"list_visible\";i:1;s:3:\"mid\";s:32:\"emd_employee_info_emd_employee_0\";s:4:\"desc\";s:53:\"Photo of the employee. 250x250 is the preferred size.\";s:4:\"type\";s:4:\"char\";s:16:\"max_file_uploads\";i:1;s:8:\"file_ext\";s:16:\"jpg,jpeg,png,gif\";}s:21:\"emd_employee_jobtitle\";a:8:{s:5:\"label\";s:9:\"Job Title\";s:12:\"display_type\";s:4:\"text\";s:8:\"required\";i:0;s:9:\"srequired\";i:0;s:10:\"filterable\";i:0;s:12:\"list_visible\";i:1;s:3:\"mid\";s:32:\"emd_employee_info_emd_employee_0\";s:4:\"type\";s:4:\"char\";}s:28:\"emd_employee_primary_address\";a:8:{s:5:\"label\";s:15:\"Primary Address\";s:12:\"display_type\";s:4:\"text\";s:8:\"required\";i:0;s:9:\"srequired\";i:0;s:10:\"filterable\";i:0;s:12:\"list_visible\";i:0;s:3:\"mid\";s:32:\"emd_employee_info_emd_employee_0\";s:4:\"type\";s:4:\"char\";}s:18:\"emd_employee_phone\";a:8:{s:5:\"label\";s:5:\"Phone\";s:12:\"display_type\";s:4:\"text\";s:8:\"required\";i:0;s:9:\"srequired\";i:0;s:10:\"filterable\";i:1;s:12:\"list_visible\";i:0;s:3:\"mid\";s:32:\"emd_employee_info_emd_employee_0\";s:4:\"type\";s:4:\"char\";}s:19:\"emd_employee_mobile\";a:8:{s:5:\"label\";s:6:\"Mobile\";s:12:\"display_type\";s:4:\"text\";s:8:\"required\";i:0;s:9:\"srequired\";i:0;s:10:\"filterable\";i:1;s:12:\"list_visible\";i:0;s:3:\"mid\";s:32:\"emd_employee_info_emd_employee_0\";s:4:\"type\";s:4:\"char\";}s:18:\"emd_employee_email\";a:9:{s:5:\"label\";s:5:\"Email\";s:12:\"display_type\";s:4:\"text\";s:8:\"required\";i:0;s:9:\"srequired\";i:0;s:10:\"filterable\";i:0;s:12:\"list_visible\";i:1;s:3:\"mid\";s:32:\"emd_employee_info_emd_employee_0\";s:4:\"type\";s:4:\"char\";s:5:\"email\";b:1;}s:21:\"emd_employee_facebook\";a:8:{s:5:\"label\";s:8:\"Facebook\";s:12:\"display_type\";s:4:\"text\";s:8:\"required\";i:0;s:9:\"srequired\";i:0;s:10:\"filterable\";i:0;s:12:\"list_visible\";i:0;s:3:\"mid\";s:32:\"emd_employee_info_emd_employee_0\";s:4:\"type\";s:4:\"char\";}s:19:\"emd_employee_google\";a:8:{s:5:\"label\";s:7:\"Google+\";s:12:\"display_type\";s:4:\"text\";s:8:\"required\";i:0;s:9:\"srequired\";i:0;s:10:\"filterable\";i:0;s:12:\"list_visible\";i:0;s:3:\"mid\";s:32:\"emd_employee_info_emd_employee_0\";s:4:\"type\";s:4:\"char\";}s:20:\"emd_employee_twitter\";a:8:{s:5:\"label\";s:7:\"Twitter\";s:12:\"display_type\";s:4:\"text\";s:8:\"required\";i:0;s:9:\"srequired\";i:0;s:10:\"filterable\";i:0;s:12:\"list_visible\";i:0;s:3:\"mid\";s:32:\"emd_employee_info_emd_employee_0\";s:4:\"type\";s:4:\"char\";}s:21:\"emd_employee_linkedin\";a:8:{s:5:\"label\";s:8:\"Linkedin\";s:12:\"display_type\";s:4:\"text\";s:8:\"required\";i:0;s:9:\"srequired\";i:0;s:10:\"filterable\";i:0;s:12:\"list_visible\";i:0;s:3:\"mid\";s:32:\"emd_employee_info_emd_employee_0\";s:4:\"type\";s:4:\"char\";}s:19:\"emd_employee_github\";a:8:{s:5:\"label\";s:6:\"Github\";s:12:\"display_type\";s:4:\"text\";s:8:\"required\";i:0;s:9:\"srequired\";i:0;s:10:\"filterable\";i:1;s:12:\"list_visible\";i:0;s:3:\"mid\";s:32:\"emd_employee_info_emd_employee_0\";s:4:\"type\";s:4:\"char\";}s:21:\"emd_employee_birthday\";a:10:{s:5:\"label\";s:8:\"Birthday\";s:12:\"display_type\";s:4:\"date\";s:8:\"required\";i:0;s:9:\"srequired\";i:0;s:10:\"filterable\";i:1;s:12:\"list_visible\";i:0;s:3:\"mid\";s:32:\"emd_employee_info_emd_employee_0\";s:4:\"type\";s:4:\"date\";s:7:\"dformat\";a:1:{s:10:\"dateFormat\";s:8:\"mm-dd-yy\";}s:11:\"date_format\";s:5:\"m-d-Y\";}}}','yes'),(20344,'employee_spotlight_glob_init_list','a:1:{s:19:\"glb_imgborder_color\";a:8:{s:5:\"label\";s:18:\"Image Border Color\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:110:\"Sets the color of image border. If you put in \"rgba(0, 0, 0, 0)\" (without quotes), it will not display border.\";s:6:\"values\";s:0:\"\";s:4:\"dflt\";s:7:\"#4abaae\";s:8:\"required\";i:0;s:8:\"shc_list\";a:7:{i:0;s:20:\"employee_circle_grid\";i:1;s:15:\"single_employee\";i:2;s:26:\"employee_circle_panel_grid\";i:3;s:16:\"archive_employee\";i:4;s:15:\"employee_groups\";i:5;s:18:\"employee_locations\";i:6;s:13:\"employee_tags\";}s:3:\"val\";s:7:\"#4abaae\";}}','yes'),(20345,'employee_spotlight_glob_list','a:1:{s:19:\"glb_imgborder_color\";a:8:{s:5:\"label\";s:18:\"Image Border Color\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:110:\"Sets the color of image border. If you put in \"rgba(0, 0, 0, 0)\" (without quotes), it will not display border.\";s:6:\"values\";s:0:\"\";s:4:\"dflt\";s:7:\"#4abaae\";s:8:\"required\";i:0;s:8:\"shc_list\";a:7:{i:0;s:20:\"employee_circle_grid\";i:1;s:15:\"single_employee\";i:2;s:26:\"employee_circle_panel_grid\";i:3;s:16:\"archive_employee\";i:4;s:15:\"employee_groups\";i:5;s:18:\"employee_locations\";i:6;s:13:\"employee_tags\";}s:3:\"val\";s:7:\"#4abaae\";}}','yes'),(20346,'employee_spotlight_tax_list','a:1:{s:12:\"emd_employee\";a:3:{s:6:\"groups\";a:10:{s:12:\"archive_view\";i:1;s:5:\"label\";s:6:\"Groups\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:5:\"multi\";s:4:\"hier\";i:0;s:8:\"sortable\";i:0;s:12:\"list_visible\";i:0;s:8:\"required\";i:0;s:9:\"srequired\";i:0;s:7:\"rewrite\";s:6:\"groups\";}s:16:\"office_locations\";a:10:{s:12:\"archive_view\";i:1;s:5:\"label\";s:9:\"Locations\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:5:\"multi\";s:4:\"hier\";i:0;s:8:\"sortable\";i:0;s:12:\"list_visible\";i:0;s:8:\"required\";i:0;s:9:\"srequired\";i:0;s:7:\"rewrite\";s:16:\"office_locations\";}s:13:\"employee_tags\";a:10:{s:12:\"archive_view\";i:1;s:5:\"label\";s:13:\"Employee Tags\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:5:\"multi\";s:4:\"hier\";i:0;s:8:\"sortable\";i:0;s:12:\"list_visible\";i:0;s:8:\"required\";i:0;s:9:\"srequired\";i:0;s:7:\"rewrite\";s:13:\"employee_tags\";}}}','yes'),(20347,'emd_activated_plugins','a:1:{i:0;s:18:\"employee-spotlight\";}','yes'),(20348,'employee_spotlight_has_ldap','a:1:{s:13:\"employee_ldap\";s:12:\"emd_employee\";}','yes'),(20349,'empslight_com_vcard_field_list','a:16:{s:5:\"fname\";a:2:{s:4:\"type\";s:3:\"blt\";s:3:\"key\";s:9:\"blt_title\";}s:1:\"n\";a:2:{s:4:\"type\";s:3:\"blt\";s:3:\"key\";s:9:\"blt_title\";}s:2:\"fn\";a:2:{s:4:\"type\";s:3:\"blt\";s:3:\"key\";s:9:\"blt_title\";}s:5:\"title\";a:2:{s:4:\"type\";s:4:\"attr\";s:3:\"key\";s:17:\"employee_jobtitle\";}s:3:\"adr\";a:2:{s:4:\"type\";s:4:\"attr\";s:3:\"key\";s:28:\"emd_employee_primary_address\";}s:5:\"email\";a:2:{s:4:\"type\";s:4:\"attr\";s:3:\"key\";s:18:\"emd_employee_email\";}s:5:\"photo\";a:2:{s:4:\"type\";s:4:\"attr\";s:3:\"key\";s:18:\"emd_employee_photo\";}s:6:\"wphone\";a:2:{s:4:\"type\";s:4:\"attr\";s:3:\"key\";s:18:\"emd_employee_phone\";}s:6:\"mphone\";a:2:{s:4:\"type\";s:4:\"attr\";s:3:\"key\";s:19:\"emd_employee_mobile\";}s:4:\"bday\";a:2:{s:4:\"type\";s:4:\"attr\";s:3:\"key\";s:21:\"emd_employee_birthday\";}s:8:\"facebook\";a:2:{s:4:\"type\";s:4:\"attr\";s:3:\"key\";s:21:\"emd_employee_facebook\";}s:6:\"google\";a:2:{s:4:\"type\";s:4:\"attr\";s:3:\"key\";s:19:\"emd_employee_google\";}s:7:\"twitter\";a:2:{s:4:\"type\";s:4:\"attr\";s:3:\"key\";s:20:\"emd_employee_twitter\";}s:8:\"linkedin\";a:2:{s:4:\"type\";s:4:\"attr\";s:3:\"key\";s:21:\"emd_employee_linkedin\";}s:6:\"github\";a:2:{s:4:\"type\";s:4:\"attr\";s:3:\"key\";s:19:\"emd_employee_github\";}s:3:\"org\";a:2:{s:4:\"type\";s:4:\"glob\";s:3:\"key\";s:18:\"glb_vcard_org_name\";}}','yes'),(20350,'employee_spotlight_cust_roles','a:0:{}','yes'),(20351,'employee_spotlight_add_caps','a:15:{s:11:\"edit_groups\";a:1:{i:0;s:13:\"administrator\";}s:13:\"manage_groups\";a:1:{i:0;s:13:\"administrator\";}s:13:\"assign_groups\";a:1:{i:0;s:13:\"administrator\";}s:20:\"manage_employee_tags\";a:1:{i:0;s:13:\"administrator\";}s:31:\"manage_operations_emd_employees\";a:1:{i:0;s:13:\"administrator\";}s:33:\"view_employee_spotlight_dashboard\";a:1:{i:0;s:13:\"administrator\";}s:18:\"edit_employee_tags\";a:1:{i:0;s:13:\"administrator\";}s:23:\"manage_office_locations\";a:1:{i:0;s:13:\"administrator\";}s:23:\"delete_office_locations\";a:1:{i:0;s:13:\"administrator\";}s:18:\"edit_emd_employees\";a:1:{i:0;s:13:\"administrator\";}s:20:\"delete_employee_tags\";a:1:{i:0;s:13:\"administrator\";}s:20:\"assign_employee_tags\";a:1:{i:0;s:13:\"administrator\";}s:21:\"edit_office_locations\";a:1:{i:0;s:13:\"administrator\";}s:13:\"delete_groups\";a:1:{i:0;s:13:\"administrator\";}s:23:\"assign_office_locations\";a:1:{i:0;s:13:\"administrator\";}}','yes'),(20354,'widget_employee_spotlight_recent_employees_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(20355,'widget_employee_spotlight_featured_employees_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(20356,'employee_spotlight_activation_date','1525219200','yes'),(20357,'employee_spotlight_version','4.5.1','yes'),(20358,'emd_licenses','a:0:{}','yes'),(20359,'employee_spotlight_tracking_optin','1','yes'),(20382,'_site_transient_timeout_browser_97de1fddac67554e2eb90d9a46b3dcd4','1525348233','no'),(20383,'_site_transient_browser_97de1fddac67554e2eb90d9a46b3dcd4','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"64.0.3282.186\";s:8:\"platform\";s:9:\"Macintosh\";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'),(20582,'_site_transient_timeout_browser_bd6a9fe252598f30ffd1edb8511fd2b1','1525779008','no'),(20583,'_site_transient_browser_bd6a9fe252598f30ffd1edb8511fd2b1','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"66.0.3359.139\";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'),(20773,'_site_transient_timeout_browser_5df888fd2d0fe4df7fd67885402ecf35','1526656060','no'),(20774,'_site_transient_browser_5df888fd2d0fe4df7fd67885402ecf35','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"66.0.3359.139\";s:8:\"platform\";s:9:\"Macintosh\";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'),(20788,'employee_spotlight_show_rateme_plugin_min','10','yes'),(21223,'_site_transient_timeout_browser_37852581c9557110c7bab064af517413','1529169115','no'),(21224,'_site_transient_browser_37852581c9557110c7bab064af517413','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"66.0.3359.181\";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'),(21363,'_site_transient_timeout_browser_143156aedca8214ce63a15cbea76913a','1529915372','no'),(21364,'_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'),(22145,'_site_transient_timeout_browser_38c22bb012519835757bde70ce6c2767','1533537740','no'),(22146,'_site_transient_browser_38c22bb012519835757bde70ce6c2767','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"67.0.3396.99\";s:8:\"platform\";s:9:\"Macintosh\";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'),(22750,'_site_transient_timeout_browser_690e3344004465033c5325f7f419b806','1538480813','no'),(22751,'_site_transient_browser_690e3344004465033c5325f7f419b806','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"68.0.3440.106\";s:8:\"platform\";s:9:\"Macintosh\";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'),(23541,'_site_transient_timeout_browser_4fa9e3bb35377d7006ad9d9501aa7b2f','1542699661','no'),(23542,'_site_transient_browser_4fa9e3bb35377d7006ad9d9501aa7b2f','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"69.0.3497.100\";s:8:\"platform\";s:9:\"Macintosh\";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'),(23572,'_site_transient_timeout_browser_3483b53d63cb14709e371c9a71d3cf0b','1542795098','no'),(23573,'_site_transient_browser_3483b53d63cb14709e371c9a71d3cf0b','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"70.0.3538.77\";s:8:\"platform\";s:9:\"Macintosh\";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'),(23979,'_site_transient_timeout_browser_b1a9e0193ac928c7aa03e50cee91d415','1545078096','no'),(23980,'_site_transient_browser_b1a9e0193ac928c7aa03e50cee91d415','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"70.0.3538.110\";s:8:\"platform\";s:9:\"Macintosh\";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'),(24730,'_site_transient_timeout_browser_0ac1f9240df96b3586c220faef490724','1549116214','no'),(24731,'_site_transient_browser_0ac1f9240df96b3586c220faef490724','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"71.0.3578.98\";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'),(26628,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:12:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.1.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-5.7.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.1\";s:7:\"version\";s:5:\"5.7.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";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-5.7.1.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-5.7.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.1\";s:7:\"version\";s:5:\"5.7.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";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-5.6.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.6.3\";s:7:\"version\";s:5:\"5.6.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";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-5.5.4.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-5.5.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.5.4\";s:7:\"version\";s:5:\"5.5.4\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";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:59:\"https://downloads.wordpress.org/release/wordpress-5.4.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-5.4.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.4.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.5\";s:7:\"version\";s:5:\"5.4.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.7.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-5.3.7.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.7-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.7-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.7\";s:7:\"version\";s:5:\"5.3.7\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.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-5.2.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.10\";s:7:\"version\";s:6:\"5.2.10\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.9.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-5.1.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.1.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.1.9\";s:7:\"version\";s:5:\"5.1.9\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.12.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-5.0.12.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.12-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.0.12-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.0.12\";s:7:\"version\";s:6:\"5.0.12\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.17.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.9.17.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.17-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.17-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.9.17\";s:7:\"version\";s:6:\"4.9.17\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:10;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.16.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.8.16.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.16-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.8.16-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.8.16\";s:7:\"version\";s:6:\"4.8.16\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:11;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.20.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.20.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.20-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.7.20-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.20-partial-0.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.20-rollback-0.zip\";}s:7:\"current\";s:6:\"4.7.20\";s:7:\"version\";s:6:\"4.7.20\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:3:\"4.7\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1620456376;s:15:\"version_checked\";s:3:\"4.7\";s:12:\"translations\";a:0:{}}','no'),(28046,'_site_transient_timeout_browser_471e4b86e3560c6feb474def098169b6','1568655384','no'),(28047,'_site_transient_browser_471e4b86e3560c6feb474def098169b6','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"76.0.3809.132\";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'),(29946,'_transient_timeout_mailserver_last_checked','1580015002','no'),(29947,'_transient_mailserver_last_checked','1','no'),(31227,'_site_transient_timeout_browser_2e876acc222e70d2eacb1aa12e6bd494','1589289277','no'),(31228,'_site_transient_browser_2e876acc222e70d2eacb1aa12e6bd494','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"81.0.4044.129\";s:8:\"platform\";s:9:\"Macintosh\";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'),(31230,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1588727684','no'),(31231,'_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:27:\"News – – 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 May 2020 09:31: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:\"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.5-alpha-47761\";s:7:\"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:57:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: April 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2020/05/the-month-in-wordpress-april-2020/\";s: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 May 2020 09:31: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=8571\";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:364:\"April continued to be a challenging time for the WordPress community, with many under stay-at-home recommendations. However, it was also an exciting month in which we created new ways to connect with and inspire each other! This month, amazing contributors moved more WordCamps online and shipped new releases for WordPress and Gutenberg. For the latest, […]\";s: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:\"Angela Jin\";s: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:8195:\"\n<p>April continued to be a challenging time for the WordPress community, with many under stay-at-home recommendations. However, it was also an exciting month in which we created new ways to connect with and inspire each other! This month, amazing contributors moved more WordCamps online and shipped new releases for WordPress and Gutenberg. For the latest, read on. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.4.1 released</h2>\n\n\n\n<p>On April 24th, <a href=\"https://make.wordpress.org/core/2020/04/24/wordpress-5-4-1-rc1/\">WordPress 5.4.1 Release Candidate 1</a> (RC1) was released for testing, quickly followed by the official <a href=\"https://wordpress.org/news/2020/04/wordpress-5-4-1/\">release of WordPress 5.4.1</a> on April 29th. This security release features 17 bug fixes and seven security fixes, so we recommend updating your sites immediately. To download WordPress 5.4.1, visit your Dashboard, click on Updates, then Update Now, or download the latest version directly from WordPress.org. For more information, visit <a href=\"https://wordpress.org/news/2020/04/wordpress-5-4-1/\">this post</a>, review the <a href=\"https://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">full list of changes on Trac</a>, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-4-1/\">version 5.4.1 HelpHub documentation page</a>.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg 7.9 and 8.0 released</h2>\n\n\n\n<p>It was another exciting month for Gutenberg, with the release of <a href=\"https://make.wordpress.org/core/2020/04/15/whats-new-in-gutenberg-15-april/\">7.9</a> and <a href=\"https://make.wordpress.org/core/2020/04/29/whats-new-in-gutenberg-29-april/\">8.0</a>! Version 7.9 brought new block design tools, three new patterns, and improved block markup. Gutenberg 8.0 continued to refine the new block patterns feature, with additional options for inline formatting, and extending the functionality of the Code Editor. In addition to these new features, both releases included new enhancements and APIs, along with a number of bug fixes, performance improvements, some experiments, and more! You can read all the details about the latest Gutenberg releases in the announcement posts for <a href=\"https://make.wordpress.org/core/2020/04/15/whats-new-in-gutenberg-15-april/\">7.9</a> and <a href=\"https://make.wordpress.org/core/2020/04/29/whats-new-in-gutenberg-29-april/\">8.0</a>. </p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>BuddyPress 6.0.0</h2>\n\n\n\n<p><a href=\"https://buddypress.org/2020/04/buddypress-6-0-0-beta2/\">BuddyPress 6.0.0-beta2</a> was released for testing in mid-April, leading to the <a href=\"https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/\">BuddyPress 6.0.0 Release Candidate</a>, announced on April 29. This is an important step before the final release of BuddyPress 6.0.0, which is slated for Thursday, May 14. Changes and new features in this release include moving the profile photo and user cover image under the BP Members component, and a new BP Rest API. Additionally, this release will introduce the first round of BuddyPress Blocks! Last, but not least, BuddyPress 6.0.0 will require at least PHP 5.6 and WordPress 4.8. </p>\n\n\n\n<p>Want to get involved? <a href=\"https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/\">Test the 6.0.0-RC here</a>! You can also help by <a href=\"https://translate.wordpress.org/projects/wp-plugins/buddypress/dev/\">translating BuddyPress into another language</a>, or let the team know of any issues you find, either in <a href=\"https://buddypress.org/support\">the support forums</a> and/or in their <a href=\"https://buddypress.trac.wordpress.org/\">development tracker</a>. </p>\n\n\n\n<h2>WordCamp US goes online, apply to speak!</h2>\n\n\n\n<p>WordCamp US will <a href=\"https://2020.us.wordcamp.org/2020/04/30/wordcamp-us-will-be-virtually-awesome/\">take place online due to the COVID-19 pandemic</a>. The event still runs from October 27-29, 2020, and will be free to anyone who wishes to attend. The team plans to offer what WCUS has historically brought to the community in person: sessions and workshops, Contributor Day, a hallway track, and of course, State of the Word. </p>\n\n\n\n<p>Interested in speaking at WCUS? The <a href=\"https://2020.us.wordcamp.org/2020/03/16/call-for-speakers-is-now-open/\">Call for Speakers</a> is still open! You can apply to speak on the <a href=\"https://2020.wcus-speakers.org/\">speaker application site</a> until May 31, 2020 at 11:59 pm CDT (UTC-5). </p>\n\n\n\n<p>Additionally, the <a href=\"https://2020.us.wordcamp.org/2020/03/23/call-for-cities-for-wcus-2021-2022/\">Call for Cities is also open</a>. If your community is interested in hosting WordCamp US in 2021 & 2022, please <a href=\"https://wordcampcentral.survey.fm/wcus-2021-2022\">fill out this application</a>. </p>\n\n\n\n<p>For the latest information about WordCamp US, sign up for updates on the <a href=\"https://2020.us.wordcamp.org/\">website</a>, or follow <a href=\"https://www.facebook.com/WordCampUSA/\">Facebook</a>, <a href=\"https://twitter.com/WordCampUS\">Twitter</a>, or <a href=\"https://www.instagram.com/wordcampus/?hl=en\">Instagram</a>. </p>\n\n\n\n<h2>WordCamp Europe 2020 goes virtual </h2>\n\n\n\n<p>Last month, WordCamp Europe decided to postpone its Porto event to 2021. This April, the WCEU organizing team announced that the <a href=\"https://2020.europe.wordcamp.org/2020/04/06/wordcamp-europe-2020-is-moving-online/\">2020 WordCamp will be online</a>! WordCamp Europe 2020 Online will take place from June 4-6, 2020, and tickets will be free. There will be a <a href=\"https://make.wordpress.org/updates/2020/04/15/wordcamp-europe-2020-contributor-day-update/\">virtual Contributor Day</a> on June 4, and then two half days of live-streamed talks and workshops. To participate, get your free ticket <a href=\"https://2020.europe.wordcamp.org/tickets/\">here</a>. </p>\n\n\n\n<p>To get the latest news for WordCamp Europe 2020 Online, follow on <a href=\"https://www.facebook.com/WCEurope/\">Facebook</a>, <a href=\"https://twitter.com/wceurope?lang=en\">Twitter</a>, <a href=\"https://www.linkedin.com/company/wordcampeurope/\">LinkedIn</a>, or on <a href=\"https://www.instagram.com/wceurope/?hl=en\">Instagram</a>. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2020/04/08/wordpress-5-5-call-for-tickets/\">The WordPress 5.5 release cycle has officially been kicked off with a Call for Tickets</a>.</li><li><a href=\"https://make.wordpress.org/themes/2020/04/03/proposal-github-theme-review/\">Read the proposal for a new GitHub Theme review process.</a>.</li><li><a href=\"https://wordpress.tv/event/wpblocktalk-april-2020/\">Did you miss WPBlockTalk, or want to watch that really interesting session again? All talks are available on WordPress.tv!</a></li><li><a href=\"https://make.wordpress.org/core/2020/04/01/feature-plugin-proposal-wp-consent-api/\">The Core team has introduced a proposal for a new Consent API as a feature plugin</a>.</li><li><a href=\"https://make.wordpress.org/updates/2020/04/30/quarterly-updates-q1-2020/\">All WordPress contribution teams have reported on their recent work in the first quarterly update of 2020</a>.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</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:\"8571\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a: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:15:\"WordPress 5.4.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2020/04/wordpress-5-4-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Apr 2020 19:56: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: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:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8553\";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:363:\"WordPress 5.4.1 is now available! This security and maintenance release features 17 bug fixes in addition to 7 security fixes. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated. WordPress 5.4.1 is a short-cycle security and maintenance release. The next […]\";s: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:\"Jake Spurlock\";s: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:7025:\"\n<p>WordPress 5.4.1 is now available!</p>\n\n\n\n<p>This security and maintenance release features 17 <a href=\"https://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priorityhttps://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">bug fixes</a> in addition to 7 security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated.</p>\n\n\n\n<p>WordPress 5.4.1 is a short-cycle security and maintenance release. The next major release will be version 5.5.</p>\n\n\n\n<p>You can download WordPress 5.4.1 by downloading from WordPress.org, or visit your Dashboard → Updates and click Update Now.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h3>Security Updates</h3>\n\n\n\n<p>Seven security issues affect WordPress versions 5.4 and earlier. If you haven’t yet updated to 5.4, all WordPress versions since 3.7 have also been updated to fix the following security issues:</p>\n\n\n\n<ul><li>Props to <a href=\"https://hackerone.com/hijibiji\">Muaz Bin Abdus Sattar</a> and <a href=\"https://hackerone.com/dyennez\">Jannes</a> who both independently reported an issue where password reset tokens were not properly invalidated</li><li>Props to <a href=\"https://github.com/ka1n4t\">ka1n4t</a> for finding an issue where certain private posts can be viewed unauthenticated</li><li>Props to <a href=\"https://evanricafort.com/\">Evan Ricafort</a> for discovering an XSS issue in the Customizer</li><li>Props to Ben Bidner from the WordPress Security Team who discovered an XSS issue in the search block</li><li>Props to Nick Daugherty from <a href=\"https://wpvip.com\">WordPress VIP</a> / WordPress Security Team who discovered an XSS issue in <code>wp-object-cache</code></li><li>Props to Ronnie Goodrich (<a href=\"https://hackerone.com/kahoots\">Kahoots</a>) and <a href=\"http://pentestusa.com/\">Jason Medeiros</a> who independently reported an XSS issue in file uploads.</li><li>Props to <a href=\"https://weston.ruter.net/\">Weston Ruter</a> for fixing a stored XSS vulnerability in the WordPress customizer.</li><li>Additionally, an authenticated XSS issue in the block editor was discovered by Nguyen The Duc (<a href=\"https://twitter.com/ducnt_\">ducnt</a>) in WordPress 5.4 RC1 and RC2. It was fixed in 5.4 RC5. We wanted to be sure to give credit and thank them for all of their work in making WordPress more secure.</li></ul>\n\n\n\n<p>Thank you to all of the reporters for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>. This gave the security team time to fix the vulnerabilities before WordPress sites could be attacked.</p>\n\n\n\n<p>For more information, browse the <a href=\"https://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">full list of changes</a> on Trac, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-4-1/\">version 5.4.1 HelpHub documentation page</a>.</p>\n\n\n\n<p>In addition to the security researchers mentioned above, thank you to everyone who helped make WordPress 5.4.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/arnaudbroes/\">arnaudbroes</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/dhrrob/\">DhrRob</a>, <a href=\"https://profiles.wordpress.org/dono12/\">Dono12</a>, <a href=\"https://profiles.wordpress.org/dudo/\">dudo</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/markrh/\">MarkRH</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">noahtallen</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sorenbronsted/\">Søren Brønsted</a>, <a href=\"https://profiles.wordpress.org/sstoqnov/\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">tellthemachines</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/treecutter/\">treecutter</a>, and <a href=\"https://profiles.wordpress.org/yohannp/\">yohannp</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:\"8553\";s: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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"People of WordPress: Mario Peshev\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2020/04/people-of-wordpress-mario-peshev/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Apr 2020 00:57:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{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:9:\"heropress\";s:7:\"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=8536\";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:158:\"In the April edition of our \"People of WordPress\" series, you\'ll find out how Mario Peshev went from self-taught developer to teaching basic digital literacy.\";s: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:\"Yvette Sonneveld\";s: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:12069:\"\n<p><em>You’ve probably heard that WordPress is open source software, and may know that it’s created and run by volunteers. Enthusiasts share many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Computer science in the nineties</strong></h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/04/25de575216d3743f80181b2dca2cd7d9.jpeg?w=632&ssl=1\" alt=\"\" class=\"wp-image-8539\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/04/25de575216d3743f80181b2dca2cd7d9.jpeg?w=200&ssl=1 200w, https://i2.wp.com/wordpress.org/news/files/2020/04/25de575216d3743f80181b2dca2cd7d9.jpeg?resize=150%2C150&ssl=1 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" data-recalc-dims=\"1\" /><figcaption>Mario Peshev</figcaption></figure></div>\n\n\n\n<p>Mario has been hooked on computers ever since he got his first one in 1996. He started with digging into MS-DOS and Windows 3.1 first and learned tons by trial and error. Following that adventure, Mario built his first HTML site in 1999. He found development so exciting that he spent day and night learning QBasic and started working at the local PC game club. Mario got involved with several other things related to website administration (translating security bulletins, setting up simple sites, etc) and soon found the technology field was full of activities he really enjoyed.</p>\n\n\n\n<h2><strong>The Corporate Lifestyle</strong></h2>\n\n\n\n<p>Mario started studying programming including an intensive high-level course for C#, Java development, and software engineering, and eventually got a job in a corporate environment. He soon became a team lead there, managing all the planning and paperwork for their projects.</p>\n\n\n\n<p>But he continued freelancing on the side. He grew his own network of technical experts through attending, volunteering at, and organizing conferences. He also ran a technical forum and regularly spoke at universities and enterprise companies.</p>\n\n\n\n<h2><strong>Remote Working and Business Opportunity</strong></h2>\n\n\n\n<p>The combination of a high workload and a daily three-hour-long commute made Mario’s life difficult. Many of his friends were still studying, traveling or unemployed. The blissful and calm lives they lived seemed like a fairy tale to him. And even while both his managers and his clients were abroad, he was unable to obtain permission to work remotely. </p>\n\n\n\n<p>So Mario decided to leave his job and start freelancing full time. But he found he faced a massive challenge. </p>\n\n\n\n<p>He discovered Java projects were pretty large and required an established team of people working together in an office. All job opportunities were on-site, and some even required relocation abroad. Certified Java programmers weren’t being hired on a remote basis. </p>\n\n\n\n<p>As Mario had some PHP experience from previous jobs, he used this to start his freelance career. For his projects, he used both plain PHP and PHP frameworks like CakePHP and CodeIgniter. </p>\n\n\n\n<p>For a while, Mario accepted work using commonly known platforms including Joomla, Drupal, and WordPress. In addition, he worked on PHP, Java, Python and some C# projects for a couple of years, after which he decided to switch to WordPress completely.</p>\n\n\n\n<h2><strong>Building products</strong></h2>\n\n\n\n<p>One of his projects involved a technically challenging charity backed by several international organizations. Unexpected shortages in the team put him in the technical lead position. As a result, Mario found himself planning the next phases, meeting with the client regularly, and renegotiating the terms. The team completed the project successfully, and after the launch, a TV campaign led millions of visitors to the website.</p>\n\n\n\n<p>As a result of the successful launch, this client invited Mario to participate in more WordPress projects, including building a custom framework.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“I wasn’t that acquainted with WordPress back then. For me, a conventional person trained in architectural design patterns and best practices, WordPress seemed like an eccentric young hipster somewhere on the line between insane and genius at the same time. I had to spend a couple of months learning WordPress from the inside out.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<p>As his interest in WordPress grew, Mario stopped delivering other custom platforms, and converted clients to WordPress. </p>\n\n\n\n<h2><strong>European Community</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?fit=632%2C356&ssl=1\" alt=\"Mario presenting to an audience\" class=\"wp-image-8546\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?w=2560&ssl=1 2560w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?resize=300%2C169&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?resize=1024%2C576&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?resize=768%2C432&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?resize=1536%2C864&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?resize=2048%2C1152&ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?w=1264&ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" /><figcaption>Mario presenting at a WordCamp</figcaption></figure>\n\n\n\n<p>For Mario, one of the key selling points of WordPress was the international openness. He had previously been involved with other open source communities, some of which were US-focused. He felt they were more reliant on meeting people in person. With events only taking place in the US, this made building relationships much harder for people living in other countries.</p>\n\n\n\n<p>While the WordPress project started out in the US, the WordPress community quickly globalized. Dozens of WordCamps and hundreds of Meetup events take place around the globe every year. All of these events bring a wide variety of people sharing their enthusiasm for WordPress together.</p>\n\n\n\n<p>For Mario, the birth of WordCamp Europe was something magical. The fact that hundreds, and later on thousands, of people from all over the world gathered around the topic of WordPress speaks for itself. Mario has been involved with organizing WordCamp Europe twice (in 2014 and 2015). </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“There’s nothing like meeting WordPress enthusiasts and professionals from more than 50 countries brainstorming and working together at a WordCamp. You simply have to be there to understand how powerful it all is.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Growing businesses and teams</strong></h2>\n\n\n\n<p>A key WordPress benefit is its popularity – an ever growing project currently powering <a href=\"https://w3techs.com/technologies/details/cm-wordpress\">more than 35% of the Internet [2020].</a> It’s popular enough to be a de facto standard for websites, platforms, e-commerce and blogs. </p>\n\n\n\n<p>WordPress has a low barrier to entry. You can achieve a lot without being an expert, meaning most people can start gaining experience without having to spend years learning how to code. That also makes it easier to build businesses and teams.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“Being able to use a tool that is user-friendly, not overly complicated and easily extensible makes introducing it to team members faster and easier. It requires less time for adjustment, and as a result makes a team stronger and faster. The fact that this tool is cost-effective also allows more startups to enter the market. It requires less time and investments to launch an MVP. This boosts the entire ecosystem.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Helping Others</strong></h2>\n\n\n\n<p>Mario also introduced WordPress to children and young people. He taught them how to use WordPress as a tool for homework and class assignments. By using WordPress, they were able to learn the basics of designing themes, developing plugins, marketing statistics, social media, copywriting, and so much more. This approachable introduction to the software meant technical skills were not needed.</p>\n\n\n\n<p>He was also part of a team of volunteers who helped a group of young people living at a foster home struggling to provide for themselves. The team taught the basic digital literacy skills necessary in the modern workplace and potentially pay for their rent and basic needs. This included working with Microsoft Word, Excel and WordPress, as well as some basic design and marketing skills. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“When you look at that from another perspective, a platform that could save lives – literally – and change the world for better is worth contributing to, in any possible manner.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Contributing to the WordPress community</strong></h2>\n\n\n\n<p>From the core team to supporting and organizing WordCamps, Mario has long been an active contributor to the global WordPress project. He is passionate about the connections fostered by people who are involved in building both the WordPress software and the community around it.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“The WordPress community consists of people of all race and color, living all around the world, working as teachers, developers, bloggers, designers, business owners. Let’s work together to help each other. Let’s stick together and show the world WordPress can help make it a better place.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Thanks to Alison Rothwell (<a href=\'https://profiles.wordpress.org/wpfiddlybits/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>wpfiddlybits</a>), Yvette Sonneveld (<a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>), Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>). Thank you to Mario Peshev (<a href=\'https://profiles.wordpress.org/nofearinc/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nofearinc</a>) for sharing his #ContributorStory.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?w=632&ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p><em>This post is based on </em><a href=\"https://heropress.com/essays/wordpress-gave-perfect-identity/\"><em>an article originally published on HeroPress.com</em></a><em>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</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:\"8536\";s: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:57:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: March 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2020/04/the-month-in-wordpress-march-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Apr 2020 12:01:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=8532\";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:363:\"The month of March was both a tough and exciting time for the WordPress open-source project. With COVID-19 declared a pandemic, in-person events have had to adapt quickly – a challenge for any community. March culminated with the release of WordPress 5.4, an exhilarating milestone only made possible by dedicated contributors. For all the latest, […]\";s: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:8588:\"\n<p>The month of March was both a tough and exciting time for the WordPress open-source project. With COVID-19 declared a pandemic, in-person events have had to adapt quickly – a challenge for any community. March culminated with the release of WordPress 5.4, an exhilarating milestone only made possible by dedicated contributors. For all the latest, read on. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.4 “Adderley”</h2>\n\n\n\n<p>WordPress 5.4 “Adderley” <a href=\"https://wordpress.org/news/2020/03/adderley/\">was released on March 31</a> and includes a robust list of new blocks, enhancements, and new features for both users and developers. The primary focus areas of this release included the block editor, privacy, accessibility, and developer improvements, with the full list of enhancements covered in <a href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\">the 5.4 field guide</a>.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Releases of Gutenberg 7.7 and 7.8</h2>\n\n\n\n<p>It’s been another busy month for Gutenberg, this time with the release of Gutenberg <a href=\"https://make.wordpress.org/core/2020/03/11/whats-new-in-gutenberg-11-march/\">7.7</a> and <a href=\"https://make.wordpress.org/core/2020/03/26/whats-new-in-gutenberg-25-march/\">7.8</a>. Gutenberg 7.7 introduced block patterns – predefined block layouts that are ready to use and tweak. This is an important step towards Full Site Editing, which is currently targeted for inclusion in WordPress 5.6. As a first iteration, you can pick and insert patterns from the Block Patterns UI, which has been added as a sidebar plugin.</p>\n\n\n\n<p>Gutenberg 7.7 also includes a refresh of the Block UI, which better responds to the ways users interact with the editor. For more information on the User UI and Block Patterns, read <a href=\"https://make.wordpress.org/themes/2020/03/18/block-based-themes-meeting-notes/\">this summary of the most recent Block-Based Themes meeting</a>. Gutenberg 7.8, introduced on March 25, further enhanced this Block UI redesign. Both releases also included a suite of improvements, bug fixes, new APIs, documentation, and more!</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>WordCamp cancellations and shift to online events</h2>\n\n\n\n<p>In early March, the Community team issued <a href=\"https://make.wordpress.org/community/2020/03/11/new-recommendations-for-event-organizers-in-light-of-covid-19/\">new recommendations for event organizers</a> in light of growing concerns around COVID-19. Following this guidance, and with COVID-19 declared a pandemic, WordPress community organizers reluctantly but responsibly <a href=\"https://make.wordpress.org/community/2020/03/12/latest-updates-on-changes-to-wordcamps/\">postponed or canceled their upcoming WordCamps</a> and meetups.</p>\n\n\n\n<p>As community events are an important part of the WordPress open-source project, the Community team made suggestions for <a href=\"https://make.wordpress.org/community/2020/03/20/taking-charity-hackathons-online/\">taking charity hackathons online</a>, <a href=\"https://make.wordpress.org/community/2020/03/24/community-events-in-the-time-of-covid-19/\">proposed interim adjustments</a> to existing community event guidelines, and provided <a href=\"https://make.wordpress.org/community/2020/03/13/online-conference-organizer-training/\">training for online conference organizing</a> with Crowdcast. The team is currently working on building a <a href=\"https://make.wordpress.org/community/handbook/virtual-events/\">Virtual Events Handbook</a> that will continue to support WordPress community organizers at this time. </p>\n\n\n\n<p>Want to get involved with the WordPress Community team, host your own virtual WordPress event, or help improve the documentation for all of this? Follow <a href=\"https://make.wordpress.org/community/\">the Community team blog</a>, learn more about <a href=\"https://make.wordpress.org/community/handbook/virtual-events/\">virtual events</a>, and join the #community-events channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Link your GitHub profile to WordPress.org</h2>\n\n\n\n<p>Last month, <a href=\"https://make.wordpress.org/core/2020/02/21/working-on-trac-tickets-using-github-pull-requests/\">an experimental feature</a> was added to Trac, WordPress Core’s bug-tracking system, to improve collaboration between Trac and GitHub. This month, to help make tracking contributions to the WordPress project across multiple locations easier, there is <a href=\"https://make.wordpress.org/core/2020/03/19/associating-github-accounts-with-wordpress-org-profiles/\">a new option</a> to connect your GitHub account to your WordPress.org profile. This connection allows for more accurate acknowledgement and recognition of contributors. You can connect your GitHub account to your WordPress.org account by editing your WordPress.org profile.</p>\n\n\n\n<p>For more information and instructions on how to connect your accounts, <a href=\"https://make.wordpress.org/core/2020/03/19/associating-github-accounts-with-wordpress-org-profiles/\">read the announcement post</a>.</p>\n\n\n\n<h2>Modernizing WordPress coding standards</h2>\n\n\n\n<p>Defined coding standards is an important step in creating the consistent codebase needed to prepare for requiring PHP 7.x for WordPress Core. As such, <a href=\"https://make.wordpress.org/core/2020/03/20/updating-the-coding-standards-for-modern-php/\">coding standards have been proposed</a> for implementation in WordPress Coding Standards 3.0.0. This includes new proposed standards for namespace declarations, import use statements, fully qualified names in inline code, traits and interfaces, type declarations, declare statements/strict typing, the ::class constant, operators, and more. </p>\n\n\n\n<p>Want to get involved or view the full list of currently proposed new coding standards? Visit and add your feedback to the post on <a href=\"https://make.wordpress.org/core/2020/03/20/updating-the-coding-standards-for-modern-php/\">updating the Coding standards for modern PHP</a> and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>On March 16, <a href=\"https://make.wordpress.org/core/2020/03/18/auto-updates-feature-meeting-summary-march-17th-2020/\">Version 0.3 of the auto-updates feature was released</a>, including fixes to a number of issues and the introduction of email notifications. </li><li>WordCamp US announced that <a href=\"https://2020.us.wordcamp.org/2020/03/26/wcus-is-happening/\">the 2020 event will happen</a>, one way or another. But the team need your help to make sure that it’s another fantastic event. <a href=\"https://2020.us.wordcamp.org/2020/03/16/call-for-speakers-is-now-open/\">Consider applying to be a speaker</a>!</li><li>Speaking of WordCamp US, <a href=\"https://2020.us.wordcamp.org/2020/03/23/call-for-cities-for-wcus-2021-2022/\">the Call for Cities for WCUS 2021/2022</a> is now open. If your community is interested in being a future WCUS host, <a href=\"https://wordcampcentral.survey.fm/wcus-2021-2022\">apply today</a>!</li><li>With COVID-19 preventing in-person community events, the Diverse Speaker Training (#wpdiversity) Group encourages you to <a href=\"https://make.wordpress.org/community/2020/03/17/covid-19-and-the-diverse-speaker-training-wpdiversity-group/\">host a virtual Diverse Speaker Workshop</a> to prepare speakers for when we are able to meet in person again. To get started, <a href=\"https://tiny.cc/wpdiversity\">visit this page</a>. </li><li>An <a href=\"https://make.wordpress.org/updates/2020/03/06/update-progress-on-goals/\">update for progress on 2020 goals</a> has been posted, sharing some more defined targets and schedule.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</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:\"8532\";s: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:58:\"\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:28:\"WordPress 5.4 “Adderley”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://wordpress.org/news/2020/03/adderley/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Mar 2020 19:04:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=8455\";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:255:\"Version 5.4 \"Adderley\" of WordPress is available for download or update in your WordPress dashboard. This version brings you more ways to make content come alive with your best images and helps make your vision real by putting blocks in the perfect place.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:45:\"https://s.w.org/images/core/5.4/textcolor.mp4\";s:6:\"length\";s:6:\"440616\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:52946:\"\n<p class=\"has-text-color has-very-dark-gray-color\">Here it is! Named “Adderley” in honor of Nat Adderley, the latest and greatest version of WordPress is available for <a href=\"https://wordpress.org/download/\">download</a> or update in your dashboard.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=632%2C632&ssl=1\" alt=\"\" class=\"wp-image-8484\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=1024%2C1024&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=300%2C300&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=150%2C150&ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=768%2C768&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=1536%2C1536&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=2048%2C2048&ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#0400e0\"><div class=\"wp-block-cover__inner-container\">\n<p style=\"font-size:32px\" class=\"has-text-align-center\"><strong>Say hello to more and better.</strong></p>\n\n\n\n<p class=\"has-text-align-center has-medium-font-size\">More ways to make your pages come alive. With easier ways to get it all done and looking better than ever—and boosts in speed you can feel.</p>\n</div></div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-left\"><strong>Welcome to WordPress 5.4</strong></h2>\n\n\n\n<p style=\"font-size:15px\" class=\"has-text-align-left\"><strong>Every major release adds more to the block editor.</strong></p>\n\n\n\n<p style=\"font-size:18px\">More ways to make posts and pages come alive with your best images. More ways to bring your visitors in, and keep them engaged, with the richness of embedded media from the web’s top services.</p>\n\n\n\n<p style=\"font-size:18px\">More ways to make your vision real, and put blocks in the perfect place—even if a particular kind of block is new to you. More efficient processes.</p>\n\n\n\n<p style=\"font-size:18px\">And more speed everywhere, so as you build sections or galleries, or just type in a line of prose, you can feel how much faster your work flows.</p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?resize=632%2C316&ssl=1\" alt=\"\" class=\"wp-image-8480\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?resize=1024%2C512&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?resize=300%2C150&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?resize=768%2C384&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?resize=1536%2C768&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?w=2000&ssl=1 2000w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?w=1264&ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<h3>Two new blocks. And better blocks overall.</h3>\n\n\n\n<ul><li>Two brand-new blocks: Social Icons and Buttons make adding interactive features fast and easy.</li><li>New ways with color: Gradients in the Buttons and Cover block, toolbar access to color options in Rich Text blocks, and for the first time, color options in the Group and Columns blocks.</li><li>Guess a whole lot less! Version 5.4 streamlines the whole process for placing and replacing multimedia in every block. Now it works the same way in almost every block!</li><li>And if you’ve ever thought your image in the Media+Text block should link to something else—perhaps a picture of a brochure should download that brochure as a document? Well, now it can.</li></ul>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://s.w.org/images/core/5.4/textcolor.mp4\"></video></figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h3>Cleaner UI, clearer navigation—and easier tabbing!</h3>\n\n\n\n<ul><li>Clearer block navigation with block breadcrumbs. And easier selection once you get there.</li><li>For when you need to navigate with the keyboard, better tabbing and focus. Plus, you can tab over to the sidebar of nearly any block.</li><li>Speed! 14% faster loading of the editor, 51% faster time-to-type!</li><li>Tips are gone. In their place, a Welcome Guide window you can bring up when you need it—and only when you need it—again and again.</li><li>Know at a glance whether you’re in a block’s Edit or Navigation mode. Or, if you have restricted vision, your screen reader will tell you which mode you’re in.</li></ul>\n\n\n\n<p style=\"background-color:#f8f8f9\" class=\"has-background\">Of course, if you want to work with the very latest tools and features, <strong><a href=\"https://wordpress.org/plugins/gutenberg/\">install the Gutenberg plugin</a></strong>. You’ll get to be the first to use new and exciting features in the block editor before anyone else has seen them!</p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?resize=632%2C316&ssl=1\" alt=\"\" class=\"wp-image-8481\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?resize=1024%2C512&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?resize=300%2C150&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?resize=768%2C384&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?resize=1536%2C768&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?w=2000&ssl=1 2000w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<h3>Your fundamental right: privacy</h3>\n\n\n\n<p>5.4 helps with a variety of privacy issues around the world. So when users and stakeholders ask about regulatory compliance, or how your team handles user data, the answers should be a lot easier to get right.</p>\n\n\n\n<p>Take a look:</p>\n\n\n\n<ul><li>Now personal data exports include users session information and users location data from the community events widget. Plus, a table of contents!</li><li>See progress as you process export and erasure requests through the privacy tools.</li><li>Plus, little enhancements throughout give the privacy tools a little cleaner look. Your eyes will thank you!</li></ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?resize=632%2C316&ssl=1\" alt=\"\" class=\"wp-image-8482\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?resize=1024%2C512&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?resize=300%2C150&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?resize=768%2C384&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?resize=1536%2C768&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?w=2000&ssl=1 2000w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?w=1264&ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2><strong>Just for developers</strong></h2>\n\n\n\n<h3>Add custom fields to menu items—natively</h3>\n\n\n\n<p>Two new actions let you add custom fields to menu items—without a plugin and without writing custom walkers.</p>\n\n\n\n<p>On the Menus admin screen, <code>wp_nav_menu_item_custom_fields</code> fires just before the move buttons of a nav menu item in the menu editor.</p>\n\n\n\n<p>In the Customizer, <code>wp_nav_menu_item_custom_fields_customize_template</code> fires at the end of the menu-items form-fields template.</p>\n\n\n\n<p>Check your code and see where these new actions can replace your custom code, and if you’re concerned about duplication, add a check for the WordPress version.</p>\n\n\n\n<h3>Blocks! Simpler styling, new APIs and embeds</h3>\n\n\n\n<ul><li>Radically simpler block styling. Negative margins and default padding are gone! Now you can style blocks the way you need them. And, a refactor got rid of four redundant wrapper divs.</li><li>If you build plugins, now you can register collections of your blocks by namespace across categories—a great way to get more brand visibility.</li><li>Let users do more with two new APIs: block variations and gradients.</li><li>In embeds, now the block editor supports TikTok—and CollegeHumor is gone.</li></ul>\n\n\n\n<p style=\"background-color:#f8f8f9\" class=\"has-background\">There’s lots more for developers to love in WordPress 5.4. To discover more and learn how to make these changes shine on your sites, themes, plugins and more, check the <strong><a href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\">WordPress 5.4 Field Guide</a></strong>.</p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2><strong>The Squad</strong></h2>\n\n\n\n<p>This release was led by <a href=\"http://ma.tt/\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/francina\">Francesca Marano</a>, and <a href=\"https://dream-encode.com/blog/\">David Baumwald</a>. They were enthusiastically supported by a release squad:</p>\n\n\n\n<ul><li><strong>Editor Tech</strong>: Jorge Filipe Costa (<strong><a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">@jorgefelipecosta</a></strong>)</li><li><strong>Editor Design</strong>: Mark Uraine (<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://profiles.wordpress.org/mapk/\"><strong>@mapk</strong></a>)</li><li><strong>Core Tech</strong>: Sergey Biryukov (<a href=\"https://profiles.wordpress.org/sergeybiryukov/\"><strong>@sergeybiryukov</strong></a>)</li><li><strong>Design</strong>: Tammie Lister (<strong><a href=\"https://profiles.wordpress.org/karmatosed/\">@karmatosed</a></strong>)</li><li><strong>Docs Coordinator</strong>: JB Audras (<a href=\"https://profiles.wordpress.org/audrasjb/\"><strong>@audrasjb</strong></a>)</li><li><strong>Docs & Comms Wrangler</strong>: Mary Baum (<strong><a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a></strong>)</li></ul>\n\n\n\n<p>The squad was joined throughout the release cycle by <strong>552 generous volunteer contributors</strong> who collectively worked on <strong><a href=\"https://core.trac.wordpress.org/milestone/5.4\">361</a> tickets on Trac</strong> and <strong>1226 pull requests on GitHub</strong>.</p>\n\n\n\n<p>Put on a Nat Adderley playlist, click that update button (or <a href=\"https://wordpress.org/download/\">download it directly</a>), and check the profiles of the fine folks that helped:</p>\n\n\n<a href=\"https://profiles.wordpress.org/0v3rth3d4wn/\">0v3rth3d4wn</a>, <a href=\"https://profiles.wordpress.org/123host/\">123host</a>, <a href=\"https://profiles.wordpress.org/1naveengiri/\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/abrightclearweb/\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamboro/\">adamboro</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/adnanlimdi/\">adnan.limdi</a>, <a href=\"https://profiles.wordpress.org/shaikhaezaz80/\">Aezaz Shaikh</a>, <a href=\"https://profiles.wordpress.org/aftabmuni/\">Aftab Ali Muni</a>, <a href=\"https://profiles.wordpress.org/akibjorklund/\">Aki Björklund</a>, <a href=\"https://profiles.wordpress.org/smallprogrammers/\">Akib</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/akshayar/\">akshayar</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/alexholsgrove/\">AlexHolsgrove</a>, <a href=\"https://profiles.wordpress.org/alexischenal/\">alexischenal</a>, <a href=\"https://profiles.wordpress.org/alextran/\">alextran</a>, <a href=\"https://profiles.wordpress.org/alishankhan/\">alishankhan</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/allendav/\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/alpipego/\">alpipego</a>, <a href=\"https://profiles.wordpress.org/amirs17/\">Amir Seljubac</a>, <a href=\"https://profiles.wordpress.org/wpamitkumar/\">Amit Dudhat</a>, <a href=\"https://profiles.wordpress.org/amolv/\">Amol Vhankalas</a>, <a href=\"https://profiles.wordpress.org/agawish/\">Amr Gawish</a>, <a href=\"https://profiles.wordpress.org/amykamala/\">Amy Kamala</a>, <a href=\"https://profiles.wordpress.org/anantajitjg/\">Anantajit JG</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Norén</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">Andrés</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/dontdream/\">Andrea Tarantini</a>, <a href=\"https://profiles.wordpress.org/andreaitm/\">andreaitm</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/aandrewdixon/\">Andrew Dixon</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/eatingrules/\">Andrew Wilder</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey Savchenko</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer/\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/paranoia1906/\">Anthony Ledesma</a>, <a href=\"https://profiles.wordpress.org/apedog/\">apedog</a>, <a href=\"https://profiles.wordpress.org/apermo/\">Apermo</a>, <a href=\"https://profiles.wordpress.org/apieschel/\">apieschel</a>, <a href=\"https://profiles.wordpress.org/aravindajith/\">Aravind Ajith</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/arenddeboer/\">arenddeboer</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/arnaudbroes/\">arnaudbroes</a>, <a href=\"https://profiles.wordpress.org/passoniate/\">Arslan Ahmed</a>, <a href=\"https://profiles.wordpress.org/ashokrd2013/\">ashokrd2013</a>, <a href=\"https://profiles.wordpress.org/ataurr/\">Ataur R</a>, <a href=\"https://profiles.wordpress.org/ate-up-with-motor/\">Ate Up With Motor</a>, <a href=\"https://profiles.wordpress.org/autotutorial/\">autotutorial</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/backups/\">BackuPs</a>, <a href=\"https://profiles.wordpress.org/bahia0019/\">bahia0019</a>, <a href=\"https://profiles.wordpress.org/b-07/\">Bappi</a>, <a href=\"https://profiles.wordpress.org/bartczyz/\">Bart Czyz</a>, <a href=\"https://profiles.wordpress.org/bengreeley/\">ben.greeley</a>, <a href=\"https://profiles.wordpress.org/benedictsinger/\">benedictsinger</a>, <a href=\"https://profiles.wordpress.org/bfintal/\">Benjamin Intal</a>, <a href=\"https://profiles.wordpress.org/bibliofille/\">bibliofille</a>, <a href=\"https://profiles.wordpress.org/bilgilabs/\">bilgilabs</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/skypressatx/\">BMO</a>, <a href=\"https://profiles.wordpress.org/boga86/\">Boga86</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bwmarkle/\">Brad Markle</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/cvoell/\">Cameron Voell</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/ceyhun0/\">ceyhun0</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/ketuchetan/\">Chetan Satasiya</a>, <a href=\"https://profiles.wordpress.org/chinteshprajapati/\">Chintesh Prajapati</a>, <a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>, <a href=\"https://profiles.wordpress.org/cklosows/\">Chris Klosowski</a>, <a href=\"https://profiles.wordpress.org/eclare/\">Chris Trynkiewicz (Sukces Strony)</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/pixelverbieger/\">Christian Sabo</a>, <a href=\"https://profiles.wordpress.org/christianamohr/\">Christiana Mohr</a>, <a href=\"https://profiles.wordpress.org/clayisland/\">clayisland</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/coreymckrill/\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/crdunst/\">crdunst</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/xendo/\">Dademaru</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">Damián Suárez</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danieltj/\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/diddledan/\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/daniloercoli/\">daniloercoli</a>, <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/darrenlambert/\">darrenlambert</a>, <a href=\"https://profiles.wordpress.org/davidshq/\">Dave Mackey</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">Dave Smith</a>, <a href=\"https://profiles.wordpress.org/daveslaughter/\">daveslaughter</a>, <a href=\"https://profiles.wordpress.org/davewp196/\">DaveWP196</a>, <a href=\"https://profiles.wordpress.org/dartiss/\">David Artiss</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dryanpress/\">David Ryan</a>, <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/superdav42/\">David Stone</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/delowardev/\">Delowar Hossain</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/dhavalkasvala/\">Dhaval kasavala</a>, <a href=\"https://profiles.wordpress.org/dhurlburtusa/\">dhurlburtusa</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dingo_d/\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya/\">dipeshkakadiya</a>, <a href=\"https://profiles.wordpress.org/djp424/\">djp424</a>, <a href=\"https://profiles.wordpress.org/dominic_ks/\">dominic_ks</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dono12/\">Dono12</a>, <a href=\"https://profiles.wordpress.org/dotancohen/\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/dphiffer/\">dphiffer</a>, <a href=\"https://profiles.wordpress.org/dragosh635/\">dragosh635</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dudo/\">dudo</a>, <a href=\"https://profiles.wordpress.org/eclev91/\">eclev91</a>, <a href=\"https://profiles.wordpress.org/seedsca/\">ecotechie</a>, <a href=\"https://profiles.wordpress.org/eden159/\">eden159</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/disillusia/\">edmundcwm</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">Eduardo Toledo</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/elmastudio/\">Ellen Bauer</a>, <a href=\"https://profiles.wordpress.org/aliveic/\">Emil E</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">Enrique Piqueras</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique Sánchez</a>, <a href=\"https://profiles.wordpress.org/equin0x80/\">equin0x80</a>, <a href=\"https://profiles.wordpress.org/erikkroes/\">erikkroes</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a>, <a href=\"https://profiles.wordpress.org/fahimmurshed/\">Fahim Murshed</a>, <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/felipeloureirosantos/\">Felipe Santos</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fernandovbsouza/\">Fernando Souza</a>, <a href=\"https://profiles.wordpress.org/fervillz/\">fervillz</a>, <a href=\"https://profiles.wordpress.org/fgiannar/\">fgiannar</a>, <a href=\"https://profiles.wordpress.org/flaviozavan/\">flaviozavan</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/fotisps/\">Fotis Pastrakis</a>, <a href=\"https://profiles.wordpress.org/efarem/\">Frank Martin</a>, <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/guddu1315/\">Gaurang Dabhi</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/geriux/\">geriux</a>, <a href=\"https://profiles.wordpress.org/girishpanchal/\">Girish Panchal</a>, <a href=\"https://profiles.wordpress.org/glebkema/\">Gleb Kemarsky</a>, <a href=\"https://profiles.wordpress.org/hometowntrailers/\">Glenn</a>, <a href=\"https://profiles.wordpress.org/gh640/\">Goto Hayato</a>, <a href=\"https://profiles.wordpress.org/grafruessel/\">grafruessel</a>, <a href=\"https://profiles.wordpress.org/gregrickaby/\">Greg Rickaby</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Grzegorz Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/grzegorzjanoszka/\">Grzegorz.Janoszka</a>, <a href=\"https://profiles.wordpress.org/bordoni/\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">gwwar</a>, <a href=\"https://profiles.wordpress.org/hamedmoodi/\">hamedmoodi</a>, <a href=\"https://profiles.wordpress.org/hampzter/\">hAmpzter</a>, <a href=\"https://profiles.wordpress.org/happiryu/\">happiryu</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh Pillai</a>, <a href=\"https://profiles.wordpress.org/harry-milatz/\">Harry Milatz</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a>, <a href=\"https://profiles.wordpress.org/helgatheviking/\">helgatheviking</a>, <a href=\"https://profiles.wordpress.org/henryholtgeerts/\">Henry Holtgeerts</a>, <a href=\"https://profiles.wordpress.org/imani3011/\">Himani Lotia</a>, <a href=\"https://profiles.wordpress.org/krynes/\">Hubert Kubiak</a>, <a href=\"https://profiles.wordpress.org/i3anaan/\">i3anaan</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianatkins/\">ianatkins</a>, <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/ideaboxcreations/\">IdeaBox Creations</a>, <a href=\"https://profiles.wordpress.org/shaampk1/\">Ihtisham Zahoor</a>, <a href=\"https://profiles.wordpress.org/intimez/\">intimez</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ispreview/\">ispreview</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jbinda/\">Jakub Binda</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jameslnewell/\">jameslnewell</a>, <a href=\"https://profiles.wordpress.org/jankimoradiya/\">Janki Moradiya</a>, <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a>, <a href=\"https://profiles.wordpress.org/studiotwee/\">Jasper van der Meer</a>, <a href=\"https://profiles.wordpress.org/jaydeep23290/\">jaydeep23290</a>, <a href=\"https://profiles.wordpress.org/jdy68/\">jdy68</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jean-david/\">Jean-David Daviet</a>, <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/phpbits/\">Jeffrey Carandang</a>, <a href=\"https://profiles.wordpress.org/jeichorn/\">jeichorn</a>, <a href=\"https://profiles.wordpress.org/jenilk/\">Jenil Kanani</a>, <a href=\"https://profiles.wordpress.org/miss_jwo/\">Jenny Wong</a>, <a href=\"https://profiles.wordpress.org/jepperask/\">jepperask</a>, <a href=\"https://profiles.wordpress.org/jeremyclarke/\">Jer Clarke</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jeroenrotty/\">Jeroen Rotty</a>, <a href=\"https://profiles.wordpress.org/jeryj/\">Jerry Jones</a>, <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a>, <a href=\"https://profiles.wordpress.org/jon81/\">Jon</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Jon Quach</a>, <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jg-visual/\">Jonathan Goldford</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joonasvanhatapio/\">Joonas Vanhatapio</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/joshuawold/\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jqz/\">jqz</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/juanfra/\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/derweili/\">Julian Weiland</a>, <a href=\"https://profiles.wordpress.org/juliankimmig/\">julian.kimmig</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/nukaga/\">Junko Nukaga</a>, <a href=\"https://profiles.wordpress.org/jurgen/\">jurgen</a>, <a href=\"https://profiles.wordpress.org/justdaiv/\">justdaiv</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kaggdesign/\">kaggdesign</a>, <a href=\"https://profiles.wordpress.org/kalpshit/\">KalpShit Akabari</a>, <a href=\"https://profiles.wordpress.org/leprincenoir/\">Kantari Samy</a>, <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kennithnichol/\">Kennith Nichol</a>, <a href=\"https://profiles.wordpress.org/khag7/\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/khushbu19/\">Khushbu Modi</a>, <a href=\"https://profiles.wordpress.org/killerbishop/\">killerbishop</a>, <a href=\"https://profiles.wordpress.org/kinjaldalwadi/\">kinjaldalwadi</a>, <a href=\"https://profiles.wordpress.org/kitchin/\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/kkarpieszuk/\">kkarpieszuk</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/kokkieh/\">KokkieH</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/klopez8/\">Krystyna</a>, <a href=\"https://profiles.wordpress.org/kubiq/\">kubiq</a>, <a href=\"https://profiles.wordpress.org/wpkuf/\">kuflievskiy</a>, <a href=\"https://profiles.wordpress.org/sainthkh/\">Kukhyeon Heo</a>, <a href=\"https://profiles.wordpress.org/kyliesabra/\">kyliesabra</a>, <a href=\"https://profiles.wordpress.org/lakenh/\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/leandroalonso/\">leandroalonso</a>, <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a>, <a href=\"https://profiles.wordpress.org/lgrev01/\">lgrev01</a>, <a href=\"https://profiles.wordpress.org/linuxologos/\">linuxologos</a>, <a href=\"https://profiles.wordpress.org/lisota/\">lisota</a>, <a href=\"https://profiles.wordpress.org/lorenzof/\">Lorenzo Fracassi</a>, <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a>, <a href=\"https://profiles.wordpress.org/luisrivera/\">luisrivera</a>, <a href=\"https://profiles.wordpress.org/lukaswaudentio/\">lukaswaudentio</a>, <a href=\"https://profiles.wordpress.org/ljasinskipl/\">Lukasz Jasinski</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/wodarekly/\">Lydia Wodarek</a>, <a href=\"https://profiles.wordpress.org/vinoth06/\">M A Vinoth Kumar</a>, <a href=\"https://profiles.wordpress.org/maciejmackowiak/\">maciejmackowiak</a>, <a href=\"https://profiles.wordpress.org/mahesh901122/\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a>, <a href=\"https://profiles.wordpress.org/marcelo2605/\">marcelo2605</a>, <a href=\"https://profiles.wordpress.org/marcio-zebedeu/\">Marcio Zebedeu</a>, <a href=\"https://profiles.wordpress.org/marcoz/\">MarcoZ</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekdedic/\">Marek Dědič</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/marius84/\">Marius84</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mmarzeotti/\">Mark Marzeotti</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markrh/\">MarkRH</a>, <a href=\"https://profiles.wordpress.org/hinjiriyo/\">Martin Stehle</a>, <a href=\"https://profiles.wordpress.org/m-e-h/\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/matstars/\">Mat Gargano</a>, <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</a>, <a href=\"https://profiles.wordpress.org/veraxus/\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">mattchowning</a>, <a href=\"https://profiles.wordpress.org/mattnyeus/\">mattcursor</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">Matthew Kevins</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/maxme/\">maxme</a>, <a href=\"https://profiles.wordpress.org/mayanksonawat/\">mayanksonawat</a>, <a href=\"https://profiles.wordpress.org/mbrailer/\">mbrailer</a>, <a href=\"https://profiles.wordpress.org/mehidi258/\">Mehidi Hassan</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mensmaximus/\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michaelecklund/\">Michael Ecklund</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">Michael Panaga</a>, <a href=\"https://profiles.wordpress.org/marktimemedia/\">Michelle Schulp</a>, <a href=\"https://profiles.wordpress.org/mickaelperrin/\">mickaelperrin</a>, <a href=\"https://profiles.wordpress.org/miette49/\">miette49</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mmtr86/\">Miguel Torres</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/miinasikk/\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a>, <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mikehansenme/\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikeschinkel/\">Mike Schinkel [WPLib Box project lead]</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikejdent/\">mikejdent</a>, <a href=\"https://profiles.wordpress.org/msaari/\">Mikko Saari</a>, <a href=\"https://profiles.wordpress.org/iihglobal/\">Milan Patel</a>, <a href=\"https://profiles.wordpress.org/gdragon/\">Milan Petrovic</a>, <a href=\"https://profiles.wordpress.org/mimitips/\">mimi</a>, <a href=\"https://profiles.wordpress.org/mircoraffinetti/\">mircoraffinetti</a>, <a href=\"https://profiles.wordpress.org/mjnewman/\">mjnewman</a>, <a href=\"https://profiles.wordpress.org/mlbrgl/\">mlbrgl</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/morganestes/\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/mppfeiffer/\">mppfeiffer</a>, <a href=\"https://profiles.wordpress.org/mryoga/\">mryoga</a>, <a href=\"https://profiles.wordpress.org/musamamasood/\">Muhammad Usama Masood</a>, <a href=\"https://profiles.wordpress.org/mujuonly/\">mujuonly</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/assassinateur/\">Nadir Seghir</a>, <a href=\"https://profiles.wordpress.org/nagoke/\">nagoke</a>, <a href=\"https://profiles.wordpress.org/nfmohit/\">Nahid Ferdous Mohit</a>, <a href=\"https://profiles.wordpress.org/finchps/\">Nate Finch</a>, <a href=\"https://profiles.wordpress.org/mukto90/\">Nazmul Ahsan</a>, <a href=\"https://profiles.wordpress.org/nekomajin/\">nekomajin</a>, <a href=\"https://profiles.wordpress.org/nextscripts/\">NextScripts</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nsundberg/\">Nicklas Sundberg</a>, <a href=\"https://profiles.wordpress.org/nickylimjj/\">Nicky Lim</a>, <a href=\"https://profiles.wordpress.org/vadimnicolai/\">nicolad</a>, <a href=\"https://profiles.wordpress.org/rahe/\">Nicolas Juen</a>, <a href=\"https://profiles.wordpress.org/nicole2292/\">nicole2292</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/nikhilgupte/\">nikhilgupte</a>, <a href=\"https://profiles.wordpress.org/nilamacharya/\">nilamacharya</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">noahtallen</a>, <a href=\"https://profiles.wordpress.org/noyle/\">noyle</a>, <a href=\"https://profiles.wordpress.org/nsubugak/\">nsubugak</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/oldenburg/\">oldenburg</a>, <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a>, <a href=\"https://profiles.wordpress.org/ottok/\">Otto Kekäläinen</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/iaaxpage/\">page-carbajal</a>, <a href=\"https://profiles.wordpress.org/pagewidth/\">pagewidth</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/rixeo/\">Paul Kevin</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/pcarvalho/\">pcarvalho</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendonça</a>, <a href=\"https://profiles.wordpress.org/perrywagle/\">perrywagle</a>, <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/philipmjackson/\">Philip Jackson</a>, <a href=\"https://profiles.wordpress.org/pierlo/\">Pierre Gordon</a>, <a href=\"https://profiles.wordpress.org/pierrelannoy/\">Pierre Lannoy</a>, <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a>, <a href=\"https://profiles.wordpress.org/prashantvatsh/\">Prashant Singh</a>, <a href=\"https://profiles.wordpress.org/pratik-jain/\">Pratik Jain</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/priyankabehera155/\">Priyanka Behera</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/raamdev/\">Raam Dev</a>, <a href=\"https://profiles.wordpress.org/bamadesigner/\">Rachel Cherry</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/ragnarokatz/\">ragnarokatz</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/raoulunger/\">raoulunger</a>, <a href=\"https://profiles.wordpress.org/razamalik/\">razamalik</a>, <a href=\"https://profiles.wordpress.org/remcotolsma/\">Remco Tolsma</a>, <a href=\"https://profiles.wordpress.org/rephotsirch/\">rephotsirch</a>, <a href=\"https://profiles.wordpress.org/rheinardkorf/\">rheinardkorf</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/quicoto/\">Ricard Torres</a>, <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a>, <a href=\"https://profiles.wordpress.org/rimadoshi/\">rimadoshi</a>, <a href=\"https://profiles.wordpress.org/rinkuyadav999/\">Rinku Y</a>, <a href=\"https://profiles.wordpress.org/rcutmore/\">Rob Cutmore</a>, <a href=\"https://profiles.wordpress.org/dhrrob/\">Rob Migchels</a>, <a href=\"https://profiles.wordpress.org/rob006/\">rob006</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rconde/\">Roi Conde</a>, <a href=\"https://profiles.wordpress.org/murgroland/\">Roland Murg</a>, <a href=\"https://profiles.wordpress.org/costasovo/\">Rostislav Wolný</a>, <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a>, <a href=\"https://profiles.wordpress.org/kingkool68/\">Russell Heimlich</a>, <a href=\"https://profiles.wordpress.org/rryyaanndd/\">Ryan</a>, <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/looswebstudio/\">Ryo</a>, <a href=\"https://profiles.wordpress.org/sebastienserre/\">Sébastien SERRE</a>, <a href=\"https://profiles.wordpress.org/sorenbronsted/\">Søren Brønsted</a>, <a href=\"https://profiles.wordpress.org/sablednah/\">sablednah</a>, <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/samuelfernandez/\">SamuelFernandez</a>, <a href=\"https://profiles.wordpress.org/zanderz/\">Sander</a>, <a href=\"https://profiles.wordpress.org/santilinwp/\">santilinwp</a>, <a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiyamoorthy V</a>, <a href=\"https://profiles.wordpress.org/tivus/\">Schuhwerk</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">scruffian</a>, <a href=\"https://profiles.wordpress.org/scvleon/\">scvleon</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sgr33n/\">Sergio de Falco</a>, <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">sergiomdgomes</a>, <a href=\"https://profiles.wordpress.org/sgastard/\">sgastard</a>, <a href=\"https://profiles.wordpress.org/sgoen/\">sgoen</a>, <a href=\"https://profiles.wordpress.org/shahariaazam/\">Shaharia Azam</a>, <a href=\"https://profiles.wordpress.org/cafenoirdesign/\">Shannon Smith</a>, <a href=\"https://profiles.wordpress.org/shariqkhan2012/\">shariqkhan2012</a>, <a href=\"https://profiles.wordpress.org/sncoker/\">Shawntelle Coker</a>, <a href=\"https://profiles.wordpress.org/sheparddw/\">sheparddw</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shizumi/\">Shizumi Yoshiaki</a>, <a href=\"https://profiles.wordpress.org/simonjanin/\">simonjanin</a>, <a href=\"https://profiles.wordpress.org/sinatrateam/\">sinatrateam</a>, <a href=\"https://profiles.wordpress.org/sirreal/\">sirreal</a>, <a href=\"https://profiles.wordpress.org/skorasaurus/\">skorasaurus</a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/socalchristina/\">socalchristina</a>, <a href=\"https://profiles.wordpress.org/soean/\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/spenserhale/\">spenserhale</a>, <a href=\"https://profiles.wordpress.org/sproutchris/\">sproutchris</a>, <a href=\"https://profiles.wordpress.org/squarecandy/\">squarecandy</a>, <a href=\"https://profiles.wordpress.org/sstoqnov/\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/starvoters1/\">starvoters1</a>, <a href=\"https://profiles.wordpress.org/steelwagstaff/\">SteelWagstaff</a>, <a href=\"https://profiles.wordpress.org/steevithak/\">steevithak</a>, <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a>, <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a>, <a href=\"https://profiles.wordpress.org/steffanhalv/\">steffanhalv</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell/\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevenlinx/\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stiofansisland/\">Stiofan</a>, <a href=\"https://profiles.wordpress.org/matthias-reuter/\">straightvisions GmbH</a>, <a href=\"https://profiles.wordpress.org/stroona/\">stroona.com</a>, <a href=\"https://profiles.wordpress.org/subratamal/\">Subrata Mal</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/manikmist09/\">Sultan Nasir Uddin</a>, <a href=\"https://profiles.wordpress.org/swapnild/\">swapnild</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">Sérgio Estêvão</a>, <a href=\"https://profiles.wordpress.org/miyauchi/\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/takeshifurusato/\">Takeshi Furusato</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/tbschen/\">TBschen</a>, <a href=\"https://profiles.wordpress.org/tdlewis77/\">tdlewis77</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/thamaraiselvam/\">Thamaraiselvam</a>, <a href=\"https://profiles.wordpress.org/thefarlilacfield/\">thefarlilacfield</a>, <a href=\"https://profiles.wordpress.org/themezee/\">ThemeZee</a>, <a href=\"https://profiles.wordpress.org/timhavinga/\">Tim Havinga</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/timon33/\">timon33</a>, <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timothée Brosille</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tkama/\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tmanoilov/\">tmanoilov</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/tomgreer/\">Tom Greer</a>, <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tommix/\">tommix</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/treecutter/\">treecutter</a>, <a href=\"https://profiles.wordpress.org/tristangemus/\">tristangemus</a>, <a href=\"https://profiles.wordpress.org/tristanleboss/\">tristanleboss</a>, <a href=\"https://profiles.wordpress.org/tsuyoring/\">tsuyoring</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/upadalavipul/\">upadalavipul</a>, <a href=\"https://profiles.wordpress.org/utsav72640/\">Utsav tilava</a>, <a href=\"https://profiles.wordpress.org/vaishalipanchal/\">Vaishali Panchal</a>, <a href=\"https://profiles.wordpress.org/valentinbora/\">Valentin Bora</a>, <a href=\"https://profiles.wordpress.org/varunshanbhag/\">Varun Shanbhag</a>, <a href=\"https://profiles.wordpress.org/veminom/\">Veminom</a>, <a href=\"https://profiles.wordpress.org/vinita29/\">Vinita Tandulkar</a>, <a href=\"https://profiles.wordpress.org/virgodesign/\">virgodesign</a>, <a href=\"https://profiles.wordpress.org/vsamoletov/\">Vlad. S.</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, <a href=\"https://profiles.wordpress.org/waleedt93/\">waleedt93</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design | Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/websupporter/\">websupporter</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">William Patton</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">wpgurudev</a>, <a href=\"https://profiles.wordpress.org/alexandreb3/\">WPMarmite</a>, <a href=\"https://profiles.wordpress.org/wptoolsdev/\">wptoolsdev</a>, <a href=\"https://profiles.wordpress.org/xedinunknown-1/\">xedinunknown-1</a>, <a href=\"https://profiles.wordpress.org/yale01/\">yale01</a>, <a href=\"https://profiles.wordpress.org/collet/\">Yannicki</a>, <a href=\"https://profiles.wordpress.org/yohannp/\">yohannp</a>, <a href=\"https://profiles.wordpress.org/yordansoares/\">Yordan Soares</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/zachflauaus/\">zachflauaus</a>, <a href=\"https://profiles.wordpress.org/tollmanz/\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>, <a href=\"https://profiles.wordpress.org/zaffarn/\">Zee</a>, and <a href=\"https://profiles.wordpress.org/zsusag/\">zsusag</a>.\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Many thanks to all of the community volunteers who contribute in the <a href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time or since the first release. These releases are more successful for their efforts!</p>\n\n\n\n<p>Finally, thanks to all the community translators who worked on WordPress 5.4. Their efforts bring WordPress fully translated to 46 languages at release time, with more on the way.</p>\n\n\n\n<p>If you want to learn more about volunteering with WordPress, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> or the <a href=\"https://make.wordpress.org/core/\">core development blog</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:\"8455\";s: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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.4 RC5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2020/03/wordpress-5-4-rc5/\";s: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, 28 Mar 2020 00:47: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8451\";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:379:\"The fifth release candidate for WordPress 5.4 is live! WordPress 5.4 is currently scheduled to land on March 31 2020, and we need your help to get there—if you haven’t tried 5.4 yet, now is the time! You can test the WordPress 5.4 release candidate in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge nightlies” option) […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Baumwald\";s: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:2181:\"\n<p><br>The fifth release candidate for WordPress 5.4 is live!</p>\n\n\n\n<p>WordPress 5.4 is currently scheduled to land on <strong><a href=\"https://make.wordpress.org/core/5-4/\">March 31 2020</a></strong>, and we need <em>your</em> help to get there—if you haven’t tried 5.4 yet, now is the time!</p>\n\n\n\n<p>You can test the WordPress 5.4 release candidate in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.4-RC5.zip\">download the release candidate here</a> (zip).</li></ul>\n\n\n\n<p>For details about what to expect in WordPress 5.4, please see the <a href=\"https://wordpress.org/news/2020/03/wordpress-5-4-release-candidate/\">first release candidate post</a>.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.4 and update the <em>Tested up to</em> version in the readme to 5.4. The priority in testing is compatibility. If you find issues, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can figure them out before the final release.</p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\">WordPress 5.4 Field Guide</a> is also out! It’s your source for details on all the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language besides English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</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:\"8451\";s: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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.4 RC4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2020/03/wordpress-5-4-rc4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 Mar 2020 22:00:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8444\";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:388:\"The fourth release candidate for WordPress 5.4 is live! WordPress 5.4 is currently scheduled to land on March 31 2020, and we need your help to get there—if you haven’t tried 5.4 yet, now is the time! You can test the WordPress 5.4 release candidate in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge nightlies” option) […]\";s: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:\"Francesca Marano\";s: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:2395:\"\n<p>The fourth release candidate for WordPress 5.4 is live!</p>\n\n\n\n<p>WordPress 5.4 is currently scheduled to land on <strong><a href=\"https://make.wordpress.org/core/5-4/\">March 31 2020</a></strong>, and we need <em>your</em> help to get there—if you haven’t tried 5.4 yet, now is the time!</p>\n\n\n\n<p>You can test the WordPress 5.4 release candidate in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.4-RC4.zip\">download the release candidate here</a> (zip).</li></ul>\n\n\n\n<p>For details about what to expect in WordPress 5.4, please see the <a href=\"https://wordpress.org/news/2020/03/wordpress-5-4-release-candidate/\">first release candidate post</a>.</p>\n\n\n\n<p>RC4 commits the new <a href=\"https://core.trac.wordpress.org/ticket/49295\">About page</a> and <a href=\"https://core.trac.wordpress.org/ticket/49688\">updates the editor packages</a>.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.4 and update the <em>Tested up to</em> version in the readme to 5.4. The priority in testing is compatibility. If you find issues, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can figure them out before the final release.</p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\">WordPress 5.4 Field Guide</a> is also out! It’s your source for details on all the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language besides English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</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:\"8444\";s: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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.4 RC3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2020/03/wordpress-5-4-rc3/\";s: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, 17 Mar 2020 21:24: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8432\";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:384:\"The third release candidate for WordPress 5.4 is now available! WordPress 5.4 is currently scheduled to be released on March 31 2020, and we need your help to get there—if you haven’t tried 5.4 yet, now is the time! There are two ways to test the WordPress 5.4 release candidate: Try the WordPress Beta Tester plugin (choose the “bleeding edge […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Baumwald\";s: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:4104:\"\n<p>The third release candidate for WordPress 5.4 is now available!</p>\n\n\n\n<p>WordPress 5.4 is currently scheduled to be released on <strong><a href=\"https://make.wordpress.org/core/5-4/\">March 31 2020</a></strong>, and we need <em>your</em> help to get there—if you haven’t tried 5.4 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.4 release candidate:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.4-RC3.zip\">download the release candidate here</a> (zip).</li></ul>\n\n\n\n<p>For details about what to expect in WordPress 5.4, please see the <a href=\"https://wordpress.org/news/2020/03/wordpress-5-4-release-candidate/\">first release candidate post</a>.</p>\n\n\n\n<p>RC3 addresses improvements to the new About page and <a href=\"https://core.trac.wordpress.org/query?id=49657%2C49621%2C48164%2C49577%2C47053%2C48303%2C49374%2C49619&milestone=5.4&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">8 fixes</a> for the following bugs and regressions:</p>\n\n\n\n<ul><li><a href=\"https://core.trac.wordpress.org/ticket/49657\"></a><a href=\"https://core.trac.wordpress.org/ticket/49657\">49657</a> – <a href=\"https://core.trac.wordpress.org/ticket/49657\">Block Editor: Update WordPress Packages WordPress 5.4 RC 3</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/49621\"></a><a href=\"https://core.trac.wordpress.org/ticket/49621\">49621</a> – <a href=\"https://core.trac.wordpress.org/ticket/49621\">Travis: Download Chromium for E2E Tests Only</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/49164\"></a><a href=\"https://core.trac.wordpress.org/ticket/48164\">48164</a> – <a href=\"https://core.trac.wordpress.org/ticket/48164\">media_sideload_image Should Store Original URL and Optionally Check for Dupes</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/49577\">49577 – Site Health Status Dashboard Provides Incorrect Items Count on Initial Load</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/47053\">47053 – Accessibility: Need to set proper ‘tabindex’ in ‘Skip To Toolbar’ HTML</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/48303\">48303 – Docblock Improvements for 5.4</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/49374\">49374 – Use get_post_states to Denote Special Pages on the Added Menu Item Accordions</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/49619\">49619 – Use <hr /> Instead of Margin on Freedoms Page</a></li></ul>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.4 and update the <em>Tested up to</em> version in the readme to 5.4. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can figure those out before the final release.</p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\">WordPress 5.4 Field Guide</a> has also been published, which details the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</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:\"8432\";s: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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.4 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2020/03/wordpress-5-4-rc2/\";s: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, 10 Mar 2020 21:40: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8422\";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:385:\"The second release candidate for WordPress 5.4 is now available! WordPress 5.4 is currently scheduled to be released on March 31 2020, and we need your help to get there—if you haven’t tried 5.4 yet, now is the time! There are two ways to test the WordPress 5.4 release candidate: Try the WordPress Beta Tester plugin (choose the “bleeding edge […]\";s: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:\"Francesca Marano\";s: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:3311:\"\n<p>The second release candidate for WordPress 5.4 is now available!</p>\n\n\n\n<p>WordPress 5.4 is currently scheduled to be released on <strong><a href=\"https://make.wordpress.org/core/5-4/\">March 31 2020</a></strong>, and we need <em>your</em> help to get there—if you haven’t tried 5.4 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.4 release candidate:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.4-RC2.zip\">download the release candidate here</a> (zip).</li></ul>\n\n\n\n<p>For details about what to expect in WordPress 5.4, please see the <a href=\"https://wordpress.org/news/2020/03/wordpress-5-4-release-candidate/\">first release candidate post</a>.</p>\n\n\n\n<p>RC2 addresses improvements to the new About page and <a href=\"https://core.trac.wordpress.org/query?id=49611%2C49318%2C49295%2C49585%2C49568%2C49549&milestone=5.4&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">5 fixes</a> for the following bugs and regressions:</p>\n\n\n\n<ul><li><a href=\"https://core.trac.wordpress.org/ticket/49611\">49611</a> – Block Editor: Update WordPress Packages WordPress 5.4 RC 2</li><li><a href=\"https://core.trac.wordpress.org/ticket/49318\">49318</a> – Bundled Themes: Twenty Twenty content font CSS selector is too important</li><li><a href=\"https://core.trac.wordpress.org/ticket/49585\">49585</a> – REST API: Fix typo in disable-custom-gradients theme feature description</li><li><a href=\"https://core.trac.wordpress.org/ticket/49568\">49568</a> – Block Editor: Fix visual regression in editor’s color picker</li><li><a href=\"https://core.trac.wordpress.org/ticket/49549\">49549</a> – Bundled Themes: Calendar widget CSS fixes on various Bundled themes</li></ul>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.4 and update the <em>Tested up to</em> version in the readme to 5.4. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can figure those out before the final release.</p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\">WordPress 5.4 Field Guide</a> has also been published, which details the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</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:\"8422\";s: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:79:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"People of WordPress: Mary Job\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2020/03/people-of-wordpress-mary-job/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/news/2020/03/people-of-wordpress-mary-job/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Mar 2020 16:30:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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:9:\"heropress\";s: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:10:\"Interviews\";s:7:\"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=8406\";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:189:\"In the March edition of our \"People of WordPress\" series, you\'ll find out how Mary Job grew from a timid, curious cat into a public speaker and organizer of WordPress Meetups and WordCamps.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Yvette Sonneveld\";s: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:9720:\"\n<p><em>You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories. </em></p>\n\n\n\n<h2>How it all began</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/02/At-WordCamp-Kampala-2020.jpeg?resize=632%2C844&ssl=1\" alt=\"Mary Job at WordCamp Kampala 2020\" class=\"wp-image-8410\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/02/At-WordCamp-Kampala-2020.jpeg?resize=767%2C1024&ssl=1 767w, https://i1.wp.com/wordpress.org/news/files/2020/02/At-WordCamp-Kampala-2020.jpeg?resize=225%2C300&ssl=1 225w, https://i1.wp.com/wordpress.org/news/files/2020/02/At-WordCamp-Kampala-2020.jpeg?resize=768%2C1025&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/02/At-WordCamp-Kampala-2020.jpeg?w=809&ssl=1 809w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>Mary Job at WordCamp Kampala 2020</figcaption></figure>\n\n\n\n<p>Mary remembers when cybercafés started trending in Nigeria. She had just finished high school and was awaiting her results for admission to university. She spent all of her time (10 hours a day) and all of her pocket money buying bulk time online at cafes. All the way through university that was true, until in 2008 she graduated with a degree in philosophy and bought her own computer and modem.</p>\n\n\n\n<p>She started blogging in 2009. Initially, she tried out Blogger, Hubpages, and WordPress—but found WordPress too complicated. </p>\n\n\n\n<h2>Growing up as a timid but curious cat</h2>\n\n\n\n<p>Mary is one of four kids, and the only girl among her siblings. Throughout her childhood she felt shy, even though others didn’t always see her that way. </p>\n\n\n\n<p>When she first started her personal blog, it was mostly an opportunity for her to speak her mind where she was comfortable. Blogging gave her a medium to express her thoughts and with every new post she became a better writer.</p>\n\n\n\n<h2>Rediscovering WordPress</h2>\n\n\n\n<p>After completing a postgraduate diploma in mass communication, Mary started a Masters degree in Information Management. This required a three month internship. She decided to volunteer in Ghana in 2015 at the headquarters of the Salesians of Don Bosco in West Africa (SDBAFW<strong>)</strong> where her uncle was based.</p>\n\n\n\n<p>While she was there, her uncle asked Mary why she was not blogging on WordPress, which also happened to be the software the organisation used. She explained how difficult and complicated it was so he shared a group of beginner-level tutorial videos with her.</p>\n\n\n\n<p>After two weeks of watching those videos, she started to realize she could have a full-time career doing this. So she immediately joined a number of online training groups so she could learn everything.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>I saw a lot of people earning an income from things I knew and did for the fun of it. I found myself asking why I had not turned my passion into a business.</em></p><cite>Mary Job</cite></blockquote>\n\n\n\n<p>Not long after that, she was contacted by a website editor who was impressed by her blog. With the information available online for WordPress, she was able to learn everything she needed to improve and redesign a site for what turned into her first client.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/my-home-office-in-2016.jpeg?w=632&ssl=1\" alt=\"\" class=\"wp-image-8412\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/03/my-home-office-in-2016.jpeg?w=512&ssl=1 512w, https://i1.wp.com/wordpress.org/news/files/2020/03/my-home-office-in-2016.jpeg?resize=300%2C169&ssl=1 300w\" sizes=\"(max-width: 512px) 100vw, 512px\" data-recalc-dims=\"1\" /><figcaption>Mary’s home office in 2016</figcaption></figure>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>I visited the <a href=\"https://wordpress.org/showcase/\">WordPress.org showcase</a> and was wowed with all the good things I could do with WordPress.</em></p><cite>Mary Job</cite></blockquote>\n\n\n\n<p>In 2016 after a year of deep WordPress learning, she had fallen in love with the CMS and wanted to give back to the <a href=\"https://make.wordpress.org/\">WordPress open source project</a>. </p>\n\n\n\n<p>She volunteered to help the Community team. And when she moved to Lagos later that year, she discovered there was an active WordPress Meetup community. This started her journey toward becoming a WordPress Meetup Co-organizer and a Global Community Team Deputy.</p>\n\n\n\n<p>Today the Nigerian WordPress community continues to grow, as has the <a href=\"https://www.meetup.com/Lagos-WordPress-Meetup-Group\">Lagos WordPress Meetup</a> group. The first Nigerian WordCamp took place in Lagos in 2018 and a <a href=\"https://2020.lagos.wordcamp.org/\">2020 event is being planned</a>. A local WordPress community also developed in Mary’s hometown in Ijebu.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>I have made great friends and met co-organizers in the community who are dedicated to building and sharing their WordPress knowledge with the community like I am.</em></p><cite>Mary Job</cite></blockquote>\n\n\n\n<h2>What did Mary gain from using and contributing to WordPress?</h2>\n\n\n\n<ul><li>She <strong>overcame her stage fright</strong> by getting up in front of an audience at her local Meetup to introduce speakers and to talk about the WordPress community. </li><li>She <strong>attended her first of many African WordCamps </strong>in Cape Town, South Africa. Coincidentally this was also her first time outside West Africa. Before that, she had not been in an aircraft for more than one hour.</li><li>She <strong>earned money</strong> from WordPress web design projects to sustain her during her learning period. Mary continues to use WordPress in her work and says she is still learning every day!</li><li>She got to <strong>jump off</strong> Signal Hill in Cape Town when visiting a WordCamp! </li></ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?fit=632%2C422&ssl=1\" alt=\"\" class=\"wp-image-8413\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?w=1683&ssl=1 1683w, https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?resize=300%2C200&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?resize=1024%2C683&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?resize=768%2C512&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?resize=1536%2C1024&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" /><figcaption>Mary moderating a panel at WordCamp Lagos in 2019</figcaption></figure>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>Essentially, the community has taught me to be a better communicator, and a better person. I’ve made friends across the world that have become like a family to me.</em></p><cite>Mary Job</cite></blockquote>\n\n\n\n<p>She now runs a village hub in Ijebu, where she teaches girls digital skills and WordPress as a way of giving back to her town.</p>\n\n\n\n<p>Since she started on this journey, Mary has gotten a fulltime job supporting a WordPress plugin. She’s also become a Community Team Rep and continues to build and foster communities.</p>\n\n\n\n<h2>Mary’s advice to others</h2>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>Always seek to understand the basics of whatever knowledge you seek. Never jump in too fast, wanting to spiral to the top while ignoring the learning curve. You will likely crash down effortlessly if you do so, and would have learned nothing.</em></p><cite>Mary Job</cite></blockquote>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Alison Rothwell (<a href=\"https://profiles.wordpress.org/wpfiddlybits/\">@wpfiddlybits</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a>), Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>), Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>). Thank you to Mary Job (<a href=\"https://profiles.wordpress.org/mariaojob/\">@maryojob</a>) for sharing her #ContributorStory.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?w=632&ssl=1\" alt=\"\" class=\"wp-image-8409\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p><em>This post is based on </em><a href=\"https://heropress.com/essays/wordpress-gave-perfect-identity/\"><em>an article originally published on HeroPress.com</em></a><em>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/03/people-of-wordpress-mary-job/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"18\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8406\";s: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:\"Tue, 05 May 2020 13:14:44 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:\"Mon, 04 May 2020 22:49:47 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 2\";}}s:5:\"build\";s:14:\"20161218163838\";}','no'),(31232,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1588727684','no'),(31233,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1588684484','no'),(31234,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1588727684','no'),(31235,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: Find My Blocks Plugin Shows All Blocks in Use on a WordPress Site\";s:7:\"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=98953\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/find-my-blocks-plugin-shows-all-blocks-in-use-on-a-wordpress-site?utm_source=rss&utm_medium=rss&utm_campaign=find-my-blocks-plugin-shows-all-blocks-in-use-on-a-wordpress-site\";s: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:3144:\"<p>How do you know what blocks are in use on a WordPress site? I recently saw a tweet asking this question in regards to knowing whether it is safe to turn off a plugin. This seems like it could become a common question, especially for those who have hundreds or thousands of blog posts as well as those using WordPress as a CMS.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">How hard would it be to create a plugin that let\'s me know how many and which blocks I\'m using site wide? Sometimes I wonder if I can deactivate a block plugin but I don\'t know if I\'m using a block it provides.</p>— Nick Hamze (@NickHamze) <a href=\"https://twitter.com/NickHamze/status/1253343502316064771?ref_src=twsrc%5Etfw\">April 23, 2020</a></blockquote>\n</div>\n\n\n\n<p>When looking at content in the editor, it isn’t immediately evident which blocks are in use. You can click on the block navigation at the top of the editor, but that will only show you the blocks in use on that particular page. If you have a lot of plugins installed and many pages of content to wade through, figuring out if it’s safe to remove a plugin can be a time-consuming process.</p>\n\n\n\n<p>Fortunately, there is already a plugin that will give you a quick overview of where blocks are being used on your site. <a href=\"https://wordpress.org/plugins/find-my-blocks/\">Find My Blocks</a> is the one that was suggested to Nick Hamze in response to the question in his tweet. I had not heard of it before, so I took it for a test drive today. </p>\n\n\n\n<p>Find My Blocks is basically a utility plugin that lists the blocks being used on your WordPress site, along with the posts/pages where they are in use. It includes core blocks and blocks from third-party plugins. The plugin’s settings also give the option to sort the block menu display alphabetically or by most/least popular.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Frontend developer <a href=\"https://eddysims.com/\">Eddy Sims</a> created Find My Blocks to solve one of his own problems and released it on WordPress.org in January. </p>\n\n\n\n<p>“I was working on a site that required a few custom Gutenberg blocks,” Sims said. “After a week, updating became a hassle. I didn’t know where the blocks were used. Find My Blocks is a plugin I created to hopefully help someone else with this issue.” So far it has received several five-star reviews in the plugin directory. </p>\n\n\n\n<p>“We’ve been using this plugin to help us figure out where we’ve used blocks on pages so we can deprecate them and replace them with shiny new blocks!” WordPress developer Tammy Lee said. “This plugin makes tracking down blocks really easy! I don’t want to think about how much time it would have taken us, otherwise.”</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/find-my-blocks/\">Find My Blocks</a> is a plugin you may want to add to your favorites on WordPress.org for the next time you inherit a site that you didn’t build, or for cleaning out your own installed plugins. </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 May 2020 22:54:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:67:\"WPTavern: The Future of WordPress: The Block Editor Is Here to Stay\";s:7:\"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=99271\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/the-future-of-wordpress-the-block-editor-is-here-to-stay?utm_source=rss&utm_medium=rss&utm_campaign=the-future-of-wordpress-the-block-editor-is-here-to-stay\";s: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:6577:\"<p class=\"has-drop-cap\">It is inevitable that when we publish a story on the Tavern that is remotely related to the block editor or the Gutenberg project, we receive negative comments. Despite sprinting along in its second year as part of core WordPress, there are still those who liken posts on the editor to <em>Soviet-style mind manipulation</em> and <em>propaganda</em> for certain unnamed companies.</p>\n\n\n\n<p>It is not all negative. Far more comments are from people who are ecstatic about the current editor and the upcoming features that will expand the block system to other areas of WordPress.</p>\n\n\n\n<p>However, I felt the need to address a recent request that we stop covering the block editor. While I cannot speak for our entire staff, there are two simple truths about why I write about blocks.</p>\n\n\n\n<h2>Truth #1: Blocks are Here to Stay</h2>\n\n\n\n<p class=\"has-drop-cap\">The block system is not going anywhere. WordPress has moved beyond the point where we should consider the block editor as a separate entity. It is an integral part of WordPress and will eventually touch more and more areas outside of the editing screen.</p>\n\n\n\n<p>Frankly, it would be poor journalism to <em>not</em> cover stories related to blocks.</p>\n\n\n\n<p>Some of the most exciting things happening in the WordPress ecosystem is around what developers are doing with blocks. Whether it is a <a href=\"https://wptavern.com/block-a-saurus-embeds-a-side-scrolling-t-rex-game-via-the-block-editor\">fun T-rex game</a>, a <a href=\"https://wptavern.com/godaddys-go-wordpress-theme-offers-a-page-building-experience-via-the-block-editor\">block-ready theme</a>, or a team of block developers being <a href=\"https://wptavern.com/block-lab-team-joins-wp-engine-looks-to-the-future-of-block-building\">hired by a major company</a>, there is always something interesting happening in the world of blocks.</p>\n\n\n\n<p>Every day, more users are embracing the block editor. Even the percentage of holdouts still running WordPress 4.9, which was the last version without the block editor, is decreasing. Currently, only 12.8% of <a href=\"https://wordpress.org/about/stats/\">WordPress installs</a> are on 4.9. Nearly 73% are running WordPress 5.0 or newer. Some of those users are running plugins like Classic Editor, which has maintained a steady growth rate in the neighborhood of 0.5% – 1.0% in recent months. Currently, the plugin has over 5 millions installs, which is a drop in the ocean in comparison to total WordPress sites.</p>\n\n\n\n<p>At the moment, WordPress.com and self-hosted Jetpack users are creating content via blocks on 44.5 million WordPress sites. Yesterday, those users <a href=\"https://gutenstats.blog/\">wrote 302,000 posts</a> in the block editor.</p>\n\n\n\n<p>Blocks are the future of the platform. What we need to do as a community is avoid putting our heads in the sand or railing against the powers-that-be. Instead, we should ask ourselves what we could do to continue improving the system. <em>How can we move forward? How can we present our ideas, even dislikes, in a constructive manner? How can we create better software?</em></p>\n\n\n\n<p>Criticism of the editor is fair. Make it constructive so we can dissect and address that criticism. That is an essential part of building great software.</p>\n\n\n\n<h2>Truth #2: Love of Blocks</h2>\n\n\n\n<p class=\"has-drop-cap\">Believe it or not, I actually love blocks. While I may criticize some decisions about the editor, summoning an internal facepalm emoji at times, this is the most excited I have been about WordPress in years. But, it is not about me. I have enough familiarity with dozens of editors that I can live with even the most mediocre of experiences. And, if I am not satisfied, I can build my own.</p>\n\n\n\n<p>What it is about is seeing the face of an inexperienced WordPress user light up for the first time because they <em>get it</em>.</p>\n\n\n\n<p>For years, I helped an older family member run an outdoors site. I had no interest in hunting, fishing, or most other topics covered on the blog. However, he was passionate about what he was doing. I wanted to help fuel that passion in any way I could. <em>The problem?</em> He simply never learned how WordPress worked. He never had that lightbulb moment. His face never glowed when he finally figured out how to lay out his content in the editor.</p>\n\n\n\n<p>He had big ideas and no way to accomplish them.</p>\n\n\n\n<p>At the time, most page builders were little more than shortcode soup, which I knew would eventually mean I would be the one to clean up the mess. There were few options other than the classic editor. My older cousin stuck it out for longer than most. After a few years, he finally let the site go.</p>\n\n\n\n<p>Even some of what I would consider the most basic of things were too frustrating for him. It was also frustrating for me because I could not understand why he could never learn what I was teaching.</p>\n\n\n\n<p>However, the block editor changed things. He was thinking of starting a new site but was asking about non-WordPress platforms. I spun up a demo install and a basic block-ready theme for him not long ago. Suddenly, this guy who routinely broke links and accidentally made all of his blog post content bold — twice — was piecing together media-filled content with few issues. That initial passion that he had all those years ago seemed to come back. Maybe, just maybe, WordPress might now be the CMS for him.</p>\n\n\n\n<p>I am fully aware that this is not everyone’s experience. However, what I have found working with new and less-than-tech-savvy users is that the block editor is a stepping stone toward them being able to create the sites they want more easily. Right now, those users have far more control over their content than ever before. In the future, they will have that control over their entire site.</p>\n\n\n\n<p>When I share a story about blocks, it is because I am excited about them. More so, I want to share that excitement with others who are on this journey. Whether they want something on the <a href=\"https://wptavern.com/the-wacky-world-of-sorta-brilliants-sorta-fun-block-plugins\">wacky and weird</a> side of things or want to <a href=\"https://wptavern.com/create-custom-patterns-with-the-block-pattern-builder-plugin\">build custom patterns</a> for reuse in their posts, I want them to find those tools.</p>\n\n\n\n<p>If I am a bit optimistic about the future at times, I will not apologize for that. I look forward to the next block-related story that we have the opportunity to cover here at the Tavern.</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 May 2020 20:52: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:14:\"Justin Tadlock\";s: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:54:\"WordPress.org blog: The Month in WordPress: April 2020\";s:7:\"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=8571\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2020/05/the-month-in-wordpress-april-2020/\";s: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:8157:\"<p>April continued to be a challenging time for the WordPress community, with many under stay-at-home recommendations. However, it was also an exciting month in which we created new ways to connect with and inspire each other! This month, amazing contributors moved more WordCamps online and shipped new releases for WordPress and Gutenberg. For the latest, read on. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.4.1 released</h2>\n\n\n\n<p>On April 24th, <a href=\"https://make.wordpress.org/core/2020/04/24/wordpress-5-4-1-rc1/\">WordPress 5.4.1 Release Candidate 1</a> (RC1) was released for testing, quickly followed by the official <a href=\"https://wordpress.org/news/2020/04/wordpress-5-4-1/\">release of WordPress 5.4.1</a> on April 29th. This security release features 17 bug fixes and seven security fixes, so we recommend updating your sites immediately. To download WordPress 5.4.1, visit your Dashboard, click on Updates, then Update Now, or download the latest version directly from WordPress.org. For more information, visit <a href=\"https://wordpress.org/news/2020/04/wordpress-5-4-1/\">this post</a>, review the <a href=\"https://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">full list of changes on Trac</a>, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-4-1/\">version 5.4.1 HelpHub documentation page</a>.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg 7.9 and 8.0 released</h2>\n\n\n\n<p>It was another exciting month for Gutenberg, with the release of <a href=\"https://make.wordpress.org/core/2020/04/15/whats-new-in-gutenberg-15-april/\">7.9</a> and <a href=\"https://make.wordpress.org/core/2020/04/29/whats-new-in-gutenberg-29-april/\">8.0</a>! Version 7.9 brought new block design tools, three new patterns, and improved block markup. Gutenberg 8.0 continued to refine the new block patterns feature, with additional options for inline formatting, and extending the functionality of the Code Editor. In addition to these new features, both releases included new enhancements and APIs, along with a number of bug fixes, performance improvements, some experiments, and more! You can read all the details about the latest Gutenberg releases in the announcement posts for <a href=\"https://make.wordpress.org/core/2020/04/15/whats-new-in-gutenberg-15-april/\">7.9</a> and <a href=\"https://make.wordpress.org/core/2020/04/29/whats-new-in-gutenberg-29-april/\">8.0</a>. </p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>BuddyPress 6.0.0</h2>\n\n\n\n<p><a href=\"https://buddypress.org/2020/04/buddypress-6-0-0-beta2/\">BuddyPress 6.0.0-beta2</a> was released for testing in mid-April, leading to the <a href=\"https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/\">BuddyPress 6.0.0 Release Candidate</a>, announced on April 29. This is an important step before the final release of BuddyPress 6.0.0, which is slated for Thursday, May 14. Changes and new features in this release include moving the profile photo and user cover image under the BP Members component, and a new BP Rest API. Additionally, this release will introduce the first round of BuddyPress Blocks! Last, but not least, BuddyPress 6.0.0 will require at least PHP 5.6 and WordPress 4.8. </p>\n\n\n\n<p>Want to get involved? <a href=\"https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/\">Test the 6.0.0-RC here</a>! You can also help by <a href=\"https://translate.wordpress.org/projects/wp-plugins/buddypress/dev/\">translating BuddyPress into another language</a>, or let the team know of any issues you find, either in <a href=\"https://buddypress.org/support\">the support forums</a> and/or in their <a href=\"https://buddypress.trac.wordpress.org/\">development tracker</a>. </p>\n\n\n\n<h2>WordCamp US goes online, apply to speak!</h2>\n\n\n\n<p>WordCamp US will <a href=\"https://2020.us.wordcamp.org/2020/04/30/wordcamp-us-will-be-virtually-awesome/\">take place online due to the COVID-19 pandemic</a>. The event still runs from October 27-29, 2020, and will be free to anyone who wishes to attend. The team plans to offer what WCUS has historically brought to the community in person: sessions and workshops, Contributor Day, a hallway track, and of course, State of the Word. </p>\n\n\n\n<p>Interested in speaking at WCUS? The <a href=\"https://2020.us.wordcamp.org/2020/03/16/call-for-speakers-is-now-open/\">Call for Speakers</a> is still open! You can apply to speak on the <a href=\"https://2020.wcus-speakers.org/\">speaker application site</a> until May 31, 2020 at 11:59 pm CDT (UTC-5). </p>\n\n\n\n<p>Additionally, the <a href=\"https://2020.us.wordcamp.org/2020/03/23/call-for-cities-for-wcus-2021-2022/\">Call for Cities is also open</a>. If your community is interested in hosting WordCamp US in 2021 & 2022, please <a href=\"https://wordcampcentral.survey.fm/wcus-2021-2022\">fill out this application</a>. </p>\n\n\n\n<p>For the latest information about WordCamp US, sign up for updates on the <a href=\"https://2020.us.wordcamp.org/\">website</a>, or follow <a href=\"https://www.facebook.com/WordCampUSA/\">Facebook</a>, <a href=\"https://twitter.com/WordCampUS\">Twitter</a>, or <a href=\"https://www.instagram.com/wordcampus/?hl=en\">Instagram</a>. </p>\n\n\n\n<h2>WordCamp Europe 2020 goes virtual </h2>\n\n\n\n<p>Last month, WordCamp Europe decided to postpone its Porto event to 2021. This April, the WCEU organizing team announced that the <a href=\"https://2020.europe.wordcamp.org/2020/04/06/wordcamp-europe-2020-is-moving-online/\">2020 WordCamp will be online</a>! WordCamp Europe 2020 Online will take place from June 4-6, 2020, and tickets will be free. There will be a <a href=\"https://make.wordpress.org/updates/2020/04/15/wordcamp-europe-2020-contributor-day-update/\">virtual Contributor Day</a> on June 4, and then two half days of live-streamed talks and workshops. To participate, get your free ticket <a href=\"https://2020.europe.wordcamp.org/tickets/\">here</a>. </p>\n\n\n\n<p>To get the latest news for WordCamp Europe 2020 Online, follow on <a href=\"https://www.facebook.com/WCEurope/\">Facebook</a>, <a href=\"https://twitter.com/wceurope?lang=en\">Twitter</a>, <a href=\"https://www.linkedin.com/company/wordcampeurope/\">LinkedIn</a>, or on <a href=\"https://www.instagram.com/wceurope/?hl=en\">Instagram</a>. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2020/04/08/wordpress-5-5-call-for-tickets/\">The WordPress 5.5 release cycle has officially been kicked off with a Call for Tickets</a>.</li><li><a href=\"https://make.wordpress.org/themes/2020/04/03/proposal-github-theme-review/\">Read the proposal for a new GitHub Theme review process.</a>.</li><li><a href=\"https://wordpress.tv/event/wpblocktalk-april-2020/\">Did you miss WPBlockTalk, or want to watch that really interesting session again? All talks are available on WordPress.tv!</a></li><li><a href=\"https://make.wordpress.org/core/2020/04/01/feature-plugin-proposal-wp-consent-api/\">The Core team has introduced a proposal for a new Consent API as a feature plugin</a>.</li><li><a href=\"https://make.wordpress.org/updates/2020/04/30/quarterly-updates-q1-2020/\">All WordPress contribution teams have reported on their recent work in the first quarterly update of 2020</a>.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 May 2020 09:31: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:10:\"Angela Jin\";s: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:48:\"BuddyPress: BuddyPress 6.0.0 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=311439\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2020/05/buddypress-6-0-0-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2943:\"<p>Hello,</p>\n\n\n\n<p>The second <a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC2.zip\">release candidate for BuddyPress 6.0.0</a> is now available for an ultimate round of testing!</p>\n\n\n\n<p>Since the <a href=\"https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/\">first release candidate</a> and thanks to the <a href=\"https://make.wordpress.org/polyglots/\">WordPress Polyglots Team</a> (Many thanks to <a href=\"https://profiles.wordpress.org/tobifjellner/\">@tobifjellner</a> & <a href=\"https://profiles.wordpress.org/ocean90/\">@ocean90</a>), we’ve found an issue involving the translation of our new BuddyPress Blocks. The BP Blocks are using <a href=\"https://make.wordpress.org/core/2018/11/09/new-javascript-i18n-support-in-wordpress/\">JavaScript i18n</a> functions and a specific task of our build process was preventing <a href=\"https://make.wordpress.org/polyglots/handbook/tools/glotpress-translate-wordpress-org/\">GlotPress</a> from identifying the strings needing to be translated.</p>\n\n\n\n<p>We believe <a href=\"https://buddypress.trac.wordpress.org/ticket/8290\">we’ve fixed this issue</a> and this new release candidate will help us confirm it.</p>\n\n\n\n<p>BuddPress 6.0.0 is still slated for release on <strong>Thursday, May 14</strong>, and if you haven’t tried 6.0.0 yet, <strong>it’s probably your last chance to do so!</strong></p>\n\n\n\n<p>You can test the <a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC2.zip\">6.0.0-RC2</a> pre-release in 4 ways :</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a> plugin.</li><li><a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC2.zip\">Download the release candidate here (zip file)</a>.</li><li>Check out our SVN repository: <code>svn co https://buddypress.svn.wordpress.org/trunk/</code></li><li>Clone our read-only Git repository: <code>git clone git://buddypress.git.wordpress.org/</code></li></ul>\n\n\n\n<p>A detailed changelog will be part of our official release note, but you can get a quick overview by reading the post about the <a href=\"https://buddypress.org/2020/03/buddypress-6-0-0-beta1/\">6.0.0 Beta1</a> release.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Polyglots contributors, there’s some extra work.</h2>\n\n\n\n<p>This release candidate should introduce around 50 new strings to translate (the ones that were not included previously due to the issue), so thanks in advance for your comprehension and for your help <span class=\"dashicons dashicons-heart\"></span>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>As usual, <strong>if you think you’ve found a bug</strong>, please let us know reporting it on <a href=\"https://buddypress.org/support\">the support forums</a> and/or on <a href=\"https://buddypress.trac.wordpress.org/\">our development tracker</a>.</p>\";s: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, 03 May 2020 04:45: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:12:\"Mathieu Viet\";s: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:99:\"WPTavern: FOSS Responders Group Brings Financial Help to Open Source Ecosystem Affected by COVID-19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99213\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:243:\"https://wptavern.com/foss-responders-group-brings-financial-help-to-open-source-ecosystem-affected-by-covid-19?utm_source=rss&utm_medium=rss&utm_campaign=foss-responders-group-brings-financial-help-to-open-source-ecosystem-affected-by-covid-19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2003:\"<p>The pandemic has caused economic hardships and upheaval in nearly every industry. Open source communities and contributors have been affected in a myriad of ways – whether it’s a loss of donations, the burden of nonrefundable travel expenses for canceled conferences, or severely diminished business and fundraising opportunities. </p>\n\n\n\n<p><a href=\"https://fossresponders.com/\">FOSS Responders</a> is a working group of volunteers that aims to future-proof the open source infrastructure we rely on by helping sustain those who maintain the software. The group’s website allows those in need to apply for emergency funds. FOSS Responders is <a href=\"https://opencollective.com/foss-responders\">raising money on Open Collective</a> and 100% of donations go to open source technologists in need. So far the group has an estimated annual budget of $8,145.05. Open Collective is also waiving its platform fees on COVID-19 solidarity collectives until the end of June.</p>\n\n\n\n<p>On May 22, FOSS Responders plans to host a <a href=\"https://opencollective.com/foss-responders/events/virtual-funding-event-q2-2020-4edd1e3a\">virtual funding event</a> to provide financial support for organizations affected by the profound economic disruptions caused by the pandemic. Organizers have a $5,000 goal for ticket revenue from general event ticket sales.</p>\n\n\n\n<p>In addition to providing emergency funds, the FOSS Responders group is aiming to address non-financial needs. Open source projects that relied heavily on events for fundraising need help amplifying their projects and recruiting volunteers. FOSS Responders is also creating a Resource Center for projects to find tips and tricks on how to manage fully virtual community interactions and events. Anyone with a skill or service to volunteer can get in touch on the <a href=\"https://fossresponders.com/\">FOSS Responders website</a> and the team will work as matchmakers to connect experts with projects that need help.</p>\n\n\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:\"Fri, 01 May 2020 23:04:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:79:\"WPTavern: Block Lab Team Joins WP Engine, Looks to the Future of Block Building\";s:7:\"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=98935\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:201:\"https://wptavern.com/block-lab-team-joins-wp-engine-looks-to-the-future-of-block-building?utm_source=rss&utm_medium=rss&utm_campaign=block-lab-team-joins-wp-engine-looks-to-the-future-of-block-building\";s: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:5636:\"<p class=\"has-drop-cap is-style-default\">The three-person Block Lab team of Luke Carbis, Ryan Kienstra, and Rob Stinson is <a href=\"https://getblocklab.com/the-block-lab-team-are-joining-wp-engine/\">joining WP Engine</a> to work on the company’s block editor projects. WP Engine approached the team members after seeing how successful the <a href=\"https://getblocklab.com/\">Block Lab project</a> had grown and made them an offer. The team will be able to continue building projects with solid financial backing.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/block-lab/\">Block Lab</a> is a plugin that was created to allow other developers to build blocks without needing to wade through the depths of complex JavaScript programming. It is a way to get your feet wet in the block development pool without diving in head first. The plugin has built a solid reputation based on user reviews. Out of 39 submissions, it has received 38 five-star ratings.</p>\n\n\n\n<p>“From the start, Block Lab has been our answer to the question of ‘how can I lower the barrier to entry for creating custom blocks,\'” said Stinson. He said the plugin has done two important things for developers. It has given them an easy-to-use admin interface to work from and a simplified templating experience that is aligned with traditional workflows. “It’s helped folk who haven’t had the time to summit the JS-all-the-things mountain or simply provide those that are looking for a standardized system that does a lot of the heavy lifting for them.”</p>\n\n\n\n<p>The Block Lab plugin is being phased out, but the team assures that the plugin’s current users will not be left in the dust. The plan is to continue supporting the plugin through bug and compatibility fixes for the next year. Pro users will also receive the same support until their license expires. In the long term outlook, the team plans to build a migration path to the new tools they will be building under the WP Engine banner.</p>\n\n\n\n<p>Stinson said that the plugin should work well for a long time to come because it was built by Carbis and Kienstra, two of the best engineers he has worked with. However, he stresses that the work they will be doing with WP Engine will exceed anything they have done with Block Lab.</p>\n\n\n\n<p>“We’ll be working on technology there that is focused on the Block Editor though, and a part of that will be taking what we’ve done with Block Lab and introducing the feature set to the WP Engine suite of products,” he said. “The alignment will be close and will offer existing Block Lab users an easy migration experience.”</p>\n\n\n\n<p>While the Block Lab plugin will see an end, the features the team has worked on will live on in some form.</p>\n\n\n\n<h2>A New Beginning</h2>\n\n\n\n<p class=\"has-drop-cap\">Before taking on roles with WP Engine, each member of the Block Lab team was paying the bills through agency and freelance work. Block Lab was merely a side project they were handling in their free time, but it was slowly growing both in scale and financially.</p>\n\n\n\n<p>“Getting to a place where we could give it full-time focus was easily two to three years away though,” said Stinson, “and we have always been incredibly conscious of the things we wanted to be doing with it and how much the time factor was a limitation. With WP Engine, we’re equipped to take the product vision we had for Block Lab and basically strap a rocket to it. Not only are we able to devote our full attention, but we also have the incredible support and resources of WP Engine behind us.”</p>\n\n\n\n<p>Stinson is looking forward to the transition within the state of the current WordPress ecosystem. The team can walk into a fresh beginning with the full weight of a major company behind them. “Between the classic way of building with WordPress and this new block-first frontier, being set up right now to build and contribute is incredible!” he said.</p>\n\n\n\n<p>The team had an existing roadmap and backlog of features they wanted to develop. However, with Block Lab being only a side project, it meant those features would have taken much longer to build. They can now pursue them full time.</p>\n\n\n\n<p>“We saw what Block Lab has currently as a necessary baseline for a plugin that equipped folks to create custom blocks, but what we have planned and are dreaming about goes so much further,” said Stinson. “Joining WP Engine unleashes us to chase down that work faster and with more focus. Another really exciting piece of this is that with our focus we are better positioned to offer insights and contribution to the larger block editor project through core and community contributions.”</p>\n\n\n\n<p>The team now has the opportunity to be a pioneer in the years to come. They have proved they can build a useful tool on top of the block editor. The next step is seeing where they take it and whether they can get more developers to join them into a world of building blocks.</p>\n\n\n\n<p>“The shift in thinking around how a website is structured towards one that is powered by ‘blocks’ is a journey that the majority of the WP community is still on,” said Stinson. “A big part of my vision is having a larger portion of the community up to speed and onboard with this. With more people operating within that zone, more great work and tooling will be produced. By lowering the barrier to entry through Block Lab and what we have planned at WP Engine, it will help to get more people in that zone.”</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 May 2020 17:16:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:63:\"WPTavern: WordCamp US 2020 Goes Online, Cancels In-Person Event\";s:7:\"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=99149\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:169:\"https://wptavern.com/wordcamp-us-2020-goes-online-cancels-in-person-event?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-us-2020-goes-online-cancels-in-person-event\";s: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:3758:\"<p>WordCamp US 2020 organizers have <a href=\"https://2020.us.wordcamp.org/2020/04/30/wordcamp-us-will-be-virtually-awesome/\">cancelled the in-person event</a> in favor of hosting it as an online-only conference. With more than a million confirmed coronavirus cases in the U.S. today, 63,000+ deaths, and <a href=\"https://www.cnn.com/2020/04/30/health/us-coronavirus-thursday/index.html\">31 states set to partially reopen</a> this weekend, the pandemic’s trajectory throughout the country has become increasingly uncertain. </p>\n\n\n\n<p>Many statewide stay-at-home orders are expiring tomorrow, despite <a href=\"https://www.nbcnews.com/health/health-news/guidelines-call-14-day-drop-cases-reopen-no-state-has-n1194191\">no state having met the federal guidelines for reopening</a>. Some businesses are opting to reopen in a limited capacity, but the general populace is still wary of returning to their previous way of life. In the state of Missouri, where WordCamp US was to be hosted in 2020, there will be no limitations on social gatherings as of May 4, as long as individuals maintain social distancing. It’s not yet possible to predict what will be happening in the area in October or how it might impact an event with international attendees. </p>\n\n\n\n<p>After organizers extended the WCUS speaker application deadline for another 1.5 months on April 17, it seemed the general disinclination towards traveling and gathering in large groups had already taken hold. Booking hotels and travel arrangements five months in advance is still too much of a gamble for speakers and attendees. </p>\n\n\n\n<p>The WCUS organizing team emphasized the longterm health and safety of the WordPress community as their primary concern in today’s <a href=\"https://2020.us.wordcamp.org/2020/04/30/wordcamp-us-will-be-virtually-awesome/\">announcement</a> about moving to an online-only event:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The WCUS organizing team has been working with WordCamp Central and local health authorities to try to make sense of the current COVID-19 pandemic and what it means for our event in St. Louis this October. Throughout this, we have held the longterm health and safety of the WordPress community as the highest priority of our event. To move forward in a way that honors what is best for our community – both locally and globally – we have made the hard choice to convert WordCamp US 2020 to an online only event. </p></blockquote>\n\n\n\n<p>WCUS will still happen on the originally scheduled dates, October 27th – 29th. Organizers plan to run sessions, workshops, and a virtual Contributor Day, along with the annual State of the Word address from Matt Mullenweg. They are also putting together a hallway track, some form of swag, and creative ways for attendees to connect, which will be announced at a later date. </p>\n\n\n\n<p>WCUS is now free for anyone who wants to attend. Without the necessity to rent a venue, provide lunches, and other physical aspects of the event, sponsorships are easily able to cover the cost of streaming to an unlimited number of attendees. </p>\n\n\n\n<p>The <a href=\"https://2020.wcus-speakers.org/\">call for speakers</a> is open until May 31, 2020 at 11:59 pm CDT. WCUS is still accepting sponsorships and will be publishing a set of unique sponsorship packages for the virtual event. Organizers plan to put out a call for volunteers in the near future. </p>\n\n\n\n<p>WordCamp US follows other major regional WordCamps in Asia and Europe that have canceled in-person events due to the pandemic. Several other upcoming WordCamps, including events in Spain, Kent, Denver, and Minneapolis / Saint Paul, have also announced that they are transitioning to online-only events.</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, 30 Apr 2020 22:49:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:103:\"WPTavern: Gutenberg 8.0 Merges Block and Pattern Inserter, Adds Inline Formats, and Updates Code Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99130\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:247:\"https://wptavern.com/gutenberg-8-0-merges-block-and-pattern-inserter-adds-inline-formats-and-updates-code-editor?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-8-0-merges-block-and-pattern-inserter-adds-inline-formats-and-updates-code-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5033:\"<p class=\"has-drop-cap\">The team behind the Gutenberg plugin <a href=\"https://make.wordpress.org/core/2020/04/29/whats-new-in-gutenberg-29-april/\">shipped version 8.0 yesterday</a>. The update adds some nice user-facing changes, including a merged block and pattern inserter, new inline formatting options, and visual changes to the code editor. Over two dozen bug fixes were included in the release, along with several enhancements.</p>\n\n\n\n<p>Designers on the project <a href=\"https://github.com/WordPress/gutenberg/pull/21515\">updated the welcome box illustrations</a> to match the current UI. Because the welcome modal should already be dismissed for current users, only new users should see these changes.</p>\n\n\n\n<p>For theme authors, the post title and placeholder paragraph text for the block appender will <a href=\"https://github.com/WordPress/gutenberg/pull/21749\">inherit body font styles</a>. Previously, they had specific styles attached to them in the editor. The current downside is that the post title is not an <code><h1></code> element so it cannot automatically inherit styles for that element. However, that will change once the post title becomes a true block in the editor.</p>\n\n\n\n<p>The editor also now <a href=\"https://github.com/WordPress/gutenberg/pull/21608\">clears centered blocks</a> following a floated block. This is an opinionated design change, but it should not negatively affect most themes. However, theme authors should double-check their theme styles to be sure.</p>\n\n\n\n<h2>Updated Block and Pattern Inserter</h2>\n\n\n\n<img />Patterns available in the inserter.\n\n\n\n<p class=\"has-drop-cap\">The development team <a href=\"https://github.com/WordPress/gutenberg/pull/20951\">added patterns to the existing inserter</a>. Now, both blocks and patterns have an individual tab within a unified interface. This is yet another step in the evolution of the pattern system that should land in core WordPress this year.</p>\n\n\n\n<p>Right now, the experience is a two-steps-forward-one-step-back deal. The inserter’s behavior has improved and it is great to see patterns merged into it. However, all blocks and patterns are within long lists that require scrolling to dig through. Block categories are no longer tabbed in version 8.0, which is a regression from previous versions. I am certain this will be resolved soon enough, but it is a little frustrating locating a block in the list at the moment.</p>\n\n\n\n<p>Merging patterns into the inserter is an ongoing process. There is still a lot of work to do before the final product is polished and included in core WordPress.</p>\n\n\n\n<p>The following are some key items that need to be addressed in upcoming versions of Gutenberg:</p>\n\n\n\n<ul><li>Patterns should be categorized the same as blocks.</li><li>The block search box should switch to a pattern search box when viewing patterns.</li><li>Pattern titles should be reintroduced in the interface (removed in 8.0).</li></ul>\n\n\n\n<p>Of course, there is a host of other minor and major issues the team will need to cover to nail down the user experience. For now, the interface for patterns continues to improve.</p>\n\n\n\n<h2>Subscript and Superscript Formats</h2>\n\n\n\n<img />Adding superscript text to the editor.\n\n\n\n<p class=\"has-drop-cap\">Gutenberg developers added <a href=\"https://github.com/WordPress/gutenberg/pull/21819\">two new inline formatting options</a> to the editor toolbar: subscript and superscript. These options allow users to add text such as X<sub>2</sub> and X<sup>2</sup>. They work the same as bold, italic, inline code, and other options.</p>\n\n\n\n<p>The two formatting options represent their respective inline HTML tags, <code><sub></code> for subscript and <code><sup></code> for superscript. With the addition of the elements, the toolbar now covers most of the widely-used inline HTML tags. The only other tags that are low on my wish list are <code><abbr></code>, <code><del></code>, and <code><ins></code>, but I could live with those remaining firmly in plugin territory.</p>\n\n\n\n<h2>Improved Code Editor</h2>\n\n\n\n<img />Updated code-editing view.\n\n\n\n<p class=\"has-drop-cap\">The code editor <a href=\"https://github.com/WordPress/gutenberg/pull/21643\">received a much-needed overhaul</a> in the 8.0 update. Everything from the post title to the content is set in a monospace font, and the width of the code editing box spans the editing area. It should be a welcome change for those who need to switch to code view once in a while.</p>\n\n\n\n<p>The next step to polishing the code editor (and the HTML block) would be to add syntax highlighting. In the current version, the HTML output is plain text. Given the extra markup that the block editor produces, it can be a bit of a jumbled mess to wade through. Basic syntax highlighting would improve the experience several times over. There is a <a href=\"https://github.com/WordPress/gutenberg/issues/10423\">GitHub ticket</a> for adding the feature, but it has not seen any movement in several months.</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, 30 Apr 2020 19:48: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:\"Justin Tadlock\";s: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:46:\"BuddyPress: BuddyPress 6.0.0 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=311340\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3360:\"<p>Hello BuddyPress community members!</p>\n\n\n\n<p>The first <a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC1.zip\">release candidate for BuddyPress 6.0.0</a> is now available for a last round of testing!</p>\n\n\n\n<p>This is an important milestone as we progress toward the BuddyPress 6.0.0 final release date. “Release Candidate” means that we think the new version is ready for release, but with more than 200,000 active installs, hundreds of BuddyPress plugins and Thousands of WordPress themes, it’s possible something was missed.</p>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://buddypress.org/wp-content/uploads/1/2020/04/bp-6-0-0-slated-1024x576.jpg\" alt=\"\" class=\"wp-image-311341\" /></div>\n\n\n\n<p>BuddPress 6.0.0 is slated for release on <strong>Thursday, May 14</strong>, but we need <em>your</em> help to get there—if you haven’t tried 6.0.0 yet, <strong>now is the time!</strong></p>\n\n\n\n<p>You can test the <a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC1.zip\">6.0.0-RC</a> pre-release in 4 ways :</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a> plugin.</li><li><a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC1.zip\">Download the release candidate here (zip file)</a>.</li><li>Check out our SVN repository: <code>svn co https://buddypress.svn.wordpress.org/trunk/</code></li><li>Clone our read-only Git repository: <code>git clone git://buddypress.git.wordpress.org/</code></li></ul>\n\n\n\n<p>A detailed changelog will be part of our official release note, but you can get a quick overview by reading the post about the <a href=\"https://buddypress.org/2020/03/buddypress-6-0-0-beta1/\">6.0.0 Beta1</a> release.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against BuddyPress 6.0.0. If you find compatibility problems, please be sure to post to this specific <a href=\"https://buddypress.org/support/topic/buddypress-6-0-0-release-candidate/\">support topic</a> so we can figure those out before the final release. We strongly advise you to have a look at the <a href=\"https://bpdevel.wordpress.com/category/development-notes/6-0/\">6.0.0 development notes</a> to figure out what to focus on during your testing.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Polyglots, we need you!</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp-plugins/buddypress/\">Help us translate BuddyPress into many languages!</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#string-freeze\">string freeze</a> point of the 6.0.0 release schedule. For your information, we are now using WP CLI to generate the buddypress.pot file and you’ll see we’ve paid attention to add translators comments to all the strings needing some.</p>\n\n\n\n<p><strong>If you think you’ve found a bug</strong>, please let us know reporting it on <a href=\"https://buddypress.org/support\">the support forums</a> and/or on <a href=\"https://buddypress.trac.wordpress.org/\">our development tracker</a>.</p>\n\n\n\n<p>Thanks in advance for giving the release candidate a test drive!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Apr 2020 00:45: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:12:\"Mathieu Viet\";s: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:76:\"WPTavern: WordPress 5.4.1 Addresses 7 Security Issues and Fixes Several Bugs\";s:7:\"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=99123\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:197:\"https://wptavern.com/wordpress-5-4-1-addresses-7-security-issues-and-fixes-several-bugs?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-4-1-addresses-7-security-issues-and-fixes-several-bugs\";s: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:5888:\"<p class=\"has-drop-cap\">WordPress 5.4.1, <a href=\"https://wordpress.org/news/2020/04/wordpress-5-4-1/\">a security and maintenance release</a>, dropped today. The release addresses seven security issues, which were all responsibly disclosed to the WordPress security team. Core developers also included several fixes for code regressions in the previous version 5.4 release and ported bug fixes to the block editor from the Gutenberg plugin.</p>\n\n\n\n<p>End-users with automatic updates enabled should begin seeing their sites updated shortly. Other users should update as soon as possible to make sure they are running a version of WordPress with the latest security fixes.</p>\n\n\n\n<p>The WordPress support team has published the <a href=\"https://wordpress.org/support/wordpress-version/version-5-4-1/\">full release documentation</a> for those who wish to view it.</p>\n\n\n\n<p>Security fixes were added to every major version of WordPress from 5.4 back to 3.7. The following vulnerabilities were addressed:</p>\n\n\n\n<ul><li>Password reset tokens were not correctly invalidated.</li><li>Some private posts could be viewed without authentication.</li><li>Two cross-site scripting (XSS) vulnerabilities in the customizer.</li><li>XSS issue in the search block.</li><li>XSS issue in the WordPress object cache.</li><li>XSS issue with file uploads.</li><li>XSS issue in the block editor for WordPress 5.4 Release Candidates 1 and 2 (fixed in 5.4 RC5).</li></ul>\n\n\n\n<h2>Block Editor Updates</h2>\n\n\n\n<p class=\"has-drop-cap\">Several fixes were high priority enough from the Gutenberg plugin to port to the WordPress 5.4.1 release. The biggest user-facing issues were a broken block duplication keyboard shortcut, misaligned buttons blocks, and odd scrolling behavior when attempting to edit text in a long block.</p>\n\n\n\n<p>The following is a full list of the issues the development team addressed:</p>\n\n\n\n<ul><li>Fixed the <code>Ctrl</code> + <code>Shift</code> + <code>D</code> keyboard shortcut for duplicating a block, which no longer throws an error.</li><li>Adds correct margins when aligning the buttons block left or right.</li><li>Prevents the editor from scrolling to the top when clicking to edit a large block, such as a long list.</li><li>No longer hides the toolbar for plugins that have text inputs in the toolbar.</li><li>Stops a JavaScript crash with the latest posts block when an image has missing dimensions.</li><li>Escapes the HTML class for the RSS and search blocks to prevent malformed markup.</li></ul>\n\n\n\n<p>To review the code changes to the block editor in-depth, see the <a href=\"https://github.com/WordPress/gutenberg/pulls?q=is%3Apr+sort%3Aupdated-desc+label%3A%22Backport+to+WP+Core%22+is%3Aclosed\">full ticket list</a>.</p>\n\n\n\n<h2>Other Core WordPress Changes</h2>\n\n\n\n<p class=\"has-drop-cap\">Users who run their browsers in dark mode can rejoice if they also use the core WordPress favicon. The team <a href=\"https://core.trac.wordpress.org/ticket/49798\">introduced an updated favicon</a> with a light background so that it no longer washes out. It is a minor fix but makes the famed WordPress logo look more professional.</p>\n\n\n\n<p>The heading level, which was previously set to <code><h3></code>, has been <a href=\"https://core.trac.wordpress.org/ticket/49838\">bumped up one level</a> on the WordPress admin freedoms screen (<code>wp-admin/freedoms.php</code>). This change provides the proper heading level and should help screen-reading users better navigate the page.</p>\n\n\n\n<p>For users on the Edge or iOS Safari browsers who <a href=\"https://core.trac.wordpress.org/ticket/49753\">could not select files in the media library</a>, it was due to a CSS issue that hid the input. This should no longer be an issue in the new update.</p>\n\n\n\n<p>WordPress 5.4.1 addressed some regressions from the previous version. One revolves around posting by email when no post title was added. In that scenario, the <a href=\"https://core.trac.wordpress.org/ticket/49853\">email subject should have been used as the title</a>, but this was broken by a code change in WordPress 5.4. For developers, the <code>category_link</code> and <code>tag_link</code> filter hooks were <a href=\"https://core.trac.wordpress.org/ticket/49759\">mistakenly deprecated</a> previously and are now once again good to use without throwing a notice.</p>\n\n\n\n<p>Plugin developers have a few bug fixes to look forward to. The <code>WP_Site_Health</code> object is now instantiated after the <code>plugins_loaded</code> and <code>after_setup_theme</code> hooks, which means they can perform necessary actions <a href=\"https://core.trac.wordpress.org/ticket/49824\">before the site health is checked</a>. The deprecated <code>wp_get_user_request_data()</code> function is now <a href=\"https://core.trac.wordpress.org/ticket/49802\">correctly loaded on the front end</a>, which was causing errors with plugins such as BuddyPress.</p>\n\n\n\n<p>In a larger design change, plugin authors who <a href=\"https://core.trac.wordpress.org/ticket/49772\">add custom content to the privacy policy guide</a> can use more HTML elements. In WordPress 5.4, the guide design was updated to add a white background behind the suggested text. However, the new code only applied to paragraphs. Now, the design supports tables, lists, and other elements that are commonly used. Unordered lists also have bullet points to distinguish them from paragraphs.</p>\n\n\n\n<p>The development team fixed two issues with the REST API. The first <a href=\"https://core.trac.wordpress.org/ticket/49645\">corrected an issue</a> with the <code>get_item</code> permissions check. The second fixed the <code>_fields</code> filtering. The core code now uses the <code>rest_is_field_included()</code> function to <a href=\"https://core.trac.wordpress.org/ticket/49648\">determine which fields to include</a> to permit filtering by nested field properties.</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, 29 Apr 2020 20:39:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:35:\"WordPress.org blog: WordPress 5.4.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8553\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2020/04/wordpress-5-4-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6915:\"<p>WordPress 5.4.1 is now available!</p>\n\n\n\n<p>This security and maintenance release features 17 <a href=\"https://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priorityhttps://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">bug fixes</a> in addition to 7 security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated.</p>\n\n\n\n<p>WordPress 5.4.1 is a short-cycle security and maintenance release. The next major release will be version 5.5.</p>\n\n\n\n<p>You can download WordPress 5.4.1 by downloading from WordPress.org, or visit your Dashboard → Updates and click Update Now.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h3>Security Updates</h3>\n\n\n\n<p>Seven security issues affect WordPress versions 5.4 and earlier. If you haven’t yet updated to 5.4, all WordPress versions since 3.7 have also been updated to fix the following security issues:</p>\n\n\n\n<ul><li>Props to <a href=\"https://hackerone.com/hijibiji\">Muaz Bin Abdus Sattar</a> and <a href=\"https://hackerone.com/dyennez\">Jannes</a> who both independently reported an issue where password reset tokens were not properly invalidated</li><li>Props to <a href=\"https://github.com/ka1n4t\">ka1n4t</a> for finding an issue where certain private posts can be viewed unauthenticated</li><li>Props to <a href=\"https://evanricafort.com/\">Evan Ricafort</a> for discovering an XSS issue in the Customizer</li><li>Props to Ben Bidner from the WordPress Security Team who discovered an XSS issue in the search block</li><li>Props to Nick Daugherty from <a href=\"https://wpvip.com\">WordPress VIP</a> / WordPress Security Team who discovered an XSS issue in <code>wp-object-cache</code></li><li>Props to Ronnie Goodrich (<a href=\"https://hackerone.com/kahoots\">Kahoots</a>) and <a href=\"http://pentestusa.com/\">Jason Medeiros</a> who independently reported an XSS issue in file uploads.</li><li>Props to <a href=\"https://weston.ruter.net/\">Weston Ruter</a> for fixing a stored XSS vulnerability in the WordPress customizer.</li><li>Additionally, an authenticated XSS issue in the block editor was discovered by Nguyen The Duc (<a href=\"https://twitter.com/ducnt_\">ducnt</a>) in WordPress 5.4 RC1 and RC2. It was fixed in 5.4 RC5. We wanted to be sure to give credit and thank them for all of their work in making WordPress more secure.</li></ul>\n\n\n\n<p>Thank you to all of the reporters for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>. This gave the security team time to fix the vulnerabilities before WordPress sites could be attacked.</p>\n\n\n\n<p>For more information, browse the <a href=\"https://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">full list of changes</a> on Trac, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-4-1/\">version 5.4.1 HelpHub documentation page</a>.</p>\n\n\n\n<p>In addition to the security researchers mentioned above, thank you to everyone who helped make WordPress 5.4.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/arnaudbroes/\">arnaudbroes</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/dhrrob/\">DhrRob</a>, <a href=\"https://profiles.wordpress.org/dono12/\">Dono12</a>, <a href=\"https://profiles.wordpress.org/dudo/\">dudo</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/markrh/\">MarkRH</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">noahtallen</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sorenbronsted/\">Søren Brønsted</a>, <a href=\"https://profiles.wordpress.org/sstoqnov/\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">tellthemachines</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/treecutter/\">treecutter</a>, and <a href=\"https://profiles.wordpress.org/yohannp/\">yohannp</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, 29 Apr 2020 19:56: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:\"Jake Spurlock\";s: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:71:\"Akismet: Version 4.1.5 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=2068\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2020/04/29/version-4-1-5-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:1339:\"Version 4.1.5 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available. It contains the following changes:\n\n<!-- /wp:paragraph --><!-- wp:list -->\n<ul>\n <li>Based on user feedback, we have dropped the in-admin notice explaining the availability of the “privacy notice” option in the AKismet settings screen. The option itself is available, but after displaying the notice for the last 2 years, it is now considered a known fact.</li>\n <li>Updated the “Requires at least” to WP 4.6, based on recommendations from <a href=\"https://wp-info.org/tools/checkplugini18n.php?slug=akismet\" rel=\"nofollow\">https://wp-info.org/tools/checkplugini18n.php?slug=akismet</a></li>\n <li>Moved older changelog entries to a separate file to keep the size of this readme reasonable, also based on recommendations from <a href=\"https://wp-info.org/tools/checkplugini18n.php?slug=akismet\" rel=\"nofollow\">https://wp-info.org/tools/checkplugini18n.php?slug=akismet</a></li>\n</ul>\n<!-- /wp:list --><!-- wp:paragraph -->\n\nTo 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>.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Apr 2020 13:12:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"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: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:108:\"WPTavern: Tectonic Shifts in Retail Industry are Creating Unprecedented Opportunities for Independent Stores\";s:7:\"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=98957\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:261:\"https://wptavern.com/tectonic-shifts-in-retail-industry-are-creating-unprecedented-opportunities-for-independent-stores?utm_source=rss&utm_medium=rss&utm_campaign=tectonic-shifts-in-retail-industry-are-creating-unprecedented-opportunities-for-independent-stores\";s: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:12689:\"<p>Major retailers that are part of the critical infrastructure for distributing household essentials, healthcare items, and shelf-stable food, are raking in the cash during this pandemic. While consumer spending at bars, restaurants, and places of entertainment has dropped precipitously, spending at Amazon and Walmart has increased considerably in the past few weeks. The companies cannot hire workers fast enough to meet consumer demand.</p>\n\n\n\n<p>According to a report from <a href=\"https://first.facteus.com/\">Facteus,</a> a firm that provides data from billions of transactions from over 1,000 financial services companies, Amazon and Walmart’s year-over-year growth recently hit 80% and 18%, respectively in the past few weeks.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The pandemic has worked as a catalyst for pre-existing trends, “accelerating the retail reckoning,” as Derek Thompson predicts in his recent article on how <a href=\"https://www.theatlantic.com/ideas/archive/2020/04/how-pandemic-will-change-face-retail/610738/\">The Pandemic Will Change American Retail Forever</a>. Brick and mortar storefronts are rapidly becoming obsolete in a world that is forcibly consigned to shopping from home.</p>\n\n\n\n<p>There are still many uncertainties about <em>SARS</em>–<em>CoV-2</em> and how humanity will safely find its way out of lockdown. Recovery from the virus may not confer long-term immunity and a vaccine may be more than a year away, likely pushing social distancing measures into 2021. Consumer behavior may be forever altered by this experience, as many people may continue to avoid in-person browsing at stores long after the worst is over. </p>\n\n\n\n<p class=\"is-style-highlight\">While it might seem like the retail titans are still uncontested in their domination, there are tectonic shifts happening in the retail industry that are giving smaller, independent stores an unprecedented opportunity to gain new customers online. Merchants that can adapt and excel at getting products to a homebound population stand to be the most resilient during this pandemic.</p>\n\n\n\n<p>In order to keep up with demand, Amazon has had to delay shipments of non-essential items by up to a month in some cases, prioritizing household basics and medical supplies. Major grocery retailers are <a href=\"https://www.digitalcommerce360.com/article/coronavirus-impact-online-retail/\">competing against one another to hire furloughed workers</a> in order to keep up with the demand for groceries with so many people eating at home. Independent stores that can be found online have the opportunity to step up and fill in the gaps where major retailers cannot meet the demand fast enough.</p>\n\n\n\n<p>People are more inclined to support small businesses right now in light of current circumstances. Amazon’s severely strained relationship with buyers, sellers, affiliates, and employees is also contributing to consumers’ eagerness to support independent stores.</p>\n\n\n\n<p>On April 21, <a href=\"https://www.cnbc.com/2020/04/14/amazon-slashes-commission-rates-for-affiliate-program.html\">Amazon slashed commission rates</a> nearly in half for most product categories, negatively impacting media companies and publishers that have not diversified their affiliate revenue sources.</p>\n\n\n\n<p>Amazon’s essential workers are planning to join others from Instacart, Whole Foods, Walmart, Target, and FedEx in <a href=\"https://theintercept.com/2020/04/28/coronavirus-may-1-strike-sickout-amazon-target-whole-foods/\">a strike on Friday</a>. They are protesting their employers’ record corporate profits which they say have come at the expense of workers’ health and safety. Many consumers have already grappled with a question of conscience in continuing to shop on Amazon after hearing reports of grueling labor conditions for years.</p>\n\n\n\n<p>Another major development in the retail industry has come to light as the result of a recent Wall Street Journal investigation, which revealed that <a href=\"https://www.wsj.com/articles/amazon-scooped-up-data-from-its-own-sellers-to-launch-competing-products-11587650015\">Amazon is using data from its sellers to launch competing products</a>. Merchants selling successfully on Amazon are not safe from having their products copied and their businesses effectively cannibalized.</p>\n\n\n\n<p>Documents obtained by the WSJ, along with interviews from more than 20 former employees of Amazon’s private-label business, described how the marketplace operator uses third-party sellers’ data to gain a competitive advantage: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>In one instance, Amazon employees accessed documents and data about a bestselling car-trunk organizer sold by a third-party vendor. The information included total sales, how much the vendor paid Amazon for marketing and shipping, and how much Amazon made on each sale. Amazon’s private-label arm later introduced its own car-trunk organizers.</p></blockquote>\n\n\n\n<p>The WSJ exposé details the great pressure that Amazon executives are under to deliver successful private-label products:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Former executives said they were told frequently by management that Amazon brands should make up more than 10% of retail sales by 2022. Managers of different private-label product categories have been told to create $1 billion businesses for their segments, they said.</p></blockquote>\n\n\n\n<p>This practice of launching competing products with access to third-party sellers’ data has been happening for years but is an especially hostile tactic to employ in a time when Amazon’s revenue is skyrocketing and small businesses are struggling to stay afloat. It is a sobering reminder of the value of hosting your own online store and the importance of owning your own data.</p>\n\n\n\n<p>There are some positive developments in the industry that should give small business owners confidence in maintaining independence from the dominant forces in online retail. </p>\n\n\n\n<p>Wired published an article this week titled <a href=\"https://www.wired.com/story/coronavirus-book-sales-indie/\">The Coronavirus Pandemic Is Changing How People Buy Books</a> by Kate Knibbs. She describes how one indie bookseller’s e-commerce startup has found unlikely success in positioning itself as “an easy way to buy books online without further enriching Jeff Bezos:”</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Bookshop went from a well-intentioned startup facing an uphill battle to one of the most popular ways to buy books online in a matter of weeks. <em>The</em> <em>New York Times</em>, BuzzFeed, Vox, and <em>The New Republic</em> are all affiliate partners now. Its headcount has doubled in size. Hunter expects to hit $6 million in sales by May, eons ahead of its loftiest projections from January. If the company’s performance holds steady, it could do $60 million in sales a year, although Hunter is assuming post-quarantine life will be different. “I’m sure that when things open back up, our sales will drop, maybe even cut in half,” he says. “But even then, we’re still one of the top 10 bookstores in the US.”</p></blockquote>\n\n\n\n<p>Yesterday, <a href=\"https://techcrunch.com/2020/04/28/shopify-launches-shop-a-new-mobile-shopping-app/\">Shopify launched its new Shop app</a>, touting modularized, distributed marketplaces as the future of e-commerce. The app allows shoppers to browse local merchants and make purchases. It provides a new vehicle of exposure for the company’s 1m+ merchants on its platform. Businesses do not have to pay to have access to the app, nor do they pay commissions on the sales it generates.</p>\n\n\n\n<p>Google is also making it easier for smaller stores to be found on the web by <a href=\"https://wptavern.com/google-shopping-is-now-open-to-free-product-listings\">opening up the Shopping tab to free listings</a> and partnering with WooCommerce, Shopify, and BigCommerce. This essentially gives more free traffic to small businesses whose listings will break up the longstanding dominance of major online retailers in the Shopping tab. </p>\n\n\n\n<p>WordPress developers with e-commerce experience have the opportunity to build products and stores that will help traditional brick-and-mortar businesses start selling online quickly, so they can continue to find success in. the brave new world of online-first retail. WordPress has a plethora of plugin options for making e-commerce accessible to store owners, no matter how simple or complex the store’s requirements.</p>\n\n\n\n<h2>Independent WooCommerce Stores Are Booming</h2>\n\n\n\n<p>One user in the WooCommerce community’s Facebook group <a href=\"https://www.facebook.com/groups/advanced.woocommerce/permalink/3429259367088458/\">asked</a> how the coronavirus is impacting members’ e-commerce stores. Responses were varied based on the types of products that the merchants were selling, but the vast majority of responses from store owners and developers were positive reports of increased sales: </p>\n\n\n\n<ul><li>“I have a client selling cleaning products. He got several pallets of hand sanitizer in and sold out in a week. He was doing about $2000 in sales a day.”</li><li>“My client does fruit and veg online. Went from £4k a month trickling along as a side part of his business, to £150k last month and the heading for the same this month.”</li><li>“We are selling plumbing and home improvement tools and items sales have quadrupled.”</li><li>“Positive impact. Highest sales for me on my indoor activities niche (puzzles, board games).”</li><li>“Sales are up more than 1000% – natural supplements”</li><li>“Built a cake delivery service to sell slices of cake locally…… £4K in a day and sold out. It’s crazy.”</li><li>“800% increase on a niche plant site I host”</li><li>“Compared to same month last year, up approx 250% (garden products)”</li><li>“3000% increase during the last month compared to monthly average over the last year. Natural health products”</li><li>“Our canvas printing site is up 20%”</li><li>“We are selling more Glass Bongs than ever. People are staying home and getting stoned.”</li></ul>\n\n\n\n<p>Saad Munir, the CEO of an e-commerce marketing agency, manages 28 stores for their clients with $30-$500k sales per month in various niches. </p>\n\n\n\n<p>“Some of them are popular brands of their niche,” Munir said. “We have seen a drop in sales of up to 80% in non-essential and medium luxury products, and a 400% increase in essential products. However, now non-essential and daily-use products have also started getting good sales since everyone is home and sticking to their devices during this social distancing. We also have clients of furniture e-commerce stores. This means high-ticket items. They have even seen increased sales in bedsets, sofas, etc. So, for sure online sales are increasing. We also on-boarded several new clients and most of these stores are in WooCommerce.”</p>\n\n\n\n<p>In the WooCommerce Help & Share group, one member <a href=\"https://www.facebook.com/groups/woohelp/permalink/3028955177330917/\">asked for help collating all his orders into one list</a> after his artisan cheese business increased exponentially overnight. Another member <a href=\"https://www.facebook.com/groups/woohelp/permalink/3024332674459834/\">asked for help optimizing his client’s store</a> after their pre-COVID-19 revenue went from less than £1k/month to almost £2k sales per day.</p>\n\n\n\n<p>If independent self-hosted stores are able to perform well during this crisis, they have the opportunity to earn customers’ loyalty for continued business long after social distancing requirements are no longer necessary. It’s a unique opportunity that may not have been possible on such an accelerated timeline without this exact set of circumstances.</p>\n\n\n\n<p>These recent shifts in online retail are the first cracks in the ice towards a web that is more friendly for smaller, independent stores. The trend towards buying all of life’s necessities online has evolved overnight to include a wider spectrum of consumer demographics than ever before. Diverse independent stores are crucial for meeting this demand without losing the unique and varied shopping landscape that the pandemic has forced to be temporarily closed.</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, 29 Apr 2020 08:17:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:82:\"Post Status: Professional WordPress Plugin Development: Interview with the authors\";s:7:\"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=78739\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://poststatus.com/professional-wordpress-plugin-development-interview-with-the-authors/\";s: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:1671:\"<p><em>Professional WordPress Plugin Development</em> was one of the most helpful books I\'ve ever read. To see a new edition with two returning authors, nine years after the original, is very exciting.</p>\n\n\n\n<p>This edition of the book will be sure to offer a great resource for developer education for years to come. Brad Williams, Justin Tadlock, and John James Jacoby are each extremely talented developers and communicators. The work they can accomplish together is even greater.</p>\n\n\n\n<p>Cory talks to them about their histories, the book, the process, and much more. We hope you enjoy this episode of Post Status Draft.</p>\n\n\n\n\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>You can <a href=\"https://amzn.to/3cWMJlB\">pre-order <em>Professional WordPress Plugin Development</em> now on Amazon</a>. It is slated to be released June 10th.</p>\n\n\n\n<ul><li><a href=\"https://strangework.com/2020/01/06/announcing-professional-wordpress-plugin-development-2nd-edition/\">Brad\'s announcement</a></li><li><a href=\"http://justintadlock.com/archives/2020/01/06/writing-a-wordpress-book-again\">Justin\'s announcement</a></li><li><a href=\"https://jjj.blog/2020/01/coauthoring-a-wordpress-plugin-development-book/\">John\'s announcement</a></li></ul>\n\n\n\n<h3>Episode Partner: <a href=\"https://poststatus.com/gravity\">Gravity Forms</a></h3>\n\n\n\n<p>Gravity Forms is the easiest-to-use and most trusted tool for creating advanced forms for your WordPress-powered website. I use Gravity Forms on every WordPress site I own, and I know I can always rely on its power, flexibility, and reliability.</p>\n\n\n\n<p><a href=\"https://poststatus.com/gravity\">Try Gravity Forms today.</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, 29 Apr 2020 04:27: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:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: David Vongries Takes Over as New Owner of the Kirki Customizer Framework\";s:7:\"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=99016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:209:\"https://wptavern.com/david-vongries-takes-over-as-new-owner-of-the-kirki-customizer-framework?utm_source=rss&utm_medium=rss&utm_campaign=david-vongries-takes-over-as-new-owner-of-the-kirki-customizer-framework\";s: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:8410:\"<p class=\"has-drop-cap\">Ari Stathopoulos sold <a href=\"https://kirki.org/\">Kirki</a>, his 6-year-old customizer framework, last week. The plugin is a widely-used tool for theme authors and currently has over 400,000 installations. It is also bundled as a drop-in package within an unknown number of themes, likely numbering in the hundreds. David Vongries, the owner of the <a href=\"https://wp-pagebuilderframework.com/\">Page Builder Framework theme</a>, has taken over the project.</p>\n\n\n\n<p>All of Kirki’s customizer controls, including those that were previously commercial/premium, are now open under the <a href=\"https://github.com/kirki-framework\">Kirki Framework</a> GitHub organization.</p>\n\n\n\n<p>Stathopoulos <a href=\"https://twitter.com/aristath/status/1247931690162544640\">tweeted his decision</a> to seek a buyer on April 8. “This is an announcement I never thought I’d make,” he wrote. “As much as it saddens me, I have decided to sell the Kirki #WordPress plugin. With 500,000+ installations and included in hundreds of themes I no longer have the ability – as an individual developer – to maintain it. And even though I had big dreams and wanted to facilitate things for the WordPress editor as well, the plugin has grown beyond me…It is no longer possible for a single person to maintain such a beast.”</p>\n\n\n\n<p>Between his fulltime day job, a representative role for the theme review team, and maintaining other open-source projects, Stathopoulos was pulling 16-hour days of work. Not to mention, he had the usual life elements he needed to make time for in his routine. The Kirki project was not something he could devote any extra time to. Stathopoulos said he knew that spending too much time behind the screen was detrimental to his mental and physical health. He needed to make changes for his personal well-being. Still, it was tough to let go of a project he had invested years into.</p>\n\n\n\n<p>“Letting go of a project like that feels extremely weird!” he said. “It’s a weird mix of sadness, stress, and relief. I feel sad because it’s out of my control. I feel stressed because it’s out of my control. And I feel relieved because it’s out of my control.”</p>\n\n\n\n<p>While he suspects the sadness and stress of letting go of his project will subside, he said he already feels relieved to no longer have the responsibility of managing such a huge project alone. “I am no longer responsible for the hundreds of themes that use it; it’s liberating,” he said.</p>\n\n\n\n<h2>No Deal for the Highest Bidder</h2>\n\n\n\n<p class=\"has-drop-cap\">Stathopoulos did not want to let this passion project go to anyone. He wanted someone with the vision to see the project evolve. He had several offers for Kirki. Over 400,000 installations can make for a lucrative opportunity for someone with the right marketing skills. It would have been easy for him to take the highest bid and jump ship, but that is not his style.</p>\n\n\n\n<p>“Kirki is a weird case,” he said. “It may have 400,000 installations and used by hundreds of themes both free and premium, but the actual ‘clients’ are the theme authors, not the end-users. That fact limits the potential for monetizing the plugin ethically. There were quite a few bids, some were high, some were low, but what surprised me is that a lot of them were not interested in helping the community in any way.”</p>\n\n\n\n<p>Stathopoulos said the majority of the offers were from buyers with no interest in growing the plugin. Most of them seemed to be looking for a quick buck. He steered clear of them because he did not want to see end-users blasted with obtrusive ads, upsells, or spam.</p>\n\n\n\n<p>“In the end, I didn’t go with the highest bid, which was 2.5 times the price I gave it for,” he said. “Though I admit I was seriously tempted to ‘take the money and run.’ I went with what I felt was an ethical choice, someone who actually uses the project on a daily basis, wants to evolve it, and I feel will honor the open-source spirit and the six years of sweat.”</p>\n\n\n\n<p>Stathopoulos decided to sell to Vongries. The two had previously worked together on multiple occasions on the Kirki project and he felt it was the right move.</p>\n\n\n\n<p>“Once I decided that he should get it, the process went pretty smooth, and there were no hiccups,” said Stathopoulos. “The hard part was deciding who should get it.”</p>\n\n\n\n<p>Vongries was almost a natural choice as a new owner. He and his team had been using Kirki since its inception. “I think it’s an incredible framework and it makes working with the WordPress customizer so much easier,” he said.</p>\n\n\n\n<p>He reached out to Stathopoulos immediately upon seeing it was for sale. The two had a conversation soon thereafter and shared similar visions for the plugin.</p>\n\n\n\n<p>“I always looked at Kirki as something special and wanted to get involved,” said Vongries. “Until recently though, I wouldn’t have had the resources to do so, but since the team around MapSteps has grown it just all happened at the right time. Being a Kirki user myself, I looked at this from both perspectives — from a developer standpoint and as someone that has been using the plugin for years.”</p>\n\n\n\n<h2>The Future of Kirki</h2>\n\n\n\n<p class=\"has-drop-cap\">Over the past 18 months, Stathopoulos has rewritten the plugin and split it into around 50 Composer packages. The plan was to make these packages installable as individual components for plugin and theme authors. Instead of bundling the entire Kirki library, developers can use the pieces they need. At this point, these components should be stable, but they have not been widely tested by theme authors, who are accustomed to working with the full framework.</p>\n\n\n\n<p>He was also excited about the potential move away from the customizer and working with full-site editing and global styles. Right now, it is unclear how the future of the Gutenberg project will impact the customizer. Many theme authors are now looking at it as a dying piece of the platform. Stathopoulos felt like there was still room to grow and transition into the new era.</p>\n\n\n\n<p>“My vision for Kirki was to combine some things with full-site editing, and allow themes that were using Kirki to automatically get global styles when they land in WordPress core,” he said. “That would be truly amazing, and I’m sure it will be possible to do once there is an API for global styles. If [Vongries] goes in that direction, there’s definitely potential for monetization there, while at the same time he’ll help people build better things. Can you imagine a painless transition to global styles for themes that use Kirki? That would be a great thing to see!”</p>\n\n\n\n<p>However, the project is out of the former owner’s hands now. It is Vongries’ vision that must lead the project moving forward.</p>\n\n\n\n<p>“I respect Ari a lot and he has done an amazing job with Kirki,” said Vongries. “[Stathopoulos] said he would love to continue to contribute to the project, and he is more than welcome to do so.”</p>\n\n\n\n<p>The immediate plan is to launch Kirki 4.0. It is nearly ready to roll out, awaiting some fine-tuning and final testing. Vongries and his team are also about to begin work on new extensions that bring more controls and functionality to the framework and, potentially, Gutenberg.</p>\n\n\n\n<p>“We are going to explore how we can make the connection between the existing functionality in Kirki and the upcoming features in Gutenberg and Gutenberg in general,” he said. “At this point, we have some ideas about how we can adapt Kirki to the ever-changing WordPress platform. But for now, they are only ideas. We are certain that we will be able to provide a useful tool for developers, regardless of the direction WordPress and Gutenberg goes.”</p>\n\n\n\n<p>The new team behind Kirki is still working on the long-term roadmap. It will be exciting to see where they take it. For now, it is still the go-to customizer framework for many theme authors. And, it is in the hands of someone who has been using the project for years.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Apr 2020 18:39: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:14:\"Justin Tadlock\";s: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:77:\"WPTavern: WordCamp Europe 2020 Online Registration Now Open: Tickets are Free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98976\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:197:\"https://wptavern.com/wordcamp-europe-2020-online-registration-now-open-tickets-are-free?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-europe-2020-online-registration-now-open-tickets-are-free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2514:\"<p><a href=\"https://2020.europe.wordcamp.org/\">WordCamp Europe 2020</a> is just 37 days away. Organizers announced in April that the event, which was supposed to be hosted in Porto, is moving to be 100% online this year due to the COVID-19 pandemic. WCEU will kick off with a virtual Contributor Day on June 4, followed by two half days of talks and workshops broadcasted via livestream.</p>\n\n\n\n<p>WordCamp Europe is one of the largest regional WordCamps on the planet and has been hosted in many magnificent venues and inspiring cities over the years. The event routinely sells out of tickets and sponsor packages, as companies and attendees rally around this unique opportunity to connect across boundaries, uniting Europe through a shared love of WordPress. </p>\n\n\n\n<p>For the first time in the event’s eight-year history, the European WordPress community will have to forego the in-person networking time that many have come to value as both a personal and professional highlight of the year. WCEU Organizers have worked for the better part of a decade to make it one of the most polished and efficient WordCamps. Now the team is forced to pivot and use their expertise to host a top-notch virtual event.</p>\n\n\n\n<p>Past local organizing teams have been successful at creating an intimate atmosphere that facilitates rewarding connections with a focus on hospitality. These in-person connections add context to remote interactions and conversations long after the event concludes. Reaching this same high level of interpersonal connectivity between attendees is going to be a challenge for this online edition, but WCEU organizers have a long track record of adapting to different environments. Dozens of other WordPress meetups, WordCamps, and educational events are currently facing the same challenges and are <a href=\"https://make.wordpress.org/community/events/\">moving online</a>.</p>\n\n\n\n<p>Registering for a ticket to WCEU is optional but attendees who want to participate in the virtual networking, Q&A sessions, and contributor day will have be registered. Organizers were expecting approximately 3,000 attendees but hosting the event online may affect those numbers in either direction. <a href=\"https://2020.europe.wordcamp.org/tickets/\">Tickets are available for free</a> on the WCEU website, thanks to the event’s sponsors. After eight hours of open registration, there are 4,257 tickets remaining. The event will return to Porto, Portugal, on June 3-5, 2021.</p>\n\n\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, 27 Apr 2020 23:10:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WPTavern: Should the Block Editor Have a Grid System?\";s:7:\"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=99028\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"https://wptavern.com/should-the-block-editor-have-a-grid-system?utm_source=rss&utm_medium=rss&utm_campaign=should-the-block-editor-have-a-grid-system\";s: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:5456:\"<p class=\"has-drop-cap\">Laying out a webpage design and getting every element aligned perfectly can be a tough job. Even many developers rely on CSS grid frameworks. Granted, with the introduction of the flexbox and grid systems in the CSS language, such frameworks are becoming unnecessary. Whether it is getting the vertical and horizontal rhythm down or simply aligning an image next to a bit of text, page layouts are often done best via some sort of grid system.</p>\n\n\n\n<p>This becomes even more apparent when building a page layout visually through the WordPress block editor. The current iteration of the editor does a fine job of being a general content editor while providing the ability to insert various elements into the page.</p>\n\n\n\n<p>However, it is not by any means a page builder — <em>yet</em>.</p>\n\n\n\n<p>The question is, before we engage in full-site editing, global styles, block patterns, and other upcoming tools, whether a grid system should be a part of the equation. If so, how should that system work? Will it be configurable by theme authors? How will it handle tablet and mobile views? Will the grid be visible to users or a hidden thing in the background?</p>\n\n\n\n<p>As more block plugins are released, particularly with those that may have multiple elements that may need to be aligned, it might be time we consider a grid system. Such a system may benefit existing core blocks right now, such as Columns and Media & Text. Or, it may be better as a separate, standalone block.</p>\n\n\n\n<p>Including a grid system also has the additional benefit of standardizing on layout-related class names that theme authors can use in their CSS, even outside the content editor. This would bring better compatibility across the board when users inevitably switch themes.</p>\n\n\n\n<h2>A Starting Point: Layout Grid Block</h2>\n\n\n\n<img />Three-column layout with Layout Grid Block.\n\n\n\n<p class=\"has-drop-cap\">Automattic, as part of its <a href=\"https://github.com/Automattic/block-experiments\">Block Experiments</a> project, has released the <a href=\"https://wordpress.org/plugins/layout-grid/\">Layout Grid Block</a> plugin. It is essentially a beefed-up version of the core Columns block. The major difference is that column alignment snaps to a specific point in the grid. This grid is also displayed in the background while editing the post.</p>\n\n\n\n<p>The tricky thing with grids is not simple alignment in columns in desktop view. It is dealing with how those columns transform on smaller devices like tablets and smartphones. Sometimes that is a guessing game from a theme design perspective because the theme author is not privy to the actual content that needs to be aligned. In turn, designers make best-guess decisions and hope it works for most.</p>\n\n\n\n<p>The Layout Grid block has a “Responsive Breakpoints” tab under the block options panel that allows users to configure this based on device. Users can decide how individual columns span the grid. The grid system is based on a varying number of grid sections based on the device:</p>\n\n\n\n<ul><li>Desktop: 12 Sections</li><li>Tablet: 8 Sections</li><li>Mobile: 4 Sections</li></ul>\n\n\n\n<p>Imagine wanting to display a simple image with text to the next of it. There are various ways to do this currently in the block editor. Each has its pros and cons, depending on what you want to do. From a user experience and visual standpoint, I love seeing the grid lines in place as I determine how it should be displayed.</p>\n\n\n\n<img />Aligning an image and text on a grid.\n\n\n\n<p>Another upside of having a grid system is consistency in design. If users can scale the width of columns based on arbitrary numbers, much like they can now do with the Media & Text block, there is no consistency with sizing items horizontally on the page. A grid system changes that.</p>\n\n\n\n<p>Layout Grid Block still needs some polishing at this point. There are some trivial pain points in the UI that could be improved. On the whole, my experience with this block offered a compelling argument for including a grid system in core.</p>\n\n\n\n<p>The plugin addresses simple one, two, three, and four columns right now. The grid system in CSS is much more powerful than basic horizontal columns. However, starting with the basics would give us a place to build from.</p>\n\n\n\n<h2>Should Core Include a Grid?</h2>\n\n\n\n<p class=\"has-drop-cap\">There is at least one <a href=\"https://github.com/WordPress/gutenberg/issues/16271\">open ticket on the Gutenberg repository</a> for addressing a grid system. Mark Uraine, the author of the ticket, posted seven key questions:</p>\n\n\n\n<ol><li>Should the grid system be responsive?</li><li>Should there be a default Gutenberg grid system, but allow themes to register their own?</li><li>Should the grid system conform to the current structure of Gutenberg blocks, or should it be its own thing that we need to restructure the blocks to in the editor?</li><li>Should the grid include gutters?</li><li>Should the grid include, or allow, any vertical alignment snaps?</li><li>What should the grid be based on? (ie. 12 columns, pixel grid, etc.)</li><li>Should the grid allow toggling on/off? And also include a setting to show, or not, when resizing objects in the editor?</li></ol>\n\n\n\n<p>The ticket had some solid discussion nearly a year ago but not much as of late. Would you like to see a grid system in the editor? If so, how would you want it to work?</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, 27 Apr 2020 20:24: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:14:\"Justin Tadlock\";s: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:36:\"Matt: Tulsa Remote Worker Experiment\";s:7:\"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=51280\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2020/04/tulsa-remote-worker-experiment/\";s: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:1120:\"<p>Sarah Holder at Citylab has an interesting article on a program that <a href=\"https://www.citylab.com/life/2020/02/tulsa-incentives-work-remotely-coworking/604873/\">paid people $10,000, a year of co-working, and a subsidized apartment to move to Tulsa, Oklahoma</a>.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Traditionally, cities looking to spur their economies may offer incentives to attract businesses. But at a time when Americans are <a href=\"https://www.citylab.com/life/2019/05/moving-location-new-city-how-much-cost-mobile-rooted-stuck/590521/\">moving less frequently</a> than they have in more than half a century, and the anticlimactic race to host an Amazon HQ2 <a href=\"https://www.citylab.com/equity/2018/12/amazon-hq2-corporate-tax-incentives-technology/578422/\">soured some governments on corporate tax breaks</a>, Tulsa is one of several locales testing out a new premise: Pay <em>people</em> instead.</p></blockquote>\n\n\n\n<p>I love this idea, and hope that after the permanent step-up in remote work from the virus we see much more internal mobility between cities in the United States.</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, 27 Apr 2020 17:55:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:76:\"WPTavern: Watch the Women of React Conference for Free on Saturday, April 25\";s:7:\"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=98982\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/watch-the-women-of-react-conference-for-free-on-saturday-april-25?utm_source=rss&utm_medium=rss&utm_campaign=watch-the-women-of-react-conference-for-free-on-saturday-april-25\";s: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:4140:\"<p>While much of the world is in lockdown, public gatherings and conferences have been cancelled, leaving a void in the lives of people who enjoy meeting their fellow open source contributors and colleagues in person throughout the year. Virtual events, which were already on the rise, are enjoying a bit of a renaissance by necessity. </p>\n\n\n\n<p>On Saturday, April 25, the <a href=\"https://womenofreact.com/\">Women of React</a> conference will stream live with seven speakers, along with Q&A and lightning sessions from React core contributors and leaders in the community. The event will include a single-stream of talks with breaks for socializing and connecting with other attendees, as well as an invite-only Discord chat server. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">This Saturday (Apr 25) Women of React has a special Q and A session with our favorite React core contributors past & present <a href=\"https://twitter.com/sophiebits?ref_src=twsrc%5Etfw\">@sophiebits</a> <a href=\"https://twitter.com/ProvablyFlarnie?ref_src=twsrc%5Etfw\">@ProvablyFlarnie</a> <a href=\"https://twitter.com/lunaruan?ref_src=twsrc%5Etfw\">@lunaruan</a> and Chrome collaborators <a href=\"https://twitter.com/shubhie?ref_src=twsrc%5Etfw\">@shubhie</a> and <a href=\"https://twitter.com/stubbornella?ref_src=twsrc%5Etfw\">@stubbornella</a>! RSVP for free at <a href=\"https://t.co/GksJeHLvF6\">https://t.co/GksJeHLvF6</a> <a href=\"https://t.co/0bho86YVe6\">pic.twitter.com/0bho86YVe6</a></p>— R \'Nearest\' Nabors 💙 (@rachelnabors) <a href=\"https://twitter.com/rachelnabors/status/1253400764359286785?ref_src=twsrc%5Etfw\">April 23, 2020</a></blockquote>\n</div>\n\n\n\n<p>Women of React was organized as a sort of pop-up tech event in response to current events. Co-organizers Rachel Nabors, Kevin Lewis, Sara Vieira, and Jenn Creighton did not put out a request for speakers but rather opted to invite women from around the world who would provide quality presentations on diverse topics of interest to the React community. </p>\n\n\n\n<p>“I think I woke up one morning and was watching the pandemic news and realized all the cool women I would usually see on the conference circuit cannot give their talks and I’m not going to see them,” Rachel Nabors said on a recent episode of the <a href=\"http://insidefacebookmobile.libsyn.com/23-organising-the-women-of-react-remote-conf\">Inside Facebook Mobile</a> podcast. “I’m not going to see any of my favorite women in the React community this year and it was super depressing.” She contacted her colleagues and together they quickly spun up a conference that would allow women in React to connect online.</p>\n\n\n\n<p>Last week the organizers reported more than 1,000 registered attendees. They expect that number to be over 2,000 on the day of the conference. Fortunately, they don’t have to have a hard count on attendees ahead of time, since virtual events don’t have a limited number of seats. Organizers have even created printable swag for all who attend.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">The cuteness has landed! We will be shipping out coloring pages for <a href=\"https://twitter.com/hashtag/womenofreact2020?src=hash&ref_src=twsrc%5Etfw\">#womenofreact2020</a> attendees tonight—something for you or your little ones to do while watching the talks tomorrow! Art by the phenomenal <a href=\"https://twitter.com/miuki_miu?ref_src=twsrc%5Etfw\">@miuki_miu</a>! <a href=\"https://t.co/49byxsCeWW\">pic.twitter.com/49byxsCeWW</a></p>— R \'Nearest\' Nabors 💙 (@rachelnabors) <a href=\"https://twitter.com/rachelnabors/status/1253667155972931584?ref_src=twsrc%5Etfw\">April 24, 2020</a></blockquote>\n</div>\n\n\n\n<p><a href=\"https://womenofreact.com/\">Women of React</a> will run from 12:30pm—8:00pm EST. Attendees can sign up on the website and will receive a link for the livestream. Organizers are also planning to record the sessions so that people who are unable to attend can watch it at a later time.</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, 24 Apr 2020 21:35:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: WP Feedback Kicks off Free Virtual Summit for WordPress Professionals on April 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98970\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:227:\"https://wptavern.com/wp-feedback-kicks-off-free-virtual-summit-for-wordpress-professionals-on-april-27?utm_source=rss&utm_medium=rss&utm_campaign=wp-feedback-kicks-off-free-virtual-summit-for-wordpress-professionals-on-april-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5564:\"<img />\n\n\n\n<p class=\"has-drop-cap\">WP Feedback is running a <a href=\"https://wpfeedback.co/summit/\">virtual event from April 27 – May 1</a>. The event is primarily geared toward WordPress professionals who are looking to scale their business. It will feature CEOs, designers, freelancers, and more from the WordPress space. Between five and seven video sessions will be available each new day of the event.</p>\n\n\n\n<p>The sessions are free to watch for the full 24-hour period on the day they are scheduled. Once that window closes, visitors must purchase an all-access pass to view them, which is currently available for $67 but will go up to $97 once the event begins. A one-time purchase provides lifetime access.</p>\n\n\n\n<p>“Due to the outbreak of Coronavirus, otherwise known as COVID-19, every event has been postponed or outright canceled for the foreseeable future,” said Vito Peleg, founder of WP Feedback. “Seeing that the opportunity to learn and network with like-minded professionals was taken away from us at the last second, we decided to step in to provide the true conference experience all without leaving your desk.”</p>\n\n\n\n<p>The goal of the summit is provide value by teaching attendees how to scale their agency or freelance business by having experts in their respective fields share advice.</p>\n\n\n\n<p>“Above all, the best part is that it’s completely free to attend, and although some of us can’t wait to get out, I’m sure others will agree it’s also really nice that you can attend all from the comfort of your home office — or living rooms!” said Peleg.</p>\n\n\n\n<p>The WP Feedback team hopes that everyone from freelancers to large agencies and businesses can learn something. “So to that end, the event is geared towards WordPress professionals who are looking to scale their business beyond themselves (without losing all of their hair), people struggling during the quarantine/lockdown as a result of an impact that this has had on their business, and people who are just looking to meet and network with other like-minded people in the community,” said Peleg.</p>\n\n\n\n<p>The goal for <a href=\"https://wpfeedback.co/\">WP Feedback</a> is to help WordPress professionals succeed and scale their business via the site’s network and feedback plugin. “This effort is two-fold,” said Peleg. “We primarily do this with our software that simplifies and organizes client communication for web designers. But, we also do so with summits just like this one, educating people through our content and community platform.”</p>\n\n\n\n<p>For those interested in seeing what type of content the summit offers, Piccia Neri’s session from 2019, <a href=\"https://wpfeedback.co/summit/piccia-neri/\">The Main Ingredient of Great UX</a>, is available to watch for free.</p>\n\n\n\n<h2>Continuation of WP Agency Summit</h2>\n\n\n\n<p class=\"has-drop-cap\">Last December, before joining the WP Feedback team, Jan Koch launched the <a href=\"https://wptavern.com/wp-agency-summit-kicks-off-december-6\">first version of this event</a>. Over 2,000 attendees registered and recorded 15,000 session views. Strictly by the numbers, the event was successful.</p>\n\n\n\n<p>“Measuring the success of the 2019 summit event in numbers would not even tell half of the story,” said Peleg. “Most exciting were all the ripple effects the event caused. So many new connections were made not just from Jan’s perspective but also in the community that formed around the event on Facebook. We’re all still leveraging these new friendships and hope that, with the improved networking area for the new summit, we’ll see even more connections being made.”</p>\n\n\n\n<p>With Koch joining WP Feedback, the team felt like it was a natural move to continue the event. “One of the main reasons Jan joined the team was to be heavily involved with our summit plans due to his experience and success with the WP Agency Summit last year,” said Peleg. “As this is WP FeedBack’s first summit, having Jan on the team has made it possible for us to organize it in such a short amount of time. He’s taught us a lot and we will 100% be using everything we’ve learned to do more like this in the future.”</p>\n\n\n\n<p>One of the issues with the 2019 event was the lack of gender diversity. There was a 20:4 male-to-female speaker ratio. The team has attempted to address this for the 2020 event by adding more women to the lineup.</p>\n\n\n\n<p>“Yes, that was a hard lesson learned for Jan,” Peleg said in response to the low number of women speakers. “He and the entire team at WP FeedBack leveraged our connections to get a more even ratio this time. Obviously, there are many successful women in the WordPress space, and now we were able to bring a few of our friends on thanks to our combined networks.”</p>\n\n\n\n<p>The WP Feedback team has been collectively working to make this year’s event a success. Peleg said that many on the team have had to quickly adapt and learn how to run such an event. “Thankfully, Jan’s experience has massively helped in how we have been planning everything, and he is the one heading up all of the sessions too,” he said. “The vision was to create a summit experience online that replicates how it feels to go to a summit in real life, and we are really taking huge steps to provide that experience for all of our attendees.”</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, 24 Apr 2020 18:50:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:\"WPTavern: Chatterbox Plugin Uses WordPress Blocks to Show Conversations\";s:7:\"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=98923\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:187:\"https://wptavern.com/chatterbox-plugin-uses-wordpress-blocks-to-show-conversations?utm_source=rss&utm_medium=rss&utm_campaign=chatterbox-plugin-uses-wordpress-blocks-to-show-conversations\";s: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:2361:\"<p><a href=\"https://wordpress.org/plugins/chatterbox/\">Chatterbox</a> is a new plugin with a fun and creative use for the block editor. It displays chat or text threads using blocks that are styled as conversations. Users can type in a record of a chat, including timestamps, with a live preview in the editor. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Since written conversations are essentially little blocks of text and media, the block editor lends itself nicely to composing and displaying this type of content. The Chatterbox block can be found under Layout Elements in the block inserter. It includes the option to select a style (Inbound, Outbound, or Event) and add a timestamp.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p><a href=\"https://daveryan.io/\">Dave Ryan</a>, a WordPress developer at Bluehost, said he created the plugin in order to test Gutenberg’s Block Context API and borrowed the <a href=\"https://www.lightningdesignsystem.com/components/chat/\">chat component</a> from Salesforce’s Lightning Design System. He suggested that Chatterbox could be useful for showing demos of chat bots, publishing chat records in news stories, or simply adding an engaging visual display to conversations.</p>\n\n\n\n<p>Once the Block Context API matures, Ryan plans to add message background and text colors, message sender with name and avatar, and the ability to override the message sender on a per-message basis for group chats. The next steps beyond that on the roadmap include the following:</p>\n\n\n\n<ul><li> Implement Bookends and other <a href=\"https://www.lightningdesignsystem.com/components/chat/#About-Chat\">SFDS Chat</a> options</li><li> Animated chat sequences</li><li> Automated animated sequences, using character lengths for timing</li><li> Automate hiding of message meta based on adjacent blocks</li><li> Message Images</li><li> Message Files</li></ul>\n\n\n\n<p>Ryan said some of the planned features will rely on new features in the Gutenberg project. Once those have been released he will update Chatterbox to include more customization options. The plugin is <a href=\"https://wordpress.org/plugins/chatterbox/\">available for free on WordPress.org</a> and contributors can find the code on <a href=\"https://github.com/0aveRyan/chatterbox\">GitHub</a>.</p>\n\n\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:\"Fri, 24 Apr 2020 03:55:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:83:\"WPTavern: You Deserve to Wear Sweatpants; Don’t Let Anyone Tell You Any Different\";s:7:\"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=98783\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:203:\"https://wptavern.com/you-deserve-to-wear-sweatpants-dont-let-anyone-tell-you-any-different?utm_source=rss&utm_medium=rss&utm_campaign=you-deserve-to-wear-sweatpants-dont-let-anyone-tell-you-any-different\";s: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:5468:\"<img />\n\n\n\n<p class=\"has-drop-cap\">Lounge in your Baby Yoda sweats. Break out those knee-high Santa socks that you love to wear during the holidays. Slide into your Rocket City Trash Pandas tee and pretend the baseball season is going to happen this year.</p>\n\n\n\n<p>Sure, you can wear a suit and tie when you’re working from home. However, I invite you to ditch the fresh-pressed trousers for your comfy sweatpants.</p>\n\n\n\n<p>The COVID-19 pandemic has forced many of you into working from the home office. Depending on your situation, that might be the kitchen table, the loveseat in the living room, or a closet if your kids are irritating enough. The worst thing we can do is put too much pressure on ourselves to be the model of perfection in this setting. Do not let anyone tell you that you must put on the suit and tie in lieu of that comfortable pullover you’ve had since college.</p>\n\n\n\n<p>Balance that statement with some common sense. If you are meeting with the big boss over a Zoom video call, you will want to take your company culture into account. If your boss is expecting you to dress as if in the office, what he or she sees onscreen should reflect that expectation. The same may be true for client calls, depending on how you want to present your service.</p>\n\n\n\n<p>For all other situations, your dress code is entirely up to you.</p>\n\n\n\n<p>Adam Tschorn, deputy fashion editor for the Los Angeles Times, <a href=\"https://www.latimes.com/lifestyle/story/2020-04-17/working-from-home-regular-work-wardrobe-dress-up\">argues that you should ditch the sweatpants</a> and “dress like the adult you’re getting paid to be”:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-style-default\"><p>Please, can we all put away those sweatpants, ratty, gray, decades-old collegiate sweatshirts and obscure minor league baseball caps and start our workdays looking like we deserve the paychecks we’re lucky enough to be earning while the world around us burns? Especially, for the love of all that’s holy, if there’s a group video conference involved?</p></blockquote>\n\n\n\n<p><a href=\"https://twitter.com/ARTschorn/status/1251139655447150593\">Twitter was not kind.</a></p>\n\n\n\n<p>Some of us who have been doing this remote work thing for a few years and have come to love our loungewear. We are not going to let the rookies ruin it for the rest of us, a sentiment shared by a friend on Facebook.</p>\n\n\n\n<p>I am sitting in my basketball shorts and a sleeveless T-shirt.</p>\n\n\n\n<p>Taking off your shoes is a hard requirement when entering my home, a practical cleanliness tip I learned from time spent with Korean friends. It is the respectful thing to do. Plus, it is so much more relaxing. I want you to feel at home at my home.</p>\n\n\n\n<p>Some people have trouble balancing work and home life when they are merged into one space. In those cases, “dressing for success” may help you mentally push through the day. However, it is a personal choice.</p>\n\n\n\n<p>The one thing Tschorn and I agree on wholeheartedly is ritual. If even one thing about my daily ritual gets thrown off by unforeseen circumstances, I lose focus. It can often ruin the whole day. Those little rituals are a part of what set me up for success. Everyone’s are different. Some will want their morning coffee. Others need to shower, shave, and put on their Sunday best to feel like everything is right with the world.</p>\n\n\n\n<p>There are rare days when I feel the need to switch it up. Put on a nice suit. Grab my seldom-worn fedora and place it firmly atop my head. It makes me feel like a 1920s-esque reporter who is ready to dig up some dirt on the local crime boss. Those days are about making me feel good about myself.</p>\n\n\n\n<p>However, most days, it is about feeling comfortable at home.</p>\n\n\n\n<p>It does not matter if you wear a Call of Duty T-shirt when building a new WooCommerce add-on plugin. Most people are not going to care if you don Sailor Moon sweatpants while running a successful managed WordPress hosting service. And, if you feel comfortable enough doing it, strip down to your undies while designing the next big WordPress theme. <em>You may want to add a top while video conferencing in that last case — there are limits.</em></p>\n\n\n\n<p>Life is tough enough right now without fashion gurus telling us what to wear.</p>\n\n\n\n<p>Even work-from-home veterans are <a href=\"https://wptavern.com/finding-balance-in-these-uncertain-times-remote-work-and-sharing-our-struggles\">off our game at the moment</a>. The world has changed practically overnight. We are still catching our breath from the gut-punch of this unique virus. We deserve to <em>let ourselves go</em> a bit while dealing with the stress of these changes.</p>\n\n\n\n<p>I do not know much about fashion. I still break out my cargo pants from time to time, which are apparently a fashion <em>faux pas</em> today.</p>\n\n\n\n<p>What I do know a little something about is working comfortably from home.</p>\n\n\n\n<p>And that, my friends, is all about what makes you feel good about yourself.</p>\n\n\n\n<p>I am probably preaching to the choir of remote developers, designers, and team managers. Many of us have been down this road and found that sweet spot that helps us get through the day. For the newcomers, welcome to our world. Kick your heels off at the door. There is no fashion-shaming here. Enjoy our guilt-free software and community in your lazy pants.</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, 23 Apr 2020 19:18:28 +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:\"Justin Tadlock\";s: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:58:\"WPTavern: Frontity Raises €1M with Automattic and K Fund\";s:7:\"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=98846\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:157:\"https://wptavern.com/frontity-raises-e1m-with-automattic-and-k-fund?utm_source=rss&utm_medium=rss&utm_campaign=frontity-raises-e1m-with-automattic-and-k-fund\";s: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:4732:\"<p><a href=\"https://frontity.org/\">Frontity</a>, a free, open source framework for building WordPress themes with React, has raised €1M in funding in a round led by <a href=\"https://kfund.co\">K Fund</a>, with <a href=\"https://automattic.com/\">Automattic</a> covering 22%. The team behind the framework officially made it open source in May 2019, after battle testing it internally. In one year the framework has more than 12,700 npm downloads and has built a community of 250 developers who use it. </p>\n\n\n\n<p>Frontity lowers the barrier to creating fast-loading, React-powered WordPress themes by removing the hassle of setting up and configuring all the tooling. The framework seems to have captured Automattic’s interest as a homegrown WordPress solution for facilitating decoupled setups that use React on the frontend.</p>\n\n\n\n<p>“We decided to build the framework as a response to the demand of all the big publishers we were working with,” Frontity CEO Pablo Postigo said. “This trend can drastically change the way many WordPress websites are built in the future. From my point of view, Automattic’s support means that they are also aware of this trend, and want to be close to us. In the end we are trying to make WordPress keep up with the latest technologies, and the stronger WordPress is, the better for all the companies that depend on it, including Automattic.”</p>\n\n\n\n<p>Frontity is not yet profitable and Postigo said the company is not developing a business model during this initial phase. </p>\n\n\n\n<p>“This funding round was the best way for us to make the project sustainable,” he said. “Possible monetizations that we are thinking of to generate revenue in the future are a hosting solution, premium support, or a marketplace of paid themes.”</p>\n\n\n\n<h2>Frontity’s Biggest Challenge: Becoming a Compelling Alternative to PHP Themes </h2>\n\n\n\n<p>Postigo identified Gatsby and Next.js as Frontity’s chief competitors in the sea of React frameworks vying for developers’ attention. He said his team takes inspiration from these frameworks and appreciates how they are raising awareness of new ways of building websites. </p>\n\n\n\n<p>“Our biggest challenge right now is to position Frontity not as an alternative to other frameworks, but as an alternative to PHP themes,” he said. “So when developers start looking for the best way to build a superior UX they consider Frontity amongst their options.”</p>\n\n\n\n<p>Those who are already familiar with other JS frameworks like Gatsby will find that Frontity has fewer new concepts to learn, since it is 100% focused on WordPress and its APIs. Postigo identified a few other major differences between Frontity and other popular JS frameworks:</p>\n\n\n\n<ul><li>It’s rendered dynamically: this means people don’t have to rebuild the HTML each time they edit or publish content. Frontity’s preferred approach is <a href=\"https://vercel.com/blog/serverless-pre-rendering\">Serverless Pre-Rendering</a>, although there are many ways to configure it. It’s as fast as a static site (e.g. <a href=\"https://mars.frontity.org\">https://mars.frontity.org</a>).</li><li>It’s opinionated: it has its own state manager and uses Emotion for the CSS. Thanks to that people don’t need to learn things like Redux and, at the same time, it powers a very flexible extensibility pattern, more similar to the one of WordPress itself than to the rest of JS frameworks. Themes and extensions can be activated and deactivated without code changes.</li><li>There’s no need to learn GraphQL or the REST API, you get the data using the state manager.</li></ul>\n\n\n\n<p>Even with fewer new concepts to learn, Frontity remains squarely within the developers’ toolbox and is not currently a product that would appeal to non-technical users. Expanding Frontity’s user base beyond developers and breaking into the wider WordPress market is a long-term goal for the company. </p>\n\n\n\n<p>“With Frontity Framework we are on a mission to help developers build performant, scalable websites with WordPress and React easily,” Postigo said. “But the company’s ultimate goal is to make building delightful user experiences universally accessible.<br /><br />“We have plans to lower the technical barrier so any WordPress user can benefit from our technology. We consider that after having released the framework the next step towards this is to build a community of developers around it, so that they can help us build themes and extensions that will make it easier for non-technical users to start using Frontity.”</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, 22 Apr 2020 20:26:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:62:\"WPTavern: Gutenberg Hub Launches Online Block Template Builder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:169:\"https://wptavern.com/gutenberg-hub-launches-online-block-template-builder?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-hub-launches-online-block-template-builder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5301:\"<p class=\"has-drop-cap\">Gutenberg Hub <a href=\"https://gutenberghub.com/introducing-gutenberg-template-builder/\">launched the first version</a> of its block template builder last week. The <a href=\"https://builder.gutenberghub.com/\">template builder</a> allows users to select from the team’s existing library of nearly 200 templates. It is essentially an online builder that allows users to craft a full page layout by mixing and matching various sections. They can then copy the resulting output at the click of a button and paste it into the editor on their sites.</p>\n\n\n\n<p>“I intend to speed up the workflow for WordPress users to spin up beautiful Gutenberg pages, even full websites, faster,” said Munir Kamal, founder of Gutenberg Hub. “So all I am trying to do is headed in that direction.”</p>\n\n\n\n<p>Kamal has also released a <a href=\"https://chrome.google.com/webstore/detail/gutenberghub/pkjhekakadbpmpehgkdndgmpepphekbk\">Chrome browser extension</a> that allows end-users to add templates from the growing library of options.</p>\n\n\n\n<p>“The idea is to help DIYers, freelancers, or anyone with creating new website pages faster,” he said. “I have many feature ideas to make this builder great, but I want to hear out the feedback and suggestions from the community about it.”</p>\n\n\n\n<p>Currently, Kamal is calling this version of the builder a “prototype” because he wants to validate the idea with the community before moving forward with new features.</p>\n\n\n\n<h2>Using the Template Builder</h2>\n\n\n\n<p class=\"has-drop-cap\">Building a template or full page is simple. Users merely need to visit the template builder page. On the page, the builder has an “Add Section” button, which will slide the template library panel open. From that point, users can choose from an extensive list of templates that includes designs for hero sections, testimonials, sliders, and more.</p>\n\n\n\n<img />Gutenberg Hub’s templates library.\n\n\n\n<p>The idea is to build a full page by combining multiple sections. Users will want to add new sections and organize them for their needs. Each section can be trashed, duplicated, or moved up/down using the available buttons.</p>\n\n\n\n<p>Trying my hand at building a simple product page, I was able to pick and choose the sections I wanted to add in just a few minutes.</p>\n\n\n\n<img />Custom combination of templates with the builder.\n\n\n\n<p>Once everything is in place, users can copy the full template code and paste it their block editor. From that point, they can edit it on their own site. </p>\n\n\n\n<p>Sometimes, it may be necessary to copy additional CSS and insert it via the WordPress customizer or through a plugin like <a href=\"https://wordpress.org/plugins/blocks-css/\">Blocks CSS</a>. Some options also require users to install a plugin to use specific blocks.</p>\n\n\n\n<p>This is the type of power I want in the hands of WordPress users. Plug-and-play template systems like this will push the platform into the future. However, such systems need to be integrated directly into WordPress. Copying and pasting from a third-party website is merely a stepping stone toward that future, catering to user needs in the here and now.</p>\n\n\n\n<h2>The Future of the Builder and More</h2>\n\n\n\n<p class=\"has-drop-cap\">Long term, Gutenberg Hub’s work may be a better fit into the upcoming <a href=\"https://wptavern.com/block-patterns-will-change-everything\">pattern system</a>. The team could release a plugin that would integrate seamlessly into the block editor. That way, end-users could build their templates without ever leaving the comfort of the post-editing screen, or at least avoid switching between browser tabs. However, patterns are still months away from inclusion in core WordPress. In the meantime, this feels like a solid stop-gap. Plus, the team can build a nice library and garner feedback and data from users on the most popular templates/patterns.</p>\n\n\n\n<p>While Kamal wants to hear feedback before moving forward, he does have some big ideas of his own for the builder. “For example, this builder may let you create projects, and under projects, you may create multiple pages,” he said. “For each project, you may define custom branding (typography, color scheme, etc.), and all the templates from the library will adapt to that branding when you create pages under a specific project.”</p>\n\n\n\n<p>The most important thing he wants to accomplish is to build tools that speed up workflows for everyone.</p>\n\n\n\n<p>He will also open the template library to third-party developers and designers soon. There will be a public submission process. If enough people contribute, the library could balloon to an untold number of options that would be directly available as part of the builder.</p>\n\n\n\n<p>“Besides the templates and builder, I am planning something around the Gutenberg Templates API,” said Kamal. He stresses that it is still in the planning phase. If the previous work that he has put out is any indication, this could be an interesting project. He is also working on a <a href=\"https://wordpress.org/plugins/forms-gutenberg/\">form builder plugin</a> for the block editor, which is currently seeing regular updates.</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, 22 Apr 2020 20:03:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:62:\"WPTavern: Google Shopping Is Now Open to Free Product Listings\";s:7:\"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=98848\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:169:\"https://wptavern.com/google-shopping-is-now-open-to-free-product-listings?utm_source=rss&utm_medium=rss&utm_campaign=google-shopping-is-now-open-to-free-product-listings\";s: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:2768:\"<p>Google <a href=\"https://blog.google/products/shopping/its-now-free-to-sell-on-google/\">announced</a> today that it is bringing free listings to the Shopping tab in the United States before the end of April and will expand globally by the end of the year. Previously, merchants were required to pay for ad placement and product listings, which led to major online retailers dominating the Shopping tab.</p>\n\n\n\n<p>“Beginning next week, search results on the Google Shopping tab will consist primarily of free listings, helping merchants better connect with consumers, regardless of whether they advertise on Google,” Bill Ready, Google’s president of commerce, said. “With hundreds of millions of shopping searches on Google each day, we know that many retailers have the items people need in stock and ready to ship, but are less discoverable online.”</p>\n\n\n\n<p>This change comes at a critical time when the retail industry has taken a significant hit due to shelter-in-place orders aimed at mitigating the spread of the coronavirus. Free listings make showing up in the Google Shopping tab more accessible for independent stores.</p>\n\n\n\n<p>“For retailers, this change means free exposure to millions of people who come to Google every day for their shopping needs,” Ready said. “For shoppers, it means more products from more stores, discoverable through the Google Shopping tab.” Existing Merchant Center users will retain their ads for specific products as promoted listings but will also now be able to list their full inventories for free.</p>\n\n\n\n<p>Google also announced a new partnership with PayPal that will streamline the onboarding process for merchants who want to link their accounts. The announcement identified WooCommerce, Shopify, and BigCommerce as existing partners that offer platforms to help businesses sell online. In light of the current crisis, WooCommerce has ramped up its efforts to make e-commerce more approachable. The team recently hosted a free webinar on <a href=\"https://zoom.us/webinar/register/8615868833115/WN_4TTi3KPWQZG5HCchf81LEg\">how to start selling online</a> and produced a <a href=\"https://woocommerce.com/posts/add-online-store-to-wordpress/\">guide to adding a store to an existing WordPress website</a>.</p>\n\n\n\n<p>Although Google cites the coronavirus pandemic as a factor in advancing the company’s plans to make it free for merchants to sell on Google, the move is a strategic step towards wooing back the overwhelming amount of traffic it sends to Amazon. If Google’s Shopping tab can become a better source for price comparisons with a diversity of stores, consumers may return to searching Google first when intending to make a purchase.</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, 22 Apr 2020 02:46:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"BuddyPress: BuddyPress 5.2.0 Maintenance and Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=311121\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://buddypress.org/2020/04/buddypress-5-2-0-maintenance-and-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1666:\"<p><a href=\"https://downloads.wordpress.org/plugin/buddypress.5.2.0.zip\">BuddyPress 5.2.0</a> is now available. This is a security and maintenance release. All BuddyPress installations are strongly encouraged to upgrade as soon as possible.</p>\n\n\n\n<p>The 5.2.0 release addresses four security issue:</p>\n\n\n\n<ul><li>A vulnerability was fixed that could allow group moderators improper control over group membership via a REST API endpoint.</li><li>A vulnerability was fixed that could allow a CSRF attack related to xProfile field deletion links in the Dashboard.</li><li>A vulnerability was fixed that could allow users to delete group activity items belonging to groups to which they don’t have administrative access.</li><li>A vulnerability was fixed that could allow site Editors or Authors improper edit access over items belonging to BuddyPress’s Email post type.</li></ul>\n\n\n\n<p>These vulnerabilities were reported privately to the BuddyPress team by <a href=\"https://profiles.wordpress.org/hoangkien1020/\">Kien Hoang</a>, in accordance with <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">WordPress’s security policies</a>. Our thanks to the reporter for practicing coordinated disclosure.</p>\n\n\n\n<p>Version 5.2.0 also fixes five bugs, including compatibility updates for WordPress 5.4.</p>\n\n\n\n<p>For complete details, visit the <a href=\"https://codex.buddypress.org/releases/version-5-2-0/\">5.2.0 changelog</a>.</p>\n\n\n\n<p>Update to BuddyPress 5.2.0 today in your WordPress Dashboard, or by <a href=\"https://wordpress.org/plugins/buddypress/\">downloading from the WordPress.org plugin repository</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Apr 2020 19:58: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:12:\"Boone Gorges\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:95:\"WPTavern: WordPress Dashicons Project to Discontinue Development in Favor of New Icon Component\";s:7:\"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=98810\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:235:\"https://wptavern.com/wordpress-dashicons-project-to-discontinue-development-in-favor-of-new-icon-component?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-dashicons-project-to-discontinue-development-in-favor-of-new-icon-component\";s: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:3652:\"<p><a href=\"https://github.com/WordPress/dashicons\">Dashicons</a>, the WordPress admin icon font, is now closed to new icon requests. After the block editor adopted the approach of using SVG icons directly, WordPress design contributors have recently reevaluated the efforts going into the Dashicons project. The team decided to wrap up existing tickets for new icons, push out a final release, and then pool their efforts on the <a href=\"https://github.com/WordPress/gutenberg/tree/master/packages/components/src/icon\">new Icon component</a>.</p>\n\n\n\n<p>“One of the challenges with an icon font is that it’s one big compiled ‘sprite,’ and so even though it gets cached well, for every icon you add the sprite grows bigger,” WordPress design contributor Joen Asmussen said in a <a href=\"https://make.wordpress.org/design/2020/04/20/next-steps-for-dashicons/\">post</a> announcing the change. “With SVG you include just the icons you need.”</p>\n\n\n\n<p>A recently-merged <a href=\"https://github.com/WordPress/dashicons/pull/411\">pull request</a> brings the project’s collection of 303 icons to a total of 340, with final additions including items like airplane, beer, coffee, and more, based on the remaining open issues.</p>\n\n\n\n<p>With just a handful of contributors, Dashicons had been subject to infrequent updates. Prior to WordPress 5.2 (May 2019), which <a href=\"https://wptavern.com/wordpress-5-2-will-add-13-new-icons-to-the-dashicon-library\">updated</a> the icon font to use WOFF2 (Web Open Font Format 2) and added 13 new icons, Dashicons had gone dormant for three years. This means that developers who needed a specific icon were sometimes waiting a long time for it to get added and often opted to use a different library. </p>\n\n\n\n<p>The new Icon component isn’t subject to the same limitations. During the design team’s recent discussion about Dashicon’s next steps, Asmussen noted that the new Icon component comes with a set of icons but developers can also feed it a custom SVG.</p>\n\n\n\n<p>“An icon doesn’t have to be part of the set for it to be treated like any other icons in the system,” Asmussen said. “Which makes it easier to say no to some social icons — we can say ‘No, but you can do this: {code example}.\'” This flexibility prevents developers from having to spend time lobbying for a particular icon to get added or working to demonstrate its popularity.</p>\n\n\n\n<p>Asmussen thanked Dashicons creator Ben Dunkle for his work in maintaining the icon font over the years. Dunkle will join the effort to improve the new Icon component as it is still being fleshed out. </p>\n\n\n\n<p>“And a lot of the lessons Ben and I learned from Dashicons could probably help spell out some principles for what fits in the component,” Asmussen said. “In some ways, I think we can be much more open to accepting icons because it doesn’t balloon a sprite. In others, as mentioned, we can decide it’s not WordPress’ place.”</p>\n\n\n\n<p>Dashicons will be maintained in core indefinitely but no new icons will be added after this point. Plugin developers have the option to continue using the icon font or embrace the new Icon component. </p>\n\n\n\n<p>“Switching to SVG in WP-admin, and perhaps the new Icon component, is a discussion definitely worth having at some point,” Asmussen said. “But [it’s] worth noting that it’s not necessarily part of today’s discussion. This is first and foremost to ensure Dashicons is in a solid place for everyone relying on it.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Apr 2020 01:16:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: WPBlockTalk Videos Now Available on WordPress.tv\";s:7:\"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=98727\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:161:\"https://wptavern.com/wpblocktalk-videos-now-available-on-wordpress-tv?utm_source=rss&utm_medium=rss&utm_campaign=wpblocktalk-videos-now-available-on-wordpress-tv\";s: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:2497:\"<p>All of the recordings from the free <a href=\"https://wpblocktalk.wordpress.stream/\">WPBlockTalk</a> virtual event are <a href=\"https://wordpress.tv/event/wpblocktalk-april-2020/\">now available on WordPress.tv</a>. In case you missed it, WPBlockTalk was a WordPress community event sponsored by Automattic, and produced by Brian Richards, creator of WPSessions. It took place earlier this month on April 2, though some of its momentum may have been lost in the torrent of pandemic news. Fortunately, all the sessions that were streamed that day have been uploaded for anyone to watch. </p>\n\n\n\n<p>WPBlockTalk created moderate <a href=\"https://twitter.com/hashtag/WPBlocktalk?src=hashtag_click\">buzz on Twitter</a>, but the caliber of the speakers and the density of their block editor expertise make these videos a must-watch for anyone involved in WordPress product and website development. Some of the speakers were involved in designing and building the block editor and others were early adopters who ran full speed ahead to create some of the most successful block-based plugins in the ecosystem.</p>\n\n\n\n<p>The event kicked off with a session titled <a href=\"https://wordpress.tv/2020/04/16/matt-mullenweg-matias-ventura-the-roadmap-for-gutenberg-plus-a-demo/\">The Gutenberg Roadmap</a> led by Matt Mullenweg and Matias Ventura. It included an overview of what is coming in the full-site editing project, along with an exciting hands-on demo that fully integrates theme templates into a unified interface. Ventura estimates this basic UI will be “in a very decent state in a couple months.” </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The other 11 sessions that follow provide an interesting look at where the block editor has been and where we can expect it to go in the near future. Topics include extensibility, case studies, accessibility, block development, and more.</p>\n\n\n\n<p>Although WPBlockTalk was originally <a href=\"https://wordpress.com/blog/2020/03/18/wpblocktalk-block-editor-event/\">announced</a> on the WordPress.com News blog, the majority of the content featured in the event was geared towards those creating block-based products. More than 1,000 viewers attended WPBlockTalk, similar to the turnout for a large traditional WordCamp. These types of nimble, niche-focused virtual events were already gaining traction in 2019 and are likely to become more common in the wake of prolonged restrictions on large gatherings due to the coronavirus. </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, 17 Apr 2020 22:47:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:68:\"WPTavern: On Digital Gardens, Blogs, Personal Spaces, and the Future\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98695\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:175:\"https://wptavern.com/on-digital-gardens-blogs-personal-spaces-and-the-future?utm_source=rss&utm_medium=rss&utm_campaign=on-digital-gardens-blogs-personal-spaces-and-the-future\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8960:\"<div class=\"wp-block-cover alignfull has-background-dim-70 has-gray-900-background-color has-background-dim has-parallax bg-gray-900\"><div class=\"wp-block-cover__inner-container\">\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-drop-cap has-text-align-left has-extra-large-font-size text-xl text-left\">Ihave been thinking a lot about digital gardens this week. A blog post by Tom McFarlin <a href=\"https://tommcfarlin.com/digital-gardens-and-blogs/\">re-introduced me to the term</a>, which led me down a rabbit hole of interesting ideas on creating a digital space that is more personalized and tended in a way that is antithetical to the chronological blog.</p>\n</div></div>\n</div></div>\n\n\n\n<p>The concept of digital gardens is not new. It predates the modern blog, but there may be a resurgence, albeit small, of the sort of curated content that grows within a digital garden.</p>\n\n\n\n<p>The term “digital garden” is not well-defined. In general, it is a collection of thoughts, unfinished projects, links, and much more. However, it can be different and wholly unique to the individual. I would like to broaden the term to enclose any sort of website that allows you to truly browse without viewing posts chronologically. Digital gardens, collections, spaces — call it what you want.</p>\n\n\n\n<p>I began my personal website in 2003. I hacked together a main page with a few internal links. I began blogging before I knew what blogging was. This was all done with basic <code>.txt</code> files that I edited in Notepad on Windows. I knew enough PHP to load and display those files. My <em>blog</em> posts were merely random thoughts — bits and pieces of my life.</p>\n\n\n\n<p>Despite having something that worked sort of like a blog, I maintained various resources and links of other neat ideas I found around the web. It was a digital garden that I tended, occasionally plucking weeds and planting new ideas that may someday blossom into something more.</p>\n\n\n\n<p>I created a films page in which I shared 30-second trailers of short films I was planning. I maintained a list of my DVD collection. I had a page in which I showcased hate messages I received on my guestbook. <em>All in good fun, of course.</em> I kept a curated list of cool webpages to visit.</p>\n\n\n\n<p>All of this was a painstaking, manual process before WordPress crashed into my life, but it was still fun.</p>\n\n\n\n<p>Over the years, WordPress changed everything for me. I officially became a blogger. The problem was that, at a certain point, blogging became <em>work</em>. I needed to think about keywords, perfecting a post title, and making sure that each word was carefully crafted. The initial joy I had with my personal space had waned.</p>\n\n\n\n<p>“The idea of a ‘blog’ needs to get over itself,” wrote Joel Hooks in a post titled <a href=\"https://joelhooks.com/on-writing-more\">Stop Giving af and Start Writing More</a>. “Everybody is treating writing as a ‘content marketing strategy’ and using it to ‘build a personal brand’ which leads to the fundamental flawed idea that everything you post has to be polished to perfection and ready to be consumed.”</p>\n\n\n\n<p>It is almost as if he had reached down into my soul and figured out why I no longer had the vigor I once had for sharing on my personal blog. For far too long, I was trying to brand myself. Posts became few and far between. I still shared a short note, aside, once in a while, but much of what I shared was for others rather than myself.</p>\n\n\n\n<p>I still love the idea of a personal blog, but there is room for this space to be reshaped. Personal websites can be so much more than a progression of posts over time, newer posts showing up while everything from the past is neatly tucked on “page 2” and beyond.</p>\n\n\n\n<p>Amy Hoy, in <a href=\"https://stackingthebricks.com/how-blogs-broke-the-web/\">How the Blog Broke the Web</a>, describes the downfall of the digital gardens that once grew across the landscape of the web. It is a history of how personal websites, particularly through the ease of use of the modern CMS, changed for the worse. Instead of carefully tending to our gardens, we became lazy caretakers of our space, molding our content based on the tools the system provided.</p>\n\n\n\n<p>She concluded with:</p>\n\n\n\n<blockquote><p>“There are no more quirky homepages. There are no more amateur research librarians. All thanks to a quirky bit of software produced to alleviate the pain of a tiny subset of a very small audience. That’s not cool at all.”</p></blockquote>\n\n\n\n<p>She shares my <a href=\"https://wptavern.com/rebirth-of-creativity-gutenberg-and-the-future-of-wordpress-themes\">nostalgia for the early web</a> in which webmasters poured everything about themselves into their little slice of it. It was done over the sweat and tears of late-night HTML mastery. It was about fighting weird CSS quirks just to align something on the center of the page. <em>No grid or flex-box existed in those days.</em></p>\n\n\n\n<p>While I lament the loss of some of the artistry of the early web and lay much of the blame at the feet of blogging platforms like WordPress, such platforms also opened the web to far more people who would not have otherwise been able to create a website. <em>Democratizing publishing</em> is a far loftier goal than dropping animated GIFs across personal spaces.</p>\n\n\n\n<p>WordPress is in a position to reshape the web into whatever we want.</p>\n\n\n\n<p>Throughout the platform’s history, end-users have remained at the mercy of their WordPress theme. Most themes are built around what WordPress allows out of the box. They follow a similar formula. Some may have a fancy homepage or other custom page templates. But, on the whole, themes have been primarily built around the idea of a blog. Such themes do not give the user true control over where to place things on their website. While some developers have attempted solutions to this, most have never met the towering goal of putting the power of HTML and CSS into the hands of users through a visual interface. This lack of tools has given rise to <a href=\"https://wptavern.com/will-page-builders-remain-competitive-in-the-block-era\">page builders and the block editor</a>.</p>\n\n\n\n<p>WordPress has not been, by and large, an ideal platform for building a unique digital space, unless you had the technical know-how to wrangle its front-end output into something unique. At times, that is more frustrating than building a simple HTML page.</p>\n\n\n\n<p>This is the reason that I continually push the Gutenberg project. I write about some of the <a href=\"https://wptavern.com/the-wacky-world-of-sorta-brilliants-sorta-fun-block-plugins\">wild and wacky ideas</a>. I share things like a <a href=\"https://wptavern.com/block-a-saurus-embeds-a-side-scrolling-t-rex-game-via-the-block-editor\">T-Rex game</a> within a block.</p>\n\n\n\n<p>I want end-users to be able to create their own digital gardens. I want them to put a large yellow box on their homepage to share a notice that everyone should read “this important page” on their site. I want them to be able to do this without having to learn how to code or ask their theme author how to make such customizations. It should be as simple as clicking a few buttons.</p>\n\n\n\n<p>I also want them to be able to easily build something like Tom Critchlow’s <a href=\"https://tomcritchlow.com/wiki/\">wikifolder</a>, a digital collection of links, random thoughts, and other resources.</p>\n\n\n\n<p>More than anything, I want personal websites to be more <em>personal</em>.</p>\n\n\n\n<p>We’re still in a somewhat frustrating transitional period where WordPress is not even halfway to becoming the platform that it will be. We are still beholden to our themes, though less so than before.</p>\n\n\n\n<p>Whether it is a digital garden, a plain ol’ blog, or some new thing we do not have a term for yet, we will all be able to put our unique spin on our personal spaces. It is part of the web that we lost in the last couple of decades with the emergence of the CMS. However, WordPress is on the right path.</p>\n\n\n\n<p>It may be a rough ride for some agencies and businesses around the platform, but I am OK with that. They will manage and pull through on the other side, mostly unscathed. I am more concerned about our mission statement of democratizing publishing. And, that mission is not simply about having the ability to write content via a <em>$free</em> system. It is about the freedom to create whatever types of digital homes that we desire without learning to code or breaking the bank.</p>\n\n\n\n<p>Pre-Gutenberg WordPress got us part of the way there. It is the post-Gutenberg world that will get us the rest of the way. I am ready to see what people create when they gain the freedom that particular world promises.</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, 17 Apr 2020 20:00:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:82:\"WPTavern: Leave at Door: New Free WooCommerce Plugin Enables Contact-free Delivery\";s:7:\"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=98679\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:207:\"https://wptavern.com/leave-at-door-new-free-woocommerce-plugin-enables-contact-free-delivery?utm_source=rss&utm_medium=rss&utm_campaign=leave-at-door-new-free-woocommerce-plugin-enables-contact-free-delivery\";s: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:3199:\"<p class=\"is-style-default\">As many countries around the world are currently in some form of lockdown to mitigate the spread of the coronavirus, the hospitality industry has been one of the hardest hit by the new restrictions. Restaurants and breweries in particular have had to radically change how they do business and either lay off or furlough the majority of their employees. Many of those that have survived the mandated dine-in closures are jump-starting delivery services in order to stay afloat.</p>\n\n\n\n<p>Scott DeLuzio, a WordPress plugin developer and founder of <a href=\"https://amplifyplugins.com/\">Amplify Plugins</a>, recently noticed a “leave at door” option when ordering food from a local restaurant. He thought it would be a helpful option for WooCommerce store owners to add and created a plugin that makes it easy.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/leave-at-door-for-woocommerce/\">Leave at Door</a> is now available for free from the official WordPress Plugin Directory. It enables customers to maintain social distancing while receiving deliveries. The plugin adds a checkbox before the Place Order button at checkout, which reveals an optional text input for additional delivery instructions. If the customer chooses contact-free delivery, store owners will see it displayed on the admin order edit screen and in the order email. It will also be displayed on the customer’s order invoice.</p>\n\n\n\n<p>DeLuzio’s Amplify Plugins shop focuses on plugins that improve the customer experience in WooCommerce. He reported that his products have seen more activity since social distancing recommendations were put in place. With the pandemic slowing down shipments from Amazon and other major retailers, local and independent stores have an opportunity to gain the confidence of new customers. </p>\n\n\n\n<p>“I have definitely seen an uptick in plugin sales over the last month or so,” DeLuzio said. “I think, through talking to a few customers, this can probably be attributed to traditional brick and mortar stores and restaurants that are looking to move online to compensate for the lack of foot traffic that they are getting in their stores.”</p>\n\n\n\n<p>The availability of contact-free delivery may be the deciding factor for some customers in quarantine, which could make all the difference for small business owners.</p>\n\n\n\n<p> “There are probably a good number of local businesses that are struggling these days,” DeLuzio said. “Their customers are probably very concerned with the virus and maintaining social distancing, so if something like this plugin can help them out, even in a small way, I’m happy to have been able to put it together for them.”</p>\n\n\n\n<p>Even when some economies begin opening up, there will undoubtedly be customers who will still be keen on having a contact-free delivery option, especially those among the populations most vulnerable to COVID-19. The notion of contact-free delivery may have a longer run beyond this current crisis and perhaps even become a permanent fixture on e-commerce checkout screens. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Apr 2020 21:00: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:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: GitHub Opens Free Plan to Unlimited Collaborators on Private Repositories\";s:7:\"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=98641\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:211:\"https://wptavern.com/github-opens-free-plan-to-unlimited-collaborators-on-private-repositories?utm_source=rss&utm_medium=rss&utm_campaign=github-opens-free-plan-to-unlimited-collaborators-on-private-repositories\";s: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:4411:\"<p class=\"has-drop-cap\">On Tuesday, GitHub <a href=\"https://github.blog/2020-04-14-github-is-now-free-for-teams/\">announced a change to its plans</a> that would make collaboration between developers much cheaper. Free, in fact. Anyone can launch an organization for at no charge with unlimited public and private repositories. The change also includes an unlimited number of collaborators.</p>\n\n\n\n<p>This will be good news for small WordPress development teams without the cashflow to upgrade to the paid Team pricing tier or higher. I have worked with several small plugin and theme businesses who could not foot the per-user billing and sought other solutions such as GitLab and Bitbucket. This move should make GitHub more enticing.</p>\n\n\n\n<p>According to the <a href=\"https://help.github.com/en/github/getting-started-with-github/faq-about-changes-to-githubs-plans#how-long-will-github-free-allow-unlimited-collaborators\">FAQs page</a>, this pricing change is a permanent one.</p>\n\n\n\n<p>“Until now, if your organization wanted to use GitHub for private development, you had to subscribe to one of our paid plans,” wrote Nat Friedman, CEO of GitHub, in the announcement. “But every developer on earth should have access to GitHub. Price shouldn’t be a barrier.”</p>\n\n\n\n<img />GitHub’s lowest pricing tiers.\n\n\n\n<p>The Free pricing tier now offers:</p>\n\n\n\n<ul><li>Unlimited public and private repositories.</li><li>Unlimited collaborators.</li><li>2,000 Actions minutes/month.</li><li>500MB of GitHub Packages storage.</li></ul>\n\n\n\n<p>For a full overview of all changes, GitHub has created a <a href=\"https://help.github.com/en/github/getting-started-with-github/faq-about-changes-to-githubs-plans#what-plans-and-pricing-changes-did-github-announce-on-april-14\">question-and-answer section</a> in its FAQs that covers each detail.</p>\n\n\n\n<p>“This means teams can now manage their work together in one place: CI/CD, project management, code review, packages, and more,” said Friedman. “We want everyone to be able to ship great software on the platform developers love.”</p>\n\n\n\n<p>The paid Team plan still exists. Like the Free plan, it is cheaper for a team of developers. GitHub reduced the pricing from $9/month for each user to $4/month. The plan also includes 3,000 GitHub Actions minutes each month, which will go into effect on May 14.</p>\n\n\n\n<p>GitHub seems to be moving away from its previous pay-for-private model. Instead, they have focused more on pricing based on features. In January 2019, several months after Microsoft acquired GitHub, the company announced <a href=\"https://wptavern.com/github-announces-free-unlimited-private-repositories\">unlimited free private repositories</a>. However, only three collaborators were allowed on a project before being required to upgrade to a pro plan.</p>\n\n\n\n<p>GitHub has essentially cornered the market on open-source in which most code is maintained in public repositories. With the recent <a href=\"https://wptavern.com/github-acquires-npm-plans-to-improve-infrastructure-and-experience\">acquisition of npm</a>, it will only grow stronger in this space. This pricing change should make it far more competitive for hosting private projects. The free tier puts the company on par with GitLab’s <a href=\"https://about.gitlab.com/pricing/\">free level</a>. Bitbucket is now looking a little more costly. It would not be surprising if the site removed its five-collaborator limit on its <a href=\"https://bitbucket.org/product/pricing\">free plan</a> if it sees a dip in usage.</p>\n\n\n\n<p>On the whole, this will be a good thing for commercial WordPress theme and plugin authors. From several companies I have knowledge of or have worked with, many of them have kept their public repositories on GitHub. However, they would use a different site for private repositories. It was a pain they had to deal with to cut costs. With no limits on the number of collaborators, GitHub’s free plan may mean that some can move all of their repositories to a single home. Even if they wanted to upgrade to the Team plan for access to more tools, the reduced cost may be worth it if they prefer working with GitHub.</p>\n\n\n\n<p>The biggest change is there is no initial cost barrier for teams that are kicking off a private project with no funding on hand. This is a good thing for small businesses.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Apr 2020 19:49:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:34:\"BuddyPress: BuddyPress 6.0.0-beta2\";s:7:\"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=310989\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://buddypress.org/2020/04/buddypress-6-0-0-beta2/\";s: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:2882:\"<p><a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-beta2.zip\">BuddyPress 6.0.0-beta2</a> is now available for testing!</p>\n\n\n\n<p>Since <a href=\"https://buddypress.org/2020/03/buddypress-6-0-0-beta1/\">6.0.0-beta1</a>:</p>\n\n\n\n<ul><li>We’ve introduced a repair tool in case something went wrong during the 5.0.0 BP Groups invitations upgrade. <a href=\"https://buddypress.trac.wordpress.org/changeset/12616\">Read more about it here</a>.</li><li>We’ve gathered all BP Blocks settings into one panel to save you some clicks :). See <a href=\"https://buddypress.trac.wordpress.org/ticket/8271#comment:1\">this ticket</a> for an updated screenshot of the BP Blocks settings sidebars.</li><li>We’ve fixed a formatting issue about the total number of members displayed into the Members directory when the BP Nouveau Template pack (the default one) is active. Here’s a link to <a href=\"https://buddypress.trac.wordpress.org/changeset/12619\">the commit</a>.</li><li>We’ve updated our use of a specific privacy function that has been deprecated in WordPress 5.4.0. <a href=\"https://buddypress.trac.wordpress.org/changeset/12612\">Read more about it here</a>.</li></ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>6.0.0 final release is approaching!</h2>\n\n\n\n<p>The end of April 2020 is in 15 days! Please make sure to <a href=\"https://bpdevel.wordpress.com/category/development-notes/6-0/\">read these important development notes</a> about the 6.0.0 release.</p>\n\n\n\n<p>We’d love you to give us a hand to get there. <strong>Testing this new beta release</strong> is the very first way you can get involved into BuddyPress. You can test the <a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-beta2.zip\">6.0.0-beta2</a> pre-release in 4 ways :</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a> plugin.</li><li><a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-beta2.zip\">Download the beta here (zip file)</a>.</li><li>Check out our SVN repository: <code>svn co https://buddypress.svn.wordpress.org/trunk/</code></li><li>Clone our read-only Git repository: <code>git clone git://buddypress.git.wordpress.org/</code></li></ul>\n\n\n\n<p>Contributing to BuddyPress translations is <strong>another very important task</strong> for our project. If you speak a language other than English, please <a href=\"https://translate.wordpress.org/projects/wp-plugins/buddypress/dev/\">help us translate BuddyPress into more than 100 languages</a>!</p>\n\n\n\n<p>6.0.0 is almost ready, but please do not run this Beta 2 pre-release in a production environment just yet. Let us know of any issues you find in <a href=\"https://buddypress.org/support\">the support forums</a> and/or on <a href=\"https://buddypress.trac.wordpress.org/\">our development tracker</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Apr 2020 21:37:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s: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:98:\"WPTavern: Gutenberg 7.9 Adds Gradients to More Blocks, Extra Typography Controls, and New Patterns\";s:7:\"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=98498\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:237:\"https://wptavern.com/gutenberg-7-9-adds-gradients-to-more-blocks-extra-typography-controls-and-new-patterns?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-7-9-adds-gradients-to-more-blocks-extra-typography-controls-and-new-patterns\";s: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:5813:\"<p class=\"has-drop-cap\">For Gutenberg junkies, the three-week wait between major releases has been rough, especially during this time when many are looking for new things to fill the gaps in our social calendars. Not to fret, the team <a href=\"https://make.wordpress.org/core/2020/04/15/whats-new-in-gutenberg-15-april/\">dropped version 7.9 of the plugin</a> earlier today. This release includes several goodies such as new typography-related controls for blocks, extra patterns for testing, and even more work toward a lighter DOM for theme authors.</p>\n\n\n\n<p>With the added time, version 7.9 is a larger release than usual. It includes over two dozen bug fixes and almost as many minor enhancements. The team continued work on full-site editing, which has moved along at a steady pace and is currently slated to land in WordPress 5.6 later this year.</p>\n\n\n\n<p>The development team has made several tweaks to the user interface. This is a continuation of the work that has landed in the previous couple of major releases. WordPress users who are not running the Gutenberg plugin can expect to see the refreshed UI in August this year when WordPress 5.5 drops.</p>\n\n\n\n<p>One nice change is to the link inserter. Instead of outputting the URL from an existing post, it will output the post title instead. This should make it far quicker for users to insert links to their posts or pages in the editor.</p>\n\n\n\n<p>Fullscreen mode can now be toggled on and off via the <code>Ctrl</code> + <code>Shift</code> + <code>Alt</code> + <code>F</code> keyboard shortcut. That is assuming you consider remembering which four keys to press a <em>shortcut</em>. At least the option exists for those who need it. I suppose I will acquire the muscle memory to toggle it over time.</p>\n\n\n\n<p>On the whole, this a major release in every sense. Everything from documentation to code quality has seen improvements. Developers can enjoy new APIs. Theme authors should also have an easier time styling buttons — the editor HTML should now be consistent with front-end output.</p>\n\n\n\n<h2>Gradient All the Things</h2>\n\n\n\n<img />Custom gradient background for the Media & Text block.\n\n\n\n<p class=\"has-drop-cap\">Until now, users could add gradient backgrounds to the cover and button blocks. Gutenberg 7.9 extends this option to the group, columns, and media & text blocks.</p>\n\n\n\n<p>I have yet to see many theme authors take advantage of gradients. Granted, gradient backgrounds only landed in WordPress 5.4. I am hoping some of the top designers in the theme space can tackle this, if for no other reason than providing me some new eye candy when writing posts such as this that discuss gradients in Gutenberg.</p>\n\n\n\n<p>On the whole, the addition of the gradients option to new blocks is a good thing. The next step is to continue expanding it to other blocks.</p>\n\n\n\n<h2>Typography for Headings and Paragraphs</h2>\n\n\n\n<img />Adjusting the font size of a heading block.\n\n\n\n<p class=\"has-drop-cap\">The Gutenberg team has finally checked off one of my longstanding pet peeves. The heading block now has a font-size option. Instead of users using an H1-level heading to make their text larger, they can stick with an appropriate-level heading for the document structure while using the font-size option to adjust how large it appears.</p>\n\n\n\n<p>I am concerned about the addition of a new setting to allow users to adjust the line-height for paragraphs and headings. Currently, the setting does not allow theme authors to add choices based on their design system or disable the feature altogether.</p>\n\n\n\n<p>We also get some new inline styles instead of classes. At this point, that ship has already sailed and sunk with Gutenberg.</p>\n\n\n\n<p>The usefulness of a line-height setting is clear when designing a full-page layout, such as a single-page brochure. However, changing the line-height for most text on a site could have dire consequences in the long term, especially when an end-user switches themes and finds that their chosen line-height is completely out of sync with their new theme. I would not wish the pain of updating dozens or more old blog posts to adjust paragraph design on anyone. Of course, the same could be said of font sizes and similar settings. This is the one setting that I want to see with more theme author feedback as part of the decision.</p>\n\n\n\n<h2>Three New Block Patterns</h2>\n\n\n\n<img />Inserting the Numbered Features block pattern into the editor.\n\n\n\n<p class=\"has-drop-cap\">Gutenberg 7.9 removed the block patterns icon from the top right and tucked it behind the editor options menu. Users can pin the patterns sidebar, which will move the patterns icon back to the top for quick access.</p>\n\n\n\n<p>The update also introduces three additional block patterns, bringing the total to six.</p>\n\n\n\n<ul><li><strong>Hero Two Columns:</strong> Displays a group that encloses an italic paragraph, a heading, and two columns of text.</li><li><strong>Numbered Features:</strong> Displays several groups of columns with a number on the left and text on the right.</li><li><strong>It’s Time:</strong> Outputs a paragraph, two columns, and a large paragraph that reads “it’s time.”</li></ul>\n\n\n\n<p>The Numbered Features pattern is by far the most intricate pattern the Gutenberg team has put together while building the block patterns system. It is nice to see them exploring some designs that users will find useful.</p>\n\n\n\n<p>At this point, most of the patterns are relatively boring and not representative of how feature-rich this system will become in the future. It is important to remember that patterns are still at an early stage of development. By the time the feature lands in core WordPress, we should see more advanced and beautiful patterns for use on websites.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Apr 2020 20:14: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:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"HeroPress: Helping Small Businesses During A Pandemic\";s:7:\"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=3109\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:158:\"https://heropress.com/essays/helping-small-businesses-during-a-pandemic/#utm_source=rss&utm_medium=rss&utm_campaign=helping-small-businesses-during-a-pandemic\";s: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:11544:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/04/041320-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"WordPress is a powerful tool that can quickly be levereged to help people in need.\" /><p>In mid March 2020 it was clear that the coronvirus pandemic was going to have drastic consequences for daily life. Many local shops, market stalls and other food outlets would struggle to keep in touch with their regular customers. It was also worrying that lots of people would be stuck at home with only the internet and phone as ways to keep in touch with their local shops.</p>\n<h3>Getting Started</h3>\n<p>I decided to create a small site for local shops (and other related businesses) to put their contact info on so that people could get in touch. I bought the domain name <a href=\"https://www.cambridgelocalshops.co.uk\">www.cambridgelocalshops.co.uk</a> and got started. I decided to have several main sections – shops, food outlets, local support, delivery companies and activities.</p>\n<p>I add most shops that request to be added – small national brand supermarkets as well as independent shops. The only shops I’ve decided not to include are ones that could be misconstrued as giving medical advice.</p>\n<blockquote><p>This whole site is required because of a medical emergency and clear messaging on that topic is vital.</p></blockquote>\n<p>Some pubs and restaurants have started doing take-away food from their kitchens, and in addition offer a grocery ordering service. It’s a great way to keep their business open and offer really useful support to their community. Watching businesses change how they operate to help their communities is inspiring. I’ve heard that many neighbourhood ‘mutual aid groups’ have found the site a useful way to get information about shops out to people who are isolated at home.</p>\n<h3>Spreading The Word</h3>\n<p>I shared the site on twitter and various other local groups I’m a member of. The number of hits I was getting on the site daily showed there was a need. The local <a href=\"https://www.em.admin.cam.ac.uk/what-we-do/estate-operations/facilities-services/reprographics\">university printing office</a>, just before closing for lockdown, ran off 10,000 leaflets about the site. The local <a href=\"https://www.zedify.co.uk/cambridge\">bike courier company</a> delivered them door to door free of charge. For them it was a way of supporting local businesses and shops that are their key customers in more normal times, and providing an important community service right now. The photos are all from <a href=\"https://unsplash.com/\">unsplash.com</a> – free of charge and great quality. Jo at <a href=\"https://www.kabocreative.com/\">Kabocreative</a> designed the great logo and shared it with me.</p>\n<blockquote><p>Having designed the site in a morning using TwentySeventeen as the theme and using <a href=\"https://wordpress.org/plugins/atomic-blocks/\">Atomic Profile Blocks</a> for the individual shops I realised I needed something a bit more streamlined.</p></blockquote>\n<p>Juggling this clunky way of editing a site alongside home schooling two children and facing the challenges of life under lockdown was not viable. I started redeveloping the site behind the scenes, using posts instead of pages for each shop, categorising them according to type of shop and their location, and then building a site structure out of that categorising system. I also switched to <a href=\"https://generatepress.com/\">GeneratePress</a> for the theme (I love it). It all kind of worked.</p>\n<h3>Reaching Out</h3>\n<p>Then I got in touch with Topher DeRosia asking if he’d like me to write this up for his wonderful HeroPress blog aimed at the WordPress community. Many towns and districts around the world could do with a site like this and it’s a perfect way for a WordPress person to support their local shops and neighbours at this time.</p>\n<p>Topher did way more than that, coming on board to take a look at the back end of the site, make some brilliant changes and also contacting <a href=\"https://wsform.com/\">WSForm</a> for a pro plugin to help with the process.</p>\n<blockquote><p>Now, when someone completes the form to request an entry on the site it automatically creates a post with that shops’ details already pre drafted.</p></blockquote>\n<p>I just need to add the categories, check the details, and publish it. It is a dream to manage as it is so fast to add a new shop. I am hugely grateful to Topher for dedicating so much time and care to this when all I expected was the chance to share an idea with others.</p>\n<p>The site already has a sibling – <a class=\"defanged3-moz-txt-link-abbreviated\" href=\"http://www.stivesandvillages.co.uk\" target=\"_blank\" rel=\"noopener noreferrer\">www.stivesandvillages.co.uk</a> – set up by my friends Penni and Jo at <a href=\"https://www.kabocreative.com/\">KaboCreative</a>. If you’re interested in creating something similar to support your community while under lockdown check out Topher’s <a href=\"https://topher1kenobe.com/cambridge-local-shops-help-during-covid-19/\">technical tips</a> and some special offers we’ve negotiated with <a href=\"https://wsform.com/\">WSForm</a> and <a href=\"https://generatepress.com/\">GeneratePress</a> to make your life easier and a bit cheaper! Thanks to these companies for their support.</p>\n<h3>What We Learned</h3>\n<p>Here are a few key tips I gave Penni when she got in touch to ask about using my idea for her local area:</p>\n<ul>\n<li>don’t use logos – everyone will want their logo used and file quality will vary. So it doesn’t look like favouritism just make a blanket ban. Choose nice pictures from unsplash.com instead, or simply have one single photo of your town or village in a banner image place. Maybe feature a local photographer who can donate a picture.</li>\n<li>try to focus, at least at first, on shops that are selling vital food stuffs and household goods – this is what people are looking for urgently.</li>\n<li>don’t just request info about how they deliver; in a rapidly changing environment shops will be adapting and doing different things. In my area many are doing ‘timed collections’ where staff pack your goods for you based on a phone order, and you collect at a specific time by agreement so social contact / crowds / queues are minimised. Some shops are also doing special hours for key workers. Make sure your form is flexible enough to cope with variety and change in how shops are operating.</li>\n<li>be open to including places that don’t normally sell groceries – eg pubs have been doing fresh food deliveries to local people and providing a valuable service in my town. They get listed under both ‘pubs’ and ‘groceries’ on my site.</li>\n<li>create a leaflet that people can print off and share with others, that shops can send out with deliveries – here’s <a href=\"https://cambridgelocalshops.co.uk/wp-content/uploads/2020/03/Cant-get-out_-1.pdf\">an example</a> (opens as a PDF).</li>\n<li>many shops won’t have an online ordering system – offering them the chance to put a Word document or a PDF order form on your site can be a vital way for them to get information out about their products and contact info. It also means people can print these off and share them with neighbours who don’t have computers or smart phones.</li>\n<li>make it useful beyond shops – include local community groups by linking to any reliable pages (eg local municipality / council site) that list them.</li>\n<li>include some medical links to reliable sources (World Health Organisation or national government sites, for example).</li>\n<li>include some activities for those stuck at home – we have a knitting shop, a martial arts class that’s now online by video, some arts resources and a dance school doing online lessons! It keeps it local and friendly and relatable for people who know their local area and are looking for reassurance.</li>\n</ul>\n<p>I’ve enjoyed putting this site together, interacting with all the business owners who’ve entered their details, and making new friends when other people got involved. I highly recommend it as a way of doing something useful in these strange times.</p>\n<hr />\n<h3><em>Editor’s Note</em></h3>\n<p><em>Topher here. Part of the plan all along was to make it so other people can easily replicate what Elisabeth did. <a href=\"https://topher1kenobe.com/cambridge-local-shops-help-during-covid-19/\">You can find a post on my personal blog</a> detailing how it all works, and you can download the plugins, theme, and export files.</em></p>\n<p><em>If you think your local business area could use something like what Elisabeth built, now you can easily do it yourself.</em></p>\n<p><em>GeneratePress and WSForm are both commercial products, but for this project they generously offer a 20% discount to anyone building something like Elisabeth’s project. You can find the discount codes on the blog post I mentioned above.</em></p>\n<p><em>Thank you Elisabeth for doing such a great work, and thank you for allowing me to be a part of it!</em></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Helping Small Businesses During A Pandemic\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Helping%20Small%20Businesses%20During%20A%20Pandemic&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fhelping-small-businesses-during-a-pandemic%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Helping Small Businesses During A Pandemic\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fhelping-small-businesses-during-a-pandemic%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%2Fhelping-small-businesses-during-a-pandemic%2F&title=Helping+Small+Businesses+During+A+Pandemic\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Helping Small Businesses During A Pandemic\"></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/helping-small-businesses-during-a-pandemic/&media=https://heropress.com/wp-content/uploads/2021/04/041320-min-150x150.jpg&description=Helping Small Businesses During A Pandemic\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Helping Small Businesses During A Pandemic\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/helping-small-businesses-during-a-pandemic/\" title=\"Helping Small Businesses During A Pandemic\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/helping-small-businesses-during-a-pandemic/\">Helping Small Businesses During A Pandemic</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Apr 2020 09:00:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Elisabeth Klaar\";s: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:80:\"WPTavern: Block-a-saurus Embeds a Side-Scrolling T-Rex Game via the Block Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98606\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:205:\"https://wptavern.com/block-a-saurus-embeds-a-side-scrolling-t-rex-game-via-the-block-editor?utm_source=rss&utm_medium=rss&utm_campaign=block-a-saurus-embeds-a-side-scrolling-t-rex-game-via-the-block-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6574:\"<div class=\"wp-block-cover alignfull has-background-dim-80 has-black-background-color has-background-dim bg-black\"><div class=\"wp-block-cover__inner-container\">\n<div class=\"wp-block-blockasaurus-blockasaurus\"><div id=\"bas-messageBox\" class=\"sendmessage\"><h1>Click to Play</h1><div class=\"niokbutton\"></div></div><div id=\"main-frame-error\" class=\"bas-interstitial-wrapper\"><div id=\"main-content\"><div class=\"bas-icon bas-icon-offline\" alt=\"\"></div></div><div id=\"bas-offline-resources\"><img id=\"offline-resources-1x\" class=\"skip-lazy\" src=\"https://wptavern.com/wp-content/plugins/block-a-saurus/src/img/default_100_percent/100-offline-sprite.png\" /><img id=\"offline-resources-2x\" class=\"skip-lazy\" src=\"https://wptavern.com/wp-content/plugins/block-a-saurus/src/img/default_200_percent/200-offline-sprite.png\" /></div></div></div>\n</div></div>\n\n\n\n<p class=\"has-drop-cap\">It is no secret that I love testing out the sort of <a href=\"https://wptavern.com/the-wacky-world-of-sorta-brilliants-sorta-fun-block-plugins\">fun WordPress blocks</a> that hark back to my early days of the web. I have <a href=\"https://wptavern.com/rebirth-of-creativity-gutenberg-and-the-future-of-wordpress-themes\">written on the subject</a> once or twice. Imagine my surprise when I came across a side-scrolling dinosaur game that users could simply plop into the block editor and provide something fun for their visitors to do.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/block-a-saurus/\">Block-a-saurus</a> is a simple game in which you play a T-Rex whose goal is to survive a course of obstacles such as jumping cactuses and ducking birds. To play, you merely need to control the T-Rex via your keyboard’s D-pad. It should also work via touch control on mobile devices.</p>\n\n\n\n<p>The only bad thing is that I did not notice this gem eight months ago when it was first released to the public.</p>\n\n\n\n<p>“When I started learning about blocks, I realized they could be basically miniature JavaScript applications,” said Keanan Koppenhaver, the developer behind Block-a-saurus. “I thought this was super interesting as opposed to how WordPress plugins relied more heavily on PHP, so I wanted to see what I could do with basically a blank JavaScript canvas and how that could enable experiences that would have been really difficult to do seamlessly pre-Gutenberg. It slowly went from a ‘Is this even possible?’ to ‘Let’s release it and see if it can inspire people to build something even more out of the box.\'”</p>\n\n\n\n<p>Give the game a whirl. Let us know your high score in the comments!</p>\n\n\n\n<h2>Using the Block-a-saurus Plugin</h2>\n\n\n\n<p class=\"has-drop-cap\">The plugin is straightforward. Once installed, it adds a new “Block-a-saurus!” block in the common blocks section of the block inserter. The block currently has two options under the block settings panel:</p>\n\n\n\n<ul><li><strong>Dino Speed:</strong> Allows you to speed up or slow down the movement of the T-Rex in the game.</li><li><strong>Mute Audio:</strong> Allows you to enable or disable the game audio.</li></ul>\n\n\n\n<img />Inserting the Block-a-saurus block in the editor.\n\n\n\n<p>By default, the front-end output is bland. Do not expect a graphical powerhouse. However, sometimes, the simplest games can make for hours of fun.</p>\n\n\n\n<img />Default output of Block-a-saurus on the front end.\n\n\n\n<p>I wanted to spruce up my game’s design on the front end. Therefore, I first inserted a cover block with a dinosaur background, as can be seen at the beginning of this post. I then dropped the plugin’s block within the cover block. </p>\n\n\n\n<p>This works well with a variety of image backgrounds. Plus, it allows users to put a unique spin on their game.</p>\n\n\n\n<img />A custom background using the cover block around Block-a-saurus.\n\n\n\n<p>There is at least one missing piece that I would like to see in a future version of the plugin. It would be nice to integrate alignment options for the block, such as center, wide, and full alignments that are common with many other blocks.</p>\n\n\n\n<p>On the plus side, the plugin developer took the few moments necessary to load scripts and styles only on pages where the game is in use. If you want to run the game, you do not have to worry about it loading unnecessary files on every page of your website.</p>\n\n\n\n<h2>Future Plugin and Block Plans</h2>\n\n\n\n<p class=\"has-drop-cap\">Currently, Block-a-saurus is still sitting at version 1.0. However, Koppenhaver has plans to add extra features to the plugin, such as saving high scores for logged-in users and potentially making the game playable in the backend. The holdup with admin-side playing is some JavaScript conflicts with the native Gutenberg controls.</p>\n\n\n\n<p>“Work is moving along pretty steadily,” he said of new features. “It’s nice to have something relatively small and self-contained to work on in between larger client projects. The saving of scores has been the majority of the work so far, and I’m hoping to have that released in the next couple of weeks.”</p>\n\n\n\n<p>Koppenhaver does not have any immediate plans for similar types of blocks. The plan was for this particular plugin to showcase a fun, one-off block. “I’ve seen JavaScript implementations of Snake and Tetris, which would be cool to see converted to blocks,” he said. “I might have to give one of those a try.” Perhaps Block-a-saurus is not the end of the road.</p>\n\n\n\n<p>If he wraps up the work on a front-end, JavaScript-based saving feature for high scores, it would be nice to see that offered as a standalone package for other block developers to use. It would certainly make porting other games such as Snake and Tetris to the block system easier.</p>\n\n\n\n<p>Koppenhaver and his team primarily work on more serious endeavors. “We have been working on some other block experiments to allow for things like integrating data sourced from Google Drive as D3 visualizations as well as a block to allow agencies to create better case studies by creating those responsive screenshot mockups you see everywhere and being able to create them completely in Gutenberg,” he said. “We’re very excited about the experiences the new editor has allowed us to create and are always experimenting and trying to learn more.”</p>\n\n\n\n<p>More than anything, I want to see other plugin authors launch a few more <a href=\"https://wordpress.org/plugins/tags/game/\">games</a> for the block editor.</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, 14 Apr 2020 18:57:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:79:\"WPTavern: The Road Ahead: What’s in Store for WordPress for the Rest of 2020?\";s:7:\"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=98522\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:193:\"https://wptavern.com/the-road-ahead-whats-in-store-for-wordpress-for-the-rest-of-2020?utm_source=rss&utm_medium=rss&utm_campaign=the-road-ahead-whats-in-store-for-wordpress-for-the-rest-of-2020\";s: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:9338:\"<div class=\"wp-block-cover alignfull has-background-dim-70 has-gray-900-background-color has-background-dim has-parallax bg-gray-900\"><div class=\"wp-block-cover__inner-container\">\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-drop-cap has-text-align-left has-extra-large-font-size text-xl text-left\">Full-site editing, automatic theme and plugin updates, global styles, and more await. With the release of <a href=\"https://wptavern.com/wordpress-5-4-adderley-released-includes-improved-editor-new-blocks-and-developer-apis\">WordPress 5.4</a> and an open call for <a href=\"https://wptavern.com/open-call-for-wordpress-5-5-tickets-whats-on-your-wish-list\">version 5.5 tickets</a>, it is time to peer into the future and catch a glimpse of what is to come. It is shaping up to be an exciting year thus far.</p>\n</div></div>\n</div></div>\n\n\n\n<p>Josepha Haden, executive director of WordPress, provided a <a href=\"https://make.wordpress.org/updates/2020/03/06/update-progress-on-goals/\">progress update on the 2020 goals</a> in early March. As always, the timeline to hit certain goals can change based on roadblocks the development team hits and other factors. On the whole, the tentative roadmap looks feasible.</p>\n\n\n\n<p>Currently, WordPress 5.5 is set to ship on August 11, 2020. Version 5.6 is scheduled to follow on December 8, 2020. Some major changes are forthcoming. Let us take a moment to look ahead and see where the WordPress ship is sailing.</p>\n\n\n\n<h2>Automatic Updates for Everything</h2>\n\n\n\n<img />Automatic updates column on the plugin management screen.\n\n\n\n<p class=\"has-drop-cap\">We have enjoyed automatic updates for minor versions of core WordPress since version 3.7. However, until recently, it has felt like progress on auto-updating everything had stalled. From mobile phones to smart TVs, the average end-user is accustomed to their software simply staying updated. In 2020, it is time WordPress continues pushing forward, particularly when staying updated is one component of maintaining a secure website.</p>\n\n\n\n<p>There are two separate changes centered on automatic updates in the pipeline. The first, which is set to ship in WordPress 5.5, is <a href=\"https://wptavern.com/automatic-theme-and-plugin-updates-slated-for-wordpress-5-5\">automatic updates for plugins and themes</a>. The feature plugin has been in development for several months and should be stable enough to launch with the next version of WordPress.</p>\n\n\n\n<p>Plugin and theme developers will need to adopt a development strategy that aligns more with the WordPress philosophy of maintaining backward compatibility, at least to the point where an automatic update does not break a user’s site. This change is a welcome one because it will lead to a more secure web. However, it will be interesting to see how this plays out in the months to come. I am certain there will be a road bump or two that the developer community will need to overcome.</p>\n\n\n\n<p>Automatic updates of core WordPress is slated to officially land in version 5.6. It should be an opt-in feature when it rolls out. The feature plugin should also be ready by the time WordPress 5.5 lands.</p>\n\n\n\n<h2>Block Directory Integration</h2>\n\n\n\n<img />WordPress.org’s <a href=\"https://wordpress.org/plugins/browse/block/\">block directory page</a>.\n\n\n\n<p class=\"has-drop-cap\">The block directory first <a href=\"https://wptavern.com/gutenberg-6-5-adds-experimental-block-directory-search-to-inserter-and-new-social-links-block\">landed in Gutenberg 6.5</a> as an experimental feature. For those of us running the plugin, it is almost easy to forget that it is not already a part of WordPress.</p>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/browse/block/\">block directory</a> is a listing of a special type of plugin that adds only a single block. In WordPress 5.5, users should be able to search and install blocks from this directory via the post editing screen. If you need a block that is not installed, you can install and begin using it without going through the normal routine with installing a plugin.</p>\n\n\n\n<h2>Full-Site Editing</h2>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>Live Demo Q&A from <a href=\"https://gutenbergtimes.com/theme-templates-full-site-editing-experience-enrique-piqueras/\">The Gutenberg Times</a>.\n\n\n\n<p class=\"has-drop-cap\">I am excited about the prospect of full-site editing landing in WordPress. I am concerned that a target date within 2020 may be rushing a feature that may not be ready. I want this to be a successful <a href=\"https://wptavern.com/initial-documentation-for-block-based-wordpress-themes-proposed\">transition of how themes work</a> and how users interact with their sites. I am optimistic about this future, but I am not convinced it will be good enough by the time WordPress 5.6 ships.</p>\n\n\n\n<p>Aside from the introduction of the block editor itself, this will be one of the largest changes to how WordPress works in its history. Arguably, it is a more wide-reaching change because it touches both the backend user interface and how the theme templating system functions. It needs time to age before it’s dropped into the laps of end-users and developers alike.</p>\n\n\n\n<p>I will be the first to jump for joy if I am wrong.</p>\n\n\n\n<p>Currently, the plan is to complete the full-site editing feature in the Gutenberg plugin by the time WordPress 5.5 launches. It should still be behind the experimental flag in the plugin at that point. Then, ship the finished product in version 5.6.</p>\n\n\n\n<h2>Block Areas (Widgets)</h2>\n\n\n\n<img />Using blocks on the experimental block areas screen.\n\n\n\n<p class=\"has-drop-cap\">One of the features that has not gotten near enough attention is the conversion of traditional sidebars into block areas. This is a much-needed change in the mission to turn everything into a block.</p>\n\n\n\n<p>Currently, it is planned to ship in WordPress 5.6, alongside full-site editing. I would rather see block areas as a stepping stone toward full-site editing. It would be less painful for theme authors to have at least a major release to ease into the next step.</p>\n\n\n\n<p>The development of this feature could have been much smoother if WordPress would have simply deprecated sidebars and widgets. The Gutenberg team has had to pigeonhole a block-based system into the old widgets system. It is a little messy. Instead of the current approach, they should have created a separate system and allowed theme developers to begin opting into it. Because theme authors are the ones who will be handling support requests from end-users, they should have been given the power to handle that transition gracefully.</p>\n\n\n\n<p>Overall, there should be no issue making sure block areas are feature-complete by 5.6. Much of the work is finished at this point, and we should be getting a more accurate picture of this feature in the coming months.</p>\n\n\n\n<h2>Global Styles</h2>\n\n\n\n<img />Example mockup from the primary <a href=\"https://github.com/WordPress/gutenberg/issues/19255\">global styles ticket</a>.\n\n\n\n<p class=\"has-drop-cap\">A new <a href=\"https://github.com/WordPress/gutenberg/issues/19611\">global styles feature</a> is set to ship for WordPress 5.6 later this year. The feature is currently undergoing heavy development. We should begin to see early iterations of it in upcoming versions of the Gutenberg plugin over the next several months.</p>\n\n\n\n<p>Global styles will allow theme authors to create several default values, likely via a JSON file. In turn, users will be able to overwrite those styles through an interface in the admin.</p>\n\n\n\n<p>My biggest concern about this feature is that it could go overboard with options that end-users should not have to concern themselves with. For example, most users should have no need to adjust the line-height for their text. Instead, line-height values should automatically be calculated based on a font’s x-height and size. The question is going to be where the global styles feature will draw the line. At a certain point, it is better to learn CSS. We certainly cannot expose every possibility via an option.</p>\n\n\n\n<h2>Other Notable Features</h2>\n\n\n\n<p class=\"has-drop-cap\">Lazy loading of images, which was <a href=\"https://wptavern.com/native-lazy-loading-support-coming-to-wordpress\">originally planned for WordPress 5.4</a>, will be shipping alongside a <a href=\"https://wptavern.com/xml-sitemaps-feature-plugin-open-for-testing-and-feedback\">built-in XML sitemaps</a> feature in version 5.5. Both features have been under active development for months and are stable at this point.</p>\n\n\n\n<p>The <a href=\"https://wptavern.com/gutenberg-7-0-launches-stable-navigation-block-post-blocks-and-template-parts\">navigation block</a> was complete enough to ship in the previous WordPress release. The block is intended to primarily be used with full-site editing, so the block was not included. However, it is supposed to be available in WordPress 5.5.</p>\n\n\n\n<p>As always, we should see a new default theme to propel us into the next year. My guess is that the core leads will want to ship a theme that is built completely on top of the upcoming full-site editing feature. If development goes as currently scheduled, <em>Twenty Twenty-One</em> could be a 100% block-based theme.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Apr 2020 20:54: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:14:\"Justin Tadlock\";s: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:74:\"WPTavern: Open Call for WordPress 5.5 Tickets: What’s on Your Wish List?\";s:7:\"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=98435\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:183:\"https://wptavern.com/open-call-for-wordpress-5-5-tickets-whats-on-your-wish-list?utm_source=rss&utm_medium=rss&utm_campaign=open-call-for-wordpress-5-5-tickets-whats-on-your-wish-list\";s: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:3580:\"<p class=\"has-drop-cap\">Now that <a href=\"https://wptavern.com/wordpress-5-4-adderley-released-includes-improved-editor-new-blocks-and-developer-apis\">WordPress 5.4</a> has successfully launched, it is time to begin thinking about version 5.5, which has a tentative release date of August 8, 2020. On Wednesday, Josepha Haden, Executive Director of WordPress, <a href=\"https://make.wordpress.org/core/2020/04/08/wordpress-5-5-call-for-tickets/\">put out a call for tickets</a>.</p>\n\n\n\n<p>Naturally, the block editor is the top focus as we continually inch toward new features such as a refreshed interface, block patterns, and eventually full-site editing. However, there is room to put a small dent in the thousands of tickets that are still awaiting the right people to move them forward.</p>\n\n\n\n<p>Currently, there are 223 tickets <a href=\"https://core.trac.wordpress.org/tickets/major\">assigned to the 5.5 milestone</a>. We are early in the release cycle, so now is the time to advocate for the inclusion of that particular bug fix or enhancement you have had your eye on.</p>\n\n\n\n<p>What tickets do you want to see addressed?</p>\n\n\n\n<h2>Wish List: Finished Custom Post Status API</h2>\n\n\n\n<p class=\"has-drop-cap\">While I have no expectations that my personal wish list item will make the WordPress 5.5 cut, it does not mean that I cannot hope. After <a href=\"https://core.trac.wordpress.org/ticket/12706\">10 years in the making</a>, with a fix here and there, I would love to see custom post statuses become feature complete.</p>\n\n\n\n<p>A good example use case for custom post statuses is forum plugins. Topics or threads can either have an open or closed status. There are other cases such as archive, spam, hidden, and orphan statuses. Management of forums typically happens on the site front end, so plugin authors usually build custom front-end solutions to handle statuses.</p>\n\n\n\n<p>The scenarios where users need to assign a post status in the admin is where things get tricky. In the past, it was a <em>simple</em> matter of recreating the “publish” meta box on the edit post screen with a custom status dropdown. With the block editor, I am sure it is possible to do something similar with JavaScript. If so, this still leaves plugin authors in a bind. They will need to code at least two methods to pigeonhole custom statuses into the WordPress editor — three if also doing so on the front end.</p>\n\n\n\n<p>It is time we have a complete post status API.</p>\n\n\n\n<p>The lack of custom status support in the core user interface has created several roadblocks for projects I have worked on through the years. At one point, there seemed to be some traction to make this a reality, but it seems to have fallen to the wayside as more important and shinier features have been given the green light.</p>\n\n\n\n<p>Custom post statuses are as easy to register as custom post types and taxonomies. The primary missing element is the UI integration on the post editing screen.</p>\n\n\n\n<p>There is a real need for this feature as outlined by developers in a <a href=\"https://github.com/WordPress/gutenberg/issues/3144\">related Gutenberg ticket</a>. Some agencies and organizations with a more complex editing workflow cannot move forward with the block editor on some projects, even if they want to do so.</p>\n\n\n\n<p>The <a href=\"https://github.com/imath/wp-statuses\">WP Statuses</a> plugin by Mathieu Viet could ease the pain for developers with its integration with both the block and classic editors. However, this level of integration belongs in the core software.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Apr 2020 19:54: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:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPTavern: State of the Meetup Under Lockdown\";s:7:\"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=98421\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"https://wptavern.com/state-of-the-meetup-under-lockdown?utm_source=rss&utm_medium=rss&utm_campaign=state-of-the-meetup-under-lockdown\";s: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:6466:\"<p class=\"has-drop-cap\">By now we’re all getting weary of the phrase “new normal.” Much ink has been spilled over the question of what that new normal will look like after the pandemic has passed over us. There’s a stubborn streak in the American national character that admits of little change but, like an assiduous puppy, finds what works.</p>\n\n\n\n<p>I’ve been attending the <a href=\"https://www.meetup.com/Asheville-Area-WordPress-Group\">local WordPress Meetup</a> since moving to Asheville, North Carolina, three years ago. Finding myself in a new city, getting out into the community and meeting people in the same industry seemed like a good opportunity to get connected. And it worked. I’ve lived in a handful of cities, and nothing has worked faster and better in getting me acclimated to a new locale. As I write now from a sort of exile, present circumstances make clear why the meetup matters.</p>\n\n\n\n<p>The WordPress community is a naturally diverse one. But diversity itself is neither inherently good nor bad. Developers all over the world may commit to the same codebase, but that doesn’t mean they’re all together. Working among GitHub avatars and social media accounts alone, it’s easy to allow in-group preference to collect and fester and eventually spill out; as it did recently with a <a href=\"https://wptavern.com/on-maga-caps-and-wordcamps\">brouhaha about a certain baseball cap</a>.</p>\n\n\n\n<p>The WordPress meetup is an in-group breaker. People of wildly different backgrounds manage to come together around a common theme (sometimes literally a <em>theme</em>). We meet in person, face to face, catch up on old things, and learn all new things. Depending on who you sit next to, you might even hear a dirty joke. We get the all-important sense of being in what the ancient Greeks called the <em>polis</em>, the city-state. We’re all different, but Asheville is our city-state, and WordPress is why, twice a month, we get out of our homes and assemble. When we talk about democratizing publishing that means for <em>everyone</em>. This is why the meetup is important, and why it must go on even during a pandemic.</p>\n\n\n\n<img />\n\n\n\n<p>At the meetup, we’re not just learning about WordPress. We’re learning about each other. Business cards change hands. Smiles and handshakes lighten the air. Asheville is a beer town, so there’s often a brew before, sometimes during, and always after. This kind of fellowship is a critical ingredient to building a tight-knit group, yet it’s what we sacrifice first when the order to keep “social distance” comes down.</p>\n\n\n\n<p><em>Social distance?</em> I thought. <em>How is it possible to even have a meetup under such frosty circumstances?</em> But have a meetup we did—at least virtually.</p>\n\n\n\n<p>As the order to distance and stay at home came down, I canceled my “Basics of SEO” presentation and pondered whether the meetup will simply have to wait until the virus clears. John Dorner, a local developer and arch-organizer, decided we must give the virtual thing a try. Who knows how long we’ll be barred from gathering?</p>\n\n\n\n<p>These days we’re all familiar with <a href=\"https://meet.google.com/\">Google Meet</a>, <a href=\"https://www.skype.com/en/\">Skype</a>, and a host of other video conference tools. I’ve been working remotely for three years now, and regular video meetings are part of my weekly routine. It’s not that the video conference software isn’t perfectly adequate, but there is a lack of warmth about it. It’s perfunctory, a means to an end. But maybe I was wrong.</p>\n\n\n\n<p>As the virtual meeting launches, we have the usual throat-clearing and the customary hiccups. Ambient noise. Broken microphones and webcams require certain attendees to post chat comments. But we finally get down to business. Dorner encourages all the new people to join the Slack channel, where members can post questions, get help, and continue the conversation after the meetup. We spin a digital wheel of fortune to decide who gets the free JetBrains license—our regular giveaway, which I’ve won twice now.</p>\n\n\n\n<p>Soon, John presents his screen and shows us how we can better manage large clusters of media files in our WordPress sites. It all goes off without a hitch. I volunteer to give my talk at the next meeting.</p>\n\n\n\n<p>Our Asheville area group has a long list of subscribers. Yet, we only see a fraction of that RSVP regularly. Often, people will RSVP but not be able to attend. More universal topics tend to bring out larger crowds. For some, making it out to a 6 PM meeting on a weeknight is a big ask.</p>\n\n\n\n<p>The benefit of the virtual meetup is that it gives those with busier schedules and longer travel times a chance to attend a topic they’re interested in but may have otherwise skipped. We miss out on the fellowship, but we get the knowledge.</p>\n\n\n\n<img />John Dorner performs impressive card magic.\n\n\n\n<p>As time and space allow, we can consider what the long term outlook might be. Right now, it’s just a series of if/then statements. We’re all waiting.</p>\n\n\n\n<p>As the virtual meetup came to a close, it occurred to me that we could probably expand our boundaries a little bit. I can invite coworkers in Virginia Beach to check out our local meetup. I could invite family from Florida if they were interested. But then, would the Asheville WordPress Meetup lose its local flavor? Is that a bad thing?</p>\n\n\n\n<p>Eventually, the pandemic will pass, as all pandemics do. The meetup may land on the hybrid model, having virtual meetings from time to time while keeping the live thing going. I hope we’ll find a happy mix. A meetup without the local flavor, and the camaraderie, would not be the same.</p>\n\n\n\n<p>Even if handshakes are replaced with elbow bumps, and we learn to stop touching our faces and to sneeze into our shirts, we need a place to go where we can assemble to keep the polis lively. Change is inevitable, and there’s nothing new about “new normals,” but we don’t do ourselves any favors by canceling what we know works best. Our exile on our personal Elbas will end, and we must go back out into society not as frightened peasants but rather as Napoleons of the new normal—whatever that will be.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Apr 2020 16:03:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Chris Maiorana\";s: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:50:\"Matt: Distributed Work’s Five Levels of Autonomy\";s:7:\"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=51231\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://ma.tt/2020/04/five-levels-of-autonomy/\";s: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:8880:\"<img />\n\n\n\n<p>I recently had the opportunity to sit down with <a href=\"https://samharris.org/\">Sam Harris</a>, author and host of the <em>Making Sense</em> podcast, <a href=\"https://samharris.org/podcasts/194-new-future-work/\">for a wide-ranging conversation</a>. Given the moment we’re currently living through, we naturally touched on the way companies are adapting to a new reality — one where remote work is a model to which they must adapt in a matter of days, rather than years.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>As I mentioned to Sam on the podcast, “any company that can enable their people to be fully effective in a distributed fashion, can and should do it far beyond after this current crisis has passed.” <em>It’s a moral imperative.</em> But that doesn’t mean it’s going to be easy, or that the chaotic and stressful first taste some workplaces are getting right now is one that inspires them to keep trying.</p>\n\n\n\n<p>To make sense of this journey — from a company’s cautious exploration of remote possibilities to a fully realized distributed experience — I like to think of how it plays out through the concept of levels of distributed work, which I modeled after <a href=\"https://en.wikipedia.org/wiki/Self-driving_car#Classification\">self-driving car levels of autonomy</a>. I’ve seen some solid recaps of my conversation with Sam from <a href=\"https://medium.com/swlh/the-five-levels-of-remote-work-and-why-youre-probably-at-level-2-ccaf05a25b9c\">Steve Glaveski</a> and <a href=\"https://www.flickr.com/photos/jurvetson/49755484227/\">Steve Jurvetson</a>, but here’s my gist of how distributed companies evolve:</p>\n\n\n\n<ol start=\"0\"><li><strong>Level Zero</strong> autonomy is a job which cannot be done unless you’re physically there. Imagine construction worker, barista, massage therapist, firefighter… Many companies assumed they had far more of these than it has turned out they really did.</li><li>The <strong>first level</strong> is where most colocated businesses are: there’s no deliberate effort to make things remote-friendly, though in the case of many knowledge workers, people can keep things moving for a day or two when there’s an emergency. More often than not, they’ll likely put things off until they’re back in the office. Work happens on company equipment, in company space, on company time. You don’t have any special equipment and may have to use a clunky VPN to access basic work resources like email or your calendar. Larger level one companies often have people in the same building or campus dialing into a meeting. Level one companies were largely unprepared for this crisis.</li><li><strong>Level two</strong> is where many companies have found themselves in the past few weeks with the COVID-19 pandemic. They’ve accepted that work is going to happen at home for a while, but they recreate what they were doing in the office in a “remote” setting, like <a href=\"https://www.marshallmcluhan.com/\">Marshall McLuhan</a> talked about new media mediums initially copying the generation before. You’re probably able to access information from afar, you’ve adapted to tools like Zoom or Microsoft Teams, but everything is still synchronous, your day is full of interruptions, no real-time meetings have been canceled (yet), and there’s a lot of anxiety in management around productivity — that’s the stage where companies sometimes install surveillance software on laptops. Pro tip: Don’t do that! And also: Don’t stop at level two!</li><li>At the <strong>third level</strong>, you’re really starting to benefit from being remote-first, or <strong>distributed</strong>. That’s when you see people invest in better equipment — from a good desk lamp to <a href=\"https://ma.tt/2020/03/dont-mute-get-a-better-headset/\">solid audio gear</a> — and in more robust asynchronous processes that start to replace meetings. It’s also the point at which you realize just how crucial written communication is for your success, and you start looking for great writers in your hiring. When you are on a Zoom, you often also have a Google Doc up with the other meeting participants so you can take and check real-time notes together. Your company has a <a href=\"https://cloud.google.com/beyondcorp\">zero-trust BeyondCorp security model</a>. In a non-pandemic world you plan meetups so teams can break bread and meet each other in person a week or two a year.</li><li><strong>Level four</strong> is when things go truly asynchronous. You evaluate people’s work on what they produce, not how or when they produce it. Trust emerges as the glue that holds the entire operation together. You begin shifting to better — perhaps slower, but more deliberate — decision-making, and you empower everyone, not just the loudest or most extroverted, to weigh in on major conversations. You tap into the global talent pool, the 99% of the world’s population and intelligence that doesn’t live near one of your legacy physical office locations. Employee retention goes way up, and you invest more in training and coaching. Most employees have home-office setups that would make office workers green with envy. You have a rich social life with people you choose. Real-time meetings are respected and taken seriously, almost always have agendas and pre-work or post-work. If you <a href=\"https://spikes.worldathletics.org/post/japans-secret-to-relay-success\">get good at baton passes</a> work will follow the sun 24/7 around the world. Your organization is truly inclusive because standards are objective and give people agency to accomplish their work their way.</li><li>Finally, I believe it’s always useful to have an ideal that’s not wholly attainable — and that’s <strong>level five, Nirvana!</strong> This is when you consistently perform better than any in-person organization could. You’re effortlessly effective. It’s when everyone in the company has time for wellness and mental health, when people bring their best selves and highest levels of creativity to do the best work of their careers, and just have fun. <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f920.png\" alt=\"?\" class=\"wp-smiley\" /></li></ol>\n\n\n\n<p>A highly influential book for me in designing Automattic was <a href=\"https://www.danpink.com/books/drive/\">Daniel Pink’s <em>Drive</em></a>, where he eloquently introduces the three things that really matter in motivating people: mastery, purpose, and autonomy. <strong>Mastery</strong> is the urge to get better skills. <strong>Purpose</strong> is the desire to do something that has meaning, that’s bigger than yourself. These first two principles physically co-located companies can be great at. But the third, autonomy, is where even the best in-office company can never match a Level 4 or above distributed company.</p>\n\n\n\n<p><strong>Autonomy</strong> is our desire to be self-directed, to have agency over ourselves and our environment. Close your eyes and imagine everything around you in a physical office: the chair you’re in, the desk, distance from a window, the smells, the temperature, the music, the flooring, what’s in the fridge, the comfort and privacy of the bathrooms, the people (or pets) around you, the lighting. Now imagine an environment where you can choose and control every one of those to your liking — maybe it’s a room in your house, a converted garage, a shared studio, or really anything, the important thing is you’re able to shape the environment fit your personal preferences, not the lowest common denominator of everyone an employer has decided to squish together for 8 hours a day. The micro-interactions of the hundreds of variables of your work environment can charge you and give you creative energy, or make you dependent, infantilized, and a character in someone else’s story. Which do you want to spend half of your waking workday hours in?</p>\n\n\n\n<p>For a good summary of Dan Pink, <a href=\"https://www.youtube.com/watch?v=u6XAPnuFjJc\">check out this animation</a>. The other books I referenced in the podcast are <a href=\"https://www.amazon.com/Scale-Universal-Innovation-Sustainability-Organisms/dp/1594205582?tag=photomatt08-20\">Geoffrey West’s <em>Scale</em></a> and <a href=\"https://www.amazon.com/Antifragile-Things-That-Disorder-Incerto/dp/0812979680?tag=photomatt08-20\">Nassim Nicholas Taleb’s <em>Antifragile</em></a>. </p>\n\n\n\n<p>My talk with Sam covered many other topics, from communicating in distributed companies to the challenges businesses are facing due to COVID-19, so I hope you <a href=\"https://samharris.org/podcasts/194-new-future-work/\">head over and listen to the rest</a> or <a href=\"https://www.youtube.com/watch?v=mJSf2Clx6qY\">stream it on Youtube</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Apr 2020 14:33:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:32:\"BuddyPress: BP Beta Tester 1.1.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=310880\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://buddypress.org/2020/04/bp-beta-tester-1-1-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1607:\"<p>Hi BuddyPress contributors,</p>\n\n\n\n<p>We’ve just updated the plugin to help you test BuddyPress beta & RC releases. From now on, when testing BuddyPress pre-releases, you’ll find a new section into the plugin’s administration screen called “What to expect from next release?” as shown below.</p>\n\n\n\n<div class=\"wp-block-image\"><a href=\"https://bpdevel.wordpress.com/category/development-notes/6-0/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://buddypress.org/wp-content/uploads/1/2020/04/development-notes-1024x614.png\" alt=\"\" class=\"wp-image-310881\" /></a></div>\n\n\n\n<p>By clicking on the “our Development Blog” link you will be headed to <a href=\"https://bpdevel.wordpress.com/category/development-notes/6-0/\">the development notes of the BuddyPress next release</a>. It’s a good way to know about the important changes the BuddyPress final release will bring.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a></blockquote>\n</div>\n\n\n\n<p>It’s the right time to play with this plugin! <a href=\"https://buddypress.org/2020/03/buddypress-6-0-0-beta1/\">BuddyPress 6.0.0-beta1</a> has been released a few days ago. Once again thanks in advance for testing it: it’s an important stage of the development process for us.</p>\n\n\n\n<p>Finally props to <a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/iamthewebb/\" rel=\"nofollow\">@iamthewebb</a> for contributing to this new version of BP Beta Tester.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Apr 2020 04:05: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:12:\"Mathieu Viet\";s: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:79:\"WPTavern: Fighting the Stay-At-Home Boredom: Time to Create Rather Than Consume\";s:7:\"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=98400\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:201:\"https://wptavern.com/fighting-the-stay-at-home-boredom-time-to-create-rather-than-consume?utm_source=rss&utm_medium=rss&utm_campaign=fighting-the-stay-at-home-boredom-time-to-create-rather-than-consume\";s: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:7324:\"<p class=\"has-drop-cap\">A common theme among my friend groups is the utter boredom of being under stay-at-home orders during the COVID-19 pandemic. Part of me wants to tell folks that there has never been a greater time in human history to find something to do at home. There is a plethora of content available at the touch of a finger or even voice command.</p>\n\n\n\n<p>We have built a system, the web, that provides education, entertainment, and art at near-instantaneous speeds. Our WordPress community is a large part of that human endeavor.</p>\n\n\n\n<p>Perhaps the problem lies with our consumerist culture. With large social media networks effectively taking over the web, the trend seems to suggest that people spend their free time glued to their mobile devices, consuming content created by others. Now that many are home full time, it is easy to grow tired of consuming content that would normally be reserved for free time at all hours of the day.</p>\n\n\n\n<p>When asking what the elders in my family did in their free time decades ago, before modern technological advances, I noticed a different trend. They created music. On my grandmother’s side of the family, that musicality in our genes produced Hank Williams. On my grandfather’s side, we had The Tadlock Quartet, a little-known gospel group. If our family had a motto, it would be: <em>if you don’t sing or play an instrument, you are not a Tadlock</em>.</p>\n\n\n\n<p>I have an uncle who is a painter and magician. Some of my cousins are in a band. My sister creates vases, tabletops, and other pieces out of broken glass when she’s not chasing her two-year-old. My father is a singer, songwriter, and multi-instrument musician. I could go on listing the art that my family creates.</p>\n\n\n\n<p>Maybe I was fortunate to grow up in an artistic environment. That artistry has never been about fame and fortune. Most of my family will never reach stardom. However, we continue creating because it is simply a part of who we are.</p>\n\n\n\n<p>I also reminisce over my childhood years. I grew up in a lower-middle-class household. We did not have the luxury of the internet. We could not afford cable or satellite television. The only channels on the tube were 8, 12, 20, and sometimes 32. It was the era of the Saturday morning cartoon block, which I gladly awoke to every weekend with my off-brand cereal.</p>\n\n\n\n<p>Like many kids of my generation, I had a video game console and a handful of games. But, there are only so many times you can play through <em>The Legend of Zelda: Ocarina of Time</em> before finding something else to do.</p>\n\n\n\n<p>Most of my childhood was spent creating things. I ran several issues of a homemade video game magazine, painstakingly drawing all the artwork by hand. Fortunately, my uncle had a printer and scanner so that I could make copies. I wrote short stories, crafted screenplays, and filmed movies on a borrowed camcorder. I built tree forts that probably would not have passed any level of building safety codes, but my friends and I survived.</p>\n\n\n\n<p>I had about a three-year stint in the mid-’90s in which I fashioned myself a songwriter, following in my father’s footsteps (he has never sold a song but continues writing music to this day). I do not think I wrote anything other than love songs. What else would a 12-year-old boy write about? My only experience with love was a peck on the cheek from a previous girlfriend. Despite my naivete in matters of the heart, the human soul knows what it needs, and I expressed that through lyrics in the style of whatever boyband was popular in the given month. My music was not Grammy-worthy material, but it was deeply human.</p>\n\n\n\n<p>As I grew into adulthood, I did not stop creating. My journey into the world of WordPress began only because I wanted to share my writing. Eventually, I learned to create a new type of art: WordPress plugins and themes.</p>\n\n\n\n<p>Over my near-15 years of working with WordPress, my primary interest became more about building things that would help others to create. Even today, as a writer for the Tavern, my hope is to spark discussions and response articles that others create on their own blogs. This should never be a one-way discussion.</p>\n\n\n\n<p>Like many others, I recently found myself in a position with “nothing to do.” For the previous several months, I had been working on a plugin development book during my free time. Suddenly, I found myself with an empty calendar for an entire weekend. No social gatherings. No book chapters due. That meant putting my artist hat firmly back on my head. It was time to enjoy the act of creation for the sake of it, <a href=\"https://wptavern.com/create-custom-patterns-with-the-block-pattern-builder-plugin\">which led to a new plugin</a>.</p>\n\n\n\n<p>It felt good to once again create something with no expectations. I was not getting paid to build this project. I wanted neither fame nor fortune. What I needed was a moment to express an idea.</p>\n\n\n\n<p>The act of creating art is a primal part of our nature. The plugin was my modern-day equivalent of sitting around the campfire and crafting a story of slaying a great beast that happened upon the village.</p>\n\n\n\n<p>I am a firm believer that every human has the capacity to create some form of artwork. A novel. A dance. A song. I have seen farmers with gardens so well-tended they would make you weep. I have watched a man with an intellectual disability hand-build intricate birdhouses. I have sat in astonishment, listening as a friend’s mother put together an entire piano arrangement after hearing a song only once.</p>\n\n\n\n<p>For the same reason, I am proud to be a part of the WordPress community. I am surrounded by artists in their own right daily. We create software that allows others to share their creations.</p>\n\n\n\n<p>When someone tells me they are bored during this social quarantine, I break out my speech about using this moment to create something. <em>Anything.</em> It does not need to have value to others. It should simply be an expression of one’s self. If they follow through, I give them a speech about building a site with WordPress to share what they have built.</p>\n\n\n\n<p>No, now is not the time for boredom. It should be a time of pure creation.</p>\n\n\n\n<p>Create a shop with <a href=\"https://wordpress.org/plugins/woocommerce/\">WooCommerce</a> for those handcrafted items you have been wanting to build for years. Build up your inventory right now so that it is ready to ship after the pandemic has passed. Write an e-book and sell it via <a href=\"https://wordpress.org/plugins/easy-digital-downloads/\">Easy Digital Downloads</a>. Start a local fundraising effort to help those in need in your neighborhood with the <a href=\"https://wordpress.org/plugins/give/\">Give WP</a> plugin. Create a new forum with <a href=\"https://wordpress.org/plugins/bbpress/\">bbPress</a> on your favorite TV series or some other topic that piques your interest. Start a regular ol’ <a href=\"https://wordpress.org/\">WordPress</a> blog and share your thoughts during this time.</p>\n\n\n\n<p>Use this brief moment in history to create something new. Whether it is a side hustle, a new business, or poetry, just create. Then, of course, share it via your WordPress website.</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, 09 Apr 2020 20:11: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:14:\"Justin Tadlock\";s: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:59:\"WPTavern: WordCamp Europe 2020 Is Moving Online This Summer\";s:7:\"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=98377\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:163:\"https://wptavern.com/wordcamp-europe-2020-is-moving-online-this-summer?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-europe-2020-is-moving-online-this-summer\";s: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:3992:\"<p class=\"has-drop-cap\">On Monday, the WordCamp Europe team <a href=\"https://2020.europe.wordcamp.org/2020/04/06/wordcamp-europe-2020-is-moving-online/\">announced it would hold its annual event</a> online from June 4-6. The move comes after initially postponing this year’s physical event because of the COVID-19 pandemic currently sweeping the globe. Like many other events, the organizing team is in the process of switching gears and moving everything to work over the internet.</p>\n\n\n\n<p>WordCamp Europe 2020 Online will hold a virtual contributor day on June 4. The last two days of the event will consist of live-streamed sessions and workshops for half days. The team is still working out the details and will keep everyone updated when possible.</p>\n\n\n\n<p>The reopening of the event to a virtual audience was met with enthusiasm when the team <a href=\"https://twitter.com/WCEurope/status/1247196801393885184\">announced it on Twitter</a>.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">📣 We’re back! We are excited to announce WordCamp Europe 2020 Online – a virtual event taking place on 4-6 June 🎉 Add the dates back into your diaries and stay tuned for more details coming soon 📅 <a href=\"https://t.co/JdEEHN0GMT\">https://t.co/JdEEHN0GMT</a></p>— WordCamp Europe (@WCEurope) <a href=\"https://twitter.com/WCEurope/status/1247196801393885184?ref_src=twsrc%5Etfw\">April 6, 2020</a></blockquote>\n</div>\n\n\n\n<p>Last month, the organizers delivered the news that they would be postponing the 2020 physical event. “The decision to postpone WCEU 2020 was not made lightly, as each member of the organising team is deeply invested in the event, but it was made collectively,” <a href=\"https://2020.europe.wordcamp.org/2020/03/12/important-notice-wordcamp-europe-postponed/\">wrote the team on the WordCamp EU blog</a>. “[The community] is, by far, the most heartbreaking part of a cancellation: the fact that we won’t get to gather together in person, to connect, share knowledge and inspire one another during our sessions, hallway tracks, and dinners.”</p>\n\n\n\n<p>The organizers are rebooting the physical WordCamp EU event for 2021. Last month, the team <a href=\"https://2020.europe.wordcamp.org/2020/03/24/wordcamp-europe-2021-dates-confirmed/\">confirmed June 3-5</a> for next year’s event. It will take place at the Super Bock Arena (Pavilhão Rosa Mota) in Porto, Portugal.</p>\n\n\n\n<p>For those who purchased tickets to the 2020 event, they should have already received a refund or get one by April 10. Organizers are in the process of contacting sponsors to discuss refunds and getting involved in the online event.</p>\n\n\n\n<p>The silver lining in this news is that everyone can attend WordCamp EU at no cost, albeit virtually rather than in person.</p>\n\n\n\n<p>Based on the size of the event, WordCamp EU will be the standard that many other events and meetups will likely want to emulate and build upon. It will be a test of how the WordPress community can come together and show the world that we can continue doing great things during uncertain times.</p>\n\n\n\n<p>Given that the current virus outbreak will likely continue through the summer, everyone in the WordPress community should mark this event on their calendars. Make social plans with the people who love the same software. It is free, and you are probably going to be home anyway. I look forward to an exciting event from the European WordPress community.</p>\n\n\n\n<p>To stay up to date on WordCamp EU or contact the team, follow its social networking accounts:</p>\n\n\n\n<ul><li><a href=\"https://www.facebook.com/WCEurope/\">WCEU Facebook</a></li><li><a href=\"https://twitter.com/wceurope?lang=en\">WCEU Twitter</a></li><li><a href=\"https://www.linkedin.com/company/wordcampeurope/\">WCEU LinkedIn</a></li><li><a href=\"https://www.instagram.com/wceurope/?hl=en\">WCEU Instagram</a></li></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:\"Wed, 08 Apr 2020 19:18: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:14:\"Justin Tadlock\";s: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:53:\"HeroPress: Embrace Who You Are and Others Will Follow\";s:7:\"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=3095\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:158:\"https://heropress.com/essays/embrace-who-you-are-and-others-will-follow/#utm_source=rss&utm_medium=rss&utm_campaign=embrace-who-you-are-and-others-will-follow\";s: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:10634:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/04/040720-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: No one is excluded from carving their place in the WordPress industry.\" /><p><strong>Wondering how a university drop out with ADHD and a criminal record found a spot in the WordPress community? Read on to see why it’s often your “faults” that can make you a major asset to any product team.</strong></p>\n<p>For as long as I can remember, I’ve had a knack for spotting an opportunity to make money. Even as an industrious seven-year-old, I knew that if I spent my birthday money on a value-size container of gumballs, I could sell them off to my classmates for a profit.</p>\n<p>Soon, every school recess and bus ride was a chance to make a sale and as I grew, so did my appetite for the hustle. Eventually, I replaced gumballs with mowing lawns and later, importing and reselling electronics. As long as there was a demand, nothing was off-limits.</p>\n<p>At this point, you may be expecting the rest of my story to go something like “serial entrepreneur switches to digital products, joins the WordPress community, and lives happily ever after,” right?</p>\n<p>Well, there are a lot more twists and turns before that since my hustling did end up getting me into a lot of trouble. My WordPress origin story includes a tale of how I escaped government spies in China, served a prison sentence in Kansas, and ultimately turned my mixed bag of (decidedly non-technical) business and people skills into a marketing position at Sandhills Development.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/04/open-premiere-wcus-alain-schlesser-tyler-lau_700-min.jpg\"><img /></a>Tyler Lau with Alain Schlesser at the Open Film premiere at WCUS 2019 in St.Louis.\n<h3>Jack of all trades, master of fun</h3>\n<p>One of the many reasons I’m always on the lookout for new projects and business opportunities is my Attention Deficit Hyperactivity Disorder (ADHD), a diagnosis I received nearly 14 years ago. As the only child of a divorced couple, all the attention was on me, but I couldn’t seem to keep my attention on anything.</p>\n<p>Luckily, the disorder that made me a restless child has made me a creative and adaptable adult. In my current role, I’m a marketing relationship builder at Sandhills Development, a plugin company with a portfolio of brands including AffiliateWP, Easy Digital Downloads, and Restrict Content Pro. Unlike most people at Sandhills who focus on one or two of our products, my role spans across all our digital properties.</p>\n<p>Not only am I representing a portfolio of products, but for each, my tasks involve post-sales communication, partnership, and affiliate development, B2B sales, and event marketing. Behind the scenes, I also organize our company retreats, book WordCamp travel arrangements, and even helped open two Sandhills breweries in Kansas. That’s right, we branched out of tech into beer!</p>\n<p>In a way, I’m the people person at Sandhills Development and the face of the company to many in the WordPress community. In an industry built by programmers and developers with outstanding focus and attention to detail, someone with ADHD wouldn’t seem like a natural fit. And yet, the WordPress community really is one of those places where everyone can find the right spot for their unique mix of skills. For me, my skill was people, and that has translated into a slew of responsibilities.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/04/WordCamp-seattle-min.jpg\"><img /></a>Chatting with sponsors at WordCamp Seattle 2019\n<h3>Relationship-building as a career</h3>\n<p>On paper, there isn’t much that qualifies me to work for a tech company. Most of my previous experience was in the restaurant industry, something I’m still quite passionate about. That’s probably why I am always in charge of food at our company retreats. In fact, even though I was far from a Luddite, nothing on my CV pointed to a career in tech. And yet, that fast-paced, customer-facing service industry environment has actually prepared me the best for everything I’ve taken on since.</p>\n<p>When I’m at events on behalf of Sandhills, I’m meeting people from all over the world and developing personal and professional relationships with them, all while managing the logistics of event marketing. As an extrovert, I love it and I couldn’t imagine a job that didn’t involve relationship-building.</p>\n<p>Understanding people and being able to operate in any setting isn’t just an asset to grow a company, it can also be key to surviving in precarious environments. While my social tact is useful for making friends and building community in the WordPress space, at one point in my life, it was necessary for survival. Like the time I went to prison.</p>\n<h3>The true meaning of freedom</h3>\n<p>In the WordPress community, the concept of freedom comes up often. The GPL, free software, open-source communities…These are all fundamental values on which WordPress is built. Practically speaking, anyone can launch a company, become a freelancer, work remotely, or be their own boss to gain more freedom in their work and life. This is particularly appealing to me as someone who has never fit into the traditional work mold and as someone who now values my freedom more than ever.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/04/WCA2-Tracy-Josepha-DeRosia-girls-min.jpg\"><img /></a>With attendees at WordCamp Ann Arbor 2019\n<p>Six years ago, my inner opportunist got me into trouble with the law selling marijuana. It was a quick way to make good money and after dropping out of college following a brain aneurysm, I needed capital to fund my first startup. Between my shifts as a waiter, I worked on prototypes for my first product. The company was growing fast and to protect my patents and take R&D to the next level, I had to work really hard.</p>\n<p>Everything came to a screeching halt when I went to prison. If you’re wondering if prison is like TV shows and movies, the answer is both yes and no. It’s harder in a lot of ways but my spirit never broke. Meeting other inmates reminded me that I was in a much better situation than most. I was educated, well-off, loved, and knew I had a future once I was released.</p>\n<p>Many inmates never graduated from high school and are completely computer illiterate. While on the inside, I taught science, math, writing, reading, and social studies. But still, I know many of them will struggle to get the mental health support and the job training they need to thrive after they serve their sentence. There’s more to freedom than just being on the outside. You also need a sense of agency and enfranchisement. As for me, my sense of purpose and my support network were plenty to keep me going and I was ready to take on my next (legal) business challenge as soon as I could.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/04/WordCamp-us-2019-min.jpg\"><img /></a>With sponsors and organizers at WCUS 2019 in St. Louis\n<h3>Your past doesn’t define you but you can choose to embrace it</h3>\n<p>I’m an outlier in many ways. From the day I was born, I was political. My father is a semi-dissident Chinese visual anthropologist and my mother is an art professor who left her home country of Japan to break from traditional Japanese gender roles. If you’re familiar with the history between these two nations, you’ll know a relationship between their citizens is rare and discouraged. I inherited a lot of that fearlessness, although I’m not sure if it’s nurture or nature. Most of my childhood was split, either following my father around the world, as he documented Chinese communities, or growing up as one of few Asian-Americans living in small-town Kansas.</p>\n<p>I’ve never fit in, and yet this is what makes me able to adapt to most situations and relate to just about anyone. I embrace my eclectic, dissonant past and see beauty in the person those experiences shaped me to be. Now, I’m able to put those skills to good use in the WordPress community and beyond. Regardless of your level of physical ability, your struggles with mental health, your upbringing, and even your run-ins with the law, no one is excluded from carving their place in the WordPress industry.</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: Embrace Who You Are and Others Will Follow\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Embrace%20Who%20You%20Are%20and%20Others%20Will%20Follow&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fembrace-who-you-are-and-others-will-follow%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Embrace Who You Are and Others Will Follow\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fembrace-who-you-are-and-others-will-follow%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%2Fembrace-who-you-are-and-others-will-follow%2F&title=Embrace+Who+You+Are+and+Others+Will+Follow\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Embrace Who You Are and Others Will Follow\"></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/embrace-who-you-are-and-others-will-follow/&media=https://heropress.com/wp-content/uploads/2021/04/040720-min-150x150.jpg&description=Embrace Who You Are and Others Will Follow\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Embrace Who You Are and Others Will Follow\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/embrace-who-you-are-and-others-will-follow/\" title=\"Embrace Who You Are and Others Will Follow\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/embrace-who-you-are-and-others-will-follow/\">Embrace Who You Are and Others Will Follow</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Apr 2020 09: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:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tyler Lau\";s: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:53:\"WordPress.org blog: People of WordPress: Mario Peshev\";s:7:\"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=8536\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2020/04/people-of-wordpress-mario-peshev/\";s: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:10574:\"<p><em>You’ve probably heard that WordPress is open source software, and may know that it’s created and run by volunteers. Enthusiasts share many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Computer science in the nineties</strong></h2>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2020/04/25de575216d3743f80181b2dca2cd7d9.jpeg?w=632&ssl=1\" alt=\"\" class=\"wp-image-8539\" />Mario Peshev</div>\n\n\n\n<p>Mario has been hooked on computers ever since he got his first one in 1996. He started with digging into MS-DOS and Windows 3.1 first and learned tons by trial and error. Following that adventure, Mario built his first HTML site in 1999. He found development so exciting that he spent day and night learning QBasic and started working at the local PC game club. Mario got involved with several other things related to website administration (translating security bulletins, setting up simple sites, etc) and soon found the technology field was full of activities he really enjoyed.</p>\n\n\n\n<h2><strong>The Corporate Lifestyle</strong></h2>\n\n\n\n<p>Mario started studying programming including an intensive high-level course for C#, Java development, and software engineering, and eventually got a job in a corporate environment. He soon became a team lead there, managing all the planning and paperwork for their projects.</p>\n\n\n\n<p>But he continued freelancing on the side. He grew his own network of technical experts through attending, volunteering at, and organizing conferences. He also ran a technical forum and regularly spoke at universities and enterprise companies.</p>\n\n\n\n<h2><strong>Remote Working and Business Opportunity</strong></h2>\n\n\n\n<p>The combination of a high workload and a daily three-hour-long commute made Mario’s life difficult. Many of his friends were still studying, traveling or unemployed. The blissful and calm lives they lived seemed like a fairy tale to him. And even while both his managers and his clients were abroad, he was unable to obtain permission to work remotely. </p>\n\n\n\n<p>So Mario decided to leave his job and start freelancing full time. But he found he faced a massive challenge. </p>\n\n\n\n<p>He discovered Java projects were pretty large and required an established team of people working together in an office. All job opportunities were on-site, and some even required relocation abroad. Certified Java programmers weren’t being hired on a remote basis. </p>\n\n\n\n<p>As Mario had some PHP experience from previous jobs, he used this to start his freelance career. For his projects, he used both plain PHP and PHP frameworks like CakePHP and CodeIgniter. </p>\n\n\n\n<p>For a while, Mario accepted work using commonly known platforms including Joomla, Drupal, and WordPress. In addition, he worked on PHP, Java, Python and some C# projects for a couple of years, after which he decided to switch to WordPress completely.</p>\n\n\n\n<h2><strong>Building products</strong></h2>\n\n\n\n<p>One of his projects involved a technically challenging charity backed by several international organizations. Unexpected shortages in the team put him in the technical lead position. As a result, Mario found himself planning the next phases, meeting with the client regularly, and renegotiating the terms. The team completed the project successfully, and after the launch, a TV campaign led millions of visitors to the website.</p>\n\n\n\n<p>As a result of the successful launch, this client invited Mario to participate in more WordPress projects, including building a custom framework.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“I wasn’t that acquainted with WordPress back then. For me, a conventional person trained in architectural design patterns and best practices, WordPress seemed like an eccentric young hipster somewhere on the line between insane and genius at the same time. I had to spend a couple of months learning WordPress from the inside out.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<p>As his interest in WordPress grew, Mario stopped delivering other custom platforms, and converted clients to WordPress. </p>\n\n\n\n<h2><strong>European Community</strong></h2>\n\n\n\n<img src=\"https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?fit=632%2C356&ssl=1\" alt=\"Mario presenting to an audience\" class=\"wp-image-8546\" />Mario presenting at a WordCamp\n\n\n\n<p>For Mario, one of the key selling points of WordPress was the international openness. He had previously been involved with other open source communities, some of which were US-focused. He felt they were more reliant on meeting people in person. With events only taking place in the US, this made building relationships much harder for people living in other countries.</p>\n\n\n\n<p>While the WordPress project started out in the US, the WordPress community quickly globalized. Dozens of WordCamps and hundreds of Meetup events take place around the globe every year. All of these events bring a wide variety of people sharing their enthusiasm for WordPress together.</p>\n\n\n\n<p>For Mario, the birth of WordCamp Europe was something magical. The fact that hundreds, and later on thousands, of people from all over the world gathered around the topic of WordPress speaks for itself. Mario has been involved with organizing WordCamp Europe twice (in 2014 and 2015). </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“There’s nothing like meeting WordPress enthusiasts and professionals from more than 50 countries brainstorming and working together at a WordCamp. You simply have to be there to understand how powerful it all is.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Growing businesses and teams</strong></h2>\n\n\n\n<p>A key WordPress benefit is its popularity – an ever growing project currently powering <a href=\"https://w3techs.com/technologies/details/cm-wordpress\">more than 35% of the Internet [2020].</a> It’s popular enough to be a de facto standard for websites, platforms, e-commerce and blogs. </p>\n\n\n\n<p>WordPress has a low barrier to entry. You can achieve a lot without being an expert, meaning most people can start gaining experience without having to spend years learning how to code. That also makes it easier to build businesses and teams.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“Being able to use a tool that is user-friendly, not overly complicated and easily extensible makes introducing it to team members faster and easier. It requires less time for adjustment, and as a result makes a team stronger and faster. The fact that this tool is cost-effective also allows more startups to enter the market. It requires less time and investments to launch an MVP. This boosts the entire ecosystem.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Helping Others</strong></h2>\n\n\n\n<p>Mario also introduced WordPress to children and young people. He taught them how to use WordPress as a tool for homework and class assignments. By using WordPress, they were able to learn the basics of designing themes, developing plugins, marketing statistics, social media, copywriting, and so much more. This approachable introduction to the software meant technical skills were not needed.</p>\n\n\n\n<p>He was also part of a team of volunteers who helped a group of young people living at a foster home struggling to provide for themselves. The team taught the basic digital literacy skills necessary in the modern workplace and potentially pay for their rent and basic needs. This included working with Microsoft Word, Excel and WordPress, as well as some basic design and marketing skills. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“When you look at that from another perspective, a platform that could save lives – literally – and change the world for better is worth contributing to, in any possible manner.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Contributing to the WordPress community</strong></h2>\n\n\n\n<p>From the core team to supporting and organizing WordCamps, Mario has long been an active contributor to the global WordPress project. He is passionate about the connections fostered by people who are involved in building both the WordPress software and the community around it.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“The WordPress community consists of people of all race and color, living all around the world, working as teachers, developers, bloggers, designers, business owners. Let’s work together to help each other. Let’s stick together and show the world WordPress can help make it a better place.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Thanks to Alison Rothwell (<a href=\"https://profiles.wordpress.org/wpfiddlybits/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>wpfiddlybits</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>yvettesonneveld</a>), Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>topher1kenobe</a>). Thank you to Mario Peshev (<a href=\"https://profiles.wordpress.org/nofearinc/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nofearinc</a>) for sharing his #ContributorStory.</p>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?w=632&ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409\" /></div>\n\n\n\n<p><em>This post is based on </em><a href=\"https://heropress.com/essays/wordpress-gave-perfect-identity/\"><em>an article originally published on HeroPress.com</em></a><em>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</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, 08 Apr 2020 00:57:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Yvette Sonneveld\";s: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:66:\"WPTavern: Jetpack Re-launches Search Feature as Standalone Service\";s:7:\"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=98316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/jetpack-re-launches-search-feature-as-standalone-service?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-re-launches-search-feature-as-standalone-service\";s: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:5477:\"<p class=\"has-drop-cap\">The Jetpack team announced today that its <a href=\"https://jetpack.com/2020/04/07/re-introducing-jetpack-search-for-wordpress-sites/\">search service is now available as a separate package</a> from the professional bundle it was previously under. The move should make it more affordable for small sites to use the service. Larger sites might have to shell out more money, depending on how much content is on the site.</p>\n\n\n\n<p>“Jetpack Search had only been available as a part of the Jetpack Professional plan at $29 per month, but that pricing felt unfair: a site with one million posts costs 1,000 times as much to index as a site with one thousand posts, but both sites were paying the same amount,” wrote Greg Brown, search wrangler at Automattic, in the announcement post. “New pricing makes Jetpack Search more affordable for small sites and still costs big sites less than the competition.”</p>\n\n\n\n<p>Jetpack Search now charges by the number of records:</p>\n\n\n\n<ul><li>Up to 100 records: $5 per month</li><li>Up to 1,000 records: $10 per month</li><li>Up to 10,000 records: $25 per month</li><li>Up to 100,000 records: $60 per month</li><li>Up to 1 million records: $200 per month</li><li>Over 1 million records: $200 per month per million records</li></ul>\n\n\n\n<p>“Records” are posts, pages, and custom post types. However, that may change in the future. “We decided to use the term ‘records’ because we think there are use cases where we may want to index comments as their own records sometime in the future,” said Brown. “Similarly, there are use cases for indexing authors, tags, categories, etc. as their own records.”</p>\n\n\n\n<p>Jetpack Search combines comments and bbPress plugin replies, which are technically a custom post type, with their parent post. For now, these will not count against users’ record counts.</p>\n\n\n\n<p>One caveat with search is that media attachments are considered individual records by default. There are good reasons for some sites to expose attachments via search results. However, this could lead to unwanted records and cost more money each month for users who have a lot of media but do not wish to count those pages. Jetpack does have a filter hook that <a href=\"https://developer.jetpack.com/hooks/jetpack_sync_prevent_sending_post_data/\">controls which post types are cached</a> on the WordPress.com servers, so this can at least be configured via code.</p>\n\n\n\n<p>Version 8.4 of the <a href=\"https://wordpress.org/plugins/jetpack/\">Jetpack plugin</a> also includes an updated search interface. When a site visitor enters a search query, a fullscreen modal appears to showcase the search results. The results are snappy because they rely on the WordPress.com API and updated technology underneath. The new interface should work well with most themes out of the box on both desktop and mobile views.</p>\n\n\n\n<img />Jetpack search results modal.\n\n\n\n<p>“This new version of Search is only available with the new plan,” said Brown. “The previous version of Search is still available on the Pro plan and will continue working as-is for the foreseeable future, but our focus going forward is on the new search experience.”</p>\n\n\n\n<h2>New Architecture Behind Jetpack Search</h2>\n\n\n\n<p class=\"has-drop-cap\">The new version of Jetpack Search runs on a re-architected technology layer. The old system was an Elasticsearch wrapper around the standard WordPress search feature. While it was quicker than normal WordPress search results, it was still slower than it needed to be. There was no built-in spelling correction. Searched terms were not highlighted.</p>\n\n\n\n<p>The new system uses the same sync technology behind Jetpack features like Related Posts, Publicize, and Stats to cache content. It then builds a search index using the Elasticsearch engine from the cache.</p>\n\n\n\n<p>The team has built an optimized API, which now supports searching as the user types and uses pageview stats as part of the algorithm in result rankings. Search input also goes directly from the browser to the API on WordPress.com, which minimizes the delay in returning results.</p>\n\n\n\n<p>“All search engines work by preprocessing the data to ensure that when a user’s search query comes in the results can quickly be returned,” said Brown. “For Jetpack Search, very little of the processing time on our servers goes to processing the queries. Almost all of the server load comes from indexing the data and reindexing it as the content changes. Across our main search cluster, for instance, only 10% of the CPU time is spent processing about 850 search queries per second. Most of the time is spent on the 650 index operations per second.”</p>\n\n\n\n<p>Brown explains this new architecture is why the new pricing tiers are based on the number of records cached from a site. “We preprocess the data, which expands how big it is; store it on the fastest SSDs we can buy; replicate it to multiple data centers; and then can quickly serve results as soon as a search request comes to our API.”</p>\n\n\n\n<p>For readers who are interested in a more technical breakdown of the system, Brown has written a full overview titled <a href=\"https://data.blog/2017/07/11/real-time-elasticsearch-indexing-on-wordpress-com/\">Real-Time Elasticsearch Indexing on WordPress.com</a> on the Data for Breakfast blog.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Apr 2020 20:00:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:88:\"Post Status: Free event: Learn from top consultants during Post Status Live: Client Work\";s:7:\"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=78476\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://poststatus.com/learn-live-client-work/\";s: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:3345:\"<p>No doubt about it, we\'re in uncertain times and heading for very rough economic waters. </p>\n\n\n\n<p>If you work with clients, you\'ve already been seeing this. </p>\n\n\n\n<p>But as an <strong>agency owner, consultant, or freelancer, </strong>this isn\'t the time to freeze in fear, it\'s the time to double down, to act and to keep moving forward, to see opportunity and to seize it. </p>\n\n\n\n<p>At Post Status, we want to strengthen you, bolster you and energize you for what lies ahead as a WordPress professional. </p>\n\n\n\n<p>This <strong>Friday, April 10</strong>, carve out a half day to get ideas and be inspired, to make plans, to take a big deep breath before you attack this next season of life and business, as part of our free online learning event called <a href=\"https://poststatus.com/live/client-work/\"><strong>Post Status Live: Client Work.</strong></a> </p>\n\n\n\n<p>We\'ll spend time talk with experienced consultants, discussing things that matter to you:</p>\n\n\n\n<ul><li>Manage the ups and downs of entrepreneurship better</li><li>Build recurring revenue to normalize your cashflow</li><li>Improvise and make sales in a downturn</li><li>Clearly communicate with your clients as their trusted partner</li><li>Not just maintain, but scale and grow from freelancer to agency</li><li>And perhaps most importantly, lead the people who work with you</li></ul>\n\n\n\n<p>We are privileged to have veterans of client work who will be sharing their insights, experiences and tips:</p>\n\n\n\n<ul><li><strong>Joe Howard</strong> of <a href=\"https://wpbuffs.com/\">WP Buffs</a> and the <a href=\"https://wpmrr.com/podcast/\">WPMRR podcast</a></li><li><strong>Erin Flynn</strong> of <a href=\"https://www.erinflynn.com/\">Successfully Simple</a></li><li><strong>Jennifer Bourne </strong>of <a href=\"https://www.bourncreative.com/\">Bourne Creative</a> and <a href=\"https://jenniferbourn.com/profitable-project-plan/\">Profitable Project Plan</a></li><li><strong>Kori Ashton</strong> of <a href=\"https://webtegrity.com/\">WebTegrity</a> and <a href=\"https://www.youtube.com/channel/UCNypAJ8N90o6D2sLGZRVGnw\">WordPress Wednesdays</a></li><li><strong>Rahul Bansal</strong> of <a href=\"https://rtcamp.com/\">rtCamp</a></li><li><strong>Kimberly Lipari </strong>of <a href=\"https://valet.io\">Valet</a></li><li><strong>Brad Williams</strong> of <a href=\"https://webdevstudios.com/\">WebDevStudios</a> and co-author of <a href=\"https://www.amazon.com/Professional-WordPress-Plugin-Development-2nd/dp/1119666945/ref=sr_1_1?dchild=1&keywords=brad+williams+wordpress&qid=1586005190&sr=8-1\">Professional WordPress Plugin Development</a></li><li><strong>Lisa Sabin-Wilson</strong> of <a href=\"https://webdevstudios.com/\">WebDevStudios</a> and author of WordPress for Dummies</li><li><strong>Ant Miller</strong> of <a href=\"https://humanmade.com/\">Human Made</a></li><li><strong>Tracy Apps</strong> of <a href=\"http://tracyappsdesign.com/\">Tracy Apps Design</a></li><li><strong>Reid Peifer</strong> of <a href=\"https://tri.be/\">Modern Tribe</a></li></ul>\n\n\n\n<p>Each session will be moderated by Post Status partners Brian Krogsgard and Cory Miller.</p>\n\n\n\n<p>You won\'t want to miss this <strong>free event. </strong></p>\n\n\n\n<p><a class=\"big-ole-add-to-cart-button button-orange aligncenter button\" href=\"https://poststatus.com/live/client-work/\">Register Today!</a></p>\n\n\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:\"Tue, 07 Apr 2020 02:47: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:11:\"Cory Miller\";s: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:67:\"WPTavern: Proposal to Move WordPress Theme Review Process to GitHub\";s:7:\"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=98312\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:179:\"https://wptavern.com/proposal-to-move-wordpress-theme-review-process-to-github?utm_source=rss&utm_medium=rss&utm_campaign=proposal-to-move-wordpress-theme-review-process-to-github\";s: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:5516:\"<p class=\"has-drop-cap\">Denis Žoljom, the automation representative for the WordPress theme review team, <a href=\"https://make.wordpress.org/themes/2020/04/03/proposal-github-theme-review/\">proposed moving much of the theme review system</a> over to GitHub. The idea is to move the interactive parts of the review away from the current system. The proposal claims such a move would streamline the process via automated tools and make the manual, reviewer-to-author interactions easier.</p>\n\n\n\n<p>Currently, the theme review process takes place on <a href=\"https://themes.trac.wordpress.org/\">Trac</a>. For many theme authors and reviewers, the software can feel archaic. It does not have the feature set that developers have become accustomed to with other solutions. With the move of major parts of WordPress, such as feature plugin development, to GitHub over the past few years, it might be time to reevaluate other areas of the core project.</p>\n\n\n\n<p>Žoljom noted in the proposal that reviews handled through Trac are cumbersome. As a former theme review team lead and reviewer, I know how many on the team feel. Right now, much of the review process is manual. It is handled via a lot of back-and-forth communication between the reviewer and author. There is no good way to leave a note or comment on a specific line of code when there is an issue. This ongoing <em>discussion</em> between reviewer and author is sometimes hindered by a language barrier. The experience of comparing changes between code updates is lackluster at best. Plus, the only automated check is handled by the <a href=\"https://wordpress.org/plugins/theme-check/\">Theme Check</a> plugin.</p>\n\n\n\n<p>Handling reviews on GitHub opens a new world of possibilities that could make reviews more efficient and provide a better experience on both ends of the process.</p>\n\n\n\n<p>From 2015 through 2019, I ran a side business with a partner where we performed code reviews on plugins and themes. The majority of that business was working with commercial theme shops. Around 90% of the reviews were handled on GitHub.</p>\n\n\n\n<p>At the same time, I was still volunteering with the WordPress theme review team. There was no comparison in terms of user experience. GitHub won hands down. This experience turned me away from wanting to perform reviews for the official directory. Nothing there was streamlined. It was tougher to point to specific code issues and check if a problem was corrected when an author sent in an update.</p>\n\n\n\n<p>Žoljom’s initial proposal outlines a system where the theme author submits their theme through the WordPress <a href=\"https://wordpress.org/themes/getting-started/\">theme upload page</a>. If it passes the initial check, the system would automatically create a new GitHub repository with the theme. Theme authors can then fork this newly-created repository to work on code changes based on reviewer feedback. Theme updates would also work through GitHub.</p>\n\n\n\n<p>“I think that forks are a good middle ground,” said Žoljom. “Authors have forks on their own GitHub accounts and can update those, and make updates that way even. That would definitely help us with people who are trying to trick the system by updating their themes once they go live with things that break the requirements.”</p>\n\n\n\n<p>The proposal is merely an idea to explore at this stage. Much of the process could change if it is given the green light to proceed.</p>\n\n\n\n<p>“In the end, I hope this initiative will go live and help us bring the review queue down,” said Žoljom. He has hopes the team can integrate more automated checks such as the <a href=\"https://github.com/WordPress/WordPress-Coding-Standards\">WordPress Coding Standards</a>. With more automation, it could also mean the theme review team could focus on other projects it works on, such as preparing for the future of full-site editing and continuing education.</p>\n\n\n\n<h2>Beyond the Review Process</h2>\n\n\n\n<p class=\"has-drop-cap\">One of the primary issues the team has faced over the years is educating authors on writing cleaner and more secure code. Some issues like sanitizing data on input and escaping it on output are still prevalent during reviews. The team’s history of communication via Trac has not seemed to help with education on the whole.</p>\n\n\n\n<p>“The main point is the fact that many people can be involved in the review process, and then you have experienced reviewers who can show why some code is not good or needs improvement,” said Žoljom. “This provides a way for many people to see what is wrong with the code and how they can improve it. Plus the forked theme stays in their repo, so they can see the changes that they made and why.”</p>\n\n\n\n<p>Žoljom has a few items in reserve for the long-term wish list. One possibility for the future may be setting up themes on Packagist for installation via Composer. He admits that it is a longshot at best.</p>\n\n\n\n<p>“I see this as an opportunity to bring one aspect of WordPress up to par with other modern PHP frameworks like Laravel,” he said. “Plus, utilize automatic tools at our disposal. From PHP CodeSniffer, PHPStan, ES Lint, and a plethora of other tools, we could also show authors how they can set these tools on their projects and make their coding skills better. Maybe throw some automatic integration tests in the mix. The possibilities are really endless.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Apr 2020 20:08: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:14:\"Justin Tadlock\";s: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:78:\"WPTavern: Proposal to Add a Consent API to WordPress, Feature Plugin 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:29:\"https://wptavern.com/?p=98269\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:199:\"https://wptavern.com/proposal-to-add-a-consent-api-to-wordpress-feature-plugin-available?utm_source=rss&utm_medium=rss&utm_campaign=proposal-to-add-a-consent-api-to-wordpress-feature-plugin-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:4432:\"<p class=\"has-drop-cap\">On Wednesday, Garret Hyder announced a <a href=\"https://make.wordpress.org/core/2020/04/01/feature-plugin-proposal-wp-consent-api/\">feature proposal for a WordPress Consent API.</a> The proposal is one step on the larger <a href=\"https://make.wordpress.org/core/roadmap/privacy/\">privacy roadmap</a> for core. If merged into WordPress, it would establish a standard method for core, plugins, and themes to obtain consent for various privacy-related features. The idea is to create a consistent experience for developers, site administrators, and site visitors.</p>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/wp-consent-api/\">WP Consent API</a> plugin is available via the WordPress plugin directory. Development is currently happening on the plugin’s <a href=\"https://github.com/rlankhorst/wp-consent-level-api/\">GitHub repository</a>.</p>\n\n\n\n<p>Hyder identified several areas in which an API for handling consent could help in bringing a site into compliance with various privacy laws:</p>\n\n\n\n<ul><li>Consent management plugins cannot prevent other plugins from placing a PHP cookie.</li><li>Plugins that integrate tracking code on the client-side could break the site if blocked by a consent management plugin.</li><li>Minified URLs in JavaScript files may not be detected by automatic blocking scripts.</li><li>Using a blocking approach to handle privacy requires a list of all types of URLs when dealing with cookies and other types of tracking.</li></ul>\n\n\n\n<p>“Primarily this API is aimed at helping to achieve a compliant use of cookies or other means of tracking by WordPress websites,” wrote Hyder in the proposal. “If a plugin or custom code triggers, for example, Facebook, usage of this API will be of help to ensure consent. If a user manually embeds a Facebook iframe, a cookie blocker is needed that initially disables the iframe and or scripts.”</p>\n\n\n\n<p>The goal is not to create functionality that would block third-party scripts, such as tracking from a site like Facebook. Because different jurisdictions have their own laws across the world, the actual management of blocking functionality would be best suited for a consent management plugin. This would be outside of the scope of what WordPress does out of the box. By providing an API directly in core, it would allow plugin developers to build consent management plugins that are needed in different locations. The API would merely be a means for all plugins to <em>talk the same language</em>. That standardization would allow consent management plugins to work as they should.</p>\n\n\n\n<p>Furthermore, adding a front-end user interface would place additional scripts, styles, and functionality on all WordPress sites. These types are things are best handled by plugin developers.</p>\n\n\n\n<p>The API proposes allowing the creation of consent categories. Such categories might be preferences, marketing, or statistics. They would be filterable by plugins. The API has two indicators to determine consent for a category: a region-based consent type, which can be opt-in or opt-out, and the visitor’s choice.</p>\n\n\n\n<p>The team working on the project has put together a <a href=\"https://wpconsentapi.org/\">Consent API Demo</a> to see how this plugin would work along with consent management on a website’s front end. The demo makes use of the <a href=\"https://complianz.io/\">Complianz plugin</a> and an <a href=\"https://github.com/rlankhorst/consent-api-example-plugin\">example plugin</a> for showcasing how the API works.</p>\n\n\n\n<p>Consent management is a tough area to handle in terms of web design and development. On the one hand, respecting the privacy laws of various jurisdictions is necessary for many people around the world. On the other hand, cookie notice popups on websites often create a poor user experience for site visitors, and that experience may only get worse before it gets better.</p>\n\n\n\n<p>However, a standard API is past due in core WordPress. This will at least provide plugin authors with a means of working with consent management plugins. In time, maybe we will find a front-end interface that creates a nice experience while maintaining privacy.</p>\n\n\n\n<p>The team is currently looking for feedback on the proposal and plugin. If the feature proposal is accepted, authors of consent management plugins should be prepared to begin integrating with the API.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Apr 2020 19:25:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:54:\"WordPress.org blog: The Month in WordPress: March 2020\";s:7:\"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=8532\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2020/04/the-month-in-wordpress-march-2020/\";s: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:8586:\"<p>The month of March was both a tough and exciting time for the WordPress open-source project. With COVID-19 declared a pandemic, in-person events have had to adapt quickly – a challenge for any community. March culminated with the release of WordPress 5.4, an exhilarating milestone only made possible by dedicated contributors. For all the latest, read on. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.4 “Adderley”</h2>\n\n\n\n<p>WordPress 5.4 “Adderley” <a href=\"https://wordpress.org/news/2020/03/adderley/\">was released on March 31</a> and includes a robust list of new blocks, enhancements, and new features for both users and developers. The primary focus areas of this release included the block editor, privacy, accessibility, and developer improvements, with the full list of enhancements covered in <a href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\">the 5.4 field guide</a>.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Releases of Gutenberg 7.7 and 7.8</h2>\n\n\n\n<p>It’s been another busy month for Gutenberg, this time with the release of Gutenberg <a href=\"https://make.wordpress.org/core/2020/03/11/whats-new-in-gutenberg-11-march/\">7.7</a> and <a href=\"https://make.wordpress.org/core/2020/03/26/whats-new-in-gutenberg-25-march/\">7.8</a>. Gutenberg 7.7 introduced block patterns – predefined block layouts that are ready to use and tweak. This is an important step towards Full Site Editing, which is currently targeted for inclusion in WordPress 5.6. As a first iteration, you can pick and insert patterns from the Block Patterns UI, which has been added as a sidebar plugin.</p>\n\n\n\n<p>Gutenberg 7.7 also includes a refresh of the Block UI, which better responds to the ways users interact with the editor. For more information on the User UI and Block Patterns, read <a href=\"https://make.wordpress.org/themes/2020/03/18/block-based-themes-meeting-notes/\">this summary of the most recent Block-Based Themes meeting</a>. Gutenberg 7.8, introduced on March 25, further enhanced this Block UI redesign. Both releases also included a suite of improvements, bug fixes, new APIs, documentation, and more!</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>WordCamp cancellations and shift to online events</h2>\n\n\n\n<p>In early March, the Community team issued <a href=\"https://make.wordpress.org/community/2020/03/11/new-recommendations-for-event-organizers-in-light-of-covid-19/\">new recommendations for event organizers</a> in light of growing concerns around COVID-19. Following this guidance, and with COVID-19 declared a pandemic, WordPress community organizers reluctantly but responsibly <a href=\"https://make.wordpress.org/community/2020/03/12/latest-updates-on-changes-to-wordcamps/\">postponed or canceled their upcoming WordCamps</a> and meetups.</p>\n\n\n\n<p>As community events are an important part of the WordPress open-source project, the Community team made suggestions for <a href=\"https://make.wordpress.org/community/2020/03/20/taking-charity-hackathons-online/\">taking charity hackathons online</a>, <a href=\"https://make.wordpress.org/community/2020/03/24/community-events-in-the-time-of-covid-19/\">proposed interim adjustments</a> to existing community event guidelines, and provided <a href=\"https://make.wordpress.org/community/2020/03/13/online-conference-organizer-training/\">training for online conference organizing</a> with Crowdcast. The team is currently working on building a <a href=\"https://make.wordpress.org/community/handbook/virtual-events/\">Virtual Events Handbook</a> that will continue to support WordPress community organizers at this time. </p>\n\n\n\n<p>Want to get involved with the WordPress Community team, host your own virtual WordPress event, or help improve the documentation for all of this? Follow <a href=\"https://make.wordpress.org/community/\">the Community team blog</a>, learn more about <a href=\"https://make.wordpress.org/community/handbook/virtual-events/\">virtual events</a>, and join the #community-events channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Link your GitHub profile to WordPress.org</h2>\n\n\n\n<p>Last month, <a href=\"https://make.wordpress.org/core/2020/02/21/working-on-trac-tickets-using-github-pull-requests/\">an experimental feature</a> was added to Trac, WordPress Core’s bug-tracking system, to improve collaboration between Trac and GitHub. This month, to help make tracking contributions to the WordPress project across multiple locations easier, there is <a href=\"https://make.wordpress.org/core/2020/03/19/associating-github-accounts-with-wordpress-org-profiles/\">a new option</a> to connect your GitHub account to your WordPress.org profile. This connection allows for more accurate acknowledgement and recognition of contributors. You can connect your GitHub account to your WordPress.org account by editing your WordPress.org profile.</p>\n\n\n\n<p>For more information and instructions on how to connect your accounts, <a href=\"https://make.wordpress.org/core/2020/03/19/associating-github-accounts-with-wordpress-org-profiles/\">read the announcement post</a>.</p>\n\n\n\n<h2>Modernizing WordPress coding standards</h2>\n\n\n\n<p>Defined coding standards is an important step in creating the consistent codebase needed to prepare for requiring PHP 7.x for WordPress Core. As such, <a href=\"https://make.wordpress.org/core/2020/03/20/updating-the-coding-standards-for-modern-php/\">coding standards have been proposed</a> for implementation in WordPress Coding Standards 3.0.0. This includes new proposed standards for namespace declarations, import use statements, fully qualified names in inline code, traits and interfaces, type declarations, declare statements/strict typing, the ::class constant, operators, and more. </p>\n\n\n\n<p>Want to get involved or view the full list of currently proposed new coding standards? Visit and add your feedback to the post on <a href=\"https://make.wordpress.org/core/2020/03/20/updating-the-coding-standards-for-modern-php/\">updating the Coding standards for modern PHP</a> and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>On March 16, <a href=\"https://make.wordpress.org/core/2020/03/18/auto-updates-feature-meeting-summary-march-17th-2020/\">Version 0.3 of the auto-updates feature was released</a>, including fixes to a number of issues and the introduction of email notifications. </li><li>WordCamp US announced that <a href=\"https://2020.us.wordcamp.org/2020/03/26/wcus-is-happening/\">the 2020 event will happen</a>, one way or another. But the team need your help to make sure that it’s another fantastic event. <a href=\"https://2020.us.wordcamp.org/2020/03/16/call-for-speakers-is-now-open/\">Consider applying to be a speaker</a>!</li><li>Speaking of WordCamp US, <a href=\"https://2020.us.wordcamp.org/2020/03/23/call-for-cities-for-wcus-2021-2022/\">the Call for Cities for WCUS 2021/2022</a> is now open. If your community is interested in being a future WCUS host, <a href=\"https://wordcampcentral.survey.fm/wcus-2021-2022\">apply today</a>!</li><li>With COVID-19 preventing in-person community events, the Diverse Speaker Training (#wpdiversity) Group encourages you to <a href=\"https://make.wordpress.org/community/2020/03/17/covid-19-and-the-diverse-speaker-training-wpdiversity-group/\">host a virtual Diverse Speaker Workshop</a> to prepare speakers for when we are able to meet in person again. To get started, <a href=\"https://tiny.cc/wpdiversity\">visit this page</a>. </li><li>An <a href=\"https://make.wordpress.org/updates/2020/03/06/update-progress-on-goals/\">update for progress on 2020 goals</a> has been posted, sharing some more defined targets and schedule.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</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, 03 Apr 2020 12:01:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:27:\"Gary: Bebo, Betty, and Jaco\";s:7:\"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:25:\"https://pento.net/?p=5166\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://pento.net/2020/04/03/bebo-betty-and-jaco/\";s: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:643:\"<p><em>Wait, wasn’t <a href=\"https://wordpress.org/news/2020/03/adderley/\">WordPress 5.4</a> just released?</em></p>\n\n\n\n<p>It absolutely was, and congratulations to everyone involved! Inspired by the fine work done to get another release out, I finally completed the last step of co-leading WordPress 5.0, 5.1, and 5.2 (Bebo, Betty, and Jaco, respectively).</p>\n\n\n\n<img src=\"https://pento.net/wp-content/uploads/2020/04/IMG_20200403_121947-1024x768.jpg\" alt=\"\" class=\"wp-image-5165\" />\n\n\n\n<p>My study now has a bit more jazz in it. <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Apr 2020 01:51:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Gary\";s:7:\"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:\"Tue, 05 May 2020 13:14:44 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 05 May 2020 13:00:08 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20161218163838\";}','no'),(31236,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1588727684','no'),(31237,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1588684484','no'),(31238,'_transient_timeout_plugin_slugs','1588770886','no'),(31239,'_transient_plugin_slugs','a:7:{i:0;s:34:\"advanced-custom-fields-pro/acf.php\";i:1;s:31:\"awesome-studio/awesome-ui-2.php\";i:2;s:41:\"employee-spotlight/employee-spotlight.php\";i:3;s:23:\"loco-translate/loco.php\";i:4;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:5;s:21:\"polylang/polylang.php\";i:6;s:20:\"team-members/tmm.php\";}','no'),(31240,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1588727686','no'),(31241,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2020/05/the-month-in-wordpress-april-2020/\'>The Month in WordPress: April 2020</a> <span class=\"rss-date\">May 4, 2020</span><div class=\"rssSummary\">April continued to be a challenging time for the WordPress community, with many under stay-at-home recommendations. However, it was also an exciting month in which we created new ways to connect with and inspire each other! This month, amazing contributors moved more WordCamps online and shipped new releases for WordPress and Gutenberg. For the latest, […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/find-my-blocks-plugin-shows-all-blocks-in-use-on-a-wordpress-site?utm_source=rss&utm_medium=rss&utm_campaign=find-my-blocks-plugin-shows-all-blocks-in-use-on-a-wordpress-site\'>WPTavern: Find My Blocks Plugin Shows All Blocks in Use on a WordPress Site</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/the-future-of-wordpress-the-block-editor-is-here-to-stay?utm_source=rss&utm_medium=rss&utm_campaign=the-future-of-wordpress-the-block-editor-is-here-to-stay\'>WPTavern: The Future of WordPress: The Block Editor Is Here to Stay</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2020/05/the-month-in-wordpress-april-2020/\'>WordPress.org blog: The Month in WordPress: April 2020</a></li></ul></div><div class=\"rss-widget\"><ul></ul></div>','no'),(31244,'_site_transient_timeout_available_translations','1588696134','no'),(31245,'_site_transient_available_translations','a:91:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-09 16:12:38\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-06 19:24:17\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/4.7/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-06 12:56:13\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:6:\"4.6.12\";s:7:\"updated\";s:19:\"2016-09-29 08:38:56\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.6.12/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-11 22:42:10\";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.4.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.6.18\";s:7:\"updated\";s:19:\"2019-10-29 07:54:00\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.6.18/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:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-07 08:41:41\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:6:\"4.6.18\";s:7:\"updated\";s:19:\"2016-10-20 16:53:20\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.6.18/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:6:\"4.6.18\";s:7:\"updated\";s:19:\"2019-10-22 02:53:49\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.6.18/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:6:\"4.6.18\";s:7:\"updated\";s:19:\"2019-10-25 20:25:42\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.6.18/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:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-05 11:04:39\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/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.4.7\";s:7:\"updated\";s:19:\"2016-02-16 15:34:57\";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.4.7/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:6:\"4.6.18\";s:7:\"updated\";s:19:\"2019-10-27 09:55:14\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.6.18/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:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-05 11:08:55\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/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:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-10 23:30:09\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-06 15:44:48\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.7/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_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-06 15:48:14\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-21 21:25:23\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/4.7/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-21 21:24:48\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-11 12:43:28\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/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_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-06 00:34:14\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-15 04:56:31\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-11 18:03:11\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-03 23:03:48\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-05 08:11:17\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-04 17:16:39\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/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_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-07 12:13:31\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-04 18:02:43\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-05 22:19:40\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-24 20:30:13\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-25 22:19:36\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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:6:\"4.6.18\";s:7:\"updated\";s:19:\"2019-12-07 04:01:54\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.6.18/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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.6.8\";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.6.8/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-03 12:46:56\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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.6.8\";s:7:\"updated\";s:19:\"2017-01-29 17:21:14\";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.6.8/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:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-07 18:34:12\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/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:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-06 14:20:49\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-06 18:04:09\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-09 16:14:48\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-10 17:48:28\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-09 16:11:01\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.6.8\";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.6.8/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:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-04 01:43:25\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-10 10:03:48\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/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:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-08 02:27:42\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-17 12:35:49\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-25 23:06:52\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/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:6:\"4.6.12\";s:7:\"updated\";s:19:\"2017-01-30 13:25:31\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.6.12/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:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-04 07:13:54\";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.4.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:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-09 08:11:02\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-31 11:00:19\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-05 15:13:56\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-05 13:03:24\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/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:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-03 10:10:56\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-11 11:21:27\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-06 12:39:15\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-06 06:17:03\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/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:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-23 09:02:10\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-11 08:51:51\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/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:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-09 14:23:37\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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.20\";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.20/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:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-20 09:00:07\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-08 18:37:21\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-10 10:11:22\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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:6:\"4.6.12\";s:7:\"updated\";s:19:\"2018-10-29 08:47:50\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/translation/core/4.6.12/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:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-21 12:56:58\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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.6.8\";s:7:\"updated\";s:19:\"2016-09-23 13:45:11\";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.6.8/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:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-06 20:27:29\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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.20\";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.20/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:8:\"دوام\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-10 08:18:30\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-26 14:54:05\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-04 12:04:46\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-04 13:58:23\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-09 11:05:20\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-05 08:28:07\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-03 20:47:33\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/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:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-04 20:17:20\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-03 07:14:30\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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.6.8\";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.6.8/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:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:6:\"4.6.16\";s:7:\"updated\";s:19:\"2019-03-27 04:31:16\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.6.16/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.4.2\";s:7:\"updated\";s:19:\"2015-11-27 15:51:36\";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.4.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:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-19 17:56:07\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.6.12\";s:7:\"updated\";s:19:\"2018-02-19 18:46:28\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.6.12/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:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-04 23:10:17\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/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:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-09 10:42:49\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/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:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-07 17:58:49\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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:20:\"Продолжить\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:6:\"4.6.12\";s:7:\"updated\";s:19:\"2018-04-07 01:47:18\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.6.12/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_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-08 04:30:37\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-07 10:19:30\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/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_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-10 02:29:10\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','no'),(31355,'_transient_pll_languages_list','a:3:{i:0;a:24:{s:7:\"term_id\";i:7;s:4:\"name\";s:7:\"English\";s:4:\"slug\";s:2:\"en\";s:10:\"term_group\";i:1;s:16:\"term_taxonomy_id\";i:7;s:8:\"taxonomy\";s:8:\"language\";s:11:\"description\";s:5:\"en_GB\";s:6:\"parent\";i:0;s:5:\"count\";i:15;s:10:\"tl_term_id\";i:8;s:19:\"tl_term_taxonomy_id\";i:8;s:8:\"tl_count\";i:1;s:6:\"locale\";R:9;s:6:\"is_rtl\";i:0;s:8:\"flag_url\";s:67:\"http://innovationbrain.com/wp-content/plugins/polylang/flags/gb.png\";s:4:\"flag\";s:866:\"<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAflJREFUeNpinDRzn5qN3uFDt16+YWBg+Pv339+KGN0rbVP+//2rW5tf0Hfy/2+mr99+yKpyOl3Ydt8njEWIn8f9zj639NC7j78eP//8739GVUUhNUNuhl8//ysKeZrJ/v7z10Zb2PTQTIY1XZO2Xmfad+f7XgkXxuUrVB6cjPVXef78JyMjA8PFuwyX7gAZj97+T2e9o3d4BWNp84K1NzubTjAB3fH0+fv6N3qP/ir9bW6ozNQCijB8/8zw/TuQ7r4/ndvN5mZgkpPXiis3Pv34+ZPh5t23//79Rwehof/9/NDEgMrOXHvJcrllgpoRN8PFOwy/fzP8+gUlgZI/f/5xcPj/69e/37//AUX+/mXRkN555gsOG2xt/5hZQMwF4r9///75++f3nz8nr75gSms82jfvQnT6zqvXPjC8e/srJQHo9P9fvwNtAHmG4f8zZ6dDc3bIyM2LTNlsbtfM9OPHH3FhtqUz3eXX9H+cOy9ZMB2o6t/Pn0DHMPz/b+2wXGTvPlPGFxdcD+mZyjP8+8MUE6sa7a/xo6Pykn1s4zdzIZ6///8zMGpKM2pKAB0jqy4UE7/msKat6Jw5mafrsxNtWZ6/fjvNLW29qv25pQd///n+5+/fxDDVbcc//P/zx/36m5Ub9zL8+7t66yEROcHK7q5bldMBAgwADcRBCuVLfoEAAAAASUVORK5CYII=\" title=\"English\" alt=\"English\" />\";s:8:\"home_url\";s:45:\"http://innovationbrain.com/?page_id=2&lang=en\";s:10:\"search_url\";s:35:\"http://innovationbrain.com/?lang=en\";s:4:\"host\";N;s:5:\"mo_id\";s:4:\"1519\";s:13:\"page_on_front\";s:1:\"2\";s:14:\"page_for_posts\";b:0;s:6:\"filter\";s:3:\"raw\";s:9:\"flag_code\";s:2:\"gb\";}i:1;a:24:{s:7:\"term_id\";i:26;s:4:\"name\";s:26:\"中文 (中国 Simplified)\";s:4:\"slug\";s:3:\"zho\";s:10:\"term_group\";i:2;s:16:\"term_taxonomy_id\";i:26;s:8:\"taxonomy\";s:8:\"language\";s:11:\"description\";s:5:\"zh_CN\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:10:\"tl_term_id\";i:27;s:19:\"tl_term_taxonomy_id\";i:27;s:8:\"tl_count\";i:1;s:6:\"locale\";R:33;s:6:\"is_rtl\";i:0;s:8:\"flag_url\";s:67:\"http://innovationbrain.com/wp-content/plugins/polylang/flags/cn.png\";s:4:\"flag\";s:736:\"<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFqSURBVHjaYrzOwPAPjJgYQEDAleHVbhADIvgHLPgHiQ0QQCxAlkR9NW8sw+cV/1gV/7Gb/hV4+vfzhj8Mv/78//Pn/+/f/8AkhH1t0yaAAAJp4I37zyz2lDfu79uqv/++/WYz+cuq/vvLxt8gdb+A5K9/v34B2SyyskBLAAII5JAva/7/+/z367a/f3/8ZuT9+//Pr78vQUrB6n4CSSj6/RuoASCAWEDO/fD3ddEfhv9/OE3/sKj8/n7k9/fDQNUIs/+DVf8HawAIIJCT/v38C3Hr95N/GDh/f94AVvT7N8RUBpjxQAVADQABBNLw/y/Ifwy/f/399ufTOpDBEPf8g5sN0QBEDAwAAQTWABEChgOSA9BVA00E2wAQQCANQBbEif/AzoCqgLkbbBYwWP/+//sXqBYggFhAkfL7D7OkJFCOCSj65zfUeFjwg8z++/ffX5AGoGKAAGI8jhSRyIw/SJH9D4aAYQoQYAA6rnMw1jU2vQAAAABJRU5ErkJggg==\" title=\"中文 (中国 Simplified)\" alt=\"中文 (中国 Simplified)\" />\";s:8:\"home_url\";s:49:\"http://innovationbrain.com/?page_id=1600&lang=zho\";s:10:\"search_url\";s:36:\"http://innovationbrain.com/?lang=zho\";s:4:\"host\";N;s:5:\"mo_id\";s:4:\"1593\";s:13:\"page_on_front\";i:1600;s:14:\"page_for_posts\";b:0;s:6:\"filter\";s:3:\"raw\";s:9:\"flag_code\";s:2:\"cn\";}i:2;a:24:{s:7:\"term_id\";i:10;s:4:\"name\";s:27:\"中文 (香港 Traditional)\";s:4:\"slug\";s:2:\"zh\";s:10:\"term_group\";i:3;s:16:\"term_taxonomy_id\";i:10;s:8:\"taxonomy\";s:8:\"language\";s:11:\"description\";s:5:\"zh_HK\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:10:\"tl_term_id\";i:11;s:19:\"tl_term_taxonomy_id\";i:11;s:8:\"tl_count\";i:1;s:6:\"locale\";R:57;s:6:\"is_rtl\";i:0;s:8:\"flag_url\";s:67:\"http://innovationbrain.com/wp-content/plugins/polylang/flags/hk.png\";s:4:\"flag\";s:810:\"<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAGhSURBVHjaYnzLwPCPAQr+wUhk9Acs+AfMZmJgAAggFiCLp7oarPDffyD6+5fhz9//f/8w/P37//dvEPrzB04+3rQJIIBYmEBq//978hSoFKQaKPf3L4+V9X9urk9r1vz7BdTz6/+vX0DVTLKyQKUAAQRW/+8/VPXfv0xAwMz8Pznpv7o6h7AwIxPDv1+/IAioB+gcgABiAboMpPrPH4Y/fxgZGTlrav6/f////oP/HJzMkyZxP3/+NSvr15cvEOcBFQMEEAvIQX9AzgVq+Pf77/+bN/87Of3ftPk/J+f/f3//797979s3oPEMYG8ANQAEEMQGkPEgt/7+83HaNF6giJERKAC4OD+vW/f782eoH8BOAgggJlBQAnWDhP4ATWLj5/+vpwfiHjwAtISVhweiGmQ82AaAAALZADb+9z+wK3++fMlYUfHj4cNfnz/zHTny5fFjoAaGP7///fnL9PcvUDFAAIHi4d/vP4ySkkwgY4C+//0DqFlUlFlQ8MurVyxyciC//QWpBoYNUDFAADE+ZGD4hRqvyIw/qHHPxsAAEGAA8os95q2GYrQAAAAASUVORK5CYII=\" title=\"中文 (香港 Traditional)\" alt=\"中文 (香港 Traditional)\" />\";s:8:\"home_url\";s:48:\"http://innovationbrain.com/?page_id=1533&lang=zh\";s:10:\"search_url\";s:35:\"http://innovationbrain.com/?lang=zh\";s:4:\"host\";N;s:5:\"mo_id\";s:4:\"1520\";s:13:\"page_on_front\";i:1533;s:14:\"page_for_posts\";b:0;s:6:\"filter\";s:3:\"raw\";s:9:\"flag_code\";s:2:\"hk\";}}','yes'),(35995,'_transient_timeout_acf_get_remote_plugin_info','1620542781','no'),(35996,'_transient_acf_get_remote_plugin_info','a:16:{s:4:\"name\";s:26:\"Advanced Custom Fields PRO\";s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:7:\"version\";s:5:\"5.9.5\";s:8:\"homepage\";s:36:\"https://www.advancedcustomfields.com\";s:6:\"author\";s:64:\"<a href=\"https://www.advancedcustomfields.com\">Elliot Condon</a>\";s:12:\"contributors\";a:1:{s:12:\"elliotcondon\";a:3:{s:7:\"profile\";s:36:\"https://www.advancedcustomfields.com\";s:6:\"avatar\";s:81:\"https://secure.gravatar.com/avatar/c296f449f92233e8d1102ff01c9bc71e?s=96&d=mm&r=g\";s:12:\"display_name\";s:22:\"Advanced Custom Fields\";}}s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:3:\"5.6\";s:6:\"tested\";s:3:\"5.7\";s:5:\"added\";s:10:\"2014-07-11\";s:12:\"last_updated\";s:10:\"2021-04-06\";s:9:\"changelog\";s:545:\"<h4>5.9.5</h4><p><em>Release Date - 11 February 2021</em></p>\n\n<ul>\n<li>Fix - Fixed regression preventing blocks from loading correctly within the editor in WordPress 5.5.</li>\n<li>Fix - Fixed bug causing incorrect post_status properties when restoring a Field Group from trash in WordPress 5.6.</li>\n<li>Fix - Fixed edge case bug where a taxonomy named \"options\" could interfere with saving and loading option values.</li>\n<li>Fix - Fixed additional PHP 8.0 warnings.</li>\n<li>i18n - Updated Finnish translation thanks to Mikko Kekki</li>\n</ul>\";s:14:\"upgrade_notice\";s:0:\"\";s:5:\"icons\";a:1:{s:7:\"default\";s:63:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102\";s:4:\"high\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";}s:8:\"versions\";a:122:{i:0;s:5:\"5.9.4\";i:1;s:5:\"5.9.3\";i:2;s:5:\"5.9.2\";i:3;s:5:\"5.9.1\";i:4;s:11:\"5.9.0-beta5\";i:5;s:11:\"5.9.0-beta4\";i:6;s:11:\"5.9.0-beta3\";i:7;s:11:\"5.9.0-beta2\";i:8;s:11:\"5.9.0-beta1\";i:9;s:9:\"5.9.0-RC1\";i:10;s:5:\"5.9.0\";i:11;s:5:\"5.8.9\";i:12;s:5:\"5.8.8\";i:13;s:5:\"5.8.7\";i:14;s:5:\"5.8.6\";i:15;s:5:\"5.8.5\";i:16;s:5:\"5.8.4\";i:17;s:5:\"5.8.3\";i:18;s:5:\"5.8.2\";i:19;s:6:\"5.8.14\";i:20;s:6:\"5.8.13\";i:21;s:6:\"5.8.12\";i:22;s:6:\"5.8.11\";i:23;s:5:\"5.8.1\";i:24;s:13:\"5.8.0-beta4.1\";i:25;s:11:\"5.8.0-beta4\";i:26;s:11:\"5.8.0-beta3\";i:27;s:11:\"5.8.0-beta2\";i:28;s:11:\"5.8.0-beta1\";i:29;s:9:\"5.8.0-RC2\";i:30;s:9:\"5.8.0-RC1\";i:31;s:5:\"5.8.0\";i:32;s:5:\"5.7.9\";i:33;s:5:\"5.7.8\";i:34;s:5:\"5.7.7\";i:35;s:5:\"5.7.6\";i:36;s:5:\"5.7.5\";i:37;s:5:\"5.7.4\";i:38;s:5:\"5.7.3\";i:39;s:5:\"5.7.2\";i:40;s:6:\"5.7.13\";i:41;s:6:\"5.7.12\";i:42;s:6:\"5.7.10\";i:43;s:5:\"5.7.1\";i:44;s:5:\"5.7.0\";i:45;s:5:\"5.6.9\";i:46;s:5:\"5.6.8\";i:47;s:5:\"5.6.7\";i:48;s:5:\"5.6.6\";i:49;s:5:\"5.6.5\";i:50;s:5:\"5.6.4\";i:51;s:5:\"5.6.3\";i:52;s:5:\"5.6.2\";i:53;s:6:\"5.6.10\";i:54;s:5:\"5.6.1\";i:55;s:11:\"5.6.0-beta2\";i:56;s:11:\"5.6.0-beta1\";i:57;s:9:\"5.6.0-RC2\";i:58;s:9:\"5.6.0-RC1\";i:59;s:5:\"5.6.0\";i:60;s:5:\"5.5.9\";i:61;s:5:\"5.5.7\";i:62;s:5:\"5.5.5\";i:63;s:5:\"5.5.3\";i:64;s:5:\"5.5.2\";i:65;s:6:\"5.5.14\";i:66;s:6:\"5.5.13\";i:67;s:6:\"5.5.12\";i:68;s:6:\"5.5.11\";i:69;s:6:\"5.5.10\";i:70;s:5:\"5.5.1\";i:71;s:5:\"5.5.0\";i:72;s:5:\"5.4.8\";i:73;s:5:\"5.4.7\";i:74;s:5:\"5.4.6\";i:75;s:5:\"5.4.5\";i:76;s:5:\"5.4.4\";i:77;s:5:\"5.4.3\";i:78;s:5:\"5.4.2\";i:79;s:5:\"5.4.1\";i:80;s:5:\"5.4.0\";i:81;s:5:\"5.3.9\";i:82;s:5:\"5.3.8\";i:83;s:5:\"5.3.7\";i:84;s:5:\"5.3.6\";i:85;s:5:\"5.3.5\";i:86;s:5:\"5.3.4\";i:87;s:5:\"5.3.3\";i:88;s:5:\"5.3.2\";i:89;s:6:\"5.3.10\";i:90;s:5:\"5.3.1\";i:91;s:5:\"5.3.0\";i:92;s:5:\"5.2.9\";i:93;s:5:\"5.2.8\";i:94;s:5:\"5.2.7\";i:95;s:5:\"5.2.6\";i:96;s:5:\"5.2.5\";i:97;s:5:\"5.2.4\";i:98;s:5:\"5.2.3\";i:99;s:5:\"5.2.2\";i:100;s:5:\"5.2.1\";i:101;s:5:\"5.2.0\";i:102;s:5:\"5.1.9\";i:103;s:5:\"5.1.8\";i:104;s:5:\"5.1.7\";i:105;s:5:\"5.1.6\";i:106;s:5:\"5.1.5\";i:107;s:5:\"5.1.4\";i:108;s:5:\"5.1.3\";i:109;s:5:\"5.1.2\";i:110;s:5:\"5.1.1\";i:111;s:5:\"5.1.0\";i:112;s:5:\"5.0.9\";i:113;s:5:\"5.0.8\";i:114;s:5:\"5.0.7\";i:115;s:5:\"5.0.6\";i:116;s:5:\"5.0.5\";i:117;s:5:\"5.0.4\";i:118;s:5:\"5.0.3\";i:119;s:5:\"5.0.2\";i:120;s:5:\"5.0.1\";i:121;s:5:\"5.0.0\";}}','no'),(35997,'_site_transient_timeout_theme_roots','1620458182','no'),(35998,'_site_transient_theme_roots','a:4:{s:10:\"innovation\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(35999,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1620456385;s:7:\"checked\";a:4:{s:10:\"innovation\";s:3:\"1.1\";s:13:\"twentyfifteen\";s:3:\"1.7\";s:14:\"twentyfourteen\";s:3:\"1.9\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"2.9\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.2.9.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentyfourteen\";a:6:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"3.1\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.3.1.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"2.4\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.2.4.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','no'),(36000,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1620456384;s:8:\"response\";a:6:{s:31:\"awesome-studio/awesome-ui-2.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/awesome-studio\";s:4:\"slug\";s:14:\"awesome-studio\";s:6:\"plugin\";s:31:\"awesome-studio/awesome-ui-2.php\";s:11:\"new_version\";s:5:\"2.4.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/awesome-studio/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/awesome-studio.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/awesome-studio/assets/icon-256x256.png?rev=1325859\";s:2:\"1x\";s:67:\"https://ps.w.org/awesome-studio/assets/icon-128x128.png?rev=1325859\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/awesome-studio/assets/banner-1544x500.png?rev=1324014\";s:2:\"1x\";s:69:\"https://ps.w.org/awesome-studio/assets/banner-772x250.png?rev=1324014\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.0\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:41:\"employee-spotlight/employee-spotlight.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:32:\"w.org/plugins/employee-spotlight\";s:4:\"slug\";s:18:\"employee-spotlight\";s:6:\"plugin\";s:41:\"employee-spotlight/employee-spotlight.php\";s:11:\"new_version\";s:5:\"4.9.4\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/employee-spotlight/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/employee-spotlight.4.9.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/employee-spotlight/assets/icon-256x256.png?rev=1563772\";s:2:\"1x\";s:71:\"https://ps.w.org/employee-spotlight/assets/icon-128x128.png?rev=1563772\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/employee-spotlight/assets/banner-772x250.jpg?rev=1139308\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.7.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"loco-translate/loco.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/loco-translate\";s:4:\"slug\";s:14:\"loco-translate\";s:6:\"plugin\";s:23:\"loco-translate/loco.php\";s:11:\"new_version\";s:5:\"2.5.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/loco-translate/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/loco-translate.2.5.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/loco-translate/assets/icon-256x256.png?rev=1000676\";s:2:\"1x\";s:67:\"https://ps.w.org/loco-translate/assets/icon-128x128.png?rev=1000676\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/loco-translate/assets/banner-772x250.jpg?rev=745046\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:53:\"<ul>\n<li>Various improvements and bugfixes</li>\n</ul>\";s:6:\"tested\";s:5:\"5.7.1\";s:12:\"requires_php\";s:5:\"5.2.4\";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.8.4\";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.8.4.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:\"5.7.1\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:20:\"team-members/tmm.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/team-members\";s:4:\"slug\";s:12:\"team-members\";s:6:\"plugin\";s:20:\"team-members/tmm.php\";s:11:\"new_version\";s:5:\"5.0.9\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/team-members/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/team-members.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/team-members/assets/icon-256x256.png?rev=1849322\";s:2:\"1x\";s:65:\"https://ps.w.org/team-members/assets/icon-128x128.png?rev=1849322\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/team-members/assets/banner-772x250.png?rev=1849322\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.7.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:34:\"advanced-custom-fields-pro/acf.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:5:\"5.9.5\";s:3:\"url\";s:36:\"https://www.advancedcustomfields.com\";s:7:\"package\";s:209:\"https://connect.advancedcustomfields.com/index.php?k=b3JkZXJfaWQ9OTI5NDZ8dHlwZT1kZXZlbG9wZXJ8ZGF0ZT0yMDE2LTExLTE3IDE1OjQ3OjA1&wp_url=http://innovationbrain.com&acf_version=5.5.2&wp_version=4.7&a=download&p=pro\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:21:\"polylang/polylang.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:22:\"w.org/plugins/polylang\";s:4:\"slug\";s:8:\"polylang\";s:6:\"plugin\";s:21:\"polylang/polylang.php\";s:11:\"new_version\";s:5:\"3.0.4\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/polylang/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/polylang.3.0.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/polylang/assets/icon-256x256.png?rev=1331499\";s:2:\"1x\";s:61:\"https://ps.w.org/polylang/assets/icon-128x128.png?rev=1331499\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/polylang/assets/banner-1544x500.png?rev=1405299\";s:2:\"1x\";s:63:\"https://ps.w.org/polylang/assets/banner-772x250.png?rev=1405299\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.7.1\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";a:0:{}}}}','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=66102 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','front-page.php'),(2,2,'_edit_lock','1482179929:1'),(3,2,'_edit_last','2'),(85,26,'_menu_item_type','custom'),(86,26,'_menu_item_menu_item_parent','0'),(87,26,'_menu_item_object_id','26'),(88,26,'_menu_item_object','custom'),(89,26,'_menu_item_target',''),(90,26,'_menu_item_classes','a:2:{i:0;s:17:\"newsletter-button\";i:1;s:9:\"subscribe\";}'),(91,26,'_menu_item_xfn','icon-star'),(92,26,'_menu_item_url','#'),(222,53,'_menu_item_type','custom'),(223,53,'_menu_item_menu_item_parent','0'),(224,53,'_menu_item_object_id','53'),(225,53,'_menu_item_object','custom'),(226,53,'_menu_item_target',''),(227,53,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(228,53,'_menu_item_xfn',''),(229,53,'_menu_item_url','#'),(231,54,'_menu_item_type','custom'),(232,54,'_menu_item_menu_item_parent','0'),(233,54,'_menu_item_object_id','54'),(234,54,'_menu_item_object','custom'),(235,54,'_menu_item_target',''),(236,54,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(237,54,'_menu_item_xfn',''),(238,54,'_menu_item_url','#'),(240,55,'_menu_item_type','post_type'),(241,55,'_menu_item_menu_item_parent','0'),(242,55,'_menu_item_object_id','2'),(243,55,'_menu_item_object','page'),(244,55,'_menu_item_target',''),(245,55,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(246,55,'_menu_item_xfn',''),(247,55,'_menu_item_url',''),(252,58,'_edit_last','5'),(253,58,'_wp_page_template','fluid.php'),(254,58,'_edit_lock','1568050652:5'),(257,60,'_edit_lock','1482184279:1'),(258,60,'_edit_last','2'),(259,60,'_wp_page_template','fluid.php'),(262,62,'_edit_lock','1524750852:4'),(263,62,'_edit_last','1'),(264,62,'_wp_page_template','fluid.php'),(267,64,'_edit_lock','1542095262:4'),(268,64,'_edit_last','4'),(269,64,'_wp_page_template','fluid.php'),(272,66,'_edit_lock','1529312748:5'),(273,66,'_edit_last','5'),(274,66,'_wp_page_template','fluid.php'),(275,68,'_menu_item_type','post_type'),(276,68,'_menu_item_menu_item_parent','0'),(277,68,'_menu_item_object_id','66'),(278,68,'_menu_item_object','page'),(279,68,'_menu_item_target',''),(280,68,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(281,68,'_menu_item_xfn','icon-mail'),(282,68,'_menu_item_url',''),(284,69,'_menu_item_type','post_type'),(285,69,'_menu_item_menu_item_parent','0'),(286,69,'_menu_item_object_id','64'),(287,69,'_menu_item_object','page'),(288,69,'_menu_item_target',''),(289,69,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(290,69,'_menu_item_xfn',''),(291,69,'_menu_item_url',''),(293,70,'_menu_item_type','post_type'),(294,70,'_menu_item_menu_item_parent','0'),(295,70,'_menu_item_object_id','62'),(296,70,'_menu_item_object','page'),(297,70,'_menu_item_target',''),(298,70,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(299,70,'_menu_item_xfn',''),(300,70,'_menu_item_url',''),(302,71,'_menu_item_type','post_type'),(303,71,'_menu_item_menu_item_parent','0'),(304,71,'_menu_item_object_id','60'),(305,71,'_menu_item_object','page'),(306,71,'_menu_item_target',''),(307,71,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(308,71,'_menu_item_xfn',''),(309,71,'_menu_item_url',''),(311,72,'_menu_item_type','post_type'),(312,72,'_menu_item_menu_item_parent','0'),(313,72,'_menu_item_object_id','58'),(314,72,'_menu_item_object','page'),(315,72,'_menu_item_target',''),(316,72,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(317,72,'_menu_item_xfn',''),(318,72,'_menu_item_url',''),(329,74,'_menu_item_type','post_type'),(330,74,'_menu_item_menu_item_parent','0'),(331,74,'_menu_item_object_id','60'),(332,74,'_menu_item_object','page'),(333,74,'_menu_item_target',''),(334,74,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(335,74,'_menu_item_xfn',''),(336,74,'_menu_item_url',''),(338,75,'_menu_item_type','post_type'),(339,75,'_menu_item_menu_item_parent','0'),(340,75,'_menu_item_object_id','60'),(341,75,'_menu_item_object','page'),(342,75,'_menu_item_target',''),(343,75,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(344,75,'_menu_item_xfn',''),(345,75,'_menu_item_url',''),(347,76,'_menu_item_type','post_type'),(348,76,'_menu_item_menu_item_parent','0'),(349,76,'_menu_item_object_id','60'),(350,76,'_menu_item_object','page'),(351,76,'_menu_item_target',''),(352,76,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(353,76,'_menu_item_xfn',''),(354,76,'_menu_item_url',''),(356,77,'_menu_item_type','post_type'),(357,77,'_menu_item_menu_item_parent','0'),(358,77,'_menu_item_object_id','60'),(359,77,'_menu_item_object','page'),(360,77,'_menu_item_target',''),(361,77,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(362,77,'_menu_item_xfn',''),(363,77,'_menu_item_url',''),(365,78,'_menu_item_type','post_type'),(366,78,'_menu_item_menu_item_parent','0'),(367,78,'_menu_item_object_id','60'),(368,78,'_menu_item_object','page'),(369,78,'_menu_item_target',''),(370,78,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(371,78,'_menu_item_xfn',''),(372,78,'_menu_item_url',''),(374,79,'_menu_item_type','post_type'),(375,79,'_menu_item_menu_item_parent','0'),(376,79,'_menu_item_object_id','60'),(377,79,'_menu_item_object','page'),(378,79,'_menu_item_target',''),(379,79,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(380,79,'_menu_item_xfn',''),(381,79,'_menu_item_url',''),(383,80,'_menu_item_type','post_type'),(384,80,'_menu_item_menu_item_parent','0'),(385,80,'_menu_item_object_id','60'),(386,80,'_menu_item_object','page'),(387,80,'_menu_item_target',''),(388,80,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(389,80,'_menu_item_xfn',''),(390,80,'_menu_item_url',''),(392,81,'_menu_item_type','post_type'),(393,81,'_menu_item_menu_item_parent','0'),(394,81,'_menu_item_object_id','60'),(395,81,'_menu_item_object','page'),(396,81,'_menu_item_target',''),(397,81,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(398,81,'_menu_item_xfn',''),(399,81,'_menu_item_url',''),(401,82,'_menu_item_type','post_type'),(402,82,'_menu_item_menu_item_parent','0'),(403,82,'_menu_item_object_id','60'),(404,82,'_menu_item_object','page'),(405,82,'_menu_item_target',''),(406,82,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(407,82,'_menu_item_xfn',''),(408,82,'_menu_item_url',''),(416,88,'_edit_lock','1454598134:2'),(417,88,'_edit_last','1'),(418,88,'field_56b247f6dbbd9','a:13:{s:3:\"key\";s:19:\"field_56b247f6dbbd9\";s:5:\"label\";s:14:\"Contact Blocks\";s:4:\"name\";s:17:\"contacts_repeater\";s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:62:\"Please enter the details. Link and Link type may be left blank\";s:8:\"required\";s:1:\"1\";s:10:\"sub_fields\";a:3:{i:0;a:15:{s:3:\"key\";s:19:\"field_56b24831dbbda\";s:5:\"label\";s:5:\"Title\";s:4:\"name\";s:13:\"contact_title\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:15:\"Department Name\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"none\";s:9:\"maxlength\";s:3:\"256\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_56b249b7da3f3\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}i:1;a:14:{s:3:\"key\";s:19:\"field_56b24931da3f0\";s:5:\"label\";s:15:\"Ways of contact\";s:4:\"name\";s:14:\"contact_values\";s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:21:\"This can be anything.\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:10:\"sub_fields\";a:4:{i:0;a:15:{s:3:\"key\";s:19:\"field_56b24943da3f1\";s:5:\"label\";s:18:\"Label (Black text)\";s:4:\"name\";s:18:\"contact_value_left\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:22:\"E-mail, Tel, London...\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"none\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_56b2505d40207\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}i:1;a:15:{s:3:\"key\";s:19:\"field_56b24974da3f2\";s:5:\"label\";s:10:\"Blue value\";s:4:\"name\";s:19:\"contact_value_right\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:2:\"50\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:24:\"john@smith.com, (+44)...\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"none\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_56b2505d40207\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}i:2;a:15:{s:3:\"key\";s:19:\"field_56b25144a6147\";s:5:\"label\";s:4:\"Link\";s:4:\"name\";s:4:\"link\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:2:\"50\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_56b2505d40207\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}i:3;a:13:{s:3:\"key\";s:19:\"field_56b2505d40207\";s:5:\"label\";s:9:\"Link Type\";s:4:\"name\";s:9:\"link_type\";s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:2:\"50\";s:7:\"choices\";a:3:{s:0:\"\";s:3:\"URL\";s:7:\"mailto:\";s:4:\"Mail\";s:4:\"tel:\";s:5:\"Phone\";}s:13:\"default_value\";s:4:\"Null\";s:10:\"allow_null\";s:1:\"1\";s:8:\"multiple\";s:1:\"0\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_56b249b7da3f3\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:9:\"icon-mail\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:3;}}s:7:\"row_min\";s:0:\"\";s:9:\"row_limit\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:16:\"Add Contact Line\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_56b249b7da3f3\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:9:\"icon-mail\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}i:2;a:13:{s:3:\"key\";s:19:\"field_56b249b7da3f3\";s:5:\"label\";s:4:\"Icon\";s:4:\"name\";s:12:\"contact_icon\";s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:7:\"choices\";a:21:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";s:0:\"\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:10:\"allow_null\";s:1:\"0\";s:8:\"multiple\";s:1:\"0\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}}s:7:\"row_min\";s:1:\"1\";s:9:\"row_limit\";s:0:\"\";s:6:\"layout\";s:3:\"row\";s:12:\"button_label\";s:17:\"Add Contact Block\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),(420,88,'position','acf_after_title'),(421,88,'layout','no_box'),(422,88,'hide_on_screen','a:12:{i:0;s:11:\"the_content\";i:1;s:7:\"excerpt\";i:2;s:13:\"custom_fields\";i:3;s:10:\"discussion\";i:4;s:8:\"comments\";i:5;s:4:\"slug\";i:6;s:6:\"author\";i:7;s:6:\"format\";i:8;s:14:\"featured_image\";i:9;s:10:\"categories\";i:10;s:4:\"tags\";i:11;s:15:\"send-trackbacks\";}'),(423,89,'contacts_repeater_0_contact_title','Marko'),(424,89,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(425,89,'contacts_repeater_1_contact_title','Nikola'),(426,89,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(427,89,'contacts_repeater_2_contact_title','Petar'),(428,89,'_contacts_repeater_2_contact_title','field_56b24831dbbda'),(429,89,'contacts_repeater','3'),(430,89,'_contacts_repeater','field_56b247f6dbbd9'),(431,66,'contacts_repeater_0_contact_title','General enquiries'),(432,66,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(433,66,'contacts_repeater_1_contact_title','Finance / Sales'),(434,66,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(437,66,'contacts_repeater','3'),(438,66,'_contacts_repeater','field_56b247f6dbbd9'),(440,90,'contacts_repeater_0_contact_title','General enquiries'),(441,90,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(442,90,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(443,90,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(444,90,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(445,90,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(446,90,'contacts_repeater_0_contact_values','1'),(447,90,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(448,90,'contacts_repeater_0_contact_icon','icon-mail'),(449,90,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(450,90,'contacts_repeater_1_contact_title','Finance / Sales'),(451,90,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(452,90,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(453,90,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(454,90,'contacts_repeater_1_contact_values_0_contact_value_right',''),(455,90,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(456,90,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(457,90,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(458,90,'contacts_repeater_1_contact_values_1_contact_value_right',''),(459,90,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(460,90,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(461,90,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(462,90,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(463,90,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(464,90,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(465,90,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(466,90,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(467,90,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(468,90,'contacts_repeater_1_contact_values','4'),(469,90,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(470,90,'contacts_repeater_1_contact_icon','icon-mail'),(471,90,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(472,90,'contacts_repeater','2'),(473,90,'_contacts_repeater','field_56b247f6dbbd9'),(474,66,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(475,66,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(476,66,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(477,66,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(478,66,'contacts_repeater_0_contact_values','1'),(479,66,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(480,66,'contacts_repeater_0_contact_icon','icon-cloud'),(481,66,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(482,66,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(483,66,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(484,66,'contacts_repeater_1_contact_values_0_contact_value_right',''),(485,66,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(486,66,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(487,66,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(488,66,'contacts_repeater_1_contact_values_1_contact_value_right',''),(489,66,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(490,66,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(491,66,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(492,66,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(493,66,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(494,66,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(495,66,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(496,66,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(497,66,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(498,66,'contacts_repeater_1_contact_values','4'),(499,66,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(500,66,'contacts_repeater_1_contact_icon','icon-paper'),(501,66,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(536,92,'contacts_repeater_0_contact_title','General enquiries'),(537,92,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(538,92,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(539,92,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(540,92,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(541,92,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(542,92,'contacts_repeater_0_contact_values','1'),(543,92,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(544,92,'contacts_repeater_0_contact_icon','icon-mail'),(545,92,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(546,92,'contacts_repeater_1_contact_title','Finance / Sales'),(547,92,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(548,92,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(549,92,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(550,92,'contacts_repeater_1_contact_values_0_contact_value_right',''),(551,92,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(552,92,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(553,92,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(554,92,'contacts_repeater_1_contact_values_1_contact_value_right',''),(555,92,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(556,92,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(557,92,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(558,92,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(559,92,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(560,92,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(561,92,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(562,92,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(563,92,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(564,92,'contacts_repeater_1_contact_values','4'),(565,92,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(566,92,'contacts_repeater_1_contact_icon','icon-close'),(567,92,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(568,92,'contacts_repeater','2'),(569,92,'_contacts_repeater','field_56b247f6dbbd9'),(571,93,'contacts_repeater_0_contact_title','General enquiries'),(572,93,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(573,93,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(574,93,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(575,93,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(576,93,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(577,93,'contacts_repeater_0_contact_values_0_link_type',''),(578,93,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(579,93,'contacts_repeater_0_contact_values','1'),(580,93,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(581,93,'contacts_repeater_0_contact_icon','icon-mail'),(582,93,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(583,93,'contacts_repeater_1_contact_title','Finance / Sales'),(584,93,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(585,93,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(586,93,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(587,93,'contacts_repeater_1_contact_values_0_contact_value_right',''),(588,93,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(589,93,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(590,93,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(591,93,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(592,93,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(593,93,'contacts_repeater_1_contact_values_1_contact_value_right',''),(594,93,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(595,93,'contacts_repeater_1_contact_values_1_link_type',''),(596,93,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(597,93,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(598,93,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(599,93,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(600,93,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(601,93,'contacts_repeater_1_contact_values_2_link_type',''),(602,93,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(603,93,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(604,93,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(605,93,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(606,93,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(607,93,'contacts_repeater_1_contact_values_3_link_type',''),(608,93,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(609,93,'contacts_repeater_1_contact_values','4'),(610,93,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(611,93,'contacts_repeater_1_contact_icon','icon-close'),(612,93,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(613,93,'contacts_repeater','2'),(614,93,'_contacts_repeater','field_56b247f6dbbd9'),(615,66,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(616,66,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(617,66,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(618,66,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(619,66,'contacts_repeater_1_contact_values_1_link_type',''),(620,66,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(621,66,'contacts_repeater_1_contact_values_2_link_type','tel:'),(622,66,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(623,66,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(624,66,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(625,94,'contacts_repeater_0_contact_title','General enquiries'),(626,94,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(627,94,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(628,94,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(629,94,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(630,94,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(631,94,'contacts_repeater_0_contact_values_0_link_type',''),(632,94,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(633,94,'contacts_repeater_0_contact_values','1'),(634,94,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(635,94,'contacts_repeater_0_contact_icon','icon-mail'),(636,94,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(637,94,'contacts_repeater_1_contact_title','Finance / Sales'),(638,94,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(639,94,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(640,94,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(641,94,'contacts_repeater_1_contact_values_0_contact_value_right',''),(642,94,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(643,94,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(644,94,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(645,94,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(646,94,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(647,94,'contacts_repeater_1_contact_values_1_contact_value_right',''),(648,94,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(649,94,'contacts_repeater_1_contact_values_1_link_type',''),(650,94,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(651,94,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(652,94,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(653,94,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(654,94,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(655,94,'contacts_repeater_1_contact_values_2_link_type','mailto:'),(656,94,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(657,94,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(658,94,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(659,94,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(660,94,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(661,94,'contacts_repeater_1_contact_values_3_link_type',''),(662,94,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(663,94,'contacts_repeater_1_contact_values','4'),(664,94,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(665,94,'contacts_repeater_1_contact_icon','icon-close'),(666,94,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(667,94,'contacts_repeater','2'),(668,94,'_contacts_repeater','field_56b247f6dbbd9'),(672,95,'contacts_repeater_0_contact_title','General enquiries'),(673,95,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(674,95,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(675,95,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(676,95,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(677,95,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(678,95,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(679,95,'_contacts_repeater_0_contact_values_0_link','field_56b25144a6147'),(680,95,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(681,95,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(682,95,'contacts_repeater_0_contact_values','1'),(683,95,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(684,95,'contacts_repeater_0_contact_icon','icon-mail'),(685,95,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(686,95,'contacts_repeater_1_contact_title','Finance / Sales'),(687,95,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(688,95,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(689,95,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(690,95,'contacts_repeater_1_contact_values_0_contact_value_right',''),(691,95,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(692,95,'contacts_repeater_1_contact_values_0_link',''),(693,95,'_contacts_repeater_1_contact_values_0_link','field_56b25144a6147'),(694,95,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(695,95,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(696,95,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(697,95,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(698,95,'contacts_repeater_1_contact_values_1_contact_value_right',''),(699,95,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(700,95,'contacts_repeater_1_contact_values_1_link',''),(701,95,'_contacts_repeater_1_contact_values_1_link','field_56b25144a6147'),(702,95,'contacts_repeater_1_contact_values_1_link_type',''),(703,95,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(704,95,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(705,95,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(706,95,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(707,95,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(708,95,'contacts_repeater_1_contact_values_2_link',''),(709,95,'_contacts_repeater_1_contact_values_2_link','field_56b25144a6147'),(710,95,'contacts_repeater_1_contact_values_2_link_type','mailto:'),(711,95,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(712,95,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(713,95,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(714,95,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(715,95,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(716,95,'contacts_repeater_1_contact_values_3_link',''),(717,95,'_contacts_repeater_1_contact_values_3_link','field_56b25144a6147'),(718,95,'contacts_repeater_1_contact_values_3_link_type',''),(719,95,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(720,95,'contacts_repeater_1_contact_values','4'),(721,95,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(722,95,'contacts_repeater_1_contact_icon','icon-close'),(723,95,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(724,95,'contacts_repeater','2'),(725,95,'_contacts_repeater','field_56b247f6dbbd9'),(726,66,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(727,66,'_contacts_repeater_0_contact_values_0_link','field_56b25144a6147'),(728,66,'contacts_repeater_1_contact_values_0_link',''),(729,66,'_contacts_repeater_1_contact_values_0_link','field_56b25144a6147'),(730,66,'contacts_repeater_1_contact_values_1_link',''),(731,66,'_contacts_repeater_1_contact_values_1_link','field_56b25144a6147'),(732,66,'contacts_repeater_1_contact_values_2_link','+447899747275'),(733,66,'_contacts_repeater_1_contact_values_2_link','field_56b25144a6147'),(734,66,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(735,66,'_contacts_repeater_1_contact_values_3_link','field_56b25144a6147'),(742,96,'contacts_repeater_0_contact_title','General enquiries'),(743,96,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(744,96,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(745,96,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(746,96,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(747,96,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(748,96,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(749,96,'_contacts_repeater_0_contact_values_0_link','field_56b25144a6147'),(750,96,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(751,96,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(752,96,'contacts_repeater_0_contact_values','1'),(753,96,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(754,96,'contacts_repeater_0_contact_icon','icon-mail'),(755,96,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(756,96,'contacts_repeater_1_contact_title','Finance / Sales'),(757,96,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(758,96,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(759,96,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(760,96,'contacts_repeater_1_contact_values_0_contact_value_right',''),(761,96,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(762,96,'contacts_repeater_1_contact_values_0_link',''),(763,96,'_contacts_repeater_1_contact_values_0_link','field_56b25144a6147'),(764,96,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(765,96,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(766,96,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(767,96,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(768,96,'contacts_repeater_1_contact_values_1_contact_value_right',''),(769,96,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(770,96,'contacts_repeater_1_contact_values_1_link',''),(771,96,'_contacts_repeater_1_contact_values_1_link','field_56b25144a6147'),(772,96,'contacts_repeater_1_contact_values_1_link_type',''),(773,96,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(774,96,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(775,96,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(776,96,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(777,96,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(778,96,'contacts_repeater_1_contact_values_2_link','+447899747275'),(779,96,'_contacts_repeater_1_contact_values_2_link','field_56b25144a6147'),(780,96,'contacts_repeater_1_contact_values_2_link_type','tel:'),(781,96,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(782,96,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(783,96,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(784,96,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(785,96,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(786,96,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(787,96,'_contacts_repeater_1_contact_values_3_link','field_56b25144a6147'),(788,96,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(789,96,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(790,96,'contacts_repeater_1_contact_values','4'),(791,96,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(792,96,'contacts_repeater_1_contact_icon','icon-close'),(793,96,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(794,96,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(795,96,'_contacts_repeater_2_contact_title','field_56b24831dbbda'),(796,96,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(797,96,'_contacts_repeater_2_contact_values_0_contact_value_left','field_56b24943da3f1'),(798,96,'contacts_repeater_2_contact_values_0_contact_value_right',''),(799,96,'_contacts_repeater_2_contact_values_0_contact_value_right','field_56b24974da3f2'),(800,96,'contacts_repeater_2_contact_values_0_link',''),(801,96,'_contacts_repeater_2_contact_values_0_link','field_56b25144a6147'),(802,96,'contacts_repeater_2_contact_values_0_link_type','null'),(803,96,'_contacts_repeater_2_contact_values_0_link_type','field_56b2505d40207'),(804,96,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(805,96,'_contacts_repeater_2_contact_values_1_contact_value_left','field_56b24943da3f1'),(806,96,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(807,96,'_contacts_repeater_2_contact_values_1_contact_value_right','field_56b24974da3f2'),(808,96,'contacts_repeater_2_contact_values_1_link',''),(809,96,'_contacts_repeater_2_contact_values_1_link','field_56b25144a6147'),(810,96,'contacts_repeater_2_contact_values_1_link_type','tel:'),(811,96,'_contacts_repeater_2_contact_values_1_link_type','field_56b2505d40207'),(812,96,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(813,96,'_contacts_repeater_2_contact_values_2_contact_value_left','field_56b24943da3f1'),(814,96,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(815,96,'_contacts_repeater_2_contact_values_2_contact_value_right','field_56b24974da3f2'),(816,96,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(817,96,'_contacts_repeater_2_contact_values_2_link','field_56b25144a6147'),(818,96,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(819,96,'_contacts_repeater_2_contact_values_2_link_type','field_56b2505d40207'),(820,96,'contacts_repeater_2_contact_values','3'),(821,96,'_contacts_repeater_2_contact_values','field_56b24931da3f0'),(822,96,'contacts_repeater_2_contact_icon','icon-mail'),(823,96,'_contacts_repeater_2_contact_icon','field_56b249b7da3f3'),(824,96,'contacts_repeater','3'),(825,96,'_contacts_repeater','field_56b247f6dbbd9'),(826,66,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(827,66,'_contacts_repeater_2_contact_title','field_56b24831dbbda'),(828,66,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(829,66,'_contacts_repeater_2_contact_values_0_contact_value_left','field_56b24943da3f1'),(830,66,'contacts_repeater_2_contact_values_0_contact_value_right',''),(831,66,'_contacts_repeater_2_contact_values_0_contact_value_right','field_56b24974da3f2'),(832,66,'contacts_repeater_2_contact_values_0_link',''),(833,66,'_contacts_repeater_2_contact_values_0_link','field_56b25144a6147'),(834,66,'contacts_repeater_2_contact_values_0_link_type',''),(835,66,'_contacts_repeater_2_contact_values_0_link_type','field_56b2505d40207'),(836,66,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(837,66,'_contacts_repeater_2_contact_values_1_contact_value_left','field_56b24943da3f1'),(838,66,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(839,66,'_contacts_repeater_2_contact_values_1_contact_value_right','field_56b24974da3f2'),(840,66,'contacts_repeater_2_contact_values_1_link',''),(841,66,'_contacts_repeater_2_contact_values_1_link','field_56b25144a6147'),(842,66,'contacts_repeater_2_contact_values_1_link_type','tel:'),(843,66,'_contacts_repeater_2_contact_values_1_link_type','field_56b2505d40207'),(844,66,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(845,66,'_contacts_repeater_2_contact_values_2_contact_value_left','field_56b24943da3f1'),(846,66,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(847,66,'_contacts_repeater_2_contact_values_2_contact_value_right','field_56b24974da3f2'),(848,66,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(849,66,'_contacts_repeater_2_contact_values_2_link','field_56b25144a6147'),(850,66,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(851,66,'_contacts_repeater_2_contact_values_2_link_type','field_56b2505d40207'),(852,66,'contacts_repeater_2_contact_values','3'),(853,66,'_contacts_repeater_2_contact_values','field_56b24931da3f0'),(854,66,'contacts_repeater_2_contact_icon','icon-pie'),(855,66,'_contacts_repeater_2_contact_icon','field_56b249b7da3f3'),(857,97,'contacts_repeater_0_contact_title','General enquiries'),(858,97,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(859,97,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(860,97,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(861,97,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(862,97,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(863,97,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(864,97,'_contacts_repeater_0_contact_values_0_link','field_56b25144a6147'),(865,97,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(866,97,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(867,97,'contacts_repeater_0_contact_values','1'),(868,97,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(869,97,'contacts_repeater_0_contact_icon','icon-cloud'),(870,97,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(871,97,'contacts_repeater_1_contact_title','Finance / Sales'),(872,97,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(873,97,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(874,97,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(875,97,'contacts_repeater_1_contact_values_0_contact_value_right',''),(876,97,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(877,97,'contacts_repeater_1_contact_values_0_link',''),(878,97,'_contacts_repeater_1_contact_values_0_link','field_56b25144a6147'),(879,97,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(880,97,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(881,97,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(882,97,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(883,97,'contacts_repeater_1_contact_values_1_contact_value_right',''),(884,97,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(885,97,'contacts_repeater_1_contact_values_1_link',''),(886,97,'_contacts_repeater_1_contact_values_1_link','field_56b25144a6147'),(887,97,'contacts_repeater_1_contact_values_1_link_type',''),(888,97,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(889,97,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(890,97,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(891,97,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(892,97,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(893,97,'contacts_repeater_1_contact_values_2_link','+447899747275'),(894,97,'_contacts_repeater_1_contact_values_2_link','field_56b25144a6147'),(895,97,'contacts_repeater_1_contact_values_2_link_type','tel:'),(896,97,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(897,97,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(898,97,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(899,97,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(900,97,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(901,97,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(902,97,'_contacts_repeater_1_contact_values_3_link','field_56b25144a6147'),(903,97,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(904,97,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(905,97,'contacts_repeater_1_contact_values','4'),(906,97,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(907,97,'contacts_repeater_1_contact_icon','icon-paper'),(908,97,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(909,97,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(910,97,'_contacts_repeater_2_contact_title','field_56b24831dbbda'),(911,97,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(912,97,'_contacts_repeater_2_contact_values_0_contact_value_left','field_56b24943da3f1'),(913,97,'contacts_repeater_2_contact_values_0_contact_value_right',''),(914,97,'_contacts_repeater_2_contact_values_0_contact_value_right','field_56b24974da3f2'),(915,97,'contacts_repeater_2_contact_values_0_link',''),(916,97,'_contacts_repeater_2_contact_values_0_link','field_56b25144a6147'),(917,97,'contacts_repeater_2_contact_values_0_link_type','null'),(918,97,'_contacts_repeater_2_contact_values_0_link_type','field_56b2505d40207'),(919,97,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(920,97,'_contacts_repeater_2_contact_values_1_contact_value_left','field_56b24943da3f1'),(921,97,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(922,97,'_contacts_repeater_2_contact_values_1_contact_value_right','field_56b24974da3f2'),(923,97,'contacts_repeater_2_contact_values_1_link',''),(924,97,'_contacts_repeater_2_contact_values_1_link','field_56b25144a6147'),(925,97,'contacts_repeater_2_contact_values_1_link_type','tel:'),(926,97,'_contacts_repeater_2_contact_values_1_link_type','field_56b2505d40207'),(927,97,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(928,97,'_contacts_repeater_2_contact_values_2_contact_value_left','field_56b24943da3f1'),(929,97,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(930,97,'_contacts_repeater_2_contact_values_2_contact_value_right','field_56b24974da3f2'),(931,97,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(932,97,'_contacts_repeater_2_contact_values_2_link','field_56b25144a6147'),(933,97,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(934,97,'_contacts_repeater_2_contact_values_2_link_type','field_56b2505d40207'),(935,97,'contacts_repeater_2_contact_values','3'),(936,97,'_contacts_repeater_2_contact_values','field_56b24931da3f0'),(937,97,'contacts_repeater_2_contact_icon','icon-pie'),(938,97,'_contacts_repeater_2_contact_icon','field_56b249b7da3f3'),(939,97,'contacts_repeater','3'),(940,97,'_contacts_repeater','field_56b247f6dbbd9'),(941,98,'_edit_lock','1454597268:2'),(942,98,'_edit_last','2'),(943,98,'field_56b25d0cd2fed','a:13:{s:3:\"key\";s:19:\"field_56b25d0cd2fed\";s:5:\"label\";s:14:\"Cases Repeater\";s:4:\"name\";s:14:\"cases_repeater\";s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:10:\"sub_fields\";a:4:{i:0;a:15:{s:3:\"key\";s:19:\"field_56b25da7d2fee\";s:5:\"label\";s:11:\"Cases Title\";s:4:\"name\";s:11:\"cases_title\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:15:\"TItle goes here\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_56b25e3fd2ff0\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:9:\"icon-mail\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}i:1;a:15:{s:3:\"key\";s:19:\"field_56b25e11d2fef\";s:5:\"label\";s:13:\"Cases Content\";s:4:\"name\";s:13:\"cases_content\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:17:\"Content goes here\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_56b25e3fd2ff0\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:9:\"icon-mail\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}i:2;a:13:{s:3:\"key\";s:19:\"field_56b25e3fd2ff0\";s:5:\"label\";s:4:\"Icon\";s:4:\"name\";s:4:\"icon\";s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"1\";s:12:\"column_width\";s:0:\"\";s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";s:0:\"\";s:10:\"allow_null\";s:1:\"0\";s:8:\"multiple\";s:1:\"0\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}i:3;a:15:{s:3:\"key\";s:19:\"field_56b25fd0eb57f\";s:5:\"label\";s:16:\"Cases Icon Title\";s:4:\"name\";s:16:\"cases_icon_title\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_56b25e3fd2ff0\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:9:\"icon-mail\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:3;}}s:7:\"row_min\";s:0:\"\";s:9:\"row_limit\";s:0:\"\";s:6:\"layout\";s:3:\"row\";s:12:\"button_label\";s:8:\"Add Case\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),(945,98,'position','normal'),(946,98,'layout','no_box'),(947,98,'hide_on_screen',''),(957,102,'cases_repeater_0_cases_title','- Largest Greek Bank'),(958,102,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(959,102,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(960,102,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(961,102,'cases_repeater_0_icon','icon-bullseye-small'),(962,102,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(963,102,'cases_repeater_0_cases_icon_title','Financial services'),(964,102,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(965,102,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(966,102,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(967,102,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(968,102,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(969,102,'cases_repeater_1_icon','icon-progress-small'),(970,102,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(971,102,'cases_repeater_1_cases_icon_title','Commodities'),(972,102,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(973,102,'cases_repeater','2'),(974,102,'_cases_repeater','field_56b25d0cd2fed'),(975,64,'cases_repeater_0_cases_title','- Largest Greek Bank'),(976,64,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(977,64,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(978,64,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(979,64,'cases_repeater_0_icon','icon-bullseye-small'),(980,64,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(981,64,'cases_repeater_0_cases_icon_title','Financial services'),(982,64,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(983,64,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(984,64,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(985,64,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(986,64,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(987,64,'cases_repeater_1_icon','icon-progress-small'),(988,64,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(989,64,'cases_repeater_1_cases_icon_title','Commodities'),(990,64,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(991,64,'cases_repeater','3'),(992,64,'_cases_repeater','field_56b25d0cd2fed'),(993,104,'cases_repeater_0_cases_title','- Largest Greek Bank'),(994,104,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(995,104,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(996,104,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(997,104,'cases_repeater_0_icon','icon-bullseye-small'),(998,104,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(999,104,'cases_repeater_0_cases_icon_title','Financial services'),(1000,104,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(1001,104,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator - GATE Alternative Energy'),(1002,104,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(1003,104,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(1004,104,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(1005,104,'cases_repeater_1_icon','icon-progress-small'),(1006,104,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(1007,104,'cases_repeater_1_cases_icon_title','Commodities'),(1008,104,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(1009,104,'cases_repeater','2'),(1010,104,'_cases_repeater','field_56b25d0cd2fed'),(1011,105,'_edit_lock','1454589774:2'),(1012,105,'_edit_last','1'),(1013,105,'field_56b26352af6a8','a:13:{s:3:\"key\";s:19:\"field_56b26352af6a8\";s:5:\"label\";s:13:\"Presentations\";s:4:\"name\";s:13:\"presentations\";s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:10:\"sub_fields\";a:3:{i:0;a:15:{s:3:\"key\";s:19:\"field_56b2637faf6a9\";s:5:\"label\";s:5:\"Title\";s:4:\"name\";s:5:\"title\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}i:1;a:15:{s:3:\"key\";s:19:\"field_56b2638aaf6aa\";s:5:\"label\";s:11:\"Explanation\";s:4:\"name\";s:11:\"explanation\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:29:\"Enter a location and the date\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}i:2;a:15:{s:3:\"key\";s:19:\"field_56b26390af6ab\";s:5:\"label\";s:13:\"Download Link\";s:4:\"name\";s:13:\"download_link\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}}s:7:\"row_min\";s:0:\"\";s:9:\"row_limit\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:7:\"Add Row\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),(1015,105,'position','normal'),(1016,105,'layout','no_box'),(1017,105,'hide_on_screen','a:11:{i:0;s:7:\"excerpt\";i:1;s:13:\"custom_fields\";i:2;s:10:\"discussion\";i:3;s:8:\"comments\";i:4;s:4:\"slug\";i:5;s:6:\"author\";i:6;s:6:\"format\";i:7;s:14:\"featured_image\";i:8;s:10:\"categories\";i:9;s:4:\"tags\";i:10;s:15:\"send-trackbacks\";}'),(1020,106,'cases_repeater_0_cases_title','- Largest Greek Bank'),(1021,106,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(1022,106,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(1023,106,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(1024,106,'cases_repeater_0_icon','icon-bullseye-small'),(1025,106,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(1026,106,'cases_repeater_0_cases_icon_title','Financial services'),(1027,106,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(1028,106,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(1029,106,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(1030,106,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(1031,106,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(1032,106,'cases_repeater_1_icon','icon-progress-small'),(1033,106,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(1034,106,'cases_repeater_1_cases_icon_title','Commodities'),(1035,106,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(1036,106,'cases_repeater','2'),(1037,106,'_cases_repeater','field_56b25d0cd2fed'),(1038,107,'presentations_0_title','Presentation: NPL Trends and Bank restructuring'),(1039,107,'_presentations_0_title','field_56b2637faf6a9'),(1040,107,'presentations_0_explanation','Conference: NPL Europe London, 1-2 October 2014'),(1041,107,'_presentations_0_explanation','field_56b2638aaf6aa'),(1042,107,'presentations_0_download_link',''),(1043,107,'_presentations_0_download_link','field_56b26390af6ab'),(1044,107,'presentations_1_title','Presentation: Cross-border Banking Turnaround and Resolution'),(1045,107,'_presentations_1_title','field_56b2637faf6a9'),(1046,107,'presentations_1_explanation','Conference: Restructuring & Insolvency Europe Vienna, 4-5 December 2014'),(1047,107,'_presentations_1_explanation','field_56b2638aaf6aa'),(1048,107,'presentations_1_download_link',''),(1049,107,'_presentations_1_download_link','field_56b26390af6ab'),(1050,107,'presentations_2_title','Presentation: Private Asset Management Company and value recovery'),(1051,107,'_presentations_2_title','field_56b2637faf6a9'),(1052,107,'presentations_2_explanation','Conference: NPL International Paris, 23-24 April, 2014'),(1053,107,'_presentations_2_explanation','field_56b2638aaf6aa'),(1054,107,'presentations_2_download_link',''),(1055,107,'_presentations_2_download_link','field_56b26390af6ab'),(1056,107,'presentations','3'),(1057,107,'_presentations','field_56b26352af6a8'),(1058,62,'presentations_0_title','Presentation: NPL Trends and Bank restructuring'),(1059,62,'_presentations_0_title','field_56b2637faf6a9'),(1060,62,'presentations_0_explanation','Conference: NPL Europe London, 1-2 October 2014'),(1061,62,'_presentations_0_explanation','field_56b2638aaf6aa'),(1062,62,'presentations_0_download_link','http://www.smithnovak.com/conferences/npl-europe.html '),(1063,62,'_presentations_0_download_link','field_56b26390af6ab'),(1064,62,'presentations_1_title','Presentation: Cross-border Banking Turnaround and Resolution'),(1065,62,'_presentations_1_title','field_56b2637faf6a9'),(1066,62,'presentations_1_explanation','Conference: Restructuring & Insolvency Europe Vienna, 4-5 December 2014'),(1067,62,'_presentations_1_explanation','field_56b2638aaf6aa'),(1068,62,'presentations_1_download_link','http://www.smithnovak.com/conferences/restructuring-insolvency-europe.html'),(1069,62,'_presentations_1_download_link','field_56b26390af6ab'),(1070,62,'presentations_2_title','Presentation: Private Asset Management Company and value recovery'),(1071,62,'_presentations_2_title','field_56b2637faf6a9'),(1072,62,'presentations_2_explanation','Conference: NPL International Paris, 23-24 April, 2014'),(1073,62,'_presentations_2_explanation','field_56b2638aaf6aa'),(1074,62,'presentations_2_download_link','http://www.smithnovak.com/conferences/npl-international.html'),(1075,62,'_presentations_2_download_link','field_56b26390af6ab'),(1076,62,'presentations','3'),(1077,62,'_presentations','field_56b26352af6a8'),(1080,105,'field_56b265df4d128','a:14:{s:3:\"key\";s:19:\"field_56b265df4d128\";s:5:\"label\";s:14:\"Contact Header\";s:4:\"name\";s:14:\"contact_header\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}'),(1081,105,'field_56b2663e4d129','a:13:{s:3:\"key\";s:19:\"field_56b2663e4d129\";s:5:\"label\";s:15:\"Ways of Contact\";s:4:\"name\";s:14:\"contact_values\";s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:10:\"sub_fields\";a:4:{i:0;a:15:{s:3:\"key\";s:19:\"field_56b266704d12a\";s:5:\"label\";s:18:\"Label (Black text)\";s:4:\"name\";s:18:\"contact_value_left\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:22:\"E-mail, Tel, London...\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"none\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}i:1;a:15:{s:3:\"key\";s:19:\"field_56b2669a4d12b\";s:5:\"label\";s:10:\"Blue value\";s:4:\"name\";s:19:\"contact_value_right\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:24:\"john@smith.com, (+44)...\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"none\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}i:2;a:15:{s:3:\"key\";s:19:\"field_56b266b54d12c\";s:5:\"label\";s:4:\"Link\";s:4:\"name\";s:4:\"link\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}i:3;a:13:{s:3:\"key\";s:19:\"field_56b266c94d12d\";s:5:\"label\";s:9:\"Link Type\";s:4:\"name\";s:9:\"link_type\";s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:7:\"choices\";a:3:{s:0:\"\";s:3:\"URL\";s:7:\"mailto:\";s:4:\"Mail\";s:4:\"tel:\";s:5:\"Phone\";}s:13:\"default_value\";s:4:\"Null\";s:10:\"allow_null\";s:1:\"1\";s:8:\"multiple\";s:1:\"0\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:3;}}s:7:\"row_min\";s:0:\"\";s:9:\"row_limit\";s:0:\"\";s:6:\"layout\";s:3:\"row\";s:12:\"button_label\";s:7:\"Add Row\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}'),(1082,105,'rule','a:5:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:14:\"leadership.php\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),(1083,88,'rule','a:5:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:11:\"contact.php\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),(1084,108,'presentations_0_title','Presentation: NPL Trends and Bank restructuring'),(1085,108,'_presentations_0_title','field_56b2637faf6a9'),(1086,108,'presentations_0_explanation','Conference: NPL Europe London, 1-2 October 2014'),(1087,108,'_presentations_0_explanation','field_56b2638aaf6aa'),(1088,108,'presentations_0_download_link',''),(1089,108,'_presentations_0_download_link','field_56b26390af6ab'),(1090,108,'presentations_1_title','Presentation: Cross-border Banking Turnaround and Resolution'),(1091,108,'_presentations_1_title','field_56b2637faf6a9'),(1092,108,'presentations_1_explanation','Conference: Restructuring & Insolvency Europe Vienna, 4-5 December 2014'),(1093,108,'_presentations_1_explanation','field_56b2638aaf6aa'),(1094,108,'presentations_1_download_link',''),(1095,108,'_presentations_1_download_link','field_56b26390af6ab'),(1096,108,'presentations_2_title','Presentation: Private Asset Management Company and value recovery'),(1097,108,'_presentations_2_title','field_56b2637faf6a9'),(1098,108,'presentations_2_explanation','Conference: NPL International Paris, 23-24 April, 2014'),(1099,108,'_presentations_2_explanation','field_56b2638aaf6aa'),(1100,108,'presentations_2_download_link',''),(1101,108,'_presentations_2_download_link','field_56b26390af6ab'),(1102,108,'presentations','3'),(1103,108,'_presentations','field_56b26352af6a8'),(1104,108,'contact_header','Please feel free to contact us:'),(1105,108,'_contact_header','field_56b265df4d128'),(1106,108,'contact_values_0_contact_value_left','Zug, Switzerland'),(1107,108,'_contact_values_0_contact_value_left','field_56b266704d12a'),(1108,108,'contact_values_0_contact_value_right',''),(1109,108,'_contact_values_0_contact_value_right','field_56b2669a4d12b'),(1110,108,'contact_values_0_link',''),(1111,108,'_contact_values_0_link','field_56b266b54d12c'),(1112,108,'contact_values_0_link_type','null'),(1113,108,'_contact_values_0_link_type','field_56b266c94d12d'),(1114,108,'contact_values_1_contact_value_left','Dr Lukas Fecker'),(1115,108,'_contact_values_1_contact_value_left','field_56b266704d12a'),(1116,108,'contact_values_1_contact_value_right',''),(1117,108,'_contact_values_1_contact_value_right','field_56b2669a4d12b'),(1118,108,'contact_values_1_link',''),(1119,108,'_contact_values_1_link','field_56b266b54d12c'),(1120,108,'contact_values_1_link_type','null'),(1121,108,'_contact_values_1_link_type','field_56b266c94d12d'),(1122,108,'contact_values_2_contact_value_left','Tel:'),(1123,108,'_contact_values_2_contact_value_left','field_56b266704d12a'),(1124,108,'contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(1125,108,'_contact_values_2_contact_value_right','field_56b2669a4d12b'),(1126,108,'contact_values_2_link','+41793107090'),(1127,108,'_contact_values_2_link','field_56b266b54d12c'),(1128,108,'contact_values_2_link_type','tel:'),(1129,108,'_contact_values_2_link_type','field_56b266c94d12d'),(1130,108,'contact_values_3_contact_value_left','E-mail:'),(1131,108,'_contact_values_3_contact_value_left','field_56b266704d12a'),(1132,108,'contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(1133,108,'_contact_values_3_contact_value_right','field_56b2669a4d12b'),(1134,108,'contact_values_3_link','lukas.fecker@innovationbrain.com'),(1135,108,'_contact_values_3_link','field_56b266b54d12c'),(1136,108,'contact_values_3_link_type','mailto:'),(1137,108,'_contact_values_3_link_type','field_56b266c94d12d'),(1138,108,'contact_values','4'),(1139,108,'_contact_values','field_56b2663e4d129'),(1140,62,'contact_header','Please feel free to contact us:'),(1141,62,'_contact_header','field_56b265df4d128'),(1142,62,'contact_values_0_contact_value_left','Zug, Switzerland'),(1143,62,'_contact_values_0_contact_value_left','field_56b266704d12a'),(1144,62,'contact_values_0_contact_value_right',''),(1145,62,'_contact_values_0_contact_value_right','field_56b2669a4d12b'),(1146,62,'contact_values_0_link',''),(1147,62,'_contact_values_0_link','field_56b266b54d12c'),(1148,62,'contact_values_0_link_type','null'),(1149,62,'_contact_values_0_link_type','field_56b266c94d12d'),(1150,62,'contact_values_1_contact_value_left','Dr Lukas Fecker'),(1151,62,'_contact_values_1_contact_value_left','field_56b266704d12a'),(1152,62,'contact_values_1_contact_value_right',''),(1153,62,'_contact_values_1_contact_value_right','field_56b2669a4d12b'),(1154,62,'contact_values_1_link',''),(1155,62,'_contact_values_1_link','field_56b266b54d12c'),(1156,62,'contact_values_1_link_type','null'),(1157,62,'_contact_values_1_link_type','field_56b266c94d12d'),(1158,62,'contact_values_2_contact_value_left','Tel:'),(1159,62,'_contact_values_2_contact_value_left','field_56b266704d12a'),(1160,62,'contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(1161,62,'_contact_values_2_contact_value_right','field_56b2669a4d12b'),(1162,62,'contact_values_2_link','+41793107090'),(1163,62,'_contact_values_2_link','field_56b266b54d12c'),(1164,62,'contact_values_2_link_type','tel:'),(1165,62,'_contact_values_2_link_type','field_56b266c94d12d'),(1166,62,'contact_values_3_contact_value_left','E-mail:'),(1167,62,'_contact_values_3_contact_value_left','field_56b266704d12a'),(1168,62,'contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(1169,62,'_contact_values_3_contact_value_right','field_56b2669a4d12b'),(1170,62,'contact_values_3_link','lukas.fecker@innovationbrain.com'),(1171,62,'_contact_values_3_link','field_56b266b54d12c'),(1172,62,'contact_values_3_link_type','mailto:'),(1173,62,'_contact_values_3_link_type','field_56b266c94d12d'),(1174,62,'contact_values','4'),(1175,62,'_contact_values','field_56b2663e4d129'),(1195,117,'_edit_lock','1454593663:1'),(1196,117,'_edit_last','1'),(1197,117,'field_56b276ce702ac','a:12:{s:3:\"key\";s:19:\"field_56b276ce702ac\";s:5:\"label\";s:12:\"Page Builder\";s:4:\"name\";s:7:\"builder\";s:4:\"type\";s:16:\"flexible_content\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:7:\"layouts\";a:3:{i:0;a:6:{s:5:\"label\";s:13:\"Content Block\";s:4:\"name\";s:13:\"content_block\";s:7:\"display\";s:3:\"row\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:10:\"sub_fields\";a:2:{i:0;a:12:{s:3:\"key\";s:19:\"field_56b277bdc4c29\";s:5:\"label\";s:14:\"Content Editor\";s:4:\"name\";s:14:\"content_editor\";s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";s:3:\"yes\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}i:1;a:11:{s:3:\"key\";s:19:\"field_56b277e6c4c2a\";s:5:\"label\";s:9:\"Separator\";s:4:\"name\";s:9:\"separator\";s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:7:\"message\";s:39:\"Show separator on the end of this block\";s:13:\"default_value\";s:1:\"1\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}}}i:1;a:6:{s:5:\"label\";s:24:\"Three Blue Circles Block\";s:4:\"name\";s:19:\"three_circles_block\";s:7:\"display\";s:5:\"table\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:10:\"sub_fields\";a:4:{i:0;a:13:{s:3:\"key\";s:19:\"field_56b27873c4c2c\";s:5:\"label\";s:7:\"Circle1\";s:4:\"name\";s:7:\"circle1\";s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";s:0:\"\";s:10:\"allow_null\";s:1:\"0\";s:8:\"multiple\";s:1:\"0\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}i:1;a:13:{s:3:\"key\";s:19:\"field_56b278a2c4c2d\";s:5:\"label\";s:7:\"Circle2\";s:4:\"name\";s:7:\"circle2\";s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";s:0:\"\";s:10:\"allow_null\";s:1:\"0\";s:8:\"multiple\";s:1:\"0\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_56b27873c4c2c\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:9:\"icon-mail\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}i:2;a:13:{s:3:\"key\";s:19:\"field_56b278a6c4c2e\";s:5:\"label\";s:7:\"Circle3\";s:4:\"name\";s:7:\"circle3\";s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";s:0:\"\";s:10:\"allow_null\";s:1:\"0\";s:8:\"multiple\";s:1:\"0\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_56b27873c4c2c\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:9:\"icon-mail\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}i:3;a:11:{s:3:\"key\";s:19:\"field_56b279d15d50d\";s:5:\"label\";s:9:\"Separator\";s:4:\"name\";s:9:\"separator\";s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:7:\"message\";s:39:\"Show separator on the end of this block\";s:13:\"default_value\";s:1:\"1\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_56b27873c4c2c\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:9:\"icon-mail\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:3;}}}i:2;a:6:{s:5:\"label\";s:9:\"Read More\";s:4:\"name\";s:9:\"read_more\";s:7:\"display\";s:5:\"table\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:10:\"sub_fields\";a:4:{i:0;a:12:{s:3:\"key\";s:19:\"field_56b27a76a0645\";s:5:\"label\";s:5:\"Image\";s:4:\"name\";s:5:\"image\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:11:\"save_format\";s:3:\"url\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}i:1;a:14:{s:3:\"key\";s:19:\"field_56b27ab4a0646\";s:5:\"label\";s:8:\"Headline\";s:4:\"name\";s:8:\"headline\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:10:\"formatting\";s:2:\"br\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}i:2;a:15:{s:3:\"key\";s:19:\"field_56b27ad4a0647\";s:5:\"label\";s:12:\"Button Label\";s:4:\"name\";s:12:\"button_label\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:12:\"Download PDF\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"none\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}i:3;a:15:{s:3:\"key\";s:19:\"field_56b27af6a0648\";s:5:\"label\";s:4:\"File\";s:4:\"name\";s:4:\"file\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"none\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:3;}}}}s:12:\"button_label\";s:9:\"Add Block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),(1199,117,'position','normal'),(1200,117,'layout','no_box'),(1201,117,'hide_on_screen','a:13:{i:0;s:11:\"the_content\";i:1;s:7:\"excerpt\";i:2;s:13:\"custom_fields\";i:3;s:10:\"discussion\";i:4;s:8:\"comments\";i:5;s:9:\"revisions\";i:6;s:4:\"slug\";i:7;s:6:\"author\";i:8;s:6:\"format\";i:9;s:14:\"featured_image\";i:10;s:10:\"categories\";i:11;s:4:\"tags\";i:12;s:15:\"send-trackbacks\";}'),(1203,118,'builder_0_content_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(1204,118,'_builder_0_content_editor','field_56b277bdc4c29'),(1205,118,'builder_0_separator','1'),(1206,118,'_builder_0_separator','field_56b277e6c4c2a'),(1207,118,'builder_1_circle1','icon-grid'),(1208,118,'_builder_1_circle1','field_56b27873c4c2c'),(1209,118,'builder_1_circle2','icon-turnaround'),(1210,118,'_builder_1_circle2','field_56b278a2c4c2d'),(1211,118,'builder_1_circle3','icon-masonery'),(1212,118,'_builder_1_circle3','field_56b278a6c4c2e'),(1213,118,'builder','a:2:{i:0;s:13:\"content_block\";i:1;s:19:\"three_circles_block\";}'),(1214,118,'_builder','field_56b276ce702ac'),(1225,58,'builder','a:0:{}'),(1226,58,'_builder','field_56b276ce702ac'),(1227,119,'builder_0_content_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(1228,119,'_builder_0_content_editor','field_56b277bdc4c29'),(1229,119,'builder_0_separator','1'),(1230,119,'_builder_0_separator','field_56b277e6c4c2a'),(1231,119,'builder_1_circle1','icon-grid'),(1232,119,'_builder_1_circle1','field_56b27873c4c2c'),(1233,119,'builder_1_circle2','icon-turnaround'),(1234,119,'_builder_1_circle2','field_56b278a2c4c2d'),(1235,119,'builder_1_circle3','icon-masonery'),(1236,119,'_builder_1_circle3','field_56b278a6c4c2e'),(1237,119,'builder_2_content_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(1238,119,'_builder_2_content_editor','field_56b277bdc4c29'),(1239,119,'builder_2_separator','1'),(1240,119,'_builder_2_separator','field_56b277e6c4c2a'),(1241,119,'builder','a:3:{i:0;s:13:\"content_block\";i:1;s:19:\"three_circles_block\";i:2;s:13:\"content_block\";}'),(1242,119,'_builder','field_56b276ce702ac'),(1307,125,'cases_repeater_0_cases_title','- Largest Greek Bank'),(1310,125,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(1313,125,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(1316,125,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(1319,125,'cases_repeater_0_icon','icon-bullseye-small'),(1322,125,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(1325,125,'cases_repeater_0_cases_icon_title','Financial services'),(1328,125,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(1331,125,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(1334,125,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(1337,125,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(1340,125,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(1343,125,'cases_repeater_1_icon','icon-progress-small'),(1346,125,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(1349,125,'cases_repeater_1_cases_icon_title','Commodities'),(1352,125,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(1355,125,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(1358,125,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(1361,125,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(1364,125,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(1367,125,'cases_repeater_2_icon','icon-pill-small'),(1370,125,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(1373,125,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(1376,125,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(1379,125,'cases_repeater','3'),(1382,125,'_cases_repeater','field_56b25d0cd2fed'),(1385,64,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(1388,64,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(1391,64,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(1394,64,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(1397,64,'cases_repeater_2_icon','icon-pill-small'),(1400,64,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(1403,64,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(1406,64,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(1411,98,'field_56b28bd340c44','a:13:{s:3:\"key\";s:19:\"field_56b28bd340c44\";s:5:\"label\";s:20:\"Conferences Repeater\";s:4:\"name\";s:20:\"conferences_repeater\";s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:10:\"sub_fields\";a:2:{i:0;a:15:{s:3:\"key\";s:19:\"field_56b28bfb40c45\";s:5:\"label\";s:22:\"Conferences Conference\";s:4:\"name\";s:22:\"conferences_conference\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:38:\"Name and description of the conference\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}i:1;a:15:{s:3:\"key\";s:19:\"field_56b28c5040c46\";s:5:\"label\";s:25:\"Conference Place and Date\";s:4:\"name\";s:25:\"conference_place_and_date\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:24:\"eg. Frankfurt, May, 2015\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}}s:7:\"row_min\";s:0:\"\";s:9:\"row_limit\";s:0:\"\";s:6:\"layout\";s:3:\"row\";s:12:\"button_label\";s:7:\"Add Row\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}'),(1420,130,'cases_repeater_0_cases_title','- Largest Greek Bank'),(1423,130,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(1426,130,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(1429,130,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(1432,130,'cases_repeater_0_icon','icon-bullseye-small'),(1435,130,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(1438,130,'cases_repeater_0_cases_icon_title','Financial services'),(1441,130,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(1444,130,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(1447,130,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(1450,130,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(1453,130,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(1456,130,'cases_repeater_1_icon','icon-progress-small'),(1459,130,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(1462,130,'cases_repeater_1_cases_icon_title','Commodities'),(1465,130,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(1468,130,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(1471,130,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(1474,130,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(1477,130,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(1480,130,'cases_repeater_2_icon','icon-pill-small'),(1483,130,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(1486,130,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(1489,130,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(1492,130,'cases_repeater','3'),(1495,130,'_cases_repeater','field_56b25d0cd2fed'),(1498,130,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(1501,130,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(1504,130,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(1507,130,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(1510,130,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(1513,130,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(1516,130,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(1519,130,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(1522,130,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(1525,130,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(1528,130,'conferences_repeater_2_conference_place_and_date','September, 2015'),(1531,130,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(1534,130,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(1537,130,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(1540,130,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(1543,130,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(1546,130,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(1549,130,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(1552,130,'conferences_repeater_4_conference_place_and_date','May, 2015'),(1555,130,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(1558,130,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(1561,130,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(1564,130,'conferences_repeater_5_conference_place_and_date','April, 2015'),(1567,130,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(1570,130,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(1573,130,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(1576,130,'conferences_repeater_6_conference_place_and_date','January, 2015'),(1579,130,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(1582,130,'conferences_repeater','7'),(1585,130,'_conferences_repeater','field_56b28bd340c44'),(1588,64,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(1591,64,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(1594,64,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(1597,64,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(1600,64,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(1603,64,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(1606,64,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(1609,64,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(1612,64,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(1615,64,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(1618,64,'conferences_repeater_2_conference_place_and_date','September, 2015'),(1621,64,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(1624,64,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(1627,64,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(1630,64,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(1633,64,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(1636,64,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(1639,64,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(1642,64,'conferences_repeater_4_conference_place_and_date','May, 2015'),(1645,64,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(1648,64,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(1651,64,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(1654,64,'conferences_repeater_5_conference_place_and_date','April, 2015'),(1657,64,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(1660,64,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(1663,64,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(1666,64,'conferences_repeater_6_conference_place_and_date','January, 2015'),(1669,64,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(1672,64,'conferences_repeater','7'),(1675,64,'_conferences_repeater','field_56b28bd340c44'),(1676,131,'cases_repeater_0_cases_title','- Largest Greek Bank'),(1679,131,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(1682,131,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(1685,131,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(1688,131,'cases_repeater_0_icon','icon-bullseye-small'),(1691,131,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(1694,131,'cases_repeater_0_cases_icon_title','Financial services'),(1697,131,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(1700,131,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(1703,131,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(1706,131,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(1709,131,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(1712,131,'cases_repeater_1_icon','icon-progress-small'),(1715,131,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(1718,131,'cases_repeater_1_cases_icon_title','Commodities'),(1721,131,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(1724,131,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(1727,131,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(1730,131,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(1733,131,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(1736,131,'cases_repeater_2_icon','icon-pill-small'),(1739,131,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(1742,131,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(1745,131,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(1748,131,'cases_repeater','3'),(1751,131,'_cases_repeater','field_56b25d0cd2fed'),(1754,131,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(1757,131,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(1760,131,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(1763,131,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(1766,131,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(1769,131,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(1772,131,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(1775,131,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(1778,131,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(1781,131,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(1784,131,'conferences_repeater_2_conference_place_and_date','September, 2015aasdasd'),(1787,131,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(1790,131,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(1793,131,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(1796,131,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(1799,131,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(1802,131,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(1805,131,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(1808,131,'conferences_repeater_4_conference_place_and_date','May, 2015'),(1811,131,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(1814,131,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(1817,131,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(1820,131,'conferences_repeater_5_conference_place_and_date','April, 2015'),(1823,131,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(1826,131,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(1829,131,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(1832,131,'conferences_repeater_6_conference_place_and_date','January, 2015'),(1835,131,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(1838,131,'conferences_repeater','7'),(1841,131,'_conferences_repeater','field_56b28bd340c44'),(1844,134,'cases_repeater_0_cases_title','- Largest Greek Bank'),(1847,134,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(1850,134,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(1853,134,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(1856,134,'cases_repeater_0_icon','icon-bullseye-small'),(1859,134,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(1862,134,'cases_repeater_0_cases_icon_title','Financial services'),(1865,134,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(1868,134,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(1871,134,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(1874,134,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(1877,134,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(1880,134,'cases_repeater_1_icon','icon-progress-small'),(1883,134,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(1886,134,'cases_repeater_1_cases_icon_title','Commodities'),(1889,134,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(1892,134,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(1895,134,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(1898,134,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(1901,134,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(1904,134,'cases_repeater_2_icon','icon-pill-small'),(1907,134,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(1910,134,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(1913,134,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(1916,134,'cases_repeater','3'),(1919,134,'_cases_repeater','field_56b25d0cd2fed'),(1922,134,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(1925,134,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(1928,134,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(1931,134,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(1934,134,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(1937,134,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(1940,134,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(1943,134,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(1946,134,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(1949,134,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(1952,134,'conferences_repeater_2_conference_place_and_date','September, 2015'),(1955,134,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(1958,134,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(1961,134,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(1964,134,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(1967,134,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(1970,134,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(1973,134,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(1976,134,'conferences_repeater_4_conference_place_and_date','May, 2015'),(1979,134,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(1982,134,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(1985,134,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(1988,134,'conferences_repeater_5_conference_place_and_date','April, 2015'),(1991,134,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(1994,134,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(1997,134,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(2000,134,'conferences_repeater_6_conference_place_and_date','January, 2015'),(2003,134,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(2006,134,'conferences_repeater','7'),(2009,134,'_conferences_repeater','field_56b28bd340c44'),(2063,117,'field_56b32f6941c8b','a:12:{s:3:\"key\";s:19:\"field_56b32f6941c8b\";s:5:\"label\";s:4:\"tabs\";s:4:\"name\";s:4:\"tabs\";s:4:\"type\";s:16:\"flexible_content\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:7:\"layouts\";a:1:{i:0;a:6:{s:5:\"label\";s:0:\"\";s:4:\"name\";s:0:\"\";s:7:\"display\";s:3:\"row\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:10:\"sub_fields\";a:2:{i:0;a:13:{s:3:\"key\";s:19:\"field_56b32f7741c8c\";s:5:\"label\";s:4:\"left\";s:4:\"name\";s:4:\"left\";s:4:\"type\";s:16:\"flexible_content\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:7:\"layouts\";a:1:{i:0;a:6:{s:5:\"label\";s:0:\"\";s:4:\"name\";s:0:\"\";s:7:\"display\";s:3:\"row\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:10:\"sub_fields\";a:1:{i:0;a:15:{s:3:\"key\";s:19:\"field_56b32f9541c8d\";s:5:\"label\";s:5:\"Label\";s:4:\"name\";s:5:\"label\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}}}}s:12:\"button_label\";s:7:\"Add Row\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}i:1;a:13:{s:3:\"key\";s:19:\"field_56b32fa041c8e\";s:5:\"label\";s:5:\"right\";s:4:\"name\";s:5:\"right\";s:4:\"type\";s:16:\"flexible_content\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:7:\"layouts\";a:1:{i:0;a:6:{s:5:\"label\";s:0:\"\";s:4:\"name\";s:0:\"\";s:7:\"display\";s:3:\"row\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:10:\"sub_fields\";a:1:{i:0;a:15:{s:3:\"key\";s:19:\"field_56b32faa41c8f\";s:5:\"label\";s:6:\"Label2\";s:4:\"name\";s:6:\"label2\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}}}}s:12:\"button_label\";s:7:\"Add Row\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}}}}s:12:\"button_label\";s:7:\"Add Row\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}'),(2066,117,'rule','a:5:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:11:\"aboutus.php\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),(2069,146,'presentations_0_title','Presentation: NPL Trends and Bank restructuring'),(2072,146,'_presentations_0_title','field_56b2637faf6a9'),(2075,146,'presentations_0_explanation','Conference: NPL Europe London, 1-2 October 2014'),(2078,146,'_presentations_0_explanation','field_56b2638aaf6aa'),(2081,146,'presentations_0_download_link','http://www.smithnovak.com/conferences/npl-europe.html '),(2084,146,'_presentations_0_download_link','field_56b26390af6ab'),(2087,146,'presentations_1_title','Presentation: Cross-border Banking Turnaround and Resolution'),(2090,146,'_presentations_1_title','field_56b2637faf6a9'),(2093,146,'presentations_1_explanation','Conference: Restructuring & Insolvency Europe Vienna, 4-5 December 2014'),(2096,146,'_presentations_1_explanation','field_56b2638aaf6aa'),(2099,146,'presentations_1_download_link','http://www.smithnovak.com/conferences/restructuring-insolvency-europe.html'),(2102,146,'_presentations_1_download_link','field_56b26390af6ab'),(2105,146,'presentations_2_title','Presentation: Private Asset Management Company and value recovery'),(2108,146,'_presentations_2_title','field_56b2637faf6a9'),(2111,146,'presentations_2_explanation','Conference: NPL International Paris, 23-24 April, 2014'),(2114,146,'_presentations_2_explanation','field_56b2638aaf6aa'),(2117,146,'presentations_2_download_link','http://www.smithnovak.com/conferences/npl-international.html'),(2120,146,'_presentations_2_download_link','field_56b26390af6ab'),(2123,146,'presentations','3'),(2126,146,'_presentations','field_56b26352af6a8'),(2129,146,'contact_header','Please feel free to contact us:'),(2132,146,'_contact_header','field_56b265df4d128'),(2135,146,'contact_values_0_contact_value_left','Zug, Switzerland'),(2138,146,'_contact_values_0_contact_value_left','field_56b266704d12a'),(2141,146,'contact_values_0_contact_value_right',''),(2144,146,'_contact_values_0_contact_value_right','field_56b2669a4d12b'),(2147,146,'contact_values_0_link',''),(2150,146,'_contact_values_0_link','field_56b266b54d12c'),(2153,146,'contact_values_0_link_type','null'),(2156,146,'_contact_values_0_link_type','field_56b266c94d12d'),(2159,146,'contact_values_1_contact_value_left','Dr Lukas Fecker'),(2162,146,'_contact_values_1_contact_value_left','field_56b266704d12a'),(2165,146,'contact_values_1_contact_value_right',''),(2168,146,'_contact_values_1_contact_value_right','field_56b2669a4d12b'),(2171,146,'contact_values_1_link',''),(2174,146,'_contact_values_1_link','field_56b266b54d12c'),(2177,146,'contact_values_1_link_type','null'),(2180,146,'_contact_values_1_link_type','field_56b266c94d12d'),(2183,146,'contact_values_2_contact_value_left','Tel:'),(2186,146,'_contact_values_2_contact_value_left','field_56b266704d12a'),(2189,146,'contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(2192,146,'_contact_values_2_contact_value_right','field_56b2669a4d12b'),(2195,146,'contact_values_2_link','+41793107090'),(2198,146,'_contact_values_2_link','field_56b266b54d12c'),(2201,146,'contact_values_2_link_type','tel:'),(2204,146,'_contact_values_2_link_type','field_56b266c94d12d'),(2207,146,'contact_values_3_contact_value_left','E-mail:'),(2210,146,'_contact_values_3_contact_value_left','field_56b266704d12a'),(2213,146,'contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(2216,146,'_contact_values_3_contact_value_right','field_56b2669a4d12b'),(2219,146,'contact_values_3_link','lukas.fecker@innovationbrain.com'),(2222,146,'_contact_values_3_link','field_56b266b54d12c'),(2225,146,'contact_values_3_link_type','mailto:'),(2228,146,'_contact_values_3_link_type','field_56b266c94d12d'),(2231,146,'contact_values','4'),(2234,146,'_contact_values','field_56b2663e4d129'),(2237,98,'field_56b3451c304a4','a:14:{s:3:\"key\";s:19:\"field_56b3451c304a4\";s:5:\"label\";s:19:\"Conferences Contact\";s:4:\"name\";s:24:\"conferences_contact_text\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_56b347cd8f381\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}'),(2240,98,'field_56b3453c304a5','a:14:{s:3:\"key\";s:19:\"field_56b3453c304a5\";s:5:\"label\";s:24:\"Conferences Contact Mail\";s:4:\"name\";s:24:\"conferences_contact_mail\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:3;}'),(2245,148,'cases_repeater_0_cases_title','- Largest Greek Bank'),(2248,148,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(2251,148,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(2254,148,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(2257,148,'cases_repeater_0_icon','icon-bullseye-small'),(2260,148,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(2263,148,'cases_repeater_0_cases_icon_title','Financial services'),(2266,148,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(2269,148,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(2272,148,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(2275,148,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(2278,148,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(2281,148,'cases_repeater_1_icon','icon-progress-small'),(2284,148,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(2287,148,'cases_repeater_1_cases_icon_title','Commodities'),(2290,148,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(2293,148,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(2296,148,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(2299,148,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(2302,148,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(2305,148,'cases_repeater_2_icon','icon-pill-small'),(2308,148,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(2311,148,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(2314,148,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(2317,148,'cases_repeater','3'),(2320,148,'_cases_repeater','field_56b25d0cd2fed'),(2323,148,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(2326,148,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(2329,148,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(2332,148,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(2335,148,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(2338,148,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(2341,148,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(2344,148,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(2347,148,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(2350,148,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(2353,148,'conferences_repeater_2_conference_place_and_date','September, 2015'),(2356,148,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(2359,148,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(2362,148,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(2365,148,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(2368,148,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(2371,148,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(2374,148,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(2377,148,'conferences_repeater_4_conference_place_and_date','May, 2015'),(2380,148,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(2383,148,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(2386,148,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(2389,148,'conferences_repeater_5_conference_place_and_date','April, 2015'),(2392,148,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(2395,148,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(2398,148,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(2401,148,'conferences_repeater_6_conference_place_and_date','January, 2015'),(2404,148,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(2407,148,'conferences_repeater','7'),(2410,148,'_conferences_repeater','field_56b28bd340c44'),(2413,148,'conferences_contact','Previous conferences available upon request'),(2416,148,'_conferences_contact','field_56b3451c304a4'),(2419,148,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(2422,148,'_conferences_contact_mail','field_56b3453c304a5'),(2425,64,'conferences_contact','Previous conferences available upon request'),(2428,64,'_conferences_contact','field_56b3451c304a4'),(2431,64,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(2434,64,'_conferences_contact_mail','field_56b3453c304a5'),(2435,98,'field_56b347cd8f381','a:12:{s:3:\"key\";s:19:\"field_56b347cd8f381\";s:5:\"label\";s:16:\"Conferences Icon\";s:4:\"name\";s:16:\"conferences_icon\";s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:7:\"choices\";a:21:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";s:0:\"\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:10:\"allow_null\";s:1:\"0\";s:8:\"multiple\";s:1:\"0\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:4;}'),(2444,149,'cases_repeater_0_cases_title','- Largest Greek Bank'),(2447,149,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(2450,149,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(2453,149,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(2456,149,'cases_repeater_0_icon','icon-bullseye-small'),(2459,149,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(2462,149,'cases_repeater_0_cases_icon_title','Financial services'),(2465,149,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(2468,149,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(2471,149,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(2474,149,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(2477,149,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(2480,149,'cases_repeater_1_icon','icon-progress-small'),(2483,149,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(2486,149,'cases_repeater_1_cases_icon_title','Commodities'),(2489,149,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(2492,149,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(2495,149,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(2498,149,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(2501,149,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(2504,149,'cases_repeater_2_icon','icon-pill-small'),(2507,149,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(2510,149,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(2513,149,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(2516,149,'cases_repeater','3'),(2519,149,'_cases_repeater','field_56b25d0cd2fed'),(2522,149,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(2525,149,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(2528,149,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(2531,149,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(2534,149,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(2537,149,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(2540,149,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(2543,149,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(2546,149,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(2549,149,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(2552,149,'conferences_repeater_2_conference_place_and_date','September, 2015'),(2555,149,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(2558,149,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(2561,149,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(2564,149,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(2567,149,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(2570,149,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(2573,149,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(2576,149,'conferences_repeater_4_conference_place_and_date','May, 2015'),(2579,149,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(2582,149,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(2585,149,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(2588,149,'conferences_repeater_5_conference_place_and_date','April, 2015'),(2591,149,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(2594,149,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(2597,149,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(2600,149,'conferences_repeater_6_conference_place_and_date','January, 2015'),(2603,149,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(2606,149,'conferences_repeater','7'),(2609,149,'_conferences_repeater','field_56b28bd340c44'),(2612,149,'conferences_contact','Previous conferences available upon request'),(2615,149,'_conferences_contact','field_56b3451c304a4'),(2618,149,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(2621,149,'_conferences_contact_mail','field_56b3453c304a5'),(2624,149,'conferences_icon','icon-mail'),(2627,149,'_conferences_icon','field_56b347cd8f381'),(2630,64,'conferences_icon','icon-mail'),(2633,64,'_conferences_icon','field_56b347cd8f381'),(2642,64,'conferences_contact_text','Previous conferences available upon request'),(2645,64,'_conferences_contact_text','field_56b3451c304a4'),(2647,98,'rule','a:5:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:15:\"credentials.php\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),(2650,304,'cases_repeater_0_cases_title','- Largest Greek Bank'),(2653,304,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(2656,304,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(2659,304,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(2662,304,'cases_repeater_0_icon','icon-bullseye-small'),(2665,304,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(2668,304,'cases_repeater_0_cases_icon_title','Financial services'),(2671,304,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(2674,304,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(2677,304,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(2680,304,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(2683,304,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(2686,304,'cases_repeater_1_icon','icon-progress-small'),(2689,304,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(2692,304,'cases_repeater_1_cases_icon_title','Commodities'),(2695,304,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(2698,304,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(2701,304,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(2704,304,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(2707,304,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(2710,304,'cases_repeater_2_icon','icon-pill-small'),(2713,304,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(2716,304,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(2719,304,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(2722,304,'cases_repeater_3_cases_title','asda'),(2725,304,'_cases_repeater_3_cases_title','field_56b25da7d2fee'),(2728,304,'cases_repeater_3_cases_content','asdasdas'),(2731,304,'_cases_repeater_3_cases_content','field_56b25e11d2fef'),(2734,304,'cases_repeater_3_icon','icon-close'),(2737,304,'_cases_repeater_3_icon','field_56b25e3fd2ff0'),(2740,304,'cases_repeater_3_cases_icon_title','asdasdsds'),(2743,304,'_cases_repeater_3_cases_icon_title','field_56b25fd0eb57f'),(2746,304,'cases_repeater','4'),(2749,304,'_cases_repeater','field_56b25d0cd2fed'),(2752,304,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(2755,304,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(2758,304,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(2761,304,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(2764,304,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(2767,304,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(2770,304,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(2773,304,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(2776,304,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(2779,304,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(2782,304,'conferences_repeater_2_conference_place_and_date','September, 2015'),(2785,304,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(2788,304,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(2791,304,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(2794,304,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(2797,304,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(2800,304,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(2803,304,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(2806,304,'conferences_repeater_4_conference_place_and_date','May, 2015'),(2809,304,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(2812,304,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(2815,304,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(2818,304,'conferences_repeater_5_conference_place_and_date','April, 2015'),(2821,304,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(2824,304,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(2827,304,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(2830,304,'conferences_repeater_6_conference_place_and_date','January, 2015'),(2833,304,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(2836,304,'conferences_repeater','7'),(2839,304,'_conferences_repeater','field_56b28bd340c44'),(2842,304,'conferences_contact_text','Previous conferences available upon request'),(2845,304,'_conferences_contact_text','field_56b3451c304a4'),(2848,304,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(2851,304,'_conferences_contact_mail','field_56b3453c304a5'),(2854,304,'conferences_icon','icon-mail'),(2857,304,'_conferences_icon','field_56b347cd8f381'),(2884,307,'cases_repeater_0_cases_title','- Largest Greek Bank'),(2887,307,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(2890,307,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(2893,307,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(2896,307,'cases_repeater_0_icon','icon-bullseye-small'),(2899,307,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(2902,307,'cases_repeater_0_cases_icon_title','Financial services'),(2905,307,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(2908,307,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(2911,307,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(2914,307,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(2917,307,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(2920,307,'cases_repeater_1_icon','icon-progress-small'),(2923,307,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(2926,307,'cases_repeater_1_cases_icon_title','Commodities'),(2929,307,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(2932,307,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(2935,307,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(2938,307,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(2941,307,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(2944,307,'cases_repeater_2_icon','icon-pill-small'),(2947,307,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(2950,307,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(2953,307,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(2956,307,'cases_repeater','3'),(2959,307,'_cases_repeater','field_56b25d0cd2fed'),(2962,307,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(2965,307,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(2968,307,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(2971,307,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(2974,307,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(2977,307,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(2980,307,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(2983,307,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(2986,307,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(2989,307,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(2992,307,'conferences_repeater_2_conference_place_and_date','September, 2015'),(2995,307,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(2998,307,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(3001,307,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(3004,307,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(3007,307,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(3010,307,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(3013,307,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(3016,307,'conferences_repeater_4_conference_place_and_date','May, 2015'),(3019,307,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(3022,307,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(3025,307,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(3028,307,'conferences_repeater_5_conference_place_and_date','April, 2015'),(3031,307,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(3034,307,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(3037,307,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(3040,307,'conferences_repeater_6_conference_place_and_date','January, 2015'),(3043,307,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(3046,307,'conferences_repeater','7'),(3049,307,'_conferences_repeater','field_56b28bd340c44'),(3052,307,'conferences_contact_text','Previous conferences available upon request'),(3055,307,'_conferences_contact_text','field_56b3451c304a4'),(3058,307,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(3061,307,'_conferences_contact_mail','field_56b3453c304a5'),(3064,307,'conferences_icon','icon-mail'),(3067,307,'_conferences_icon','field_56b347cd8f381'),(3098,314,'_edit_lock','1522099212:5'),(3100,314,'_edit_last','1'),(3101,326,'contacts_repeater_0_contact_title','General enquiries'),(3104,326,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(3107,326,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(3110,326,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(3113,326,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(3116,326,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(3119,326,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(3122,326,'_contacts_repeater_0_contact_values_0_link','field_56b25144a6147'),(3125,326,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(3128,326,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(3131,326,'contacts_repeater_0_contact_values','1'),(3134,326,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(3137,326,'contacts_repeater_0_contact_icon','icon-cloud'),(3140,326,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(3143,326,'contacts_repeater_1_contact_title','Finance / Sales'),(3146,326,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(3149,326,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(3152,326,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(3155,326,'contacts_repeater_1_contact_values_0_contact_value_right',''),(3158,326,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(3161,326,'contacts_repeater_1_contact_values_0_link',''),(3164,326,'_contacts_repeater_1_contact_values_0_link','field_56b25144a6147'),(3167,326,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(3170,326,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(3173,326,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(3176,326,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(3179,326,'contacts_repeater_1_contact_values_1_contact_value_right',''),(3182,326,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(3185,326,'contacts_repeater_1_contact_values_1_link',''),(3188,326,'_contacts_repeater_1_contact_values_1_link','field_56b25144a6147'),(3191,326,'contacts_repeater_1_contact_values_1_link_type',''),(3194,326,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(3197,326,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(3200,326,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(3203,326,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(3206,326,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(3209,326,'contacts_repeater_1_contact_values_2_link','+447899747275'),(3212,326,'_contacts_repeater_1_contact_values_2_link','field_56b25144a6147'),(3215,326,'contacts_repeater_1_contact_values_2_link_type','tel:'),(3218,326,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(3221,326,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(3224,326,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(3227,326,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(3230,326,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(3233,326,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(3236,326,'_contacts_repeater_1_contact_values_3_link','field_56b25144a6147'),(3239,326,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(3242,326,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(3245,326,'contacts_repeater_1_contact_values','4'),(3248,326,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(3251,326,'contacts_repeater_1_contact_icon','icon-paper'),(3254,326,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(3257,326,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(3260,326,'_contacts_repeater_2_contact_title','field_56b24831dbbda'),(3263,326,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(3266,326,'_contacts_repeater_2_contact_values_0_contact_value_left','field_56b24943da3f1'),(3269,326,'contacts_repeater_2_contact_values_0_contact_value_right',''),(3272,326,'_contacts_repeater_2_contact_values_0_contact_value_right','field_56b24974da3f2'),(3275,326,'contacts_repeater_2_contact_values_0_link',''),(3278,326,'_contacts_repeater_2_contact_values_0_link','field_56b25144a6147'),(3281,326,'contacts_repeater_2_contact_values_0_link_type',''),(3284,326,'_contacts_repeater_2_contact_values_0_link_type','field_56b2505d40207'),(3287,326,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(3290,326,'_contacts_repeater_2_contact_values_1_contact_value_left','field_56b24943da3f1'),(3293,326,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(3296,326,'_contacts_repeater_2_contact_values_1_contact_value_right','field_56b24974da3f2'),(3299,326,'contacts_repeater_2_contact_values_1_link',''),(3302,326,'_contacts_repeater_2_contact_values_1_link','field_56b25144a6147'),(3305,326,'contacts_repeater_2_contact_values_1_link_type','tel:'),(3308,326,'_contacts_repeater_2_contact_values_1_link_type','field_56b2505d40207'),(3311,326,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(3314,326,'_contacts_repeater_2_contact_values_2_contact_value_left','field_56b24943da3f1'),(3317,326,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(3320,326,'_contacts_repeater_2_contact_values_2_contact_value_right','field_56b24974da3f2'),(3323,326,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(3326,326,'_contacts_repeater_2_contact_values_2_link','field_56b25144a6147'),(3329,326,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(3332,326,'_contacts_repeater_2_contact_values_2_link_type','field_56b2505d40207'),(3335,326,'contacts_repeater_2_contact_values','3'),(3338,326,'_contacts_repeater_2_contact_values','field_56b24931da3f0'),(3341,326,'contacts_repeater_2_contact_icon','icon-pie'),(3344,326,'_contacts_repeater_2_contact_icon','field_56b249b7da3f3'),(3347,326,'contacts_repeater_3_contact_title','asdasd'),(3350,326,'_contacts_repeater_3_contact_title','field_56b24831dbbda'),(3353,326,'contacts_repeater_3_contact_values_0_contact_value_left','asdsads'),(3356,326,'_contacts_repeater_3_contact_values_0_contact_value_left','field_56b24943da3f1'),(3359,326,'contacts_repeater_3_contact_values_0_contact_value_right','asdasdas'),(3362,326,'_contacts_repeater_3_contact_values_0_contact_value_right','field_56b24974da3f2'),(3365,326,'contacts_repeater_3_contact_values_0_link','adasdasd'),(3368,326,'_contacts_repeater_3_contact_values_0_link','field_56b25144a6147'),(3371,326,'contacts_repeater_3_contact_values_0_link_type','mailto:'),(3374,326,'_contacts_repeater_3_contact_values_0_link_type','field_56b2505d40207'),(3377,326,'contacts_repeater_3_contact_values','1'),(3380,326,'_contacts_repeater_3_contact_values','field_56b24931da3f0'),(3383,326,'contacts_repeater_3_contact_icon','icon-close'),(3386,326,'_contacts_repeater_3_contact_icon','field_56b249b7da3f3'),(3389,326,'contacts_repeater','4'),(3392,326,'_contacts_repeater','field_56b247f6dbbd9'),(3436,328,'contacts_repeater_0_contact_title','General enquiries'),(3439,328,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(3442,328,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(3445,328,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(3448,328,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(3451,328,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(3454,328,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(3457,328,'_contacts_repeater_0_contact_values_0_link','field_56b25144a6147'),(3460,328,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(3463,328,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(3466,328,'contacts_repeater_0_contact_values','1'),(3469,328,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(3472,328,'contacts_repeater_0_contact_icon','icon-cloud'),(3475,328,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(3478,328,'contacts_repeater_1_contact_title','Finance / Sales'),(3481,328,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(3484,328,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(3487,328,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(3490,328,'contacts_repeater_1_contact_values_0_contact_value_right',''),(3493,328,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(3496,328,'contacts_repeater_1_contact_values_0_link',''),(3499,328,'_contacts_repeater_1_contact_values_0_link','field_56b25144a6147'),(3502,328,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(3505,328,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(3508,328,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(3511,328,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(3514,328,'contacts_repeater_1_contact_values_1_contact_value_right',''),(3517,328,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(3520,328,'contacts_repeater_1_contact_values_1_link',''),(3523,328,'_contacts_repeater_1_contact_values_1_link','field_56b25144a6147'),(3526,328,'contacts_repeater_1_contact_values_1_link_type',''),(3529,328,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(3532,328,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(3535,328,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(3538,328,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(3541,328,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(3544,328,'contacts_repeater_1_contact_values_2_link','+447899747275'),(3547,328,'_contacts_repeater_1_contact_values_2_link','field_56b25144a6147'),(3550,328,'contacts_repeater_1_contact_values_2_link_type','tel:'),(3553,328,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(3556,328,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(3559,328,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(3562,328,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(3565,328,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(3568,328,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(3571,328,'_contacts_repeater_1_contact_values_3_link','field_56b25144a6147'),(3574,328,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(3577,328,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(3580,328,'contacts_repeater_1_contact_values','4'),(3583,328,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(3586,328,'contacts_repeater_1_contact_icon','icon-paper'),(3589,328,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(3592,328,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(3595,328,'_contacts_repeater_2_contact_title','field_56b24831dbbda'),(3598,328,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(3601,328,'_contacts_repeater_2_contact_values_0_contact_value_left','field_56b24943da3f1'),(3604,328,'contacts_repeater_2_contact_values_0_contact_value_right',''),(3607,328,'_contacts_repeater_2_contact_values_0_contact_value_right','field_56b24974da3f2'),(3610,328,'contacts_repeater_2_contact_values_0_link',''),(3613,328,'_contacts_repeater_2_contact_values_0_link','field_56b25144a6147'),(3616,328,'contacts_repeater_2_contact_values_0_link_type',''),(3619,328,'_contacts_repeater_2_contact_values_0_link_type','field_56b2505d40207'),(3622,328,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(3625,328,'_contacts_repeater_2_contact_values_1_contact_value_left','field_56b24943da3f1'),(3628,328,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(3631,328,'_contacts_repeater_2_contact_values_1_contact_value_right','field_56b24974da3f2'),(3634,328,'contacts_repeater_2_contact_values_1_link',''),(3637,328,'_contacts_repeater_2_contact_values_1_link','field_56b25144a6147'),(3640,328,'contacts_repeater_2_contact_values_1_link_type','tel:'),(3643,328,'_contacts_repeater_2_contact_values_1_link_type','field_56b2505d40207'),(3646,328,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(3649,328,'_contacts_repeater_2_contact_values_2_contact_value_left','field_56b24943da3f1'),(3652,328,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(3655,328,'_contacts_repeater_2_contact_values_2_contact_value_right','field_56b24974da3f2'),(3658,328,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(3661,328,'_contacts_repeater_2_contact_values_2_link','field_56b25144a6147'),(3664,328,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(3667,328,'_contacts_repeater_2_contact_values_2_link_type','field_56b2505d40207'),(3670,328,'contacts_repeater_2_contact_values','3'),(3673,328,'_contacts_repeater_2_contact_values','field_56b24931da3f0'),(3676,328,'contacts_repeater_2_contact_icon','icon-pie'),(3679,328,'_contacts_repeater_2_contact_icon','field_56b249b7da3f3'),(3682,328,'contacts_repeater','3'),(3685,328,'_contacts_repeater','field_56b247f6dbbd9'),(6346,58,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(6349,58,'_left_tab','field_56b36c6deeda0'),(6352,58,'add_second_tab','1'),(6355,58,'_add_second_tab','field_56b36ca9eeda2'),(6358,58,'right_tab','a:2:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";}'),(6361,58,'_right_tab','field_56b3fab04554d'),(6362,659,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(6365,659,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(6368,659,'left_tab_0_spacer','1'),(6371,659,'_left_tab_0_spacer','field_56b371c577c8c'),(6374,659,'left_tab_1_circle1','icon-grid'),(6377,659,'_left_tab_1_circle1','field_56b37219eadbb'),(6380,659,'left_tab_1_circle2','icon-turnaround'),(6383,659,'_left_tab_1_circle2','field_56b373189d8ec'),(6386,659,'left_tab_1_circle3','icon-masonery'),(6389,659,'_left_tab_1_circle3','field_56b3731e9d8ed'),(6392,659,'left_tab_1_circle1_label','Restructuring'),(6395,659,'_left_tab_1_circle1_label','field_56b3982f4e955'),(6398,659,'left_tab_1_circle2_label','Turnaround'),(6401,659,'_left_tab_1_circle2_label','field_56b398484e956'),(6404,659,'left_tab_1_circle3_label','Innovation'),(6407,659,'_left_tab_1_circle3_label','field_56b3984a4e957'),(6410,659,'left_tab_1_spacer','1'),(6413,659,'_left_tab_1_spacer','field_56b37244eadbf'),(6416,659,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(6419,659,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(6422,659,'left_tab_2_spacer','1'),(6425,659,'_left_tab_2_spacer','field_56b371c577c8c'),(6428,659,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(6431,659,'_left_tab_3_image','field_56b373f3b6e44'),(6434,659,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(6437,659,'_left_tab_3_title','field_56b373afb6e42'),(6440,659,'left_tab_3_button_label','Download PDF (312 kb)'),(6443,659,'_left_tab_3_button_label','field_56b373ceb6e43'),(6446,659,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(6449,659,'_left_tab_3_button_link','field_56b374ff0ad17'),(6452,659,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(6455,659,'_left_tab','field_56b36c6deeda0'),(6458,659,'add_second_tab','0'),(6461,659,'_add_second_tab','field_56b36ca9eeda2'),(6464,659,'right_tab',''),(6467,659,'_right_tab','field_56b3d7f1a6244'),(6470,58,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(6473,58,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(6476,58,'left_tab_0_spacer','1'),(6479,58,'_left_tab_0_spacer','field_56b371c577c8c'),(6482,58,'left_tab_1_circle1','icon-grid'),(6485,58,'_left_tab_1_circle1','field_56b3dc86da039'),(6488,58,'left_tab_1_circle2','icon-turnaround'),(6491,58,'_left_tab_1_circle2','field_56b3dc86da03a'),(6494,58,'left_tab_1_circle3','icon-masonery'),(6497,58,'_left_tab_1_circle3','field_56b3dc86da03b'),(6500,58,'left_tab_1_circle1_label','Restructuring'),(6503,58,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(6506,58,'left_tab_1_circle2_label','Turnaround'),(6509,58,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(6512,58,'left_tab_1_circle3_label','Innovation'),(6515,58,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(6518,58,'left_tab_1_spacer','1'),(6521,58,'_left_tab_1_spacer','field_56b3dc86da042'),(6524,58,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(6527,58,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(6530,58,'left_tab_2_spacer','1'),(6533,58,'_left_tab_2_spacer','field_56b371c577c8c'),(6536,58,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(6539,58,'_left_tab_3_image','field_56b373f3b6e44'),(6542,58,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(6545,58,'_left_tab_3_title','field_56b373afb6e42'),(6548,58,'left_tab_3_button_label','Download PDF (312 kb)'),(6551,58,'_left_tab_3_button_label','field_56b373ceb6e43'),(6554,58,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(6557,58,'_left_tab_3_button_link','field_56b374ff0ad17'),(6560,662,'left_tab_name','Company'),(6563,662,'_left_tab_name','field_56b3976017dce'),(6566,662,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(6569,662,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(6572,662,'left_tab_0_spacer','1'),(6575,662,'_left_tab_0_spacer','field_56b371c577c8c'),(6578,662,'left_tab_1_circle1','icon-grid'),(6581,662,'_left_tab_1_circle1','field_56b37219eadbb'),(6584,662,'left_tab_1_circle2','icon-turnaround'),(6587,662,'_left_tab_1_circle2','field_56b373189d8ec'),(6590,662,'left_tab_1_circle3','icon-masonery'),(6593,662,'_left_tab_1_circle3','field_56b3731e9d8ed'),(6596,662,'left_tab_1_circle1_label','Restructuring'),(6599,662,'_left_tab_1_circle1_label','field_56b3982f4e955'),(6602,662,'left_tab_1_circle2_label','Turnaround'),(6605,662,'_left_tab_1_circle2_label','field_56b398484e956'),(6608,662,'left_tab_1_circle3_label','Innovation'),(6611,662,'_left_tab_1_circle3_label','field_56b3984a4e957'),(6614,662,'left_tab_1_spacer','1'),(6617,662,'_left_tab_1_spacer','field_56b37244eadbf'),(6620,662,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(6623,662,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(6626,662,'left_tab_2_spacer','1'),(6629,662,'_left_tab_2_spacer','field_56b371c577c8c'),(6632,662,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(6635,662,'_left_tab_3_image','field_56b373f3b6e44'),(6638,662,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(6641,662,'_left_tab_3_title','field_56b373afb6e42'),(6644,662,'left_tab_3_button_label','Download PDF (312 kb)'),(6647,662,'_left_tab_3_button_label','field_56b373ceb6e43'),(6650,662,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(6653,662,'_left_tab_3_button_link','field_56b374ff0ad17'),(6656,662,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(6659,662,'_left_tab','field_56b36c6deeda0'),(6662,662,'add_second_tab','1'),(6665,662,'_add_second_tab','field_56b36ca9eeda2'),(6668,662,'right_tab_name','People'),(6671,662,'_right_tab_name','field_56b3978117dcf'),(6674,662,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(6677,662,'_right_tab_0_image','field_56b3d7f1a6252'),(6680,662,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(6683,662,'_right_tab_0_content','field_56b3d7f1a6253'),(6686,662,'right_tab_0_button_label','Download VCard'),(6689,662,'_right_tab_0_button_label','field_56b3d7f1a6254'),(6692,662,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(6695,662,'_right_tab_0_button_link','field_56b3d7f1a6255'),(6698,662,'right_tab_0_spacer','1'),(6701,662,'_right_tab_0_spacer','field_56b3d7f1a6256'),(6704,662,'right_tab_1_contact_icon','icon-mail'),(6707,662,'_right_tab_1_contact_icon','field_56b3d7f1a6257'),(6710,662,'right_tab_1_contact_title','Please feel free to contact us:'),(6713,662,'_right_tab_1_contact_title','field_56b3d7f1a6258'),(6716,662,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(6719,662,'_right_tab_1_contact_values_0_contact_value_left','field_56b3d7f1a625a'),(6722,662,'right_tab_1_contact_values_0_contact_value_right',''),(6725,662,'_right_tab_1_contact_values_0_contact_value_right','field_56b3d7f1a625b'),(6728,662,'right_tab_1_contact_values_0_link',''),(6731,662,'_right_tab_1_contact_values_0_link','field_56b3d7f1a625c'),(6734,662,'right_tab_1_contact_values_0_link_type',''),(6737,662,'_right_tab_1_contact_values_0_link_type','field_56b3d7f1a625d'),(6740,662,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(6743,662,'_right_tab_1_contact_values_1_contact_value_left','field_56b3d7f1a625a'),(6746,662,'right_tab_1_contact_values_1_contact_value_right',''),(6749,662,'_right_tab_1_contact_values_1_contact_value_right','field_56b3d7f1a625b'),(6752,662,'right_tab_1_contact_values_1_link',''),(6755,662,'_right_tab_1_contact_values_1_link','field_56b3d7f1a625c'),(6758,662,'right_tab_1_contact_values_1_link_type',''),(6761,662,'_right_tab_1_contact_values_1_link_type','field_56b3d7f1a625d'),(6764,662,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(6767,662,'_right_tab_1_contact_values_2_contact_value_left','field_56b3d7f1a625a'),(6770,662,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(6773,662,'_right_tab_1_contact_values_2_contact_value_right','field_56b3d7f1a625b'),(6776,662,'right_tab_1_contact_values_2_link','+41793107090'),(6779,662,'_right_tab_1_contact_values_2_link','field_56b3d7f1a625c'),(6782,662,'right_tab_1_contact_values_2_link_type','tel:'),(6785,662,'_right_tab_1_contact_values_2_link_type','field_56b3d7f1a625d'),(6788,662,'right_tab_1_contact_values_3_contact_value_left','E-Mail:'),(6791,662,'_right_tab_1_contact_values_3_contact_value_left','field_56b3d7f1a625a'),(6794,662,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(6797,662,'_right_tab_1_contact_values_3_contact_value_right','field_56b3d7f1a625b'),(6800,662,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(6803,662,'_right_tab_1_contact_values_3_link','field_56b3d7f1a625c'),(6806,662,'right_tab_1_contact_values_3_link_type','mailto:'),(6809,662,'_right_tab_1_contact_values_3_link_type','field_56b3d7f1a625d'),(6812,662,'right_tab_1_contact_values','4'),(6815,662,'_right_tab_1_contact_values','field_56b3d7f1a6259'),(6818,662,'right_tab','a:2:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";}'),(6821,662,'_right_tab','field_56b3d7f1a6244'),(6824,58,'left_tab_name','Company'),(6827,58,'_left_tab_name','field_56b3976017dce'),(6830,58,'right_tab_name','People'),(6833,58,'_right_tab_name','field_56b3978117dcf'),(6836,58,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(6839,58,'_right_tab_0_image','field_56b3fab145571'),(6842,58,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(6845,58,'_right_tab_0_content','field_56b3fab145572'),(6848,58,'right_tab_0_button_label','Download VCard'),(6851,58,'_right_tab_0_button_label','field_56b3fab145573'),(6854,58,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(6857,58,'_right_tab_0_button_link','field_56b3fab145574'),(6860,58,'right_tab_0_spacer','1'),(6863,58,'_right_tab_0_spacer','field_56b3fab145575'),(6872,58,'right_tab_1_contact_title','Please feel free to contact me:'),(6875,58,'_right_tab_1_contact_title','field_56b4001eb0921'),(6878,58,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(6881,58,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(6884,58,'right_tab_1_contact_values_0_contact_value_right',''),(6887,58,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(6890,58,'right_tab_1_contact_values_0_link',''),(6893,58,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(6896,58,'right_tab_1_contact_values_0_link_type',''),(6899,58,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(6902,58,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(6905,58,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(6908,58,'right_tab_1_contact_values_1_contact_value_right',''),(6911,58,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(6914,58,'right_tab_1_contact_values_1_link',''),(6917,58,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(6920,58,'right_tab_1_contact_values_1_link_type',''),(6923,58,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(6926,58,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(6929,58,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(6932,58,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(6935,58,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(6938,58,'right_tab_1_contact_values_2_link','+41793107090'),(6941,58,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(6944,58,'right_tab_1_contact_values_2_link_type','tel:'),(6947,58,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(6950,58,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(6953,58,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(6956,58,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(6959,58,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(6962,58,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(6965,58,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(6968,58,'right_tab_1_contact_values_3_link_type','mailto:'),(6971,58,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(6985,760,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Value creation from destruction through innovation and turnaround</h3>\r\n</header>Our experts span a wide range of Sectors such as Financial Services, Commodities, Pharmaceuticals. We provide our expertise in Services such as Restructuring, Turnaround and Innovation. Our expert Solutions are Recovery & Work-Out; Trade Turnaround, Pharmaceutical and Distribution & Sales'),(6988,760,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(6991,760,'left_tab_0_spacer','1'),(6994,760,'_left_tab_0_spacer','field_56b371c577c8c'),(6997,760,'left_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(7000,760,'_left_tab','field_56b36c6deeda0'),(7003,760,'add_second_tab','0'),(7006,760,'_add_second_tab','field_56b36ca9eeda2'),(7009,760,'right_tab',''),(7012,760,'_right_tab','field_56b3d7f1a6244'),(7015,60,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Value creation from destruction through innovation and turnaround</h3>\r\n</header>Our experts span a wide range of Sectors such as Financial Services, Commodities, Pharmaceuticals. We provide our expertise in Services such as Restructuring, Turnaround and Innovation. Our expert Solutions are Recovery & Work-Out; Trade Turnaround, Pharmaceutical and Distribution & Sales'),(7018,60,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(7021,60,'left_tab_0_spacer','0'),(7024,60,'_left_tab_0_spacer','field_56b371c577c8c'),(7027,60,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:19:\"3circles_block_text\";i:2;s:19:\"3circles_block_text\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:15:\"read_more_block\";}'),(7030,60,'_left_tab','field_56b36c6deeda0'),(7033,60,'add_second_tab','0'),(7036,60,'_add_second_tab','field_56b36ca9eeda2'),(7039,60,'right_tab',''),(7042,60,'_right_tab','field_56b3fab04554d'),(7045,763,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Value creation from destruction through innovation and turnaround</h3>\r\n</header>Our experts span a wide range of Sectors such as Financial Services, Commodities, Pharmaceuticals. We provide our expertise in Services such as Restructuring, Turnaround and Innovation. Our expert Solutions are Recovery & Work-Out; Trade Turnaround, Pharmaceutical and Distribution & Sales'),(7048,763,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(7051,763,'left_tab_0_spacer','1'),(7054,763,'_left_tab_0_spacer','field_56b371c577c8c'),(7057,763,'left_tab_1_title','Sectors'),(7060,763,'_left_tab_1_title','field_56b3db70da032'),(7063,763,'left_tab_1_circle1','icon-bullseye'),(7066,763,'_left_tab_1_circle1','field_56b3da76da02b'),(7069,763,'left_tab_1_circle2','icon-progress'),(7072,763,'_left_tab_1_circle2','field_56b3da76da02c'),(7075,763,'left_tab_1_circle3','icon-pill'),(7078,763,'_left_tab_1_circle3','field_56b3da76da02d'),(7081,763,'left_tab_1_circle1_label','Financial Services'),(7084,763,'_left_tab_1_circle1_label','field_56b3da76da02e'),(7087,763,'left_tab_1_circle2_label','Commodities'),(7090,763,'_left_tab_1_circle2_label','field_56b3da76da02f'),(7093,763,'left_tab_1_circle3_label','Pharmaceuticals'),(7096,763,'_left_tab_1_circle3_label','field_56b3da76da030'),(7099,763,'left_tab_1_paragraph1','Our focus is on solutions, the set up and financing of private asset management companies and managing run-off operations.'),(7102,763,'_left_tab_1_paragraph1','field_56b3db8eda033'),(7105,763,'left_tab_1_paragraph2','Our expertise lies in the acquisition of non core assets in Agri, FMCG and trading which requires restructuring and turnaround.'),(7108,763,'_left_tab_1_paragraph2','field_56b3dc6dda035'),(7111,763,'left_tab_1_paragraph3','We support the industry in the turnaround of distribution organisations; the acquisitions and turnaround of production facilities and non-core assets.'),(7114,763,'_left_tab_1_paragraph3','field_56b3dc74da036'),(7117,763,'left_tab_1_spacer','1'),(7120,763,'_left_tab_1_spacer','field_56b3da76da031'),(7123,763,'left_tab_2_title','Services'),(7126,763,'_left_tab_2_title','field_56b3db70da032'),(7129,763,'left_tab_2_circle1','icon-grid'),(7132,763,'_left_tab_2_circle1','field_56b3da76da02b'),(7135,763,'left_tab_2_circle2','icon-turnaround'),(7138,763,'_left_tab_2_circle2','field_56b3da76da02c'),(7141,763,'left_tab_2_circle3','icon-folder'),(7144,763,'_left_tab_2_circle3','field_56b3da76da02d'),(7147,763,'left_tab_2_circle1_label','Equity Management'),(7150,763,'_left_tab_2_circle1_label','field_56b3da76da02e'),(7153,763,'left_tab_2_circle2_label','Turnaround Advisory'),(7156,763,'_left_tab_2_circle2_label','field_56b3da76da02f'),(7159,763,'left_tab_2_circle3_label','Investment and Funding'),(7162,763,'_left_tab_2_circle3_label','field_56b3da76da030'),(7165,763,'left_tab_2_paragraph1','Equity Management includes our proprietary investments and the conversion of debt to equity. We also provide the executive leadership teams running the investments to represent ourselves and on behalf of our investors.'),(7168,763,'_left_tab_2_paragraph1','field_56b3db8eda033'),(7171,763,'left_tab_2_paragraph2','Our turnaround professionals are former senior executives who have lead, built and guided major businesses through growth, acquisition, restructuring and turnaround. They are supported by analytical teams from network companies such as big 4 and analytical boutiques.'),(7174,763,'_left_tab_2_paragraph2','field_56b3dc6dda035'),(7177,763,'left_tab_2_paragraph3','We handle and manage funds for our clients. Our investors are family offices, PE funds and Pension funds. The focus is primarily on distressed investments or to support strategic growth by focusing investment in fundamental change in a sector. We advise our clients on prioritising their investments to a new business sector.'),(7180,763,'_left_tab_2_paragraph3','field_56b3dc74da036'),(7183,763,'left_tab_2_spacer','1'),(7186,763,'_left_tab_2_spacer','field_56b3da76da031'),(7189,763,'left_tab_3_wysiwyg_editor','Our extensive network of experts guarantees to remove the risk from your your balance sheet. Within our network of firms, affiliates and partnerships we work with you to deconsolidate your business and create value. We empower you to participate in the recovery of your firm.'),(7192,763,'_left_tab_3_wysiwyg_editor','field_56b3711077c86'),(7195,763,'left_tab_3_spacer','1'),(7198,763,'_left_tab_3_spacer','field_56b371c577c8c'),(7201,763,'left_tab_4_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(7204,763,'_left_tab_4_image','field_56b373f3b6e44'),(7207,763,'left_tab_4_title','Creating Shareholder Value through Innovation and Turnaround'),(7210,763,'_left_tab_4_title','field_56b373afb6e42'),(7213,763,'left_tab_4_button_label','Download PDF (312 kb)'),(7216,763,'_left_tab_4_button_label','field_56b373ceb6e43'),(7219,763,'left_tab_4_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(7222,763,'_left_tab_4_button_link','field_56b374ff0ad17'),(7225,763,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:19:\"3circles_block_text\";i:2;s:19:\"3circles_block_text\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:15:\"read_more_block\";}'),(7228,763,'_left_tab','field_56b36c6deeda0'),(7231,763,'add_second_tab','0'),(7234,763,'_add_second_tab','field_56b36ca9eeda2'),(7237,763,'right_tab',''),(7240,763,'_right_tab','field_56b3d7f1a6244'),(7243,60,'left_tab_1_title','Sectors'),(7246,60,'_left_tab_1_title','field_56b3db70da032'),(7249,60,'left_tab_1_circle1','icon-bullseye'),(7252,60,'_left_tab_1_circle1','field_56b3da76da02b'),(7255,60,'left_tab_1_circle2','icon-progress'),(7258,60,'_left_tab_1_circle2','field_56b3da76da02c'),(7261,60,'left_tab_1_circle3','icon-pill'),(7264,60,'_left_tab_1_circle3','field_56b3da76da02d'),(7267,60,'left_tab_1_circle1_label','Financial Services'),(7270,60,'_left_tab_1_circle1_label','field_56b3da76da02e'),(7273,60,'left_tab_1_circle2_label','Commodities'),(7276,60,'_left_tab_1_circle2_label','field_56b3da76da02f'),(7279,60,'left_tab_1_circle3_label','Pharmaceuticals'),(7282,60,'_left_tab_1_circle3_label','field_56b3da76da030'),(7285,60,'left_tab_1_paragraph1','Our focus is on solutions, the set up and financing of private asset management companies and managing run-off operations.'),(7288,60,'_left_tab_1_paragraph1','field_56b3db8eda033'),(7291,60,'left_tab_1_paragraph2','Our expertise lies in the acquisition of non core assets in Agri, FMCG and trading which requires restructuring and turnaround.'),(7294,60,'_left_tab_1_paragraph2','field_56b3dc6dda035'),(7297,60,'left_tab_1_paragraph3','We support the industry in the turnaround of distribution organisations; the acquisitions and turnaround of production facilities and non-core assets.'),(7300,60,'_left_tab_1_paragraph3','field_56b3dc74da036'),(7303,60,'left_tab_1_spacer','0'),(7306,60,'_left_tab_1_spacer','field_56b3da76da031'),(7309,60,'left_tab_2_title','Services'),(7312,60,'_left_tab_2_title','field_56b3db70da032'),(7315,60,'left_tab_2_circle1','icon-grid'),(7318,60,'_left_tab_2_circle1','field_56b3da76da02b'),(7321,60,'left_tab_2_circle2','icon-turnaround'),(7324,60,'_left_tab_2_circle2','field_56b3da76da02c'),(7327,60,'left_tab_2_circle3','icon-folder'),(7330,60,'_left_tab_2_circle3','field_56b3da76da02d'),(7333,60,'left_tab_2_circle1_label','Equity Management'),(7336,60,'_left_tab_2_circle1_label','field_56b3da76da02e'),(7339,60,'left_tab_2_circle2_label','Turnaround Advisory'),(7342,60,'_left_tab_2_circle2_label','field_56b3da76da02f'),(7345,60,'left_tab_2_circle3_label','Investment and Funding'),(7348,60,'_left_tab_2_circle3_label','field_56b3da76da030'),(7351,60,'left_tab_2_paragraph1','Equity Management includes our proprietary investments and the conversion of debt to equity. We also provide the executive leadership teams running the investments to represent ourselves and on behalf of our investors.'),(7354,60,'_left_tab_2_paragraph1','field_56b3db8eda033'),(7357,60,'left_tab_2_paragraph2','Our turnaround professionals are former senior executives who have lead, built and guided major businesses through growth, acquisition, restructuring and turnaround. They are supported by analytical teams from network companies such as big 4 and analytical boutiques.'),(7360,60,'_left_tab_2_paragraph2','field_56b3dc6dda035'),(7363,60,'left_tab_2_paragraph3','We handle and manage funds for our clients. Our investors are family offices, PE funds and Pension funds. The focus is primarily on distressed investments or to support strategic growth by focusing investment in fundamental change in a sector. We advise our clients on prioritising their investments to a new business sector.'),(7366,60,'_left_tab_2_paragraph3','field_56b3dc74da036'),(7369,60,'left_tab_2_spacer','0'),(7372,60,'_left_tab_2_spacer','field_56b3da76da031'),(7375,60,'left_tab_3_wysiwyg_editor','Our extensive network of experts guarantees to remove the risk from your your balance sheet. Within our network of firms, affiliates and partnerships we work with you to deconsolidate your business and create value. We empower you to participate in the recovery of your firm.'),(7378,60,'_left_tab_3_wysiwyg_editor','field_56b3711077c86'),(7381,60,'left_tab_3_spacer','1'),(7384,60,'_left_tab_3_spacer','field_56b371c577c8c'),(7387,60,'left_tab_4_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(7390,60,'_left_tab_4_image','field_56b373f3b6e44'),(7393,60,'left_tab_4_title','Creating Shareholder Value through Innovation and Turnaround'),(7396,60,'_left_tab_4_title','field_56b373afb6e42'),(7399,60,'left_tab_4_button_label','Download PDF (312 kb)'),(7402,60,'_left_tab_4_button_label','field_56b373ceb6e43'),(7405,60,'left_tab_4_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(7408,60,'_left_tab_4_button_link','field_56b374ff0ad17'),(7412,779,'left_tab_0_wysiwyg_editor','<h3>Here you will find our thought leadership that we share with the press, Debtwire in the speeches and conferences. For competitive reasons we cannot share our propitiatory IP, methodology and details of the solutions. However, you can contact us for more details and we will be more than happy to discuss your interest.</h3>'),(7415,779,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(7418,779,'left_tab_0_spacer','1'),(7421,779,'_left_tab_0_spacer','field_56b371c577c8c'),(7424,779,'left_tab_1_contact_icon','icon-mail'),(7427,779,'_left_tab_1_contact_icon','field_56b376a2fab28'),(7430,779,'left_tab_1_contact_title','Please feel free to contact us:'),(7433,779,'_left_tab_1_contact_title','field_56b376a2fab22'),(7436,779,'left_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(7439,779,'_left_tab_1_contact_values_0_contact_value_left','field_56b376a2fab24'),(7442,779,'left_tab_1_contact_values_0_contact_value_right',''),(7445,779,'_left_tab_1_contact_values_0_contact_value_right','field_56b376a2fab25'),(7448,779,'left_tab_1_contact_values_0_link',''),(7451,779,'_left_tab_1_contact_values_0_link','field_56b376a2fab26'),(7454,779,'left_tab_1_contact_values_0_link_type',''),(7457,779,'_left_tab_1_contact_values_0_link_type','field_56b376a2fab27'),(7460,779,'left_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(7463,779,'_left_tab_1_contact_values_1_contact_value_left','field_56b376a2fab24'),(7466,779,'left_tab_1_contact_values_1_contact_value_right',''),(7469,779,'_left_tab_1_contact_values_1_contact_value_right','field_56b376a2fab25'),(7472,779,'left_tab_1_contact_values_1_link',''),(7475,779,'_left_tab_1_contact_values_1_link','field_56b376a2fab26'),(7478,779,'left_tab_1_contact_values_1_link_type',''),(7481,779,'_left_tab_1_contact_values_1_link_type','field_56b376a2fab27'),(7484,779,'left_tab_1_contact_values_2_contact_value_left','Tel:'),(7487,779,'_left_tab_1_contact_values_2_contact_value_left','field_56b376a2fab24'),(7490,779,'left_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(7493,779,'_left_tab_1_contact_values_2_contact_value_right','field_56b376a2fab25'),(7496,779,'left_tab_1_contact_values_2_link','+41793107090'),(7499,779,'_left_tab_1_contact_values_2_link','field_56b376a2fab26'),(7502,779,'left_tab_1_contact_values_2_link_type','tel:'),(7505,779,'_left_tab_1_contact_values_2_link_type','field_56b376a2fab27'),(7508,779,'left_tab_1_contact_values_3_contact_value_left',''),(7511,779,'_left_tab_1_contact_values_3_contact_value_left','field_56b376a2fab24'),(7514,779,'left_tab_1_contact_values_3_contact_value_right',''),(7517,779,'_left_tab_1_contact_values_3_contact_value_right','field_56b376a2fab25'),(7520,779,'left_tab_1_contact_values_3_link',''),(7523,779,'_left_tab_1_contact_values_3_link','field_56b376a2fab26'),(7526,779,'left_tab_1_contact_values_3_link_type',''),(7529,779,'_left_tab_1_contact_values_3_link_type','field_56b376a2fab27'),(7532,779,'left_tab_1_contact_values','4'),(7535,779,'_left_tab_1_contact_values','field_56b376a2fab23'),(7538,779,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:13:\"contact_block\";}'),(7541,779,'_left_tab','field_56b36c6deeda0'),(7544,779,'add_second_tab','0'),(7547,779,'_add_second_tab','field_56b36ca9eeda2'),(7550,779,'right_tab',''),(7553,779,'_right_tab','field_56b3d7f1a6244'),(7556,62,'left_tab_0_wysiwyg_editor','<h3>Here you will find our thought leadership that we share with the press, Debtwire in the speeches and conferences. For competitive reasons we cannot share our propitiatory IP, methodology and details of the solutions. However, you can contact us for more details and we will be more than happy to discuss your interest.</h3>'),(7559,62,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(7562,62,'left_tab_0_spacer','1'),(7565,62,'_left_tab_0_spacer','field_56b371c577c8c'),(7568,62,'left_tab_1_contact_icon','icon-mail'),(7571,62,'_left_tab_1_contact_icon','field_56b376a2fab28'),(7574,62,'left_tab_1_contact_title','Please feel free to contact us:'),(7577,62,'_left_tab_1_contact_title','field_56b376a2fab22'),(7580,62,'left_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(7583,62,'_left_tab_1_contact_values_0_contact_value_left','field_56b376a2fab24'),(7586,62,'left_tab_1_contact_values_0_contact_value_right',''),(7589,62,'_left_tab_1_contact_values_0_contact_value_right','field_56b376a2fab25'),(7592,62,'left_tab_1_contact_values_0_link',''),(7595,62,'_left_tab_1_contact_values_0_link','field_56b376a2fab26'),(7598,62,'left_tab_1_contact_values_0_link_type',''),(7601,62,'_left_tab_1_contact_values_0_link_type','field_56b376a2fab27'),(7604,62,'left_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(7607,62,'_left_tab_1_contact_values_1_contact_value_left','field_56b376a2fab24'),(7610,62,'left_tab_1_contact_values_1_contact_value_right',''),(7613,62,'_left_tab_1_contact_values_1_contact_value_right','field_56b376a2fab25'),(7616,62,'left_tab_1_contact_values_1_link',''),(7619,62,'_left_tab_1_contact_values_1_link','field_56b376a2fab26'),(7622,62,'left_tab_1_contact_values_1_link_type',''),(7625,62,'_left_tab_1_contact_values_1_link_type','field_56b376a2fab27'),(7628,62,'left_tab_1_contact_values_2_contact_value_left','Tel:'),(7631,62,'_left_tab_1_contact_values_2_contact_value_left','field_56b376a2fab24'),(7634,62,'left_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(7637,62,'_left_tab_1_contact_values_2_contact_value_right','field_56b376a2fab25'),(7640,62,'left_tab_1_contact_values_2_link','+41793107090'),(7643,62,'_left_tab_1_contact_values_2_link','field_56b376a2fab26'),(7646,62,'left_tab_1_contact_values_2_link_type','tel:'),(7649,62,'_left_tab_1_contact_values_2_link_type','field_56b376a2fab27'),(7652,62,'left_tab_1_contact_values_3_contact_value_left',''),(7655,62,'_left_tab_1_contact_values_3_contact_value_left','field_56b376a2fab24'),(7658,62,'left_tab_1_contact_values_3_contact_value_right',''),(7661,62,'_left_tab_1_contact_values_3_contact_value_right','field_56b376a2fab25'),(7664,62,'left_tab_1_contact_values_3_link',''),(7667,62,'_left_tab_1_contact_values_3_link','field_56b376a2fab26'),(7670,62,'left_tab_1_contact_values_3_link_type',''),(7673,62,'_left_tab_1_contact_values_3_link_type','field_56b376a2fab27'),(7676,62,'left_tab_1_contact_values','4'),(7679,62,'_left_tab_1_contact_values','field_56b376a2fab23'),(7682,62,'left_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"external_block\";i:2;s:13:\"contact_block\";}'),(7685,62,'_left_tab','field_56b36c6deeda0'),(7688,62,'add_second_tab','0'),(7691,62,'_add_second_tab','field_56b36ca9eeda2'),(7694,62,'right_tab',''),(7697,62,'_right_tab','field_56b3fab04554d'),(7700,782,'left_tab_0_wysiwyg_editor','<h3>Here you will find our thought leadership that we share with the press, Debtwire in the speeches and conferences. For competitive reasons we cannot share our propitiatory IP, methodology and details of the solutions. However, you can contact us for more details and we will be more than happy to discuss your interest.</h3>'),(7703,782,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(7706,782,'left_tab_0_spacer','1'),(7709,782,'_left_tab_0_spacer','field_56b371c577c8c'),(7712,782,'left_tab_1_external_repeater_0_title','Presentation: NPL Trends and Bank restructuring'),(7715,782,'_left_tab_1_external_repeater_0_title','field_56b3e63fb5686'),(7718,782,'left_tab_1_external_repeater_0_details','Conference: NPL Europe London, 1-2 October 2014'),(7721,782,'_left_tab_1_external_repeater_0_details','field_56b3e677b5687'),(7724,782,'left_tab_1_external_repeater_0_link','http://www.smithnovak.com/conferences/npl-europe.html'),(7727,782,'_left_tab_1_external_repeater_0_link','field_56b3e69cb5688'),(7730,782,'left_tab_1_external_repeater_1_title','Presentation: Cross-border Banking Turnaround and Resolution'),(7733,782,'_left_tab_1_external_repeater_1_title','field_56b3e63fb5686'),(7736,782,'left_tab_1_external_repeater_1_details','Conference: Restructuring & Insolvency Europe Vienna, 4-5 December 2014'),(7739,782,'_left_tab_1_external_repeater_1_details','field_56b3e677b5687'),(7742,782,'left_tab_1_external_repeater_1_link','http://www.smithnovak.com/conferences/restructuring-insolvency-europe.html'),(7745,782,'_left_tab_1_external_repeater_1_link','field_56b3e69cb5688'),(7748,782,'left_tab_1_external_repeater_2_title','Presentation: Private Asset Management Company and value recovery'),(7751,782,'_left_tab_1_external_repeater_2_title','field_56b3e63fb5686'),(7754,782,'left_tab_1_external_repeater_2_details','Conference: NPL International Paris, 23-24 April, 2014'),(7757,782,'_left_tab_1_external_repeater_2_details','field_56b3e677b5687'),(7760,782,'left_tab_1_external_repeater_2_link','http://www.smithnovak.com/conferences/npl-international.html'),(7763,782,'_left_tab_1_external_repeater_2_link','field_56b3e69cb5688'),(7766,782,'left_tab_1_external_repeater','3'),(7769,782,'_left_tab_1_external_repeater','field_56b3e5acb5685'),(7772,782,'left_tab_1_spacer','1'),(7775,782,'_left_tab_1_spacer','field_56b3e588b5684'),(7778,782,'left_tab_2_contact_icon','icon-mail'),(7781,782,'_left_tab_2_contact_icon','field_56b376a2fab28'),(7784,782,'left_tab_2_contact_title','Please feel free to contact us:'),(7787,782,'_left_tab_2_contact_title','field_56b376a2fab22'),(7790,782,'left_tab_2_contact_values_0_contact_value_left','Zug, Switzerland'),(7793,782,'_left_tab_2_contact_values_0_contact_value_left','field_56b376a2fab24'),(7796,782,'left_tab_2_contact_values_0_contact_value_right',''),(7799,782,'_left_tab_2_contact_values_0_contact_value_right','field_56b376a2fab25'),(7802,782,'left_tab_2_contact_values_0_link',''),(7805,782,'_left_tab_2_contact_values_0_link','field_56b376a2fab26'),(7808,782,'left_tab_2_contact_values_0_link_type',''),(7811,782,'_left_tab_2_contact_values_0_link_type','field_56b376a2fab27'),(7814,782,'left_tab_2_contact_values_1_contact_value_left','Dr Lukas Fecker'),(7817,782,'_left_tab_2_contact_values_1_contact_value_left','field_56b376a2fab24'),(7820,782,'left_tab_2_contact_values_1_contact_value_right',''),(7823,782,'_left_tab_2_contact_values_1_contact_value_right','field_56b376a2fab25'),(7826,782,'left_tab_2_contact_values_1_link',''),(7829,782,'_left_tab_2_contact_values_1_link','field_56b376a2fab26'),(7832,782,'left_tab_2_contact_values_1_link_type',''),(7835,782,'_left_tab_2_contact_values_1_link_type','field_56b376a2fab27'),(7838,782,'left_tab_2_contact_values_2_contact_value_left','Tel:'),(7841,782,'_left_tab_2_contact_values_2_contact_value_left','field_56b376a2fab24'),(7844,782,'left_tab_2_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(7847,782,'_left_tab_2_contact_values_2_contact_value_right','field_56b376a2fab25'),(7850,782,'left_tab_2_contact_values_2_link','+41793107090'),(7853,782,'_left_tab_2_contact_values_2_link','field_56b376a2fab26'),(7856,782,'left_tab_2_contact_values_2_link_type','tel:'),(7859,782,'_left_tab_2_contact_values_2_link_type','field_56b376a2fab27'),(7862,782,'left_tab_2_contact_values_3_contact_value_left',''),(7865,782,'_left_tab_2_contact_values_3_contact_value_left','field_56b376a2fab24'),(7868,782,'left_tab_2_contact_values_3_contact_value_right',''),(7871,782,'_left_tab_2_contact_values_3_contact_value_right','field_56b376a2fab25'),(7874,782,'left_tab_2_contact_values_3_link',''),(7877,782,'_left_tab_2_contact_values_3_link','field_56b376a2fab26'),(7880,782,'left_tab_2_contact_values_3_link_type',''),(7883,782,'_left_tab_2_contact_values_3_link_type','field_56b376a2fab27'),(7886,782,'left_tab_2_contact_values','4'),(7889,782,'_left_tab_2_contact_values','field_56b376a2fab23'),(7892,782,'left_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"external_block\";i:2;s:13:\"contact_block\";}'),(7895,782,'_left_tab','field_56b36c6deeda0'),(7898,782,'add_second_tab','0'),(7901,782,'_add_second_tab','field_56b36ca9eeda2'),(7904,782,'right_tab',''),(7907,782,'_right_tab','field_56b3d7f1a6244'),(7910,62,'left_tab_1_external_repeater_0_title','Presentation: NPL Trends and Bank restructuring'),(7913,62,'_left_tab_1_external_repeater_0_title','field_56b3e63fb5686'),(7916,62,'left_tab_1_external_repeater_0_details','Conference: NPL Europe London, 1-2 October 2014'),(7919,62,'_left_tab_1_external_repeater_0_details','field_56b3e677b5687'),(7922,62,'left_tab_1_external_repeater_0_link','http://www.smithnovak.com/conferences/npl-europe.html'),(7925,62,'_left_tab_1_external_repeater_0_link','field_56b3e69cb5688'),(7928,62,'left_tab_1_external_repeater_1_title','Presentation: Cross-border Banking Turnaround and Resolution'),(7931,62,'_left_tab_1_external_repeater_1_title','field_56b3e63fb5686'),(7934,62,'left_tab_1_external_repeater_1_details','Conference: Restructuring & Insolvency Europe Vienna, 4-5 December 2014'),(7937,62,'_left_tab_1_external_repeater_1_details','field_56b3e677b5687'),(7940,62,'left_tab_1_external_repeater_1_link','http://www.smithnovak.com/conferences/restructuring-insolvency-europe.html'),(7943,62,'_left_tab_1_external_repeater_1_link','field_56b3e69cb5688'),(7946,62,'left_tab_1_external_repeater_2_title','Presentation: Private Asset Management Company and value recovery'),(7949,62,'_left_tab_1_external_repeater_2_title','field_56b3e63fb5686'),(7952,62,'left_tab_1_external_repeater_2_details','Conference: NPL International Paris, 23-24 April, 2014'),(7955,62,'_left_tab_1_external_repeater_2_details','field_56b3e677b5687'),(7958,62,'left_tab_1_external_repeater_2_link','http://www.smithnovak.com/conferences/npl-international.html'),(7961,62,'_left_tab_1_external_repeater_2_link','field_56b3e69cb5688'),(7964,62,'left_tab_1_external_repeater','3'),(7967,62,'_left_tab_1_external_repeater','field_56b3e5acb5685'),(7970,62,'left_tab_1_spacer','0'),(7973,62,'_left_tab_1_spacer','field_56b3e588b5684'),(7976,62,'left_tab_2_contact_icon','icon-mail'),(7979,62,'_left_tab_2_contact_icon','field_56b3f7c0468cc'),(7982,62,'left_tab_2_contact_title','Please feel free to contact us:'),(7985,62,'_left_tab_2_contact_title','field_56b3f7c0468cd'),(7988,62,'left_tab_2_contact_values_0_contact_value_left','Zug, Switzerland'),(7991,62,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f834453c3'),(7994,62,'left_tab_2_contact_values_0_contact_value_right',''),(7997,62,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f834453c4'),(8000,62,'left_tab_2_contact_values_0_link',''),(8003,62,'_left_tab_2_contact_values_0_link','field_56b3f834453c5'),(8006,62,'left_tab_2_contact_values_0_link_type',''),(8009,62,'_left_tab_2_contact_values_0_link_type','field_56b3f834453c6'),(8012,62,'left_tab_2_contact_values_1_contact_value_left','Dr Lukas Fecker'),(8015,62,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f834453c3'),(8018,62,'left_tab_2_contact_values_1_contact_value_right',''),(8021,62,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f834453c4'),(8024,62,'left_tab_2_contact_values_1_link',''),(8027,62,'_left_tab_2_contact_values_1_link','field_56b3f834453c5'),(8030,62,'left_tab_2_contact_values_1_link_type',''),(8033,62,'_left_tab_2_contact_values_1_link_type','field_56b3f834453c6'),(8036,62,'left_tab_2_contact_values_2_contact_value_left','Tel:'),(8039,62,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f834453c3'),(8042,62,'left_tab_2_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(8045,62,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f834453c4'),(8048,62,'left_tab_2_contact_values_2_link','+41793107090'),(8051,62,'_left_tab_2_contact_values_2_link','field_56b3f834453c5'),(8054,62,'left_tab_2_contact_values_2_link_type','tel:'),(8057,62,'_left_tab_2_contact_values_2_link_type','field_56b3f834453c6'),(8060,62,'left_tab_2_contact_values_3_contact_value_left','E-mail:'),(8063,62,'_left_tab_2_contact_values_3_contact_value_left','field_56b3f834453c3'),(8066,62,'left_tab_2_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(8069,62,'_left_tab_2_contact_values_3_contact_value_right','field_56b3f834453c4'),(8072,62,'left_tab_2_contact_values_3_link','lukas.fecker@innovationbrain.com'),(8075,62,'_left_tab_2_contact_values_3_link','field_56b3f834453c5'),(8078,62,'left_tab_2_contact_values_3_link_type','mailto:'),(8081,62,'_left_tab_2_contact_values_3_link_type','field_56b3f834453c6'),(8084,62,'left_tab_2_contact_values','4'),(8087,62,'_left_tab_2_contact_values','field_56b3f834453c2'),(8089,784,'left_tab_0_wysiwyg_editor','<h3>Here you will find our thought leadership that we share with the press, Debtwire in the speeches and conferences. For competitive reasons we cannot share our propitiatory IP, methodology and details of the solutions. However, you can contact us for more details and we will be more than happy to discuss your interest.</h3>'),(8092,784,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(8095,784,'left_tab_0_spacer','1'),(8098,784,'_left_tab_0_spacer','field_56b371c577c8c'),(8101,784,'left_tab_1_external_repeater_0_title','Presentation: NPL Trends and Bank restructuring'),(8104,784,'_left_tab_1_external_repeater_0_title','field_56b3e63fb5686'),(8107,784,'left_tab_1_external_repeater_0_details','Conference: NPL Europe London, 1-2 October 2014'),(8110,784,'_left_tab_1_external_repeater_0_details','field_56b3e677b5687'),(8113,784,'left_tab_1_external_repeater_0_link','http://www.smithnovak.com/conferences/npl-europe.html'),(8116,784,'_left_tab_1_external_repeater_0_link','field_56b3e69cb5688'),(8119,784,'left_tab_1_external_repeater_1_title','Presentation: Cross-border Banking Turnaround and Resolution'),(8122,784,'_left_tab_1_external_repeater_1_title','field_56b3e63fb5686'),(8125,784,'left_tab_1_external_repeater_1_details','Conference: Restructuring & Insolvency Europe Vienna, 4-5 December 2014'),(8128,784,'_left_tab_1_external_repeater_1_details','field_56b3e677b5687'),(8131,784,'left_tab_1_external_repeater_1_link','http://www.smithnovak.com/conferences/restructuring-insolvency-europe.html'),(8134,784,'_left_tab_1_external_repeater_1_link','field_56b3e69cb5688'),(8137,784,'left_tab_1_external_repeater_2_title','Presentation: Private Asset Management Company and value recovery'),(8140,784,'_left_tab_1_external_repeater_2_title','field_56b3e63fb5686'),(8143,784,'left_tab_1_external_repeater_2_details','Conference: NPL International Paris, 23-24 April, 2014'),(8146,784,'_left_tab_1_external_repeater_2_details','field_56b3e677b5687'),(8149,784,'left_tab_1_external_repeater_2_link','http://www.smithnovak.com/conferences/npl-international.html'),(8152,784,'_left_tab_1_external_repeater_2_link','field_56b3e69cb5688'),(8155,784,'left_tab_1_external_repeater','3'),(8158,784,'_left_tab_1_external_repeater','field_56b3e5acb5685'),(8161,784,'left_tab_1_spacer','1'),(8164,784,'_left_tab_1_spacer','field_56b3e588b5684'),(8167,784,'left_tab_2_contact_icon','icon-mail'),(8170,784,'_left_tab_2_contact_icon','field_56b376a2fab28'),(8173,784,'left_tab_2_contact_title','Please feel free to contact us:'),(8176,784,'_left_tab_2_contact_title','field_56b376a2fab22'),(8179,784,'left_tab_2_contact_values_0_contact_value_left','Zug, Switzerland'),(8182,784,'_left_tab_2_contact_values_0_contact_value_left','field_56b376a2fab24'),(8185,784,'left_tab_2_contact_values_0_contact_value_right',''),(8188,784,'_left_tab_2_contact_values_0_contact_value_right','field_56b376a2fab25'),(8191,784,'left_tab_2_contact_values_0_link',''),(8194,784,'_left_tab_2_contact_values_0_link','field_56b376a2fab26'),(8197,784,'left_tab_2_contact_values_0_link_type',''),(8200,784,'_left_tab_2_contact_values_0_link_type','field_56b376a2fab27'),(8203,784,'left_tab_2_contact_values_1_contact_value_left','Dr Lukas Fecker'),(8206,784,'_left_tab_2_contact_values_1_contact_value_left','field_56b376a2fab24'),(8209,784,'left_tab_2_contact_values_1_contact_value_right',''),(8212,784,'_left_tab_2_contact_values_1_contact_value_right','field_56b376a2fab25'),(8215,784,'left_tab_2_contact_values_1_link',''),(8218,784,'_left_tab_2_contact_values_1_link','field_56b376a2fab26'),(8221,784,'left_tab_2_contact_values_1_link_type',''),(8224,784,'_left_tab_2_contact_values_1_link_type','field_56b376a2fab27'),(8227,784,'left_tab_2_contact_values_2_contact_value_left','Tel:'),(8230,784,'_left_tab_2_contact_values_2_contact_value_left','field_56b376a2fab24'),(8233,784,'left_tab_2_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(8236,784,'_left_tab_2_contact_values_2_contact_value_right','field_56b376a2fab25'),(8239,784,'left_tab_2_contact_values_2_link','+41793107090'),(8242,784,'_left_tab_2_contact_values_2_link','field_56b376a2fab26'),(8245,784,'left_tab_2_contact_values_2_link_type','tel:'),(8248,784,'_left_tab_2_contact_values_2_link_type','field_56b376a2fab27'),(8251,784,'left_tab_2_contact_values_3_contact_value_left','E-mail:'),(8254,784,'_left_tab_2_contact_values_3_contact_value_left','field_56b376a2fab24'),(8257,784,'left_tab_2_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(8260,784,'_left_tab_2_contact_values_3_contact_value_right','field_56b376a2fab25'),(8263,784,'left_tab_2_contact_values_3_link','lukas.fecker@innovationbrain.com'),(8266,784,'_left_tab_2_contact_values_3_link','field_56b376a2fab26'),(8269,784,'left_tab_2_contact_values_3_link_type','mailto:'),(8272,784,'_left_tab_2_contact_values_3_link_type','field_56b376a2fab27'),(8275,784,'left_tab_2_contact_values','4'),(8278,784,'_left_tab_2_contact_values','field_56b376a2fab23'),(8281,784,'left_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"external_block\";i:2;s:13:\"contact_block\";}'),(8284,784,'_left_tab','field_56b36c6deeda0'),(8287,784,'add_second_tab','0'),(8290,784,'_add_second_tab','field_56b36ca9eeda2'),(8293,784,'right_tab',''),(8296,784,'_right_tab','field_56b3d7f1a6244'),(8297,785,'left_tab_0_wysiwyg_editor','<h3>Here you will find our thought leadership that we share with the press, Debtwire in the speeches and conferences. For competitive reasons we cannot share our propitiatory IP, methodology and details of the solutions. However, you can contact us for more details and we will be more than happy to discuss your interest.</h3>'),(8300,785,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(8303,785,'left_tab_0_spacer','1'),(8306,785,'_left_tab_0_spacer','field_56b371c577c8c'),(8309,785,'left_tab_1_external_repeater_0_title','Presentation: NPL Trends and Bank restructuring'),(8312,785,'_left_tab_1_external_repeater_0_title','field_56b3e63fb5686'),(8315,785,'left_tab_1_external_repeater_0_details','Conference: NPL Europe London, 1-2 October 2014'),(8318,785,'_left_tab_1_external_repeater_0_details','field_56b3e677b5687'),(8321,785,'left_tab_1_external_repeater_0_link','http://www.smithnovak.com/conferences/npl-europe.html'),(8324,785,'_left_tab_1_external_repeater_0_link','field_56b3e69cb5688'),(8327,785,'left_tab_1_external_repeater_1_title','Presentation: Cross-border Banking Turnaround and Resolution'),(8330,785,'_left_tab_1_external_repeater_1_title','field_56b3e63fb5686'),(8333,785,'left_tab_1_external_repeater_1_details','Conference: Restructuring & Insolvency Europe Vienna, 4-5 December 2014'),(8336,785,'_left_tab_1_external_repeater_1_details','field_56b3e677b5687'),(8339,785,'left_tab_1_external_repeater_1_link','http://www.smithnovak.com/conferences/restructuring-insolvency-europe.html'),(8342,785,'_left_tab_1_external_repeater_1_link','field_56b3e69cb5688'),(8345,785,'left_tab_1_external_repeater_2_title','Presentation: Private Asset Management Company and value recovery'),(8348,785,'_left_tab_1_external_repeater_2_title','field_56b3e63fb5686'),(8351,785,'left_tab_1_external_repeater_2_details','Conference: NPL International Paris, 23-24 April, 2014'),(8354,785,'_left_tab_1_external_repeater_2_details','field_56b3e677b5687'),(8357,785,'left_tab_1_external_repeater_2_link','http://www.smithnovak.com/conferences/npl-international.html'),(8360,785,'_left_tab_1_external_repeater_2_link','field_56b3e69cb5688'),(8363,785,'left_tab_1_external_repeater','3'),(8366,785,'_left_tab_1_external_repeater','field_56b3e5acb5685'),(8369,785,'left_tab_1_spacer','0'),(8372,785,'_left_tab_1_spacer','field_56b3e588b5684'),(8375,785,'left_tab_2_contact_icon','icon-mail'),(8378,785,'_left_tab_2_contact_icon','field_56b376a2fab28'),(8381,785,'left_tab_2_contact_title','Please feel free to contact us:'),(8384,785,'_left_tab_2_contact_title','field_56b376a2fab22'),(8387,785,'left_tab_2_contact_values_0_contact_value_left','Zug, Switzerland'),(8390,785,'_left_tab_2_contact_values_0_contact_value_left','field_56b376a2fab24'),(8393,785,'left_tab_2_contact_values_0_contact_value_right',''),(8396,785,'_left_tab_2_contact_values_0_contact_value_right','field_56b376a2fab25'),(8399,785,'left_tab_2_contact_values_0_link',''),(8402,785,'_left_tab_2_contact_values_0_link','field_56b376a2fab26'),(8405,785,'left_tab_2_contact_values_0_link_type',''),(8408,785,'_left_tab_2_contact_values_0_link_type','field_56b376a2fab27'),(8411,785,'left_tab_2_contact_values_1_contact_value_left','Dr Lukas Fecker'),(8414,785,'_left_tab_2_contact_values_1_contact_value_left','field_56b376a2fab24'),(8417,785,'left_tab_2_contact_values_1_contact_value_right',''),(8420,785,'_left_tab_2_contact_values_1_contact_value_right','field_56b376a2fab25'),(8423,785,'left_tab_2_contact_values_1_link',''),(8426,785,'_left_tab_2_contact_values_1_link','field_56b376a2fab26'),(8429,785,'left_tab_2_contact_values_1_link_type',''),(8432,785,'_left_tab_2_contact_values_1_link_type','field_56b376a2fab27'),(8435,785,'left_tab_2_contact_values_2_contact_value_left','Tel:'),(8438,785,'_left_tab_2_contact_values_2_contact_value_left','field_56b376a2fab24'),(8441,785,'left_tab_2_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(8444,785,'_left_tab_2_contact_values_2_contact_value_right','field_56b376a2fab25'),(8447,785,'left_tab_2_contact_values_2_link','+41793107090'),(8450,785,'_left_tab_2_contact_values_2_link','field_56b376a2fab26'),(8453,785,'left_tab_2_contact_values_2_link_type','tel:'),(8456,785,'_left_tab_2_contact_values_2_link_type','field_56b376a2fab27'),(8459,785,'left_tab_2_contact_values_3_contact_value_left','E-mail:'),(8462,785,'_left_tab_2_contact_values_3_contact_value_left','field_56b376a2fab24'),(8465,785,'left_tab_2_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(8468,785,'_left_tab_2_contact_values_3_contact_value_right','field_56b376a2fab25'),(8471,785,'left_tab_2_contact_values_3_link','lukas.fecker@innovationbrain.com'),(8474,785,'_left_tab_2_contact_values_3_link','field_56b376a2fab26'),(8477,785,'left_tab_2_contact_values_3_link_type','mailto:'),(8480,785,'_left_tab_2_contact_values_3_link_type','field_56b376a2fab27'),(8483,785,'left_tab_2_contact_values','4'),(8486,785,'_left_tab_2_contact_values','field_56b376a2fab23'),(8489,785,'left_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"external_block\";i:2;s:13:\"contact_block\";}'),(8492,785,'_left_tab','field_56b36c6deeda0'),(8495,785,'add_second_tab','0'),(8498,785,'_add_second_tab','field_56b36ca9eeda2'),(8501,785,'right_tab',''),(8504,785,'_right_tab','field_56b3d7f1a6244'),(8507,64,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(8510,64,'_left_tab','field_56b36c6deeda0'),(8513,64,'add_second_tab','1'),(8516,64,'_add_second_tab','field_56b36ca9eeda2'),(8519,64,'right_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";}'),(8522,64,'_right_tab','field_56b3fab04554d'),(8525,788,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(8528,788,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(8531,788,'left_tab_0_spacer','1'),(8534,788,'_left_tab_0_spacer','field_56b371c577c8c'),(8537,788,'left_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(8540,788,'_left_tab','field_56b36c6deeda0'),(8543,788,'add_second_tab','0'),(8546,788,'_add_second_tab','field_56b36ca9eeda2'),(8549,788,'right_tab',''),(8552,788,'_right_tab','field_56b3d7f1a6244'),(8555,64,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(8558,64,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(8561,64,'left_tab_0_spacer','0'),(8564,64,'_left_tab_0_spacer','field_56b371c577c8c'),(8567,809,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(8570,809,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(8573,809,'left_tab_0_spacer','1'),(8576,809,'_left_tab_0_spacer','field_56b371c577c8c'),(8579,809,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(8582,809,'_left_tab_1_cases_repeater_0_icon','field_56b3ea9890767'),(8585,809,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(8588,809,'_left_tab_1_cases_repeater_0_title','field_56b3ea6390763'),(8591,809,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(8594,809,'_left_tab_1_cases_repeater_0_icon_title','field_56b3eb3790768'),(8597,809,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(8600,809,'_left_tab_1_cases_repeater_0_details','field_56b3ea6390764'),(8603,809,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(8606,809,'_left_tab_1_cases_repeater_1_icon','field_56b3ea9890767'),(8609,809,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(8612,809,'_left_tab_1_cases_repeater_1_title','field_56b3ea6390763'),(8615,809,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(8618,809,'_left_tab_1_cases_repeater_1_icon_title','field_56b3eb3790768'),(8621,809,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(8624,809,'_left_tab_1_cases_repeater_1_details','field_56b3ea6390764'),(8627,809,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(8630,809,'_left_tab_1_cases_repeater_2_icon','field_56b3ea9890767'),(8633,809,'left_tab_1_cases_repeater_2_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(8636,809,'_left_tab_1_cases_repeater_2_title','field_56b3ea6390763'),(8639,809,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(8642,809,'_left_tab_1_cases_repeater_2_icon_title','field_56b3eb3790768'),(8645,809,'left_tab_1_cases_repeater_2_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(8648,809,'_left_tab_1_cases_repeater_2_details','field_56b3ea6390764'),(8651,809,'left_tab_1_cases_repeater','3'),(8654,809,'_left_tab_1_cases_repeater','field_56b3ea6390762'),(8657,809,'left_tab_1_spacer','1'),(8660,809,'_left_tab_1_spacer','field_56b3ea6390766'),(8663,809,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(8666,809,'_left_tab','field_56b36c6deeda0'),(8669,809,'add_second_tab','0'),(8672,809,'_add_second_tab','field_56b36ca9eeda2'),(8675,809,'right_tab',''),(8678,809,'_right_tab','field_56b3d7f1a6244'),(8681,64,'left_tab_1_cases_repeater_0_icon','icon-progress-small'),(8684,64,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(8687,64,'left_tab_1_cases_repeater_0_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(8690,64,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(8693,64,'left_tab_1_cases_repeater_0_icon_title','Commodities'),(8696,64,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(8699,64,'left_tab_1_cases_repeater_0_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(8702,64,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(8705,64,'left_tab_1_cases_repeater_1_icon','icon-pill-small'),(8708,64,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(8711,64,'left_tab_1_cases_repeater_1_title','- Pharma distribution\r\n- Pharma track & production'),(8714,64,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(8717,64,'left_tab_1_cases_repeater_1_icon_title','Pharmaceuticals'),(8720,64,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(8723,64,'left_tab_1_cases_repeater_1_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(8726,64,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(8764,66,'left_tab','a:6:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";i:5;s:18:\"full_contact_block\";}'),(8767,66,'_left_tab','field_56b36c6deeda0'),(8770,66,'add_second_tab','0'),(8773,66,'_add_second_tab','field_56b36ca9eeda2'),(8776,66,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(8779,66,'_right_tab','field_56b3fab04554d'),(8780,866,'left_tab_0_departmant_repeater_0_contact_icon','icon-cloud'),(8783,866,'_left_tab_0_departmant_repeater_0_contact_icon','field_56b3f1f1dbf0b'),(8786,866,'left_tab_0_departmant_repeater_0_departmant','General enquiries'),(8789,866,'_left_tab_0_departmant_repeater_0_departmant','field_56b3f1f1dbf0c'),(8792,866,'left_tab_0_departmant_repeater_0_contact_values','0'),(8795,866,'_left_tab_0_departmant_repeater_0_contact_values','field_56b3f1f1dbf0d'),(8798,866,'left_tab_0_departmant_repeater','1'),(8801,866,'_left_tab_0_departmant_repeater','field_56b3f1fcdbf12'),(8804,866,'left_tab','a:1:{i:0;s:18:\"full_contact_block\";}'),(8807,866,'_left_tab','field_56b36c6deeda0'),(8810,866,'add_second_tab','0'),(8813,866,'_add_second_tab','field_56b36ca9eeda2'),(8816,866,'right_tab',''),(8819,866,'_right_tab','field_56b3d7f1a6244'),(8822,66,'left_tab_0_departmant_repeater_0_contact_icon','icon-cloud'),(8825,66,'_left_tab_0_departmant_repeater_0_contact_icon','field_56b3f1f1dbf0b'),(8828,66,'left_tab_0_departmant_repeater_0_departmant','General enquiries'),(8831,66,'_left_tab_0_departmant_repeater_0_departmant','field_56b3f1f1dbf0c'),(8834,66,'left_tab_0_departmant_repeater_0_contact_values','0'),(8837,66,'_left_tab_0_departmant_repeater_0_contact_values','field_56b3f1f1dbf0d'),(8840,66,'left_tab_0_departmant_repeater','1'),(8843,66,'_left_tab_0_departmant_repeater','field_56b3f1fcdbf12'),(8845,871,'left_tab_0_contact_icon','icon-cloud'),(8848,871,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(8851,871,'left_tab_0_departmant','General enquiries'),(8854,871,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(8857,871,'left_tab_0_contact_values','0'),(8860,871,'_left_tab_0_contact_values','field_56b3f1f1dbf0d'),(8863,871,'left_tab_0_spacer','1'),(8866,871,'_left_tab_0_spacer','field_56b3f305fafdb'),(8869,871,'left_tab','a:1:{i:0;s:18:\"full_contact_block\";}'),(8872,871,'_left_tab','field_56b36c6deeda0'),(8875,871,'add_second_tab','0'),(8878,871,'_add_second_tab','field_56b36ca9eeda2'),(8881,871,'right_tab',''),(8884,871,'_right_tab','field_56b3d7f1a6244'),(8887,66,'left_tab_0_contact_icon','icon-pie'),(8890,66,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(8893,66,'left_tab_0_departmant','United Kingdom'),(8896,66,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(8899,66,'left_tab_0_contact_values','3'),(8902,66,'_left_tab_0_contact_values','field_56b3f47e69426'),(8905,66,'left_tab_0_spacer','1'),(8908,66,'_left_tab_0_spacer','field_56b3f305fafdb'),(8911,901,'left_tab_0_contact_icon','icon-cloud'),(8914,901,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(8917,901,'left_tab_0_departmant','General enquiries'),(8920,901,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(8923,901,'left_tab_0_contact_values_0_contact_value_left','E-mail:'),(8926,901,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(8929,901,'left_tab_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(8932,901,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(8935,901,'left_tab_0_contact_values_0_link','info@innovationbrain.com'),(8938,901,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(8941,901,'left_tab_0_contact_values_0_link_type','mailto:'),(8944,901,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(8947,901,'left_tab_0_contact_values','1'),(8950,901,'_left_tab_0_contact_values','field_56b3f47e69426'),(8953,901,'left_tab_0_spacer','1'),(8956,901,'_left_tab_0_spacer','field_56b3f305fafdb'),(8959,901,'left_tab_1_contact_icon','icon-paper'),(8962,901,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(8965,901,'left_tab_1_departmant','Finance / Sales'),(8968,901,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(8971,901,'left_tab_1_contact_values_0_contact_value_left','London, United Kingdom'),(8974,901,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(8977,901,'left_tab_1_contact_values_0_contact_value_right',''),(8980,901,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(8983,901,'left_tab_1_contact_values_0_link',''),(8986,901,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(8989,901,'left_tab_1_contact_values_0_link_type',''),(8992,901,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(8995,901,'left_tab_1_contact_values_1_contact_value_left','Erika Petkunaite'),(8998,901,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(9001,901,'left_tab_1_contact_values_1_contact_value_right',''),(9004,901,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(9007,901,'left_tab_1_contact_values_1_link',''),(9010,901,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(9013,901,'left_tab_1_contact_values_1_link_type',''),(9016,901,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(9019,901,'left_tab_1_contact_values_2_contact_value_left','Tel:'),(9022,901,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(9025,901,'left_tab_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(9028,901,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(9031,901,'left_tab_1_contact_values_2_link','+447899747275'),(9034,901,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(9037,901,'left_tab_1_contact_values_2_link_type','tel:'),(9040,901,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(9043,901,'left_tab_1_contact_values_3_contact_value_left','E-mail:'),(9046,901,'_left_tab_1_contact_values_3_contact_value_left','field_56b3f47e69427'),(9049,901,'left_tab_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(9052,901,'_left_tab_1_contact_values_3_contact_value_right','field_56b3f47e69429'),(9055,901,'left_tab_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(9058,901,'_left_tab_1_contact_values_3_link','field_56b3f47e6942c'),(9061,901,'left_tab_1_contact_values_3_link_type','mailto:'),(9064,901,'_left_tab_1_contact_values_3_link_type','field_56b3f47e6942e'),(9067,901,'left_tab_1_contact_values','4'),(9070,901,'_left_tab_1_contact_values','field_56b3f47e69426'),(9073,901,'left_tab_1_spacer','1'),(9076,901,'_left_tab_1_spacer','field_56b3f305fafdb'),(9079,901,'left_tab_2_contact_icon','icon-pie'),(9082,901,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(9085,901,'left_tab_2_departmant','Legal Services / Analytics'),(9088,901,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(9091,901,'left_tab_2_contact_values_0_contact_value_left','Ivana Adamovic'),(9094,901,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(9097,901,'left_tab_2_contact_values_0_contact_value_right',''),(9100,901,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(9103,901,'left_tab_2_contact_values_0_link',''),(9106,901,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(9109,901,'left_tab_2_contact_values_0_link_type',''),(9112,901,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(9115,901,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(9118,901,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(9121,901,'left_tab_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(9124,901,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(9127,901,'left_tab_2_contact_values_1_link','+44XXXXXXXXXX'),(9130,901,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(9133,901,'left_tab_2_contact_values_1_link_type','tel:'),(9136,901,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(9139,901,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(9142,901,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(9145,901,'left_tab_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(9148,901,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(9151,901,'left_tab_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(9154,901,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(9157,901,'left_tab_2_contact_values_2_link_type','mailto:'),(9160,901,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(9163,901,'left_tab_2_contact_values','3'),(9166,901,'_left_tab_2_contact_values','field_56b3f47e69426'),(9169,901,'left_tab_2_spacer','0'),(9172,901,'_left_tab_2_spacer','field_56b3f305fafdb'),(9175,901,'left_tab','a:3:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";}'),(9178,901,'_left_tab','field_56b36c6deeda0'),(9181,901,'add_second_tab','0'),(9184,901,'_add_second_tab','field_56b36ca9eeda2'),(9187,901,'right_tab',''),(9190,901,'_right_tab','field_56b3d7f1a6244'),(9193,66,'left_tab_0_contact_values_0_contact_value_left','Address:'),(9196,66,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(9199,66,'left_tab_0_contact_values_0_contact_value_right','90 Long Acre, Covent Garden, London WC2E 9RZ'),(9202,66,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(9205,66,'left_tab_0_contact_values_0_link',''),(9208,66,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(9211,66,'left_tab_0_contact_values_0_link_type',''),(9214,66,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(9431,1067,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(9434,1067,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(9437,1067,'left_tab_0_spacer','1'),(9440,1067,'_left_tab_0_spacer','field_56b371c577c8c'),(9443,1067,'left_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(9446,1067,'_left_tab','field_56b36c6deeda0'),(9449,1067,'add_second_tab','0'),(9452,1067,'_add_second_tab','field_56b36ca9eeda2'),(9455,1382,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(9458,1382,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(9461,1382,'left_tab_0_spacer','1'),(9464,1382,'_left_tab_0_spacer','field_56b371c577c8c'),(9467,1382,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(9470,1382,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(9473,1382,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(9476,1382,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(9479,1382,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(9482,1382,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(9485,1382,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(9488,1382,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(9491,1382,'left_tab_1_cases_repeater_1_icon','icon-cloud'),(9494,1382,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(9497,1382,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(9500,1382,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(9503,1382,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(9506,1382,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(9509,1382,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(9512,1382,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(9515,1382,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(9518,1382,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(9521,1382,'left_tab_1_cases_repeater_2_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(9524,1382,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(9527,1382,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(9530,1382,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(9533,1382,'left_tab_1_cases_repeater_2_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(9536,1382,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(9539,1382,'left_tab_1_cases_repeater','3'),(9542,1382,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(9545,1382,'left_tab_1_spacer','1'),(9548,1382,'_left_tab_1_spacer','field_56b3f001dbf09'),(9551,1382,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(9554,1382,'_left_tab','field_56b36c6deeda0'),(9557,1382,'add_second_tab','0'),(9560,1382,'_add_second_tab','field_56b36ca9eeda2'),(9563,1382,'right_tab',''),(9566,1382,'_right_tab','field_56b3fab04554d'),(9569,64,'left_tab_1_cases_repeater','2'),(9572,64,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(9575,64,'left_tab_1_spacer','0'),(9578,64,'_left_tab_1_spacer','field_56b3f001dbf09'),(9580,1384,'left_tab_name','Cases'),(9583,1384,'_left_tab_name','field_56b3976017dce'),(9586,1384,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(9589,1384,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(9592,1384,'left_tab_0_spacer','1'),(9595,1384,'_left_tab_0_spacer','field_56b371c577c8c'),(9598,1384,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(9601,1384,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(9604,1384,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(9607,1384,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(9610,1384,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(9613,1384,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(9616,1384,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(9619,1384,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(9622,1384,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(9625,1384,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(9628,1384,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(9631,1384,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(9634,1384,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(9637,1384,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(9640,1384,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(9643,1384,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(9646,1384,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(9649,1384,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(9652,1384,'left_tab_1_cases_repeater_2_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(9655,1384,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(9658,1384,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(9661,1384,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(9664,1384,'left_tab_1_cases_repeater_2_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(9667,1384,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(9670,1384,'left_tab_1_cases_repeater','3'),(9673,1384,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(9676,1384,'left_tab_1_spacer','1'),(9679,1384,'_left_tab_1_spacer','field_56b3f001dbf09'),(9682,1384,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(9685,1384,'_left_tab','field_56b36c6deeda0'),(9688,1384,'add_second_tab','1'),(9691,1384,'_add_second_tab','field_56b36ca9eeda2'),(9694,1384,'right_tab_name','Conferences'),(9697,1384,'_right_tab_name','field_56b3978117dcf'),(9700,1384,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(9703,1384,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(9706,1384,'right_tab_0_spacer','1'),(9709,1384,'_right_tab_0_spacer','field_56b3fab14554f'),(9712,1384,'right_tab_1_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets '),(9715,1384,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(9718,1384,'right_tab_1_items_list_repeater_0_description','Frankfurt, May, 2015'),(9721,1384,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(9724,1384,'right_tab_1_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(9727,1384,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(9730,1384,'right_tab_1_items_list_repeater_1_description','Milan, October, 2015'),(9733,1384,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(9736,1384,'right_tab_1_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(9739,1384,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(9742,1384,'right_tab_1_items_list_repeater_2_description','September, 2015'),(9745,1384,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(9748,1384,'right_tab_1_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround '),(9751,1384,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(9754,1384,'right_tab_1_items_list_repeater_3_description','Stockholm June, 2015'),(9757,1384,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(9760,1384,'right_tab_1_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(9763,1384,'_right_tab_1_items_list_repeater_4_title','field_56b3fab14556e'),(9766,1384,'right_tab_1_items_list_repeater_4_description','May, 2015'),(9769,1384,'_right_tab_1_items_list_repeater_4_description','field_56b3fab14556f'),(9772,1384,'right_tab_1_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(9775,1384,'_right_tab_1_items_list_repeater_5_title','field_56b3fab14556e'),(9778,1384,'right_tab_1_items_list_repeater_5_description','April, 2015'),(9781,1384,'_right_tab_1_items_list_repeater_5_description','field_56b3fab14556f'),(9784,1384,'right_tab_1_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(9787,1384,'_right_tab_1_items_list_repeater_6_title','field_56b3fab14556e'),(9790,1384,'right_tab_1_items_list_repeater_6_description','January, 2015'),(9793,1384,'_right_tab_1_items_list_repeater_6_description','field_56b3fab14556f'),(9796,1384,'right_tab_1_items_list_repeater','7'),(9799,1384,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(9802,1384,'right_tab_1_spacer','1'),(9805,1384,'_right_tab_1_spacer','field_56b3fab145570'),(9808,1384,'right_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";}'),(9811,1384,'_right_tab','field_56b3fab04554d'),(9814,64,'left_tab_name','Successful Transactions'),(9817,64,'_left_tab_name','field_56b3976017dce'),(9820,64,'right_tab_name','Case studies'),(9823,64,'_right_tab_name','field_56b3978117dcf'),(9826,64,'right_tab_0_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1879\" src=\"http://innovationbrain.com/wp-content/uploads/Crops-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n<div style=\"display: inline-block;\">\r\n\r\n'),(9829,64,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(9832,64,'right_tab_0_spacer','1'),(9835,64,'_right_tab_0_spacer','field_56b3fab14554f'),(10006,1390,'left_tab_name','Company'),(10009,1390,'_left_tab_name','field_56b3976017dce'),(10012,1390,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(10015,1390,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(10018,1390,'left_tab_0_spacer','1'),(10021,1390,'_left_tab_0_spacer','field_56b371c577c8c'),(10024,1390,'left_tab_1_circle1','icon-grid'),(10027,1390,'_left_tab_1_circle1','field_56b3dc86da039'),(10030,1390,'left_tab_1_circle2','icon-turnaround'),(10033,1390,'_left_tab_1_circle2','field_56b3dc86da03a'),(10036,1390,'left_tab_1_circle3','icon-masonery'),(10039,1390,'_left_tab_1_circle3','field_56b3dc86da03b'),(10042,1390,'left_tab_1_circle1_label','Restructuring'),(10045,1390,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(10048,1390,'left_tab_1_circle2_label','Turnaround'),(10051,1390,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(10054,1390,'left_tab_1_circle3_label','Innovation'),(10057,1390,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(10060,1390,'left_tab_1_spacer','1'),(10063,1390,'_left_tab_1_spacer','field_56b3dc86da042'),(10066,1390,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(10069,1390,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(10072,1390,'left_tab_2_spacer','1'),(10075,1390,'_left_tab_2_spacer','field_56b371c577c8c'),(10078,1390,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(10081,1390,'_left_tab_3_image','field_56b373f3b6e44'),(10084,1390,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(10087,1390,'_left_tab_3_title','field_56b373afb6e42'),(10090,1390,'left_tab_3_button_label','Download PDF (312 kb)'),(10093,1390,'_left_tab_3_button_label','field_56b373ceb6e43'),(10096,1390,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(10099,1390,'_left_tab_3_button_link','field_56b374ff0ad17'),(10102,1390,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(10105,1390,'_left_tab','field_56b36c6deeda0'),(10108,1390,'add_second_tab','1'),(10111,1390,'_add_second_tab','field_56b36ca9eeda2'),(10114,1390,'right_tab_name','People'),(10117,1390,'_right_tab_name','field_56b3978117dcf'),(10120,1390,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(10123,1390,'_right_tab_0_image','field_56b3fab145571'),(10126,1390,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(10129,1390,'_right_tab_0_content','field_56b3fab145572'),(10132,1390,'right_tab_0_button_label','Download VCard'),(10135,1390,'_right_tab_0_button_label','field_56b3fab145573'),(10138,1390,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(10141,1390,'_right_tab_0_button_link','field_56b3fab145574'),(10144,1390,'right_tab_0_spacer','1'),(10147,1390,'_right_tab_0_spacer','field_56b3fab145575'),(10150,1390,'right_tab','a:1:{i:0;s:9:\"bio_block\";}'),(10153,1390,'_right_tab','field_56b3fab04554d'),(10154,1406,'left_tab_name','Company'),(10157,1406,'_left_tab_name','field_56b3976017dce'),(10160,1406,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(10163,1406,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(10166,1406,'left_tab_0_spacer','1'),(10169,1406,'_left_tab_0_spacer','field_56b371c577c8c'),(10172,1406,'left_tab_1_circle1','icon-grid'),(10175,1406,'_left_tab_1_circle1','field_56b3dc86da039'),(10178,1406,'left_tab_1_circle2','icon-turnaround'),(10181,1406,'_left_tab_1_circle2','field_56b3dc86da03a'),(10184,1406,'left_tab_1_circle3','icon-masonery'),(10187,1406,'_left_tab_1_circle3','field_56b3dc86da03b'),(10190,1406,'left_tab_1_circle1_label','Restructuring'),(10193,1406,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(10196,1406,'left_tab_1_circle2_label','Turnaround'),(10199,1406,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(10202,1406,'left_tab_1_circle3_label','Innovation'),(10205,1406,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(10208,1406,'left_tab_1_spacer','1'),(10211,1406,'_left_tab_1_spacer','field_56b3dc86da042'),(10214,1406,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(10217,1406,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(10220,1406,'left_tab_2_spacer','1'),(10223,1406,'_left_tab_2_spacer','field_56b371c577c8c'),(10226,1406,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(10229,1406,'_left_tab_3_image','field_56b373f3b6e44'),(10232,1406,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(10235,1406,'_left_tab_3_title','field_56b373afb6e42'),(10238,1406,'left_tab_3_button_label','Download PDF (312 kb)'),(10241,1406,'_left_tab_3_button_label','field_56b373ceb6e43'),(10244,1406,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(10247,1406,'_left_tab_3_button_link','field_56b374ff0ad17'),(10250,1406,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(10253,1406,'_left_tab','field_56b36c6deeda0'),(10256,1406,'add_second_tab','1'),(10259,1406,'_add_second_tab','field_56b36ca9eeda2'),(10262,1406,'right_tab_name','People'),(10265,1406,'_right_tab_name','field_56b3978117dcf'),(10268,1406,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(10271,1406,'_right_tab_0_image','field_56b3fab145571'),(10274,1406,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(10277,1406,'_right_tab_0_content','field_56b3fab145572'),(10280,1406,'right_tab_0_button_label','Download VCard'),(10283,1406,'_right_tab_0_button_label','field_56b3fab145573'),(10286,1406,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(10289,1406,'_right_tab_0_button_link','field_56b3fab145574'),(10292,1406,'right_tab_0_spacer','1'),(10295,1406,'_right_tab_0_spacer','field_56b3fab145575'),(10298,1406,'right_tab_1_contact_icon','icon-mail'),(10301,1406,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(10304,1406,'right_tab_1_contact_title','Please feel free to contact us:'),(10307,1406,'_right_tab_1_contact_title','field_56b4001eb0921'),(10310,1406,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(10313,1406,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(10316,1406,'right_tab_1_contact_values_0_contact_value_right',''),(10319,1406,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(10322,1406,'right_tab_1_contact_values_0_link_type',''),(10325,1406,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(10328,1406,'right_tab_1_contact_values_0_link',''),(10331,1406,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(10334,1406,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(10337,1406,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(10340,1406,'right_tab_1_contact_values_1_contact_value_right',''),(10343,1406,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(10346,1406,'right_tab_1_contact_values_1_link_type',''),(10349,1406,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(10352,1406,'right_tab_1_contact_values_1_link',''),(10355,1406,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(10358,1406,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(10361,1406,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(10364,1406,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(10367,1406,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(10370,1406,'right_tab_1_contact_values_2_link_type','tel:'),(10373,1406,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(10376,1406,'right_tab_1_contact_values_2_link','+41793107090'),(10379,1406,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(10382,1406,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(10385,1406,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(10388,1406,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(10391,1406,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(10394,1406,'right_tab_1_contact_values_3_link_type','mailto:'),(10397,1406,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(10400,1406,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(10403,1406,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(10406,1406,'right_tab_1_contact_values','4'),(10409,1406,'_right_tab_1_contact_values','field_56b3fde2ce062'),(10412,1406,'right_tab','a:2:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";}'),(10415,1406,'_right_tab','field_56b3fab04554d'),(10418,58,'right_tab_1_contact_icon','icon-mail'),(10421,58,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(10424,58,'right_tab_1_contact_values','4'),(10427,58,'_right_tab_1_contact_values','field_56b3fde2ce062'),(10429,1408,'left_tab_name','Cases'),(10432,1408,'_left_tab_name','field_56b3976017dce'),(10435,1408,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(10438,1408,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(10441,1408,'left_tab_0_spacer','1'),(10444,1408,'_left_tab_0_spacer','field_56b371c577c8c'),(10447,1408,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(10450,1408,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(10453,1408,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(10456,1408,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(10459,1408,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(10462,1408,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(10465,1408,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(10468,1408,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(10471,1408,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(10474,1408,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(10477,1408,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(10480,1408,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(10483,1408,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(10486,1408,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(10489,1408,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(10492,1408,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(10495,1408,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(10498,1408,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(10501,1408,'left_tab_1_cases_repeater_2_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(10504,1408,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(10507,1408,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(10510,1408,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(10513,1408,'left_tab_1_cases_repeater_2_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(10516,1408,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(10519,1408,'left_tab_1_cases_repeater','3'),(10522,1408,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(10525,1408,'left_tab_1_spacer','1'),(10528,1408,'_left_tab_1_spacer','field_56b3f001dbf09'),(10531,1408,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(10534,1408,'_left_tab','field_56b36c6deeda0'),(10537,1408,'add_second_tab','1'),(10540,1408,'_add_second_tab','field_56b36ca9eeda2'),(10543,1408,'right_tab_name','Conferences'),(10546,1408,'_right_tab_name','field_56b3978117dcf'),(10549,1408,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(10552,1408,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(10555,1408,'right_tab_0_spacer','1'),(10558,1408,'_right_tab_0_spacer','field_56b3fab14554f'),(10561,1408,'right_tab_1_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets '),(10564,1408,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(10567,1408,'right_tab_1_items_list_repeater_0_description','Frankfurt, May, 2015'),(10570,1408,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(10573,1408,'right_tab_1_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(10576,1408,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(10579,1408,'right_tab_1_items_list_repeater_1_description','Milan, October, 2015'),(10582,1408,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(10585,1408,'right_tab_1_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(10588,1408,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(10591,1408,'right_tab_1_items_list_repeater_2_description','September, 2015'),(10594,1408,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(10597,1408,'right_tab_1_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround '),(10600,1408,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(10603,1408,'right_tab_1_items_list_repeater_3_description','Stockholm June, 2015'),(10606,1408,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(10609,1408,'right_tab_1_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(10612,1408,'_right_tab_1_items_list_repeater_4_title','field_56b3fab14556e'),(10615,1408,'right_tab_1_items_list_repeater_4_description','May, 2015'),(10618,1408,'_right_tab_1_items_list_repeater_4_description','field_56b3fab14556f'),(10621,1408,'right_tab_1_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(10624,1408,'_right_tab_1_items_list_repeater_5_title','field_56b3fab14556e'),(10627,1408,'right_tab_1_items_list_repeater_5_description','April, 2015'),(10630,1408,'_right_tab_1_items_list_repeater_5_description','field_56b3fab14556f'),(10633,1408,'right_tab_1_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(10636,1408,'_right_tab_1_items_list_repeater_6_title','field_56b3fab14556e'),(10639,1408,'right_tab_1_items_list_repeater_6_description','January, 2015'),(10642,1408,'_right_tab_1_items_list_repeater_6_description','field_56b3fab14556f'),(10645,1408,'right_tab_1_items_list_repeater','7'),(10648,1408,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(10651,1408,'right_tab_1_spacer','1'),(10654,1408,'_right_tab_1_spacer','field_56b3fab145570'),(10657,1408,'right_tab_2_contact_icon','icon-mail'),(10660,1408,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(10663,1408,'right_tab_2_contact_title','Previous conferences available upon request.'),(10666,1408,'_right_tab_2_contact_title','field_56b4001eb0921'),(10669,1408,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(10672,1408,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(10675,1408,'right_tab_2_contact_values_0_contact_value_right','lukas.fecker@innovationbrain.com'),(10678,1408,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(10681,1408,'right_tab_2_contact_values_0_link_type','mailto:'),(10684,1408,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(10687,1408,'right_tab_2_contact_values_0_link','lukas.fecker@innovationbrain.com'),(10690,1408,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(10693,1408,'right_tab_2_contact_values','1'),(10696,1408,'_right_tab_2_contact_values','field_56b3fde2ce062'),(10699,1408,'right_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(10702,1408,'_right_tab','field_56b3fab04554d'),(10705,64,'right_tab_2_contact_icon','icon-mail'),(10708,64,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(10711,64,'right_tab_2_contact_title','Previous conferences available upon request.'),(10714,64,'_right_tab_2_contact_title','field_56b4001eb0921'),(10717,64,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(10720,64,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(10723,64,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(10726,64,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(10729,64,'right_tab_2_contact_values_0_link_type','mailto:'),(10732,64,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(10735,64,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(10738,64,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(10741,64,'right_tab_2_contact_values','1'),(10744,64,'_right_tab_2_contact_values','field_56b3fde2ce062'),(10747,1411,'left_tab_0_wysiwyg_editor','<h3>Here you will find our thought leadership that we share with the press, Debtwire in the speeches and conferences. For competitive reasons we cannot share our propitiatory IP, methodology and details of the solutions. However, you can contact us for more details and we will be more than happy to discuss your interest.</h3>'),(10750,1411,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(10753,1411,'left_tab_0_spacer','1'),(10756,1411,'_left_tab_0_spacer','field_56b371c577c8c'),(10759,1411,'left_tab_1_external_repeater_0_title','Presentation: NPL Trends and Bank restructuring'),(10762,1411,'_left_tab_1_external_repeater_0_title','field_56b3e63fb5686'),(10765,1411,'left_tab_1_external_repeater_0_details','Conference: NPL Europe London, 1-2 October 2014'),(10768,1411,'_left_tab_1_external_repeater_0_details','field_56b3e677b5687'),(10771,1411,'left_tab_1_external_repeater_0_link','http://www.smithnovak.com/conferences/npl-europe.html'),(10774,1411,'_left_tab_1_external_repeater_0_link','field_56b3e69cb5688'),(10777,1411,'left_tab_1_external_repeater_1_title','Presentation: Cross-border Banking Turnaround and Resolution'),(10780,1411,'_left_tab_1_external_repeater_1_title','field_56b3e63fb5686'),(10783,1411,'left_tab_1_external_repeater_1_details','Conference: Restructuring & Insolvency Europe Vienna, 4-5 December 2014'),(10786,1411,'_left_tab_1_external_repeater_1_details','field_56b3e677b5687'),(10789,1411,'left_tab_1_external_repeater_1_link','http://www.smithnovak.com/conferences/restructuring-insolvency-europe.html'),(10792,1411,'_left_tab_1_external_repeater_1_link','field_56b3e69cb5688'),(10795,1411,'left_tab_1_external_repeater_2_title','Presentation: Private Asset Management Company and value recovery'),(10798,1411,'_left_tab_1_external_repeater_2_title','field_56b3e63fb5686'),(10801,1411,'left_tab_1_external_repeater_2_details','Conference: NPL International Paris, 23-24 April, 2014'),(10804,1411,'_left_tab_1_external_repeater_2_details','field_56b3e677b5687'),(10807,1411,'left_tab_1_external_repeater_2_link','http://www.smithnovak.com/conferences/npl-international.html'),(10810,1411,'_left_tab_1_external_repeater_2_link','field_56b3e69cb5688'),(10813,1411,'left_tab_1_external_repeater','3'),(10816,1411,'_left_tab_1_external_repeater','field_56b3e5acb5685'),(10819,1411,'left_tab_1_spacer','0'),(10822,1411,'_left_tab_1_spacer','field_56b3e588b5684'),(10825,1411,'left_tab_2_contact_icon','icon-mail'),(10828,1411,'_left_tab_2_contact_icon','field_56b3f7c0468cc'),(10831,1411,'left_tab_2_contact_title','Please feel free to contact us:'),(10834,1411,'_left_tab_2_contact_title','field_56b3f7c0468cd'),(10837,1411,'left_tab_2_contacts_values_0_contact_value_left','Zug, Switzerland'),(10840,1411,'_left_tab_2_contacts_values_0_contact_value_left','field_56b3f834453c3'),(10843,1411,'left_tab_2_contacts_values_0_contact_value_right',''),(10846,1411,'_left_tab_2_contacts_values_0_contact_value_right','field_56b3f834453c4'),(10849,1411,'left_tab_2_contacts_values_0_link',''),(10852,1411,'_left_tab_2_contacts_values_0_link','field_56b3f834453c5'),(10855,1411,'left_tab_2_contacts_values_0_link_type',''),(10858,1411,'_left_tab_2_contacts_values_0_link_type','field_56b3f834453c6'),(10861,1411,'left_tab_2_contacts_values_1_contact_value_left','Dr Lukas Fecker'),(10864,1411,'_left_tab_2_contacts_values_1_contact_value_left','field_56b3f834453c3'),(10867,1411,'left_tab_2_contacts_values_1_contact_value_right',''),(10870,1411,'_left_tab_2_contacts_values_1_contact_value_right','field_56b3f834453c4'),(10873,1411,'left_tab_2_contacts_values_1_link',''),(10876,1411,'_left_tab_2_contacts_values_1_link','field_56b3f834453c5'),(10879,1411,'left_tab_2_contacts_values_1_link_type',''),(10882,1411,'_left_tab_2_contacts_values_1_link_type','field_56b3f834453c6'),(10885,1411,'left_tab_2_contacts_values_2_contact_value_left','Tel:'),(10888,1411,'_left_tab_2_contacts_values_2_contact_value_left','field_56b3f834453c3'),(10891,1411,'left_tab_2_contacts_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(10894,1411,'_left_tab_2_contacts_values_2_contact_value_right','field_56b3f834453c4'),(10897,1411,'left_tab_2_contacts_values_2_link','+41793107090'),(10900,1411,'_left_tab_2_contacts_values_2_link','field_56b3f834453c5'),(10903,1411,'left_tab_2_contacts_values_2_link_type','tel:'),(10906,1411,'_left_tab_2_contacts_values_2_link_type','field_56b3f834453c6'),(10909,1411,'left_tab_2_contacts_values_3_contact_value_left','E-mail:'),(10912,1411,'_left_tab_2_contacts_values_3_contact_value_left','field_56b3f834453c3'),(10915,1411,'left_tab_2_contacts_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(10918,1411,'_left_tab_2_contacts_values_3_contact_value_right','field_56b3f834453c4'),(10921,1411,'left_tab_2_contacts_values_3_link','lukas.fecker@innovationbrain.com'),(10924,1411,'_left_tab_2_contacts_values_3_link','field_56b3f834453c5'),(10927,1411,'left_tab_2_contacts_values_3_link_type','mailto:'),(10930,1411,'_left_tab_2_contacts_values_3_link_type','field_56b3f834453c6'),(10933,1411,'left_tab_2_contacts_values','4'),(10936,1411,'_left_tab_2_contacts_values','field_56b3f834453c2'),(10939,1411,'left_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"external_block\";i:2;s:13:\"contact_block\";}'),(10942,1411,'_left_tab','field_56b36c6deeda0'),(10945,1411,'add_second_tab','0'),(10948,1411,'_add_second_tab','field_56b36ca9eeda2'),(10951,1411,'right_tab',''),(10954,1411,'_right_tab','field_56b3fab04554d'),(10957,62,'left_tab_2_contacts_values_0_contact_value_left','Zug, Switzerland'),(10960,62,'_left_tab_2_contacts_values_0_contact_value_left','field_56b3f834453c3'),(10963,62,'left_tab_2_contacts_values_0_contact_value_right',''),(10966,62,'_left_tab_2_contacts_values_0_contact_value_right','field_56b3f834453c4'),(10969,62,'left_tab_2_contacts_values_0_link',''),(10972,62,'_left_tab_2_contacts_values_0_link','field_56b3f834453c5'),(10975,62,'left_tab_2_contacts_values_0_link_type',''),(10978,62,'_left_tab_2_contacts_values_0_link_type','field_56b3f834453c6'),(10981,62,'left_tab_2_contacts_values_1_contact_value_left','Dr Lukas Fecker'),(10984,62,'_left_tab_2_contacts_values_1_contact_value_left','field_56b3f834453c3'),(10987,62,'left_tab_2_contacts_values_1_contact_value_right',''),(10990,62,'_left_tab_2_contacts_values_1_contact_value_right','field_56b3f834453c4'),(10993,62,'left_tab_2_contacts_values_1_link',''),(10996,62,'_left_tab_2_contacts_values_1_link','field_56b3f834453c5'),(10999,62,'left_tab_2_contacts_values_1_link_type',''),(11002,62,'_left_tab_2_contacts_values_1_link_type','field_56b3f834453c6'),(11005,62,'left_tab_2_contacts_values_2_contact_value_left','Tel:'),(11008,62,'_left_tab_2_contacts_values_2_contact_value_left','field_56b3f834453c3'),(11011,62,'left_tab_2_contacts_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(11014,62,'_left_tab_2_contacts_values_2_contact_value_right','field_56b3f834453c4'),(11017,62,'left_tab_2_contacts_values_2_link','+41793107090'),(11020,62,'_left_tab_2_contacts_values_2_link','field_56b3f834453c5'),(11023,62,'left_tab_2_contacts_values_2_link_type','tel:'),(11026,62,'_left_tab_2_contacts_values_2_link_type','field_56b3f834453c6'),(11029,62,'left_tab_2_contacts_values_3_contact_value_left','E-mail:'),(11032,62,'_left_tab_2_contacts_values_3_contact_value_left','field_56b3f834453c3'),(11035,62,'left_tab_2_contacts_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(11038,62,'_left_tab_2_contacts_values_3_contact_value_right','field_56b3f834453c4'),(11041,62,'left_tab_2_contacts_values_3_link','lukas.fecker@innovationbrain.com'),(11044,62,'_left_tab_2_contacts_values_3_link','field_56b3f834453c5'),(11047,62,'left_tab_2_contacts_values_3_link_type','mailto:'),(11050,62,'_left_tab_2_contacts_values_3_link_type','field_56b3f834453c6'),(11053,62,'left_tab_2_contacts_values','4'),(11056,62,'_left_tab_2_contacts_values','field_56b3f834453c2'),(11059,1414,'left_tab_0_contact_icon','icon-cloud'),(11062,1414,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(11065,1414,'left_tab_0_departmant','General enquiries'),(11068,1414,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(11071,1414,'left_tab_0_contact_values_0_contact_value_left','E-mail:'),(11074,1414,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(11077,1414,'left_tab_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(11080,1414,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(11083,1414,'left_tab_0_contact_values_0_link','info@innovationbrain.com'),(11086,1414,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(11089,1414,'left_tab_0_contact_values_0_link_type','mailto:'),(11092,1414,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(11095,1414,'left_tab_0_contact_values','1'),(11098,1414,'_left_tab_0_contact_values','field_56b3f47e69426'),(11101,1414,'left_tab_0_spacer','1'),(11104,1414,'_left_tab_0_spacer','field_56b3f305fafdb'),(11107,1414,'left_tab_1_contact_icon','icon-paper'),(11110,1414,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(11113,1414,'left_tab_1_departmant','Finance / Sales'),(11116,1414,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(11119,1414,'left_tab_1_contact_values_0_contact_value_left','London, United Kingdom'),(11122,1414,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(11125,1414,'left_tab_1_contact_values_0_contact_value_right',''),(11128,1414,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(11131,1414,'left_tab_1_contact_values_0_link',''),(11134,1414,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(11137,1414,'left_tab_1_contact_values_0_link_type',''),(11140,1414,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(11143,1414,'left_tab_1_contact_values_1_contact_value_left','Erika Petkunaite'),(11146,1414,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(11149,1414,'left_tab_1_contact_values_1_contact_value_right',''),(11152,1414,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(11155,1414,'left_tab_1_contact_values_1_link',''),(11158,1414,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(11161,1414,'left_tab_1_contact_values_1_link_type',''),(11164,1414,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(11167,1414,'left_tab_1_contact_values_2_contact_value_left','Tel:'),(11170,1414,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(11173,1414,'left_tab_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(11176,1414,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(11179,1414,'left_tab_1_contact_values_2_link','+447899747275'),(11182,1414,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(11185,1414,'left_tab_1_contact_values_2_link_type','tel:'),(11188,1414,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(11191,1414,'left_tab_1_contact_values_3_contact_value_left','E-mail:'),(11194,1414,'_left_tab_1_contact_values_3_contact_value_left','field_56b3f47e69427'),(11197,1414,'left_tab_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(11200,1414,'_left_tab_1_contact_values_3_contact_value_right','field_56b3f47e69429'),(11203,1414,'left_tab_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(11206,1414,'_left_tab_1_contact_values_3_link','field_56b3f47e6942c'),(11209,1414,'left_tab_1_contact_values_3_link_type','mailto:'),(11212,1414,'_left_tab_1_contact_values_3_link_type','field_56b3f47e6942e'),(11215,1414,'left_tab_1_contact_values','4'),(11218,1414,'_left_tab_1_contact_values','field_56b3f47e69426'),(11221,1414,'left_tab_1_spacer','1'),(11224,1414,'_left_tab_1_spacer','field_56b3f305fafdb'),(11227,1414,'left_tab_2_contact_icon','icon-pie'),(11230,1414,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(11233,1414,'left_tab_2_departmant','Legal Services / Analytics'),(11236,1414,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(11239,1414,'left_tab_2_contact_values_0_contact_value_left','Ivana Adamovic'),(11242,1414,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(11245,1414,'left_tab_2_contact_values_0_contact_value_right',''),(11248,1414,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(11251,1414,'left_tab_2_contact_values_0_link',''),(11254,1414,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(11257,1414,'left_tab_2_contact_values_0_link_type',''),(11260,1414,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(11263,1414,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(11266,1414,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(11269,1414,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 32 86 54 53'),(11272,1414,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(11275,1414,'left_tab_2_contact_values_1_link','+4402032865453'),(11278,1414,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(11281,1414,'left_tab_2_contact_values_1_link_type','tel:'),(11284,1414,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(11287,1414,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(11290,1414,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(11293,1414,'left_tab_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(11296,1414,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(11299,1414,'left_tab_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(11302,1414,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(11305,1414,'left_tab_2_contact_values_2_link_type','mailto:'),(11308,1414,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(11311,1414,'left_tab_2_contact_values','3'),(11314,1414,'_left_tab_2_contact_values','field_56b3f47e69426'),(11317,1414,'left_tab_2_spacer','0'),(11320,1414,'_left_tab_2_spacer','field_56b3f305fafdb'),(11323,1414,'left_tab','a:3:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";}'),(11326,1414,'_left_tab','field_56b36c6deeda0'),(11329,1414,'add_second_tab','0'),(11332,1414,'_add_second_tab','field_56b36ca9eeda2'),(11335,1414,'right_tab',''),(11338,1414,'_right_tab','field_56b3fab04554d'),(11345,1418,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Value creation from destruction through innovation and turnaround</h3>\r\n</header>Our experts span a wide range of Sectors such as Financial Services, Commodities, Pharmaceuticals. We provide our expertise in Services such as Restructuring, Turnaround and Innovation. Our expert Solutions are Recovery & Work-Out; Trade Turnaround, Pharmaceutical and Distribution & Sales'),(11348,1418,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(11351,1418,'left_tab_0_spacer','0'),(11354,1418,'_left_tab_0_spacer','field_56b371c577c8c'),(11357,1418,'left_tab_1_title','Sectors'),(11360,1418,'_left_tab_1_title','field_56b3db70da032'),(11363,1418,'left_tab_1_circle1','icon-bullseye'),(11366,1418,'_left_tab_1_circle1','field_56b3da76da02b'),(11369,1418,'left_tab_1_circle2','icon-progress'),(11372,1418,'_left_tab_1_circle2','field_56b3da76da02c'),(11375,1418,'left_tab_1_circle3','icon-pill'),(11378,1418,'_left_tab_1_circle3','field_56b3da76da02d'),(11381,1418,'left_tab_1_circle1_label','Financial Services'),(11384,1418,'_left_tab_1_circle1_label','field_56b3da76da02e'),(11387,1418,'left_tab_1_circle2_label','Commodities'),(11390,1418,'_left_tab_1_circle2_label','field_56b3da76da02f'),(11393,1418,'left_tab_1_circle3_label','Pharmaceuticals'),(11396,1418,'_left_tab_1_circle3_label','field_56b3da76da030'),(11399,1418,'left_tab_1_paragraph1','Our focus is on solutions, the set up and financing of private asset management companies and managing run-off operations.'),(11402,1418,'_left_tab_1_paragraph1','field_56b3db8eda033'),(11405,1418,'left_tab_1_paragraph2','Our expertise lies in the acquisition of non core assets in Agri, FMCG and trading which requires restructuring and turnaround.'),(11408,1418,'_left_tab_1_paragraph2','field_56b3dc6dda035'),(11411,1418,'left_tab_1_paragraph3','We support the industry in the turnaround of distribution organisations; the acquisitions and turnaround of production facilities and non-core assets.'),(11414,1418,'_left_tab_1_paragraph3','field_56b3dc74da036'),(11417,1418,'left_tab_1_spacer','1'),(11420,1418,'_left_tab_1_spacer','field_56b3da76da031'),(11423,1418,'left_tab_2_title','Services'),(11426,1418,'_left_tab_2_title','field_56b3db70da032'),(11429,1418,'left_tab_2_circle1','icon-grid'),(11432,1418,'_left_tab_2_circle1','field_56b3da76da02b'),(11435,1418,'left_tab_2_circle2','icon-turnaround'),(11438,1418,'_left_tab_2_circle2','field_56b3da76da02c'),(11441,1418,'left_tab_2_circle3','icon-folder'),(11444,1418,'_left_tab_2_circle3','field_56b3da76da02d'),(11447,1418,'left_tab_2_circle1_label','Equity Management'),(11450,1418,'_left_tab_2_circle1_label','field_56b3da76da02e'),(11453,1418,'left_tab_2_circle2_label','Turnaround Advisory'),(11456,1418,'_left_tab_2_circle2_label','field_56b3da76da02f'),(11459,1418,'left_tab_2_circle3_label','Investment and Funding'),(11462,1418,'_left_tab_2_circle3_label','field_56b3da76da030'),(11465,1418,'left_tab_2_paragraph1','Equity Management includes our proprietary investments and the conversion of debt to equity. We also provide the executive leadership teams running the investments to represent ourselves and on behalf of our investors.'),(11468,1418,'_left_tab_2_paragraph1','field_56b3db8eda033'),(11471,1418,'left_tab_2_paragraph2','Our turnaround professionals are former senior executives who have lead, built and guided major businesses through growth, acquisition, restructuring and turnaround. They are supported by analytical teams from network companies such as big 4 and analytical boutiques.'),(11474,1418,'_left_tab_2_paragraph2','field_56b3dc6dda035'),(11477,1418,'left_tab_2_paragraph3','We handle and manage funds for our clients. Our investors are family offices, PE funds and Pension funds. The focus is primarily on distressed investments or to support strategic growth by focusing investment in fundamental change in a sector. We advise our clients on prioritising their investments to a new business sector.'),(11480,1418,'_left_tab_2_paragraph3','field_56b3dc74da036'),(11483,1418,'left_tab_2_spacer','1'),(11486,1418,'_left_tab_2_spacer','field_56b3da76da031'),(11489,1418,'left_tab_3_wysiwyg_editor','Our extensive network of experts guarantees to remove the risk from your your balance sheet. Within our network of firms, affiliates and partnerships we work with you to deconsolidate your business and create value. We empower you to participate in the recovery of your firm.'),(11492,1418,'_left_tab_3_wysiwyg_editor','field_56b3711077c86'),(11495,1418,'left_tab_3_spacer','1'),(11498,1418,'_left_tab_3_spacer','field_56b371c577c8c'),(11501,1418,'left_tab_4_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(11504,1418,'_left_tab_4_image','field_56b373f3b6e44'),(11507,1418,'left_tab_4_title','Creating Shareholder Value through Innovation and Turnaround'),(11510,1418,'_left_tab_4_title','field_56b373afb6e42'),(11513,1418,'left_tab_4_button_label','Download PDF (312 kb)'),(11516,1418,'_left_tab_4_button_label','field_56b373ceb6e43'),(11519,1418,'left_tab_4_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(11522,1418,'_left_tab_4_button_link','field_56b374ff0ad17'),(11525,1418,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:19:\"3circles_block_text\";i:2;s:19:\"3circles_block_text\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:15:\"read_more_block\";}'),(11528,1418,'_left_tab','field_56b36c6deeda0'),(11531,1418,'add_second_tab','0'),(11534,1418,'_add_second_tab','field_56b36ca9eeda2'),(11537,1418,'right_tab',''),(11540,1418,'_right_tab','field_56b3fab04554d'),(11542,1420,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Value creation from destruction through innovation and turnaround</h3>\r\n</header>Our experts span a wide range of Sectors such as Financial Services, Commodities, Pharmaceuticals. We provide our expertise in Services such as Restructuring, Turnaround and Innovation. Our expert Solutions are Recovery & Work-Out; Trade Turnaround, Pharmaceutical and Distribution & Sales'),(11545,1420,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(11548,1420,'left_tab_0_spacer','0'),(11551,1420,'_left_tab_0_spacer','field_56b371c577c8c'),(11554,1420,'left_tab_1_title','Sectors'),(11557,1420,'_left_tab_1_title','field_56b3db70da032'),(11560,1420,'left_tab_1_circle1','icon-bullseye'),(11563,1420,'_left_tab_1_circle1','field_56b3da76da02b'),(11566,1420,'left_tab_1_circle2','icon-progress'),(11569,1420,'_left_tab_1_circle2','field_56b3da76da02c'),(11572,1420,'left_tab_1_circle3','icon-pill'),(11575,1420,'_left_tab_1_circle3','field_56b3da76da02d'),(11578,1420,'left_tab_1_circle1_label','Financial Services'),(11581,1420,'_left_tab_1_circle1_label','field_56b3da76da02e'),(11584,1420,'left_tab_1_circle2_label','Commodities'),(11587,1420,'_left_tab_1_circle2_label','field_56b3da76da02f'),(11590,1420,'left_tab_1_circle3_label','Pharmaceuticals'),(11593,1420,'_left_tab_1_circle3_label','field_56b3da76da030'),(11596,1420,'left_tab_1_paragraph1','Our focus is on solutions, the set up and financing of private asset management companies and managing run-off operations.'),(11599,1420,'_left_tab_1_paragraph1','field_56b3db8eda033'),(11602,1420,'left_tab_1_paragraph2','Our expertise lies in the acquisition of non core assets in Agri, FMCG and trading which requires restructuring and turnaround.'),(11605,1420,'_left_tab_1_paragraph2','field_56b3dc6dda035'),(11608,1420,'left_tab_1_paragraph3','We support the industry in the turnaround of distribution organisations; the acquisitions and turnaround of production facilities and non-core assets.'),(11611,1420,'_left_tab_1_paragraph3','field_56b3dc74da036'),(11614,1420,'left_tab_1_spacer','0'),(11617,1420,'_left_tab_1_spacer','field_56b3da76da031'),(11620,1420,'left_tab_2_title','Services'),(11623,1420,'_left_tab_2_title','field_56b3db70da032'),(11626,1420,'left_tab_2_circle1','icon-grid'),(11629,1420,'_left_tab_2_circle1','field_56b3da76da02b'),(11632,1420,'left_tab_2_circle2','icon-turnaround'),(11635,1420,'_left_tab_2_circle2','field_56b3da76da02c'),(11638,1420,'left_tab_2_circle3','icon-folder'),(11641,1420,'_left_tab_2_circle3','field_56b3da76da02d'),(11644,1420,'left_tab_2_circle1_label','Equity Management'),(11647,1420,'_left_tab_2_circle1_label','field_56b3da76da02e'),(11650,1420,'left_tab_2_circle2_label','Turnaround Advisory'),(11653,1420,'_left_tab_2_circle2_label','field_56b3da76da02f'),(11656,1420,'left_tab_2_circle3_label','Investment and Funding'),(11659,1420,'_left_tab_2_circle3_label','field_56b3da76da030'),(11662,1420,'left_tab_2_paragraph1','Equity Management includes our proprietary investments and the conversion of debt to equity. We also provide the executive leadership teams running the investments to represent ourselves and on behalf of our investors.'),(11665,1420,'_left_tab_2_paragraph1','field_56b3db8eda033'),(11668,1420,'left_tab_2_paragraph2','Our turnaround professionals are former senior executives who have lead, built and guided major businesses through growth, acquisition, restructuring and turnaround. They are supported by analytical teams from network companies such as big 4 and analytical boutiques.'),(11671,1420,'_left_tab_2_paragraph2','field_56b3dc6dda035'),(11674,1420,'left_tab_2_paragraph3','We handle and manage funds for our clients. Our investors are family offices, PE funds and Pension funds. The focus is primarily on distressed investments or to support strategic growth by focusing investment in fundamental change in a sector. We advise our clients on prioritising their investments to a new business sector.'),(11677,1420,'_left_tab_2_paragraph3','field_56b3dc74da036'),(11680,1420,'left_tab_2_spacer','0'),(11683,1420,'_left_tab_2_spacer','field_56b3da76da031'),(11686,1420,'left_tab_3_wysiwyg_editor','Our extensive network of experts guarantees to remove the risk from your your balance sheet. Within our network of firms, affiliates and partnerships we work with you to deconsolidate your business and create value. We empower you to participate in the recovery of your firm.'),(11689,1420,'_left_tab_3_wysiwyg_editor','field_56b3711077c86'),(11692,1420,'left_tab_3_spacer','1'),(11695,1420,'_left_tab_3_spacer','field_56b371c577c8c'),(11698,1420,'left_tab_4_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(11701,1420,'_left_tab_4_image','field_56b373f3b6e44'),(11704,1420,'left_tab_4_title','Creating Shareholder Value through Innovation and Turnaround'),(11707,1420,'_left_tab_4_title','field_56b373afb6e42'),(11710,1420,'left_tab_4_button_label','Download PDF (312 kb)'),(11713,1420,'_left_tab_4_button_label','field_56b373ceb6e43'),(11716,1420,'left_tab_4_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(11719,1420,'_left_tab_4_button_link','field_56b374ff0ad17'),(11722,1420,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:19:\"3circles_block_text\";i:2;s:19:\"3circles_block_text\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:15:\"read_more_block\";}'),(11725,1420,'_left_tab','field_56b36c6deeda0'),(11728,1420,'add_second_tab','0'),(11731,1420,'_add_second_tab','field_56b36ca9eeda2'),(11734,1420,'right_tab',''),(11737,1420,'_right_tab','field_56b3fab04554d'),(11740,1423,'left_tab_name','Cases'),(11743,1423,'_left_tab_name','field_56b3976017dce'),(11746,1423,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(11749,1423,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(11752,1423,'left_tab_0_spacer','0'),(11755,1423,'_left_tab_0_spacer','field_56b371c577c8c'),(11758,1423,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(11761,1423,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(11764,1423,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(11767,1423,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(11770,1423,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(11773,1423,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(11776,1423,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(11779,1423,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(11782,1423,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(11785,1423,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(11788,1423,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(11791,1423,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(11794,1423,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(11797,1423,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(11800,1423,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(11803,1423,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(11806,1423,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(11809,1423,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(11812,1423,'left_tab_1_cases_repeater_2_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(11815,1423,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(11818,1423,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(11821,1423,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(11824,1423,'left_tab_1_cases_repeater_2_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(11827,1423,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(11830,1423,'left_tab_1_cases_repeater','3'),(11833,1423,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(11836,1423,'left_tab_1_spacer','1'),(11839,1423,'_left_tab_1_spacer','field_56b3f001dbf09'),(11842,1423,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(11845,1423,'_left_tab','field_56b36c6deeda0'),(11848,1423,'add_second_tab','1'),(11851,1423,'_add_second_tab','field_56b36ca9eeda2'),(11854,1423,'right_tab_name','Conferences'),(11857,1423,'_right_tab_name','field_56b3978117dcf'),(11860,1423,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(11863,1423,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(11866,1423,'right_tab_0_spacer','1'),(11869,1423,'_right_tab_0_spacer','field_56b3fab14554f'),(11872,1423,'right_tab_1_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets '),(11875,1423,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(11878,1423,'right_tab_1_items_list_repeater_0_description','Frankfurt, May, 2015'),(11881,1423,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(11884,1423,'right_tab_1_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(11887,1423,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(11890,1423,'right_tab_1_items_list_repeater_1_description','Milan, October, 2015'),(11893,1423,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(11896,1423,'right_tab_1_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(11899,1423,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(11902,1423,'right_tab_1_items_list_repeater_2_description','September, 2015'),(11905,1423,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(11908,1423,'right_tab_1_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround '),(11911,1423,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(11914,1423,'right_tab_1_items_list_repeater_3_description','Stockholm June, 2015'),(11917,1423,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(11920,1423,'right_tab_1_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(11923,1423,'_right_tab_1_items_list_repeater_4_title','field_56b3fab14556e'),(11926,1423,'right_tab_1_items_list_repeater_4_description','May, 2015'),(11929,1423,'_right_tab_1_items_list_repeater_4_description','field_56b3fab14556f'),(11932,1423,'right_tab_1_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(11935,1423,'_right_tab_1_items_list_repeater_5_title','field_56b3fab14556e'),(11938,1423,'right_tab_1_items_list_repeater_5_description','April, 2015'),(11941,1423,'_right_tab_1_items_list_repeater_5_description','field_56b3fab14556f'),(11944,1423,'right_tab_1_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(11947,1423,'_right_tab_1_items_list_repeater_6_title','field_56b3fab14556e'),(11950,1423,'right_tab_1_items_list_repeater_6_description','January, 2015'),(11953,1423,'_right_tab_1_items_list_repeater_6_description','field_56b3fab14556f'),(11956,1423,'right_tab_1_items_list_repeater','7'),(11959,1423,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(11962,1423,'right_tab_1_spacer','1'),(11965,1423,'_right_tab_1_spacer','field_56b3fab145570'),(11968,1423,'right_tab_2_contact_icon','icon-mail'),(11971,1423,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(11974,1423,'right_tab_2_contact_title','Previous conferences available upon request.'),(11977,1423,'_right_tab_2_contact_title','field_56b4001eb0921'),(11980,1423,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(11983,1423,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(11986,1423,'right_tab_2_contact_values_0_contact_value_right','lukas.fecker@innovationbrain.com'),(11989,1423,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(11992,1423,'right_tab_2_contact_values_0_link_type','mailto:'),(11995,1423,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(11998,1423,'right_tab_2_contact_values_0_link','lukas.fecker@innovationbrain.com'),(12001,1423,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(12004,1423,'right_tab_2_contact_values','1'),(12007,1423,'_right_tab_2_contact_values','field_56b3fde2ce062'),(12010,1423,'right_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(12013,1423,'_right_tab','field_56b3fab04554d'),(12014,1424,'left_tab_name','Cases'),(12017,1424,'_left_tab_name','field_56b3976017dce'),(12020,1424,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(12023,1424,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(12026,1424,'left_tab_0_spacer','0'),(12029,1424,'_left_tab_0_spacer','field_56b371c577c8c'),(12032,1424,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(12035,1424,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(12038,1424,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(12041,1424,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(12044,1424,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(12047,1424,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(12050,1424,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(12053,1424,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(12056,1424,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(12059,1424,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(12062,1424,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(12065,1424,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(12068,1424,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(12071,1424,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(12074,1424,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(12077,1424,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(12080,1424,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(12083,1424,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(12086,1424,'left_tab_1_cases_repeater_2_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(12089,1424,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(12092,1424,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(12095,1424,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(12098,1424,'left_tab_1_cases_repeater_2_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(12101,1424,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(12104,1424,'left_tab_1_cases_repeater','3'),(12107,1424,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(12110,1424,'left_tab_1_spacer','0'),(12113,1424,'_left_tab_1_spacer','field_56b3f001dbf09'),(12116,1424,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(12119,1424,'_left_tab','field_56b36c6deeda0'),(12122,1424,'add_second_tab','1'),(12125,1424,'_add_second_tab','field_56b36ca9eeda2'),(12128,1424,'right_tab_name','Conferences'),(12131,1424,'_right_tab_name','field_56b3978117dcf'),(12134,1424,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(12137,1424,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(12140,1424,'right_tab_0_spacer','1'),(12143,1424,'_right_tab_0_spacer','field_56b3fab14554f'),(12146,1424,'right_tab_1_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets '),(12149,1424,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(12152,1424,'right_tab_1_items_list_repeater_0_description','Frankfurt, May, 2015'),(12155,1424,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(12158,1424,'right_tab_1_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(12161,1424,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(12164,1424,'right_tab_1_items_list_repeater_1_description','Milan, October, 2015'),(12167,1424,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(12170,1424,'right_tab_1_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(12173,1424,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(12176,1424,'right_tab_1_items_list_repeater_2_description','September, 2015'),(12179,1424,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(12182,1424,'right_tab_1_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround '),(12185,1424,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(12188,1424,'right_tab_1_items_list_repeater_3_description','Stockholm June, 2015'),(12191,1424,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(12194,1424,'right_tab_1_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(12197,1424,'_right_tab_1_items_list_repeater_4_title','field_56b3fab14556e'),(12200,1424,'right_tab_1_items_list_repeater_4_description','May, 2015'),(12203,1424,'_right_tab_1_items_list_repeater_4_description','field_56b3fab14556f'),(12206,1424,'right_tab_1_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(12209,1424,'_right_tab_1_items_list_repeater_5_title','field_56b3fab14556e'),(12212,1424,'right_tab_1_items_list_repeater_5_description','April, 2015'),(12215,1424,'_right_tab_1_items_list_repeater_5_description','field_56b3fab14556f'),(12218,1424,'right_tab_1_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(12221,1424,'_right_tab_1_items_list_repeater_6_title','field_56b3fab14556e'),(12224,1424,'right_tab_1_items_list_repeater_6_description','January, 2015'),(12227,1424,'_right_tab_1_items_list_repeater_6_description','field_56b3fab14556f'),(12230,1424,'right_tab_1_items_list_repeater','7'),(12233,1424,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(12236,1424,'right_tab_1_spacer','1'),(12239,1424,'_right_tab_1_spacer','field_56b3fab145570'),(12242,1424,'right_tab_2_contact_icon','icon-mail'),(12245,1424,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(12248,1424,'right_tab_2_contact_title','Previous conferences available upon request.'),(12251,1424,'_right_tab_2_contact_title','field_56b4001eb0921'),(12254,1424,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(12257,1424,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(12260,1424,'right_tab_2_contact_values_0_contact_value_right','lukas.fecker@innovationbrain.com'),(12263,1424,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(12266,1424,'right_tab_2_contact_values_0_link_type','mailto:'),(12269,1424,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(12272,1424,'right_tab_2_contact_values_0_link','lukas.fecker@innovationbrain.com'),(12275,1424,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(12278,1424,'right_tab_2_contact_values','1'),(12281,1424,'_right_tab_2_contact_values','field_56b3fde2ce062'),(12284,1424,'right_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(12287,1424,'_right_tab','field_56b3fab04554d'),(12289,1426,'_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:1:\"0\";s:5:\"lists\";a:1:{i:0;s:10:\"c890e73ae5\";}}'),(12290,1427,'_mc4wp_settings','a:9:{s:15:\"required_fields\";s:17:\"EMAIL,FNAME,LNAME\";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:1:\"0\";s:5:\"lists\";a:1:{i:0;s:10:\"c890e73ae5\";}}'),(12293,1427,'text_subscribed','Thank you, your sign-up request was successful! Please check your email inbox to confirm.'),(12296,1427,'text_invalid_email','Please provide a valid email address.'),(12299,1427,'text_required_field_missing','Please fill in the required fields.'),(12302,1427,'text_already_subscribed','Given email address is already subscribed, thank you!'),(12305,1427,'text_error','Oops. Something went wrong. Please try again later.'),(12308,1427,'text_unsubscribed','You were successfully unsubscribed.'),(12311,1427,'text_not_subscribed','Given email address is not subscribed.'),(12313,1426,'text_subscribed','Thank you, your sign-up request was successful! Please check your email inbox to confirm.'),(12316,1426,'text_invalid_email','Please provide a valid email address.'),(12319,1426,'text_required_field_missing','Please fill in the required fields.'),(12322,1426,'text_already_subscribed','Given email address is already subscribed, thank you!'),(12325,1426,'text_error','Oops. Something went wrong. Please try again later.'),(12328,1426,'text_unsubscribed','You were successfully unsubscribed.'),(12331,1426,'text_not_subscribed','Given email address is not subscribed.'),(12338,1436,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Value creation from destruction through innovation and turnaround</h3>\r\n</header>Our experts span a wide range of Sectors such as Financial Services, Commodities, Pharmaceuticals. We provide our expertise in Services such as Restructuring, Turnaround and Innovation. Our expert Solutions are Recovery & Work-Out; Trade Turnaround, Pharmaceutical and Distribution & Sales'),(12341,1436,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(12344,1436,'left_tab_0_spacer','0'),(12347,1436,'_left_tab_0_spacer','field_56b371c577c8c'),(12350,1436,'left_tab_1_title','Sectors'),(12353,1436,'_left_tab_1_title','field_56b3db70da032'),(12356,1436,'left_tab_1_circle1','icon-bullseye'),(12359,1436,'_left_tab_1_circle1','field_56b3da76da02b'),(12362,1436,'left_tab_1_circle2','icon-progress'),(12365,1436,'_left_tab_1_circle2','field_56b3da76da02c'),(12368,1436,'left_tab_1_circle3','icon-pill'),(12371,1436,'_left_tab_1_circle3','field_56b3da76da02d'),(12374,1436,'left_tab_1_circle1_label','Financial Services'),(12377,1436,'_left_tab_1_circle1_label','field_56b3da76da02e'),(12380,1436,'left_tab_1_circle2_label','Commodities'),(12383,1436,'_left_tab_1_circle2_label','field_56b3da76da02f'),(12386,1436,'left_tab_1_circle3_label','Pharmaceuticals'),(12389,1436,'_left_tab_1_circle3_label','field_56b3da76da030'),(12392,1436,'left_tab_1_paragraph1','Our focus is on solutions, the set up and financing of private asset management companies and managing run-off operations.'),(12395,1436,'_left_tab_1_paragraph1','field_56b3db8eda033'),(12398,1436,'left_tab_1_paragraph2','Our expertise lies in the acquisition of non core assets in Agri, FMCG and trading which requires restructuring and turnaround.'),(12401,1436,'_left_tab_1_paragraph2','field_56b3dc6dda035'),(12404,1436,'left_tab_1_paragraph3','We support the industry in the turnaround of distribution organisations; the acquisitions and turnaround of production facilities and non-core assets.'),(12407,1436,'_left_tab_1_paragraph3','field_56b3dc74da036'),(12410,1436,'left_tab_1_spacer','0'),(12413,1436,'_left_tab_1_spacer','field_56b3da76da031'),(12416,1436,'left_tab_2_title','Services'),(12419,1436,'_left_tab_2_title','field_56b3db70da032'),(12422,1436,'left_tab_2_circle1','icon-grid'),(12425,1436,'_left_tab_2_circle1','field_56b3da76da02b'),(12428,1436,'left_tab_2_circle2','icon-turnaround'),(12431,1436,'_left_tab_2_circle2','field_56b3da76da02c'),(12434,1436,'left_tab_2_circle3','icon-folder'),(12437,1436,'_left_tab_2_circle3','field_56b3da76da02d'),(12440,1436,'left_tab_2_circle1_label','Equity Management'),(12443,1436,'_left_tab_2_circle1_label','field_56b3da76da02e'),(12446,1436,'left_tab_2_circle2_label','Turnaround Advisory'),(12449,1436,'_left_tab_2_circle2_label','field_56b3da76da02f'),(12452,1436,'left_tab_2_circle3_label','Investment and Funding'),(12455,1436,'_left_tab_2_circle3_label','field_56b3da76da030'),(12458,1436,'left_tab_2_paragraph1','Equity Management includes our proprietary investments and the conversion of debt to equity. We also provide the executive leadership teams running the investments to represent ourselves and on behalf of our investors.'),(12461,1436,'_left_tab_2_paragraph1','field_56b3db8eda033'),(12464,1436,'left_tab_2_paragraph2','Our turnaround professionals are former senior executives who have lead, built and guided major businesses through growth, acquisition, restructuring and turnaround. They are supported by analytical teams from network companies such as big 4 and analytical boutiques.'),(12467,1436,'_left_tab_2_paragraph2','field_56b3dc6dda035'),(12470,1436,'left_tab_2_paragraph3','We handle and manage funds for our clients. Our investors are family offices, PE funds and Pension funds. The focus is primarily on distressed investments or to support strategic growth by focusing investment in fundamental change in a sector. We advise our clients on prioritising their investments to a new business sector.'),(12473,1436,'_left_tab_2_paragraph3','field_56b3dc74da036'),(12476,1436,'left_tab_2_spacer','0'),(12479,1436,'_left_tab_2_spacer','field_56b3da76da031'),(12482,1436,'left_tab_3_wysiwyg_editor','Our extensive network of experts guarantees to remove the risk from your your balance sheet. Within our network of firms, affiliates and partnerships we work with you to deconsolidate your business and create value. We empower you to participate in the recovery of your firm.'),(12485,1436,'_left_tab_3_wysiwyg_editor','field_56b3711077c86'),(12488,1436,'left_tab_3_spacer','1'),(12491,1436,'_left_tab_3_spacer','field_56b371c577c8c'),(12494,1436,'left_tab_4_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(12497,1436,'_left_tab_4_image','field_56b373f3b6e44'),(12500,1436,'left_tab_4_title','Creating Shareholder Value through Innovation and Turnaround'),(12503,1436,'_left_tab_4_title','field_56b373afb6e42'),(12506,1436,'left_tab_4_button_label','Download PDF (312 kb)'),(12509,1436,'_left_tab_4_button_label','field_56b373ceb6e43'),(12512,1436,'left_tab_4_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(12515,1436,'_left_tab_4_button_link','field_56b374ff0ad17'),(12518,1436,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:19:\"3circles_block_text\";i:2;s:19:\"3circles_block_text\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:15:\"read_more_block\";}'),(12521,1436,'_left_tab','field_56b36c6deeda0'),(12524,1436,'add_second_tab','0'),(12527,1436,'_add_second_tab','field_56b36ca9eeda2'),(12530,1436,'right_tab',''),(12533,1436,'_right_tab','field_56b3fab04554d'),(12536,1439,'left_tab_name','Cases'),(12539,1439,'_left_tab_name','field_56b3976017dce'),(12542,1439,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(12545,1439,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(12548,1439,'left_tab_0_spacer','0'),(12551,1439,'_left_tab_0_spacer','field_56b371c577c8c'),(12554,1439,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(12557,1439,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(12560,1439,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(12563,1439,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(12566,1439,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(12569,1439,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(12572,1439,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(12575,1439,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(12578,1439,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(12581,1439,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(12584,1439,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(12587,1439,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(12590,1439,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(12593,1439,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(12596,1439,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(12599,1439,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(12602,1439,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(12605,1439,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(12608,1439,'left_tab_1_cases_repeater_2_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(12611,1439,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(12614,1439,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(12617,1439,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(12620,1439,'left_tab_1_cases_repeater_2_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(12623,1439,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(12626,1439,'left_tab_1_cases_repeater','3'),(12629,1439,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(12632,1439,'left_tab_1_spacer','0'),(12635,1439,'_left_tab_1_spacer','field_56b3f001dbf09'),(12638,1439,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(12641,1439,'_left_tab','field_56b36c6deeda0'),(12644,1439,'add_second_tab','1'),(12647,1439,'_add_second_tab','field_56b36ca9eeda2'),(12650,1439,'right_tab_name','Conferences'),(12653,1439,'_right_tab_name','field_56b3978117dcf'),(12656,1439,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(12659,1439,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(12662,1439,'right_tab_0_spacer','1'),(12665,1439,'_right_tab_0_spacer','field_56b3fab14554f'),(12668,1439,'right_tab_1_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(12671,1439,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(12674,1439,'right_tab_1_items_list_repeater_0_description','Frankfurt, May, 2015'),(12677,1439,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(12680,1439,'right_tab_1_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(12683,1439,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(12686,1439,'right_tab_1_items_list_repeater_1_description','Milan, October, 2015'),(12689,1439,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(12692,1439,'right_tab_1_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(12695,1439,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(12698,1439,'right_tab_1_items_list_repeater_2_description','September, 2015'),(12701,1439,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(12704,1439,'right_tab_1_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(12707,1439,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(12710,1439,'right_tab_1_items_list_repeater_3_description','Stockholm June, 2015'),(12713,1439,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(12716,1439,'right_tab_1_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(12719,1439,'_right_tab_1_items_list_repeater_4_title','field_56b3fab14556e'),(12722,1439,'right_tab_1_items_list_repeater_4_description','May, 2015'),(12725,1439,'_right_tab_1_items_list_repeater_4_description','field_56b3fab14556f'),(12728,1439,'right_tab_1_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014'),(12731,1439,'_right_tab_1_items_list_repeater_5_title','field_56b3fab14556e'),(12734,1439,'right_tab_1_items_list_repeater_5_description','April, 2015'),(12737,1439,'_right_tab_1_items_list_repeater_5_description','field_56b3fab14556f'),(12740,1439,'right_tab_1_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(12743,1439,'_right_tab_1_items_list_repeater_6_title','field_56b3fab14556e'),(12746,1439,'right_tab_1_items_list_repeater_6_description','January, 2015'),(12749,1439,'_right_tab_1_items_list_repeater_6_description','field_56b3fab14556f'),(12752,1439,'right_tab_1_items_list_repeater','7'),(12755,1439,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(12758,1439,'right_tab_1_spacer','1'),(12761,1439,'_right_tab_1_spacer','field_56b3fab145570'),(12764,1439,'right_tab_2_contact_icon','icon-mail'),(12767,1439,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(12770,1439,'right_tab_2_contact_title','Previous conferences available upon request.'),(12773,1439,'_right_tab_2_contact_title','field_56b4001eb0921'),(12776,1439,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(12779,1439,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(12782,1439,'right_tab_2_contact_values_0_contact_value_right','lukas.fecker@innovationbrain.com'),(12785,1439,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(12788,1439,'right_tab_2_contact_values_0_link_type','mailto:'),(12791,1439,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(12794,1439,'right_tab_2_contact_values_0_link','lukas.fecker@innovationbrain.com'),(12797,1439,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(12800,1439,'right_tab_2_contact_values','1'),(12803,1439,'_right_tab_2_contact_values','field_56b3fde2ce062'),(12806,1439,'right_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(12809,1439,'_right_tab','field_56b3fab04554d'),(12811,1441,'left_tab_name','Cases'),(12814,1441,'_left_tab_name','field_56b3976017dce'),(12817,1441,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(12820,1441,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(12823,1441,'left_tab_0_spacer','0'),(12826,1441,'_left_tab_0_spacer','field_56b371c577c8c'),(12829,1441,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(12832,1441,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(12835,1441,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(12838,1441,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(12841,1441,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(12844,1441,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(12847,1441,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(12850,1441,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(12853,1441,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(12856,1441,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(12859,1441,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(12862,1441,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(12865,1441,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(12868,1441,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(12871,1441,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(12874,1441,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(12877,1441,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(12880,1441,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(12883,1441,'left_tab_1_cases_repeater_2_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(12886,1441,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(12889,1441,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(12892,1441,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(12895,1441,'left_tab_1_cases_repeater_2_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(12898,1441,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(12901,1441,'left_tab_1_cases_repeater','3'),(12904,1441,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(12907,1441,'left_tab_1_spacer','0'),(12910,1441,'_left_tab_1_spacer','field_56b3f001dbf09'),(12913,1441,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(12916,1441,'_left_tab','field_56b36c6deeda0'),(12919,1441,'add_second_tab','1'),(12922,1441,'_add_second_tab','field_56b36ca9eeda2'),(12925,1441,'right_tab_name','Conferences'),(12928,1441,'_right_tab_name','field_56b3978117dcf'),(12931,1441,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(12934,1441,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(12937,1441,'right_tab_0_spacer','1'),(12940,1441,'_right_tab_0_spacer','field_56b3fab14554f'),(12943,1441,'right_tab_1_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(12946,1441,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(12949,1441,'right_tab_1_items_list_repeater_0_description','Frankfurt, May, 2015'),(12952,1441,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(12955,1441,'right_tab_1_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(12958,1441,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(12961,1441,'right_tab_1_items_list_repeater_1_description','Milan, October, 2015'),(12964,1441,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(12967,1441,'right_tab_1_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(12970,1441,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(12973,1441,'right_tab_1_items_list_repeater_2_description','September, 2015'),(12976,1441,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(12979,1441,'right_tab_1_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(12982,1441,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(12985,1441,'right_tab_1_items_list_repeater_3_description','Stockholm June, 2015'),(12988,1441,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(12991,1441,'right_tab_1_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(12994,1441,'_right_tab_1_items_list_repeater_4_title','field_56b3fab14556e'),(12997,1441,'right_tab_1_items_list_repeater_4_description','May, 2015'),(13000,1441,'_right_tab_1_items_list_repeater_4_description','field_56b3fab14556f'),(13003,1441,'right_tab_1_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014'),(13006,1441,'_right_tab_1_items_list_repeater_5_title','field_56b3fab14556e'),(13009,1441,'right_tab_1_items_list_repeater_5_description','April, 2015'),(13012,1441,'_right_tab_1_items_list_repeater_5_description','field_56b3fab14556f'),(13015,1441,'right_tab_1_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(13018,1441,'_right_tab_1_items_list_repeater_6_title','field_56b3fab14556e'),(13021,1441,'right_tab_1_items_list_repeater_6_description','January, 2015'),(13024,1441,'_right_tab_1_items_list_repeater_6_description','field_56b3fab14556f'),(13027,1441,'right_tab_1_items_list_repeater','7'),(13030,1441,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(13033,1441,'right_tab_1_spacer','1'),(13036,1441,'_right_tab_1_spacer','field_56b3fab145570'),(13039,1441,'right_tab_2_contact_icon','icon-mail'),(13042,1441,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(13045,1441,'right_tab_2_contact_title','Previous conferences available upon request.'),(13048,1441,'_right_tab_2_contact_title','field_56b4001eb0921'),(13051,1441,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(13054,1441,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(13057,1441,'right_tab_2_contact_values_0_contact_value_right','lukas.fecker@innovationbrain.com'),(13060,1441,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(13063,1441,'right_tab_2_contact_values_0_link_type','mailto:'),(13066,1441,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(13069,1441,'right_tab_2_contact_values_0_link','lukas.fecker@innovationbrain.com'),(13072,1441,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(13075,1441,'right_tab_2_contact_values','1'),(13078,1441,'_right_tab_2_contact_values','field_56b3fde2ce062'),(13081,1441,'right_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(13084,1441,'_right_tab','field_56b3fab04554d'),(13087,1444,'left_tab_0_contact_icon','icon-cloud'),(13090,1444,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(13093,1444,'left_tab_0_departmant','General enquiries'),(13096,1444,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(13099,1444,'left_tab_0_contact_values_0_contact_value_left','E-mail:'),(13102,1444,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(13105,1444,'left_tab_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(13108,1444,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(13111,1444,'left_tab_0_contact_values_0_link','info@innovationbrain.com'),(13114,1444,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(13117,1444,'left_tab_0_contact_values_0_link_type','mailto:'),(13120,1444,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(13123,1444,'left_tab_0_contact_values','1'),(13126,1444,'_left_tab_0_contact_values','field_56b3f47e69426'),(13129,1444,'left_tab_0_spacer','1'),(13132,1444,'_left_tab_0_spacer','field_56b3f305fafdb'),(13135,1444,'left_tab_1_contact_icon','icon-paper'),(13138,1444,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(13141,1444,'left_tab_1_departmant','Finance / Sales'),(13144,1444,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(13147,1444,'left_tab_1_contact_values','0'),(13150,1444,'_left_tab_1_contact_values','field_56b3f47e69426'),(13153,1444,'left_tab_1_spacer','1'),(13156,1444,'_left_tab_1_spacer','field_56b3f305fafdb'),(13159,1444,'left_tab_2_contact_icon','icon-pie'),(13162,1444,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(13165,1444,'left_tab_2_departmant','Legal Services / Analytics'),(13168,1444,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(13171,1444,'left_tab_2_contact_values_0_contact_value_left','Ivana Adamovic'),(13174,1444,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(13177,1444,'left_tab_2_contact_values_0_contact_value_right',''),(13180,1444,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(13183,1444,'left_tab_2_contact_values_0_link',''),(13186,1444,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(13189,1444,'left_tab_2_contact_values_0_link_type',''),(13192,1444,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(13195,1444,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(13198,1444,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(13201,1444,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 32 86 54 53'),(13204,1444,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(13207,1444,'left_tab_2_contact_values_1_link','+4402032865453'),(13210,1444,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(13213,1444,'left_tab_2_contact_values_1_link_type','tel:'),(13216,1444,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(13219,1444,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(13222,1444,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(13225,1444,'left_tab_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(13228,1444,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(13231,1444,'left_tab_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(13234,1444,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(13237,1444,'left_tab_2_contact_values_2_link_type','mailto:'),(13240,1444,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(13243,1444,'left_tab_2_contact_values','3'),(13246,1444,'_left_tab_2_contact_values','field_56b3f47e69426'),(13249,1444,'left_tab_2_spacer','0'),(13252,1444,'_left_tab_2_spacer','field_56b3f305fafdb'),(13255,1444,'left_tab','a:3:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";}'),(13258,1444,'_left_tab','field_56b36c6deeda0'),(13261,1444,'add_second_tab','0'),(13264,1444,'_add_second_tab','field_56b36ca9eeda2'),(13267,1444,'right_tab',''),(13270,1444,'_right_tab','field_56b3fab04554d'),(13271,1446,'left_tab_name','Cases'),(13272,1446,'_left_tab_name','field_56b3976017dce'),(13273,1446,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(13274,1446,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(13275,1446,'left_tab_0_spacer','0'),(13276,1446,'_left_tab_0_spacer','field_56b371c577c8c'),(13277,1446,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(13278,1446,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(13279,1446,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(13280,1446,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(13281,1446,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(13282,1446,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(13283,1446,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(13284,1446,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(13285,1446,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(13286,1446,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(13287,1446,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(13288,1446,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(13289,1446,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(13290,1446,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(13291,1446,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(13292,1446,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(13293,1446,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(13294,1446,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(13295,1446,'left_tab_1_cases_repeater_2_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(13296,1446,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(13297,1446,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(13298,1446,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(13299,1446,'left_tab_1_cases_repeater_2_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(13300,1446,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(13301,1446,'left_tab_1_cases_repeater','3'),(13302,1446,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(13303,1446,'left_tab_1_spacer','0'),(13304,1446,'_left_tab_1_spacer','field_56b3f001dbf09'),(13305,1446,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(13306,1446,'_left_tab','field_56b36c6deeda0'),(13307,1446,'add_second_tab','1'),(13308,1446,'_add_second_tab','field_56b36ca9eeda2'),(13309,1446,'right_tab_name','Conferences'),(13310,1446,'_right_tab_name','field_56b3978117dcf'),(13311,1446,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(13312,1446,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(13313,1446,'right_tab_0_spacer','1'),(13314,1446,'_right_tab_0_spacer','field_56b3fab14554f'),(13315,1446,'right_tab_1_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(13316,1446,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(13317,1446,'right_tab_1_items_list_repeater_0_description','Frankfurt, October, 2015'),(13318,1446,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(13319,1446,'right_tab_1_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(13320,1446,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(13321,1446,'right_tab_1_items_list_repeater_1_description','Milan, October, 2015'),(13322,1446,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(13323,1446,'right_tab_1_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(13324,1446,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(13325,1446,'right_tab_1_items_list_repeater_2_description','London, September, 2015'),(13326,1446,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(13327,1446,'right_tab_1_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(13328,1446,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(13329,1446,'right_tab_1_items_list_repeater_3_description','Stockholm June, 2015'),(13330,1446,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(13331,1446,'right_tab_1_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(13332,1446,'_right_tab_1_items_list_repeater_4_title','field_56b3fab14556e'),(13333,1446,'right_tab_1_items_list_repeater_4_description','Madrid, May, 2015'),(13334,1446,'_right_tab_1_items_list_repeater_4_description','field_56b3fab14556f'),(13335,1446,'right_tab_1_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(13336,1446,'_right_tab_1_items_list_repeater_5_title','field_56b3fab14556e'),(13337,1446,'right_tab_1_items_list_repeater_5_description','Bucharest, April, 2015'),(13338,1446,'_right_tab_1_items_list_repeater_5_description','field_56b3fab14556f'),(13339,1446,'right_tab_1_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(13340,1446,'_right_tab_1_items_list_repeater_6_title','field_56b3fab14556e'),(13341,1446,'right_tab_1_items_list_repeater_6_description','London, January, 2015'),(13342,1446,'_right_tab_1_items_list_repeater_6_description','field_56b3fab14556f'),(13343,1446,'right_tab_1_items_list_repeater','7'),(13344,1446,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(13345,1446,'right_tab_1_spacer','1'),(13346,1446,'_right_tab_1_spacer','field_56b3fab145570'),(13347,1446,'right_tab_2_contact_icon','icon-mail'),(13348,1446,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(13349,1446,'right_tab_2_contact_title','Previous conferences available upon request.'),(13350,1446,'_right_tab_2_contact_title','field_56b4001eb0921'),(13351,1446,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(13352,1446,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(13353,1446,'right_tab_2_contact_values_0_contact_value_right','lukas.fecker@innovationbrain.com'),(13354,1446,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(13355,1446,'right_tab_2_contact_values_0_link_type','mailto:'),(13356,1446,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(13357,1446,'right_tab_2_contact_values_0_link','lukas.fecker@innovationbrain.com'),(13358,1446,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(13359,1446,'right_tab_2_contact_values','1'),(13360,1446,'_right_tab_2_contact_values','field_56b3fde2ce062'),(13361,1446,'right_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(13362,1446,'_right_tab','field_56b3fab04554d'),(13363,1447,'left_tab_name','Cases'),(13364,1447,'_left_tab_name','field_56b3976017dce'),(13365,1447,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(13366,1447,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(13367,1447,'left_tab_0_spacer','0'),(13368,1447,'_left_tab_0_spacer','field_56b371c577c8c'),(13369,1447,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(13370,1447,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(13371,1447,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(13372,1447,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(13373,1447,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(13374,1447,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(13375,1447,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(13376,1447,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(13377,1447,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(13378,1447,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(13379,1447,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(13380,1447,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(13381,1447,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(13382,1447,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(13383,1447,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(13384,1447,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(13385,1447,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(13386,1447,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(13387,1447,'left_tab_1_cases_repeater_2_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(13388,1447,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(13389,1447,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(13390,1447,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(13391,1447,'left_tab_1_cases_repeater_2_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(13392,1447,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(13393,1447,'left_tab_1_cases_repeater','3'),(13394,1447,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(13395,1447,'left_tab_1_spacer','0'),(13396,1447,'_left_tab_1_spacer','field_56b3f001dbf09'),(13397,1447,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(13398,1447,'_left_tab','field_56b36c6deeda0'),(13399,1447,'add_second_tab','1'),(13400,1447,'_add_second_tab','field_56b36ca9eeda2'),(13401,1447,'right_tab_name','Conferences'),(13402,1447,'_right_tab_name','field_56b3978117dcf'),(13403,1447,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(13404,1447,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(13405,1447,'right_tab_0_spacer','1'),(13406,1447,'_right_tab_0_spacer','field_56b3fab14554f'),(13407,1447,'right_tab_1_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(13408,1447,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(13409,1447,'right_tab_1_items_list_repeater_0_description','Frankfurt, October, 2015'),(13410,1447,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(13411,1447,'right_tab_1_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(13412,1447,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(13413,1447,'right_tab_1_items_list_repeater_1_description','Milan, October, 2015'),(13414,1447,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(13415,1447,'right_tab_1_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(13416,1447,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(13417,1447,'right_tab_1_items_list_repeater_2_description','London, September, 2015'),(13418,1447,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(13419,1447,'right_tab_1_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(13420,1447,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(13421,1447,'right_tab_1_items_list_repeater_3_description','Stockholm June, 2015'),(13422,1447,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(13423,1447,'right_tab_1_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(13424,1447,'_right_tab_1_items_list_repeater_4_title','field_56b3fab14556e'),(13425,1447,'right_tab_1_items_list_repeater_4_description','Madrid, May, 2015'),(13426,1447,'_right_tab_1_items_list_repeater_4_description','field_56b3fab14556f'),(13427,1447,'right_tab_1_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(13428,1447,'_right_tab_1_items_list_repeater_5_title','field_56b3fab14556e'),(13429,1447,'right_tab_1_items_list_repeater_5_description','Bucharest, April, 2015'),(13430,1447,'_right_tab_1_items_list_repeater_5_description','field_56b3fab14556f'),(13431,1447,'right_tab_1_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(13432,1447,'_right_tab_1_items_list_repeater_6_title','field_56b3fab14556e'),(13433,1447,'right_tab_1_items_list_repeater_6_description','London, January, 2015'),(13434,1447,'_right_tab_1_items_list_repeater_6_description','field_56b3fab14556f'),(13435,1447,'right_tab_1_items_list_repeater','7'),(13436,1447,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(13437,1447,'right_tab_1_spacer','1'),(13438,1447,'_right_tab_1_spacer','field_56b3fab145570'),(13439,1447,'right_tab_2_contact_icon','icon-mail'),(13440,1447,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(13441,1447,'right_tab_2_contact_title','Previous conferences available upon request.'),(13442,1447,'_right_tab_2_contact_title','field_56b4001eb0921'),(13443,1447,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(13444,1447,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(13445,1447,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(13446,1447,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(13447,1447,'right_tab_2_contact_values_0_link_type','mailto:'),(13448,1447,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(13449,1447,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(13450,1447,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(13451,1447,'right_tab_2_contact_values','1'),(13452,1447,'_right_tab_2_contact_values','field_56b3fde2ce062'),(13453,1447,'right_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(13454,1447,'_right_tab','field_56b3fab04554d'),(13455,1448,'left_tab_0_contact_icon','icon-paper'),(13456,1448,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(13457,1448,'left_tab_0_departmant','London'),(13458,1448,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(13459,1448,'left_tab_0_contact_values_0_contact_value_left','Address:'),(13460,1448,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(13461,1448,'left_tab_0_contact_values_0_contact_value_right','7/8 St Martin\'s Place, 1 st floor WC2N 4HA, London, UK'),(13462,1448,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(13463,1448,'left_tab_0_contact_values_0_link',''),(13464,1448,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(13465,1448,'left_tab_0_contact_values_0_link_type',''),(13466,1448,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(13467,1448,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(13468,1448,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(13469,1448,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(13470,1448,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(13471,1448,'left_tab_0_contact_values_1_link','+44 (0)20 328 654 53'),(13472,1448,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(13473,1448,'left_tab_0_contact_values_1_link_type','tel:'),(13474,1448,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(13475,1448,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(13476,1448,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(13477,1448,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(13478,1448,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(13479,1448,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(13480,1448,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(13481,1448,'left_tab_0_contact_values_2_link_type','mailto:'),(13482,1448,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(13483,1448,'left_tab_0_contact_values','3'),(13484,1448,'_left_tab_0_contact_values','field_56b3f47e69426'),(13485,1448,'left_tab_0_spacer','1'),(13486,1448,'_left_tab_0_spacer','field_56b3f305fafdb'),(13487,1448,'left_tab_1_contact_icon','icon-pie'),(13488,1448,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(13489,1448,'left_tab_1_departmant','Legal Services / Analytics'),(13490,1448,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(13491,1448,'left_tab_1_contact_values_0_contact_value_left','Ivana Adamovic'),(13492,1448,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(13493,1448,'left_tab_1_contact_values_0_contact_value_right',''),(13494,1448,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(13495,1448,'left_tab_1_contact_values_0_link',''),(13496,1448,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(13497,1448,'left_tab_1_contact_values_0_link_type',''),(13498,1448,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(13499,1448,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(13500,1448,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(13501,1448,'left_tab_1_contact_values_1_contact_value_right','+44 (0)20 32 86 54 53'),(13502,1448,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(13503,1448,'left_tab_1_contact_values_1_link','+4402032865453'),(13504,1448,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(13505,1448,'left_tab_1_contact_values_1_link_type','tel:'),(13506,1448,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(13507,1448,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(13508,1448,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(13509,1448,'left_tab_1_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(13510,1448,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(13511,1448,'left_tab_1_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(13512,1448,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(13513,1448,'left_tab_1_contact_values_2_link_type','mailto:'),(13514,1448,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(13515,1448,'left_tab_1_contact_values','3'),(13516,1448,'_left_tab_1_contact_values','field_56b3f47e69426'),(13517,1448,'left_tab_1_spacer','0'),(13518,1448,'_left_tab_1_spacer','field_56b3f305fafdb'),(13519,1448,'left_tab_2_contact_icon','icon-cloud'),(13520,1448,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(13521,1448,'left_tab_2_departmant','General enquiries'),(13522,1448,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(13523,1448,'left_tab_2_contact_values_0_contact_value_left','E-mail:'),(13524,1448,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(13525,1448,'left_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(13526,1448,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(13527,1448,'left_tab_2_contact_values_0_link','info@innovationbrain.com'),(13528,1448,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(13529,1448,'left_tab_2_contact_values_0_link_type','mailto:'),(13530,1448,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(13531,1448,'left_tab_2_contact_values','1'),(13532,1448,'_left_tab_2_contact_values','field_56b3f47e69426'),(13533,1448,'left_tab_2_spacer','1'),(13534,1448,'_left_tab_2_spacer','field_56b3f305fafdb'),(13535,1448,'left_tab','a:3:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";}'),(13536,1448,'_left_tab','field_56b36c6deeda0'),(13537,1448,'add_second_tab','0'),(13538,1448,'_add_second_tab','field_56b36ca9eeda2'),(13539,1448,'right_tab',''),(13540,1448,'_right_tab','field_56b3fab04554d'),(13541,66,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(13542,66,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(13543,66,'left_tab_0_contact_values_1_contact_value_right','+44(0)7970175606'),(13544,66,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(13545,66,'left_tab_0_contact_values_1_link','+44(0)7970175606'),(13546,66,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(13547,66,'left_tab_0_contact_values_1_link_type','tel:'),(13548,66,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(13549,66,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(13550,66,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(13551,66,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(13552,66,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(13553,66,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(13554,66,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(13555,66,'left_tab_0_contact_values_2_link_type','mailto:'),(13556,66,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(13581,1449,'left_tab_0_contact_icon','icon-paper'),(13582,1449,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(13583,1449,'left_tab_0_departmant','London'),(13584,1449,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(13585,1449,'left_tab_0_contact_values_0_contact_value_left','Address:'),(13586,1449,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(13587,1449,'left_tab_0_contact_values_0_contact_value_right','7/8 St Martin\'s Place, 1 st floor WC2N 4HA, London, UK'),(13588,1449,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(13589,1449,'left_tab_0_contact_values_0_link',''),(13590,1449,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(13591,1449,'left_tab_0_contact_values_0_link_type',''),(13592,1449,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(13593,1449,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(13594,1449,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(13595,1449,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(13596,1449,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(13597,1449,'left_tab_0_contact_values_1_link','+44 (0)20 328 654 53'),(13598,1449,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(13599,1449,'left_tab_0_contact_values_1_link_type','tel:'),(13600,1449,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(13601,1449,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(13602,1449,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(13603,1449,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(13604,1449,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(13605,1449,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(13606,1449,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(13607,1449,'left_tab_0_contact_values_2_link_type','mailto:'),(13608,1449,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(13609,1449,'left_tab_0_contact_values','3'),(13610,1449,'_left_tab_0_contact_values','field_56b3f47e69426'),(13611,1449,'left_tab_0_spacer','1'),(13612,1449,'_left_tab_0_spacer','field_56b3f305fafdb'),(13613,1449,'left_tab','a:1:{i:0;s:18:\"full_contact_block\";}'),(13614,1449,'_left_tab','field_56b36c6deeda0'),(13615,1449,'add_second_tab','0'),(13616,1449,'_add_second_tab','field_56b36ca9eeda2'),(13617,1449,'right_tab',''),(13618,1449,'_right_tab','field_56b3fab04554d'),(13619,1450,'left_tab_0_contact_icon','icon-paper'),(13620,1450,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(13621,1450,'left_tab_0_departmant','London'),(13622,1450,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(13623,1450,'left_tab_0_contact_values_0_contact_value_left','Address:'),(13624,1450,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(13625,1450,'left_tab_0_contact_values_0_contact_value_right','7/8 St Martin\'s Place, 1 st floor WC2N 4HA, London, UK'),(13626,1450,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(13627,1450,'left_tab_0_contact_values_0_link',''),(13628,1450,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(13629,1450,'left_tab_0_contact_values_0_link_type',''),(13630,1450,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(13631,1450,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(13632,1450,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(13633,1450,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(13634,1450,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(13635,1450,'left_tab_0_contact_values_1_link','+4402032865453'),(13636,1450,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(13637,1450,'left_tab_0_contact_values_1_link_type','tel:'),(13638,1450,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(13639,1450,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(13640,1450,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(13641,1450,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(13642,1450,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(13643,1450,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(13644,1450,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(13645,1450,'left_tab_0_contact_values_2_link_type','mailto:'),(13646,1450,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(13647,1450,'left_tab_0_contact_values','3'),(13648,1450,'_left_tab_0_contact_values','field_56b3f47e69426'),(13649,1450,'left_tab_0_spacer','1'),(13650,1450,'_left_tab_0_spacer','field_56b3f305fafdb'),(13651,1450,'left_tab_1_contact_icon','icon-paper'),(13652,1450,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(13653,1450,'left_tab_1_departmant','Switzerland'),(13654,1450,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(13655,1450,'left_tab_1_contact_values_0_contact_value_left','Address:'),(13656,1450,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(13657,1450,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(13658,1450,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(13659,1450,'left_tab_1_contact_values_0_link',''),(13660,1450,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(13661,1450,'left_tab_1_contact_values_0_link_type',''),(13662,1450,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(13663,1450,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(13664,1450,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(13665,1450,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(13666,1450,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(13667,1450,'left_tab_1_contact_values_1_link','+410445853297'),(13668,1450,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(13669,1450,'left_tab_1_contact_values_1_link_type','tel:'),(13670,1450,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(13671,1450,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(13672,1450,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(13673,1450,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(13674,1450,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(13675,1450,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(13676,1450,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(13677,1450,'left_tab_1_contact_values_2_link_type','mailto:'),(13678,1450,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(13679,1450,'left_tab_1_contact_values','3'),(13680,1450,'_left_tab_1_contact_values','field_56b3f47e69426'),(13681,1450,'left_tab_1_spacer','1'),(13682,1450,'_left_tab_1_spacer','field_56b3f305fafdb'),(13683,1450,'left_tab_2_contact_icon','icon-paper'),(13684,1450,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(13685,1450,'left_tab_2_departmant','Cyprus'),(13686,1450,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(13687,1450,'left_tab_2_contact_values_0_contact_value_left','Address:'),(13688,1450,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(13689,1450,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(13690,1450,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(13691,1450,'left_tab_2_contact_values_0_link',''),(13692,1450,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(13693,1450,'left_tab_2_contact_values_0_link_type',''),(13694,1450,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(13695,1450,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(13696,1450,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(13697,1450,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(13698,1450,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(13699,1450,'left_tab_2_contact_values_1_link','+4402032865453'),(13700,1450,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(13701,1450,'left_tab_2_contact_values_1_link_type','tel:'),(13702,1450,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(13703,1450,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(13704,1450,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(13705,1450,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(13706,1450,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(13707,1450,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(13708,1450,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(13709,1450,'left_tab_2_contact_values_2_link_type','mailto:'),(13710,1450,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(13711,1450,'left_tab_2_contact_values','3'),(13712,1450,'_left_tab_2_contact_values','field_56b3f47e69426'),(13713,1450,'left_tab_2_spacer','1'),(13714,1450,'_left_tab_2_spacer','field_56b3f305fafdb'),(13715,1450,'left_tab_3_contact_icon','icon-paper'),(13716,1450,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(13717,1450,'left_tab_3_departmant','Serbia'),(13718,1450,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(13719,1450,'left_tab_3_contact_values_0_contact_value_left','Tel:'),(13720,1450,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(13721,1450,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(13722,1450,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(13723,1450,'left_tab_3_contact_values_0_link','+4402032865453'),(13724,1450,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(13725,1450,'left_tab_3_contact_values_0_link_type','tel:'),(13726,1450,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(13727,1450,'left_tab_3_contact_values_1_contact_value_left','E-mail:'),(13728,1450,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(13729,1450,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(13730,1450,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(13731,1450,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(13732,1450,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(13733,1450,'left_tab_3_contact_values_1_link_type','mailto:'),(13734,1450,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(13735,1450,'left_tab_3_contact_values','2'),(13736,1450,'_left_tab_3_contact_values','field_56b3f47e69426'),(13737,1450,'left_tab_3_spacer','1'),(13738,1450,'_left_tab_3_spacer','field_56b3f305fafdb'),(13739,1450,'left_tab','a:4:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";}'),(13740,1450,'_left_tab','field_56b36c6deeda0'),(13741,1450,'add_second_tab','0'),(13742,1450,'_add_second_tab','field_56b36ca9eeda2'),(13743,1450,'right_tab',''),(13744,1450,'_right_tab','field_56b3fab04554d'),(13745,66,'left_tab_1_contact_icon','icon-paper'),(13746,66,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(13747,66,'left_tab_1_departmant','Switzerland'),(13748,66,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(13749,66,'left_tab_1_contact_values_0_contact_value_left','Address:'),(13750,66,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(13751,66,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug, Switzerland'),(13752,66,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(13753,66,'left_tab_1_contact_values_0_link',''),(13754,66,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(13755,66,'left_tab_1_contact_values_0_link_type',''),(13756,66,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(13757,66,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(13758,66,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(13759,66,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(13760,66,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(13761,66,'left_tab_1_contact_values_1_link','+410445853297'),(13762,66,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(13763,66,'left_tab_1_contact_values_1_link_type','tel:'),(13764,66,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(13765,66,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(13766,66,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(13767,66,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(13768,66,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(13769,66,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(13770,66,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(13771,66,'left_tab_1_contact_values_2_link_type','mailto:'),(13772,66,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(13773,66,'left_tab_1_contact_values','3'),(13774,66,'_left_tab_1_contact_values','field_56b3f47e69426'),(13775,66,'left_tab_1_spacer','1'),(13776,66,'_left_tab_1_spacer','field_56b3f305fafdb'),(13777,66,'left_tab_2_contact_icon','icon-bullseye-small'),(13778,66,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(13779,66,'left_tab_2_departmant','Cyprus'),(13780,66,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(13781,66,'left_tab_2_contact_values_0_contact_value_left','Address:'),(13782,66,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(13783,66,'left_tab_2_contact_values_0_contact_value_right','Lord Vyronos 36, Nicosia Tower Center, office 203, 1096 Nicosia, Cyprus.'),(13784,66,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(13785,66,'left_tab_2_contact_values_0_link',''),(13786,66,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(13787,66,'left_tab_2_contact_values_0_link_type',''),(13788,66,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(13789,66,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(13790,66,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(13791,66,'left_tab_2_contact_values_1_contact_value_right','+357 96 286 072'),(13792,66,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(13793,66,'left_tab_2_contact_values_1_link','+357 96 286 072'),(13794,66,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(13795,66,'left_tab_2_contact_values_1_link_type','tel:'),(13796,66,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(13797,66,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(13798,66,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(13799,66,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(13800,66,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(13801,66,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(13802,66,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(13803,66,'left_tab_2_contact_values_2_link_type','mailto:'),(13804,66,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(13805,66,'left_tab_2_contact_values','3'),(13806,66,'_left_tab_2_contact_values','field_56b3f47e69426'),(13807,66,'left_tab_2_spacer','1'),(13808,66,'_left_tab_2_spacer','field_56b3f305fafdb'),(13809,66,'left_tab_3_contact_icon','icon-cloud'),(13810,66,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(13811,66,'left_tab_3_departmant','Serbia'),(13812,66,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(13813,66,'left_tab_3_contact_values_0_contact_value_left','Address'),(13814,66,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(13815,66,'left_tab_3_contact_values_0_contact_value_right','5th Floor, Knez Mihaila 30, Belgrade, Serbia'),(13816,66,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(13817,66,'left_tab_3_contact_values_0_link','+381 11 4404 539'),(13818,66,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(13819,66,'left_tab_3_contact_values_0_link_type','tel:'),(13820,66,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(13821,66,'left_tab_3_contact_values_1_contact_value_left','Tel:'),(13822,66,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(13823,66,'left_tab_3_contact_values_1_contact_value_right','+381 11 4404 539'),(13824,66,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(13825,66,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(13826,66,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(13827,66,'left_tab_3_contact_values_1_link_type','mailto:'),(13828,66,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(13829,66,'left_tab_3_contact_values','3'),(13830,66,'_left_tab_3_contact_values','field_56b3f47e69426'),(13831,66,'left_tab_3_spacer','1'),(13832,66,'_left_tab_3_spacer','field_56b3f305fafdb'),(13833,1451,'left_tab_0_contact_icon','icon-pie'),(13834,1451,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(13835,1451,'left_tab_0_departmant','London'),(13836,1451,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(13837,1451,'left_tab_0_contact_values_0_contact_value_left','Address:'),(13838,1451,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(13839,1451,'left_tab_0_contact_values_0_contact_value_right','7/8 St Martin\'s Place, 1 st floor WC2N 4HA, London, UK'),(13840,1451,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(13841,1451,'left_tab_0_contact_values_0_link',''),(13842,1451,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(13843,1451,'left_tab_0_contact_values_0_link_type',''),(13844,1451,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(13845,1451,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(13846,1451,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(13847,1451,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(13848,1451,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(13849,1451,'left_tab_0_contact_values_1_link','+4402032865453'),(13850,1451,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(13851,1451,'left_tab_0_contact_values_1_link_type','tel:'),(13852,1451,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(13853,1451,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(13854,1451,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(13855,1451,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(13856,1451,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(13857,1451,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(13858,1451,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(13859,1451,'left_tab_0_contact_values_2_link_type','mailto:'),(13860,1451,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(13861,1451,'left_tab_0_contact_values','3'),(13862,1451,'_left_tab_0_contact_values','field_56b3f47e69426'),(13863,1451,'left_tab_0_spacer','1'),(13864,1451,'_left_tab_0_spacer','field_56b3f305fafdb'),(13865,1451,'left_tab_1_contact_icon','icon-paper'),(13866,1451,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(13867,1451,'left_tab_1_departmant','Switzerland'),(13868,1451,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(13869,1451,'left_tab_1_contact_values_0_contact_value_left','Address:'),(13870,1451,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(13871,1451,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(13872,1451,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(13873,1451,'left_tab_1_contact_values_0_link',''),(13874,1451,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(13875,1451,'left_tab_1_contact_values_0_link_type',''),(13876,1451,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(13877,1451,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(13878,1451,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(13879,1451,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(13880,1451,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(13881,1451,'left_tab_1_contact_values_1_link','+410445853297'),(13882,1451,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(13883,1451,'left_tab_1_contact_values_1_link_type','tel:'),(13884,1451,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(13885,1451,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(13886,1451,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(13887,1451,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(13888,1451,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(13889,1451,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(13890,1451,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(13891,1451,'left_tab_1_contact_values_2_link_type','mailto:'),(13892,1451,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(13893,1451,'left_tab_1_contact_values','3'),(13894,1451,'_left_tab_1_contact_values','field_56b3f47e69426'),(13895,1451,'left_tab_1_spacer','1'),(13896,1451,'_left_tab_1_spacer','field_56b3f305fafdb'),(13897,1451,'left_tab_2_contact_icon','icon-folder'),(13898,1451,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(13899,1451,'left_tab_2_departmant','Cyprus'),(13900,1451,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(13901,1451,'left_tab_2_contact_values_0_contact_value_left','Address:'),(13902,1451,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(13903,1451,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(13904,1451,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(13905,1451,'left_tab_2_contact_values_0_link',''),(13906,1451,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(13907,1451,'left_tab_2_contact_values_0_link_type',''),(13908,1451,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(13909,1451,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(13910,1451,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(13911,1451,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(13912,1451,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(13913,1451,'left_tab_2_contact_values_1_link','+4402032865453'),(13914,1451,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(13915,1451,'left_tab_2_contact_values_1_link_type','tel:'),(13916,1451,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(13917,1451,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(13918,1451,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(13919,1451,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(13920,1451,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(13921,1451,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(13922,1451,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(13923,1451,'left_tab_2_contact_values_2_link_type','mailto:'),(13924,1451,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(13925,1451,'left_tab_2_contact_values','3'),(13926,1451,'_left_tab_2_contact_values','field_56b3f47e69426'),(13927,1451,'left_tab_2_spacer','1'),(13928,1451,'_left_tab_2_spacer','field_56b3f305fafdb'),(13929,1451,'left_tab_3_contact_icon','icon-cloud'),(13930,1451,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(13931,1451,'left_tab_3_departmant','Serbia'),(13932,1451,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(13933,1451,'left_tab_3_contact_values_0_contact_value_left','Tel:'),(13934,1451,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(13935,1451,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(13936,1451,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(13937,1451,'left_tab_3_contact_values_0_link','+4402032865453'),(13938,1451,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(13939,1451,'left_tab_3_contact_values_0_link_type','tel:'),(13940,1451,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(13941,1451,'left_tab_3_contact_values_1_contact_value_left','E-mail:'),(13942,1451,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(13943,1451,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(13944,1451,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(13945,1451,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(13946,1451,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(13947,1451,'left_tab_3_contact_values_1_link_type','mailto:'),(13948,1451,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(13949,1451,'left_tab_3_contact_values','2'),(13950,1451,'_left_tab_3_contact_values','field_56b3f47e69426'),(13951,1451,'left_tab_3_spacer','1'),(13952,1451,'_left_tab_3_spacer','field_56b3f305fafdb'),(13953,1451,'left_tab','a:4:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";}'),(13954,1451,'_left_tab','field_56b36c6deeda0'),(13955,1451,'add_second_tab','0'),(13956,1451,'_add_second_tab','field_56b36ca9eeda2'),(13957,1451,'right_tab',''),(13958,1451,'_right_tab','field_56b3fab04554d'),(13959,1452,'left_tab_0_contact_icon','icon-pie'),(13960,1452,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(13961,1452,'left_tab_0_departmant','London'),(13962,1452,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(13963,1452,'left_tab_0_contact_values_0_contact_value_left','Address:'),(13964,1452,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(13965,1452,'left_tab_0_contact_values_0_contact_value_right','7/8 St Martin\'s Place, 1 st floor WC2N 4HA, London, UK'),(13966,1452,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(13967,1452,'left_tab_0_contact_values_0_link',''),(13968,1452,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(13969,1452,'left_tab_0_contact_values_0_link_type',''),(13970,1452,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(13971,1452,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(13972,1452,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(13973,1452,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(13974,1452,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(13975,1452,'left_tab_0_contact_values_1_link','+4402032865453'),(13976,1452,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(13977,1452,'left_tab_0_contact_values_1_link_type','tel:'),(13978,1452,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(13979,1452,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(13980,1452,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(13981,1452,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(13982,1452,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(13983,1452,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(13984,1452,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(13985,1452,'left_tab_0_contact_values_2_link_type','mailto:'),(13986,1452,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(13987,1452,'left_tab_0_contact_values','3'),(13988,1452,'_left_tab_0_contact_values','field_56b3f47e69426'),(13989,1452,'left_tab_0_spacer','1'),(13990,1452,'_left_tab_0_spacer','field_56b3f305fafdb'),(13991,1452,'left_tab_1_contact_icon','icon-paper'),(13992,1452,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(13993,1452,'left_tab_1_departmant','Switzerland'),(13994,1452,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(13995,1452,'left_tab_1_contact_values_0_contact_value_left','Address:'),(13996,1452,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(13997,1452,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(13998,1452,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(13999,1452,'left_tab_1_contact_values_0_link',''),(14000,1452,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(14001,1452,'left_tab_1_contact_values_0_link_type',''),(14002,1452,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(14003,1452,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(14004,1452,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(14005,1452,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(14006,1452,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(14007,1452,'left_tab_1_contact_values_1_link','+410445853297'),(14008,1452,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(14009,1452,'left_tab_1_contact_values_1_link_type','tel:'),(14010,1452,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(14011,1452,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(14012,1452,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(14013,1452,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(14014,1452,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(14015,1452,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(14016,1452,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(14017,1452,'left_tab_1_contact_values_2_link_type','mailto:'),(14018,1452,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(14019,1452,'left_tab_1_contact_values','3'),(14020,1452,'_left_tab_1_contact_values','field_56b3f47e69426'),(14021,1452,'left_tab_1_spacer','1'),(14022,1452,'_left_tab_1_spacer','field_56b3f305fafdb'),(14023,1452,'left_tab_2_contact_icon','icon-masonery'),(14024,1452,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(14025,1452,'left_tab_2_departmant','Cyprus'),(14026,1452,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(14027,1452,'left_tab_2_contact_values_0_contact_value_left','Address:'),(14028,1452,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(14029,1452,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(14030,1452,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(14031,1452,'left_tab_2_contact_values_0_link',''),(14032,1452,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(14033,1452,'left_tab_2_contact_values_0_link_type',''),(14034,1452,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(14035,1452,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(14036,1452,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(14037,1452,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(14038,1452,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(14039,1452,'left_tab_2_contact_values_1_link','+4402032865453'),(14040,1452,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(14041,1452,'left_tab_2_contact_values_1_link_type','tel:'),(14042,1452,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(14043,1452,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(14044,1452,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(14045,1452,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(14046,1452,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(14047,1452,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(14048,1452,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(14049,1452,'left_tab_2_contact_values_2_link_type','mailto:'),(14050,1452,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(14051,1452,'left_tab_2_contact_values','3'),(14052,1452,'_left_tab_2_contact_values','field_56b3f47e69426'),(14053,1452,'left_tab_2_spacer','1'),(14054,1452,'_left_tab_2_spacer','field_56b3f305fafdb'),(14055,1452,'left_tab_3_contact_icon','icon-cloud'),(14056,1452,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(14057,1452,'left_tab_3_departmant','Serbia'),(14058,1452,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(14059,1452,'left_tab_3_contact_values_0_contact_value_left','Tel:'),(14060,1452,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(14061,1452,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(14062,1452,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(14063,1452,'left_tab_3_contact_values_0_link','+4402032865453'),(14064,1452,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(14065,1452,'left_tab_3_contact_values_0_link_type','tel:'),(14066,1452,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(14067,1452,'left_tab_3_contact_values_1_contact_value_left','E-mail:'),(14068,1452,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(14069,1452,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(14070,1452,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(14071,1452,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(14072,1452,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(14073,1452,'left_tab_3_contact_values_1_link_type','mailto:'),(14074,1452,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(14075,1452,'left_tab_3_contact_values','2'),(14076,1452,'_left_tab_3_contact_values','field_56b3f47e69426'),(14077,1452,'left_tab_3_spacer','1'),(14078,1452,'_left_tab_3_spacer','field_56b3f305fafdb'),(14079,1452,'left_tab','a:4:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";}'),(14080,1452,'_left_tab','field_56b36c6deeda0'),(14081,1452,'add_second_tab','0'),(14082,1452,'_add_second_tab','field_56b36ca9eeda2'),(14083,1452,'right_tab',''),(14084,1452,'_right_tab','field_56b3fab04554d'),(14085,1453,'left_tab_0_contact_icon','icon-pie'),(14086,1453,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(14087,1453,'left_tab_0_departmant','London'),(14088,1453,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(14089,1453,'left_tab_0_contact_values_0_contact_value_left','Address:'),(14090,1453,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(14091,1453,'left_tab_0_contact_values_0_contact_value_right','7/8 St Martin\'s Place, 1 st floor WC2N 4HA, London, UK'),(14092,1453,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(14093,1453,'left_tab_0_contact_values_0_link',''),(14094,1453,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(14095,1453,'left_tab_0_contact_values_0_link_type',''),(14096,1453,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(14097,1453,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(14098,1453,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(14099,1453,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(14100,1453,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(14101,1453,'left_tab_0_contact_values_1_link','+4402032865453'),(14102,1453,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(14103,1453,'left_tab_0_contact_values_1_link_type','tel:'),(14104,1453,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(14105,1453,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(14106,1453,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(14107,1453,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(14108,1453,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(14109,1453,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(14110,1453,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(14111,1453,'left_tab_0_contact_values_2_link_type','mailto:'),(14112,1453,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(14113,1453,'left_tab_0_contact_values','3'),(14114,1453,'_left_tab_0_contact_values','field_56b3f47e69426'),(14115,1453,'left_tab_0_spacer','1'),(14116,1453,'_left_tab_0_spacer','field_56b3f305fafdb'),(14117,1453,'left_tab_1_contact_icon','icon-paper'),(14118,1453,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(14119,1453,'left_tab_1_departmant','Switzerland'),(14120,1453,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(14121,1453,'left_tab_1_contact_values_0_contact_value_left','Address:'),(14122,1453,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(14123,1453,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(14124,1453,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(14125,1453,'left_tab_1_contact_values_0_link',''),(14126,1453,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(14127,1453,'left_tab_1_contact_values_0_link_type',''),(14128,1453,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(14129,1453,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(14130,1453,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(14131,1453,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(14132,1453,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(14133,1453,'left_tab_1_contact_values_1_link','+410445853297'),(14134,1453,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(14135,1453,'left_tab_1_contact_values_1_link_type','tel:'),(14136,1453,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(14137,1453,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(14138,1453,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(14139,1453,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(14140,1453,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(14141,1453,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(14142,1453,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(14143,1453,'left_tab_1_contact_values_2_link_type','mailto:'),(14144,1453,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(14145,1453,'left_tab_1_contact_values','3'),(14146,1453,'_left_tab_1_contact_values','field_56b3f47e69426'),(14147,1453,'left_tab_1_spacer','1'),(14148,1453,'_left_tab_1_spacer','field_56b3f305fafdb'),(14149,1453,'left_tab_2_contact_icon','icon-bullseye-small'),(14150,1453,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(14151,1453,'left_tab_2_departmant','Cyprus'),(14152,1453,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(14153,1453,'left_tab_2_contact_values_0_contact_value_left','Address:'),(14154,1453,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(14155,1453,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(14156,1453,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(14157,1453,'left_tab_2_contact_values_0_link',''),(14158,1453,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(14159,1453,'left_tab_2_contact_values_0_link_type',''),(14160,1453,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(14161,1453,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(14162,1453,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(14163,1453,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(14164,1453,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(14165,1453,'left_tab_2_contact_values_1_link','+4402032865453'),(14166,1453,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(14167,1453,'left_tab_2_contact_values_1_link_type','tel:'),(14168,1453,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(14169,1453,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(14170,1453,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(14171,1453,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(14172,1453,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(14173,1453,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(14174,1453,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(14175,1453,'left_tab_2_contact_values_2_link_type','mailto:'),(14176,1453,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(14177,1453,'left_tab_2_contact_values','3'),(14178,1453,'_left_tab_2_contact_values','field_56b3f47e69426'),(14179,1453,'left_tab_2_spacer','1'),(14180,1453,'_left_tab_2_spacer','field_56b3f305fafdb'),(14181,1453,'left_tab_3_contact_icon','icon-cloud'),(14182,1453,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(14183,1453,'left_tab_3_departmant','Serbia'),(14184,1453,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(14185,1453,'left_tab_3_contact_values_0_contact_value_left','Tel:'),(14186,1453,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(14187,1453,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(14188,1453,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(14189,1453,'left_tab_3_contact_values_0_link','+4402032865453'),(14190,1453,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(14191,1453,'left_tab_3_contact_values_0_link_type','tel:'),(14192,1453,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(14193,1453,'left_tab_3_contact_values_1_contact_value_left','E-mail:'),(14194,1453,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(14195,1453,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(14196,1453,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(14197,1453,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(14198,1453,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(14199,1453,'left_tab_3_contact_values_1_link_type','mailto:'),(14200,1453,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(14201,1453,'left_tab_3_contact_values','2'),(14202,1453,'_left_tab_3_contact_values','field_56b3f47e69426'),(14203,1453,'left_tab_3_spacer','1'),(14204,1453,'_left_tab_3_spacer','field_56b3f305fafdb'),(14205,1453,'left_tab','a:4:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";}'),(14206,1453,'_left_tab','field_56b36c6deeda0'),(14207,1453,'add_second_tab','0'),(14208,1453,'_add_second_tab','field_56b36ca9eeda2'),(14209,1453,'right_tab',''),(14210,1453,'_right_tab','field_56b3fab04554d'),(14211,1454,'left_tab_0_contact_icon','icon-pie'),(14212,1454,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(14213,1454,'left_tab_0_departmant','London'),(14214,1454,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(14215,1454,'left_tab_0_contact_values_0_contact_value_left','Address:'),(14216,1454,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(14217,1454,'left_tab_0_contact_values_0_contact_value_right','1st Floor, 7/8 St Martin\'s Place, London, WC2N 4HA, UK'),(14218,1454,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(14219,1454,'left_tab_0_contact_values_0_link',''),(14220,1454,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(14221,1454,'left_tab_0_contact_values_0_link_type',''),(14222,1454,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(14223,1454,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(14224,1454,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(14225,1454,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(14226,1454,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(14227,1454,'left_tab_0_contact_values_1_link','+4402032865453'),(14228,1454,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(14229,1454,'left_tab_0_contact_values_1_link_type','tel:'),(14230,1454,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(14231,1454,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(14232,1454,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(14233,1454,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(14234,1454,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(14235,1454,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(14236,1454,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(14237,1454,'left_tab_0_contact_values_2_link_type','mailto:'),(14238,1454,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(14239,1454,'left_tab_0_contact_values','3'),(14240,1454,'_left_tab_0_contact_values','field_56b3f47e69426'),(14241,1454,'left_tab_0_spacer','1'),(14242,1454,'_left_tab_0_spacer','field_56b3f305fafdb'),(14243,1454,'left_tab_1_contact_icon','icon-paper'),(14244,1454,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(14245,1454,'left_tab_1_departmant','Switzerland'),(14246,1454,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(14247,1454,'left_tab_1_contact_values_0_contact_value_left','Address:'),(14248,1454,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(14249,1454,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(14250,1454,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(14251,1454,'left_tab_1_contact_values_0_link',''),(14252,1454,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(14253,1454,'left_tab_1_contact_values_0_link_type',''),(14254,1454,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(14255,1454,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(14256,1454,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(14257,1454,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(14258,1454,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(14259,1454,'left_tab_1_contact_values_1_link','+410445853297'),(14260,1454,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(14261,1454,'left_tab_1_contact_values_1_link_type','tel:'),(14262,1454,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(14263,1454,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(14264,1454,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(14265,1454,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(14266,1454,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(14267,1454,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(14268,1454,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(14269,1454,'left_tab_1_contact_values_2_link_type','mailto:'),(14270,1454,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(14271,1454,'left_tab_1_contact_values','3'),(14272,1454,'_left_tab_1_contact_values','field_56b3f47e69426'),(14273,1454,'left_tab_1_spacer','1'),(14274,1454,'_left_tab_1_spacer','field_56b3f305fafdb'),(14275,1454,'left_tab_2_contact_icon','icon-bullseye-small'),(14276,1454,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(14277,1454,'left_tab_2_departmant','Cyprus'),(14278,1454,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(14279,1454,'left_tab_2_contact_values_0_contact_value_left','Address:'),(14280,1454,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(14281,1454,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(14282,1454,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(14283,1454,'left_tab_2_contact_values_0_link',''),(14284,1454,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(14285,1454,'left_tab_2_contact_values_0_link_type',''),(14286,1454,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(14287,1454,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(14288,1454,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(14289,1454,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(14290,1454,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(14291,1454,'left_tab_2_contact_values_1_link','+4402032865453'),(14292,1454,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(14293,1454,'left_tab_2_contact_values_1_link_type','tel:'),(14294,1454,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(14295,1454,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(14296,1454,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(14297,1454,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(14298,1454,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(14299,1454,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(14300,1454,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(14301,1454,'left_tab_2_contact_values_2_link_type','mailto:'),(14302,1454,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(14303,1454,'left_tab_2_contact_values','3'),(14304,1454,'_left_tab_2_contact_values','field_56b3f47e69426'),(14305,1454,'left_tab_2_spacer','1'),(14306,1454,'_left_tab_2_spacer','field_56b3f305fafdb'),(14307,1454,'left_tab_3_contact_icon','icon-cloud'),(14308,1454,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(14309,1454,'left_tab_3_departmant','Serbia'),(14310,1454,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(14311,1454,'left_tab_3_contact_values_0_contact_value_left','Tel:'),(14312,1454,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(14313,1454,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(14314,1454,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(14315,1454,'left_tab_3_contact_values_0_link','+4402032865453'),(14316,1454,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(14317,1454,'left_tab_3_contact_values_0_link_type','tel:'),(14318,1454,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(14319,1454,'left_tab_3_contact_values_1_contact_value_left','E-mail:'),(14320,1454,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(14321,1454,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(14322,1454,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(14323,1454,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(14324,1454,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(14325,1454,'left_tab_3_contact_values_1_link_type','mailto:'),(14326,1454,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(14327,1454,'left_tab_3_contact_values','2'),(14328,1454,'_left_tab_3_contact_values','field_56b3f47e69426'),(14329,1454,'left_tab_3_spacer','1'),(14330,1454,'_left_tab_3_spacer','field_56b3f305fafdb'),(14331,1454,'left_tab','a:4:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";}'),(14332,1454,'_left_tab','field_56b36c6deeda0'),(14333,1454,'add_second_tab','0'),(14334,1454,'_add_second_tab','field_56b36ca9eeda2'),(14335,1454,'right_tab',''),(14336,1454,'_right_tab','field_56b3fab04554d'),(14337,1455,'left_tab_0_contact_icon','icon-pie'),(14338,1455,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(14339,1455,'left_tab_0_departmant','London'),(14340,1455,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(14341,1455,'left_tab_0_contact_values_0_contact_value_left','Address:'),(14342,1455,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(14343,1455,'left_tab_0_contact_values_0_contact_value_right','1st Floor, 7/8 St Martin\'s Place, London, WC2N 4HA, UK'),(14344,1455,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(14345,1455,'left_tab_0_contact_values_0_link',''),(14346,1455,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(14347,1455,'left_tab_0_contact_values_0_link_type',''),(14348,1455,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(14349,1455,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(14350,1455,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(14351,1455,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(14352,1455,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(14353,1455,'left_tab_0_contact_values_1_link','+4402032865453'),(14354,1455,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(14355,1455,'left_tab_0_contact_values_1_link_type','tel:'),(14356,1455,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(14357,1455,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(14358,1455,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(14359,1455,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(14360,1455,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(14361,1455,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(14362,1455,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(14363,1455,'left_tab_0_contact_values_2_link_type','mailto:'),(14364,1455,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(14365,1455,'left_tab_0_contact_values','3'),(14366,1455,'_left_tab_0_contact_values','field_56b3f47e69426'),(14367,1455,'left_tab_0_spacer','1'),(14368,1455,'_left_tab_0_spacer','field_56b3f305fafdb'),(14369,1455,'left_tab_1_contact_icon','icon-paper'),(14370,1455,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(14371,1455,'left_tab_1_departmant','Switzerland'),(14372,1455,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(14373,1455,'left_tab_1_contact_values_0_contact_value_left','Address:'),(14374,1455,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(14375,1455,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(14376,1455,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(14377,1455,'left_tab_1_contact_values_0_link',''),(14378,1455,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(14379,1455,'left_tab_1_contact_values_0_link_type',''),(14380,1455,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(14381,1455,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(14382,1455,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(14383,1455,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(14384,1455,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(14385,1455,'left_tab_1_contact_values_1_link','+410445853297'),(14386,1455,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(14387,1455,'left_tab_1_contact_values_1_link_type','tel:'),(14388,1455,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(14389,1455,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(14390,1455,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(14391,1455,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(14392,1455,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(14393,1455,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(14394,1455,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(14395,1455,'left_tab_1_contact_values_2_link_type','mailto:'),(14396,1455,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(14397,1455,'left_tab_1_contact_values','3'),(14398,1455,'_left_tab_1_contact_values','field_56b3f47e69426'),(14399,1455,'left_tab_1_spacer','1'),(14400,1455,'_left_tab_1_spacer','field_56b3f305fafdb'),(14401,1455,'left_tab_2_contact_icon','icon-bullseye-small'),(14402,1455,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(14403,1455,'left_tab_2_departmant','Cyprus'),(14404,1455,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(14405,1455,'left_tab_2_contact_values_0_contact_value_left','Address:'),(14406,1455,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(14407,1455,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(14408,1455,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(14409,1455,'left_tab_2_contact_values_0_link',''),(14410,1455,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(14411,1455,'left_tab_2_contact_values_0_link_type',''),(14412,1455,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(14413,1455,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(14414,1455,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(14415,1455,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(14416,1455,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(14417,1455,'left_tab_2_contact_values_1_link','+4402032865453'),(14418,1455,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(14419,1455,'left_tab_2_contact_values_1_link_type','tel:'),(14420,1455,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(14421,1455,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(14422,1455,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(14423,1455,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(14424,1455,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(14425,1455,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(14426,1455,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(14427,1455,'left_tab_2_contact_values_2_link_type','mailto:'),(14428,1455,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(14429,1455,'left_tab_2_contact_values','3'),(14430,1455,'_left_tab_2_contact_values','field_56b3f47e69426'),(14431,1455,'left_tab_2_spacer','1'),(14432,1455,'_left_tab_2_spacer','field_56b3f305fafdb'),(14433,1455,'left_tab_3_contact_icon','icon-cloud'),(14434,1455,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(14435,1455,'left_tab_3_departmant','Serbia'),(14436,1455,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(14437,1455,'left_tab_3_contact_values_0_contact_value_left','Tel:'),(14438,1455,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(14439,1455,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(14440,1455,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(14441,1455,'left_tab_3_contact_values_0_link','+4402032865453'),(14442,1455,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(14443,1455,'left_tab_3_contact_values_0_link_type','tel:'),(14444,1455,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(14445,1455,'left_tab_3_contact_values_1_contact_value_left','E-mail:'),(14446,1455,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(14447,1455,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(14448,1455,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(14449,1455,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(14450,1455,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(14451,1455,'left_tab_3_contact_values_1_link_type','mailto:'),(14452,1455,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(14453,1455,'left_tab_3_contact_values','2'),(14454,1455,'_left_tab_3_contact_values','field_56b3f47e69426'),(14455,1455,'left_tab_3_spacer','1'),(14456,1455,'_left_tab_3_spacer','field_56b3f305fafdb'),(14457,1455,'left_tab_4_contact_icon','icon-mail'),(14458,1455,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(14459,1455,'left_tab_4_departmant','General enquiries'),(14460,1455,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(14461,1455,'left_tab_4_contact_values_0_contact_value_left','E-mail:'),(14462,1455,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(14463,1455,'left_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(14464,1455,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(14465,1455,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(14466,1455,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(14467,1455,'left_tab_4_contact_values_0_link_type','mailto:'),(14468,1455,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(14469,1455,'left_tab_4_contact_values','1'),(14470,1455,'_left_tab_4_contact_values','field_56b3f47e69426'),(14471,1455,'left_tab_4_spacer','1'),(14472,1455,'_left_tab_4_spacer','field_56b3f305fafdb'),(14473,1455,'left_tab','a:5:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";}'),(14474,1455,'_left_tab','field_56b36c6deeda0'),(14475,1455,'add_second_tab','0'),(14476,1455,'_add_second_tab','field_56b36ca9eeda2'),(14477,1455,'right_tab',''),(14478,1455,'_right_tab','field_56b3fab04554d'),(14479,66,'left_tab_4_contact_icon','icon-star'),(14480,66,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(14481,66,'left_tab_4_departmant','Romania'),(14482,66,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(14483,66,'left_tab_4_contact_values_0_contact_value_left','Address'),(14484,66,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(14485,66,'left_tab_4_contact_values_0_contact_value_right','District 1, Avionului Str., No. 26, Office A, Floor 1,Bucharest, Romania'),(14486,66,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(14487,66,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(14488,66,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(14489,66,'left_tab_4_contact_values_0_link_type','mailto:'),(14490,66,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(14491,66,'left_tab_4_contact_values','2'),(14492,66,'_left_tab_4_contact_values','field_56b3f47e69426'),(14493,66,'left_tab_4_spacer','1'),(14494,66,'_left_tab_4_spacer','field_56b3f305fafdb'),(14495,1457,'left_tab_name',''),(14496,1457,'_left_tab_name','field_56b3976017dce'),(14497,1457,'left_tab_0_contact_icon','icon-pie'),(14498,1457,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(14499,1457,'left_tab_0_departmant','London'),(14500,1457,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(14501,1457,'left_tab_0_contact_values_0_contact_value_left','Address:'),(14502,1457,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(14503,1457,'left_tab_0_contact_values_0_contact_value_right','1st Floor, 7/8 St Martin\'s Place, London, WC2N 4HA, UK'),(14504,1457,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(14505,1457,'left_tab_0_contact_values_0_link',''),(14506,1457,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(14507,1457,'left_tab_0_contact_values_0_link_type',''),(14508,1457,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(14509,1457,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(14510,1457,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(14511,1457,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(14512,1457,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(14513,1457,'left_tab_0_contact_values_1_link','+4402032865453'),(14514,1457,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(14515,1457,'left_tab_0_contact_values_1_link_type','tel:'),(14516,1457,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(14517,1457,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(14518,1457,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(14519,1457,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(14520,1457,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(14521,1457,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(14522,1457,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(14523,1457,'left_tab_0_contact_values_2_link_type','mailto:'),(14524,1457,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(14525,1457,'left_tab_0_contact_values','3'),(14526,1457,'_left_tab_0_contact_values','field_56b3f47e69426'),(14527,1457,'left_tab_0_spacer','1'),(14528,1457,'_left_tab_0_spacer','field_56b3f305fafdb'),(14529,1457,'left_tab_1_contact_icon','icon-paper'),(14530,1457,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(14531,1457,'left_tab_1_departmant','Switzerland'),(14532,1457,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(14533,1457,'left_tab_1_contact_values_0_contact_value_left','Address:'),(14534,1457,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(14535,1457,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(14536,1457,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(14537,1457,'left_tab_1_contact_values_0_link',''),(14538,1457,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(14539,1457,'left_tab_1_contact_values_0_link_type',''),(14540,1457,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(14541,1457,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(14542,1457,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(14543,1457,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(14544,1457,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(14545,1457,'left_tab_1_contact_values_1_link','+410445853297'),(14546,1457,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(14547,1457,'left_tab_1_contact_values_1_link_type','tel:'),(14548,1457,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(14549,1457,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(14550,1457,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(14551,1457,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(14552,1457,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(14553,1457,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(14554,1457,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(14555,1457,'left_tab_1_contact_values_2_link_type','mailto:'),(14556,1457,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(14557,1457,'left_tab_1_contact_values','3'),(14558,1457,'_left_tab_1_contact_values','field_56b3f47e69426'),(14559,1457,'left_tab_1_spacer','1'),(14560,1457,'_left_tab_1_spacer','field_56b3f305fafdb'),(14561,1457,'left_tab_2_contact_icon','icon-bullseye-small'),(14562,1457,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(14563,1457,'left_tab_2_departmant','Cyprus'),(14564,1457,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(14565,1457,'left_tab_2_contact_values_0_contact_value_left','Address:'),(14566,1457,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(14567,1457,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(14568,1457,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(14569,1457,'left_tab_2_contact_values_0_link',''),(14570,1457,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(14571,1457,'left_tab_2_contact_values_0_link_type',''),(14572,1457,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(14573,1457,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(14574,1457,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(14575,1457,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(14576,1457,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(14577,1457,'left_tab_2_contact_values_1_link','+4402032865453'),(14578,1457,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(14579,1457,'left_tab_2_contact_values_1_link_type','tel:'),(14580,1457,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(14581,1457,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(14582,1457,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(14583,1457,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(14584,1457,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(14585,1457,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(14586,1457,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(14587,1457,'left_tab_2_contact_values_2_link_type','mailto:'),(14588,1457,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(14589,1457,'left_tab_2_contact_values','3'),(14590,1457,'_left_tab_2_contact_values','field_56b3f47e69426'),(14591,1457,'left_tab_2_spacer','1'),(14592,1457,'_left_tab_2_spacer','field_56b3f305fafdb'),(14593,1457,'left_tab_3_contact_icon','icon-cloud'),(14594,1457,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(14595,1457,'left_tab_3_departmant','Serbia'),(14596,1457,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(14597,1457,'left_tab_3_contact_values_0_contact_value_left','Tel:'),(14598,1457,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(14599,1457,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(14600,1457,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(14601,1457,'left_tab_3_contact_values_0_link','+4402032865453'),(14602,1457,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(14603,1457,'left_tab_3_contact_values_0_link_type','tel:'),(14604,1457,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(14605,1457,'left_tab_3_contact_values_1_contact_value_left','E-mail:'),(14606,1457,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(14607,1457,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(14608,1457,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(14609,1457,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(14610,1457,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(14611,1457,'left_tab_3_contact_values_1_link_type','mailto:'),(14612,1457,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(14613,1457,'left_tab_3_contact_values','2'),(14614,1457,'_left_tab_3_contact_values','field_56b3f47e69426'),(14615,1457,'left_tab_3_spacer','1'),(14616,1457,'_left_tab_3_spacer','field_56b3f305fafdb'),(14617,1457,'left_tab_4_contact_icon','icon-mail'),(14618,1457,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(14619,1457,'left_tab_4_departmant','General enquiries'),(14620,1457,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(14621,1457,'left_tab_4_contact_values_0_contact_value_left','E-mail:'),(14622,1457,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(14623,1457,'left_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(14624,1457,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(14625,1457,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(14626,1457,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(14627,1457,'left_tab_4_contact_values_0_link_type','mailto:'),(14628,1457,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(14629,1457,'left_tab_4_contact_values','1'),(14630,1457,'_left_tab_4_contact_values','field_56b3f47e69426'),(14631,1457,'left_tab_4_spacer','1'),(14632,1457,'_left_tab_4_spacer','field_56b3f305fafdb'),(14633,1457,'left_tab','a:5:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";}'),(14634,1457,'_left_tab','field_56b36c6deeda0'),(14635,1457,'add_second_tab','1'),(14636,1457,'_add_second_tab','field_56b36ca9eeda2'),(14637,1457,'right_tab_name','vsdvs'),(14638,1457,'_right_tab_name','field_56b3978117dcf'),(14639,1457,'right_tab_0_title',''),(14640,1457,'_right_tab_0_title','field_56b3fab145550'),(14641,1457,'right_tab_0_circle1','icon-mail'),(14642,1457,'_right_tab_0_circle1','field_56b3fab145551'),(14643,1457,'right_tab_0_circle2','icon-mail'),(14644,1457,'_right_tab_0_circle2','field_56b3fab145552'),(14645,1457,'right_tab_0_circle3','icon-mail'),(14646,1457,'_right_tab_0_circle3','field_56b3fab145553'),(14647,1457,'right_tab_0_circle1_label',''),(14648,1457,'_right_tab_0_circle1_label','field_56b3fab145554'),(14649,1457,'right_tab_0_circle2_label',''),(14650,1457,'_right_tab_0_circle2_label','field_56b3fab145555'),(14651,1457,'right_tab_0_circle3_label',''),(14652,1457,'_right_tab_0_circle3_label','field_56b3fab145556'),(14653,1457,'right_tab_0_paragraph1',''),(14654,1457,'_right_tab_0_paragraph1','field_56b3fab145557'),(14655,1457,'right_tab_0_paragraph2',''),(14656,1457,'_right_tab_0_paragraph2','field_56b3fab145558'),(14657,1457,'right_tab_0_paragraph3',''),(14658,1457,'_right_tab_0_paragraph3','field_56b3fab145559'),(14659,1457,'right_tab_0_spacer','1'),(14660,1457,'_right_tab_0_spacer','field_56b3fab14555a'),(14661,1457,'right_tab_1_items_list_repeater_0_title',''),(14662,1457,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(14663,1457,'right_tab_1_items_list_repeater_0_description',''),(14664,1457,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(14665,1457,'right_tab_1_items_list_repeater_1_title',''),(14666,1457,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(14667,1457,'right_tab_1_items_list_repeater_1_description',''),(14668,1457,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(14669,1457,'right_tab_1_items_list_repeater','2'),(14670,1457,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(14671,1457,'right_tab_1_spacer','1'),(14672,1457,'_right_tab_1_spacer','field_56b3fab145570'),(14673,1457,'right_tab_2_image',''),(14674,1457,'_right_tab_2_image','field_56b3fab145571'),(14675,1457,'right_tab_2_content',''),(14676,1457,'_right_tab_2_content','field_56b3fab145572'),(14677,1457,'right_tab_2_button_label',''),(14678,1457,'_right_tab_2_button_label','field_56b3fab145573'),(14679,1457,'right_tab_2_button_link',''),(14680,1457,'_right_tab_2_button_link','field_56b3fab145574'),(14681,1457,'right_tab_2_spacer','1'),(14682,1457,'_right_tab_2_spacer','field_56b3fab145575'),(14683,1457,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(14684,1457,'_right_tab','field_56b3fab04554d'),(14685,66,'left_tab_name',''),(14686,66,'_left_tab_name','field_56b3976017dce'),(14687,66,'right_tab_name','vsdvs'),(14688,66,'_right_tab_name','field_56b3978117dcf'),(14689,66,'right_tab_0_title',''),(14690,66,'_right_tab_0_title','field_56b3fab145550'),(14691,66,'right_tab_0_circle1','icon-mail'),(14692,66,'_right_tab_0_circle1','field_56b3fab145551'),(14693,66,'right_tab_0_circle2','icon-mail'),(14694,66,'_right_tab_0_circle2','field_56b3fab145552'),(14695,66,'right_tab_0_circle3','icon-mail'),(14696,66,'_right_tab_0_circle3','field_56b3fab145553'),(14697,66,'right_tab_0_circle1_label',''),(14698,66,'_right_tab_0_circle1_label','field_56b3fab145554'),(14699,66,'right_tab_0_circle2_label',''),(14700,66,'_right_tab_0_circle2_label','field_56b3fab145555'),(14701,66,'right_tab_0_circle3_label',''),(14702,66,'_right_tab_0_circle3_label','field_56b3fab145556'),(14703,66,'right_tab_0_paragraph1',''),(14704,66,'_right_tab_0_paragraph1','field_56b3fab145557'),(14705,66,'right_tab_0_paragraph2',''),(14706,66,'_right_tab_0_paragraph2','field_56b3fab145558'),(14707,66,'right_tab_0_paragraph3',''),(14708,66,'_right_tab_0_paragraph3','field_56b3fab145559'),(14709,66,'right_tab_0_spacer','1'),(14710,66,'_right_tab_0_spacer','field_56b3fab14555a'),(14711,66,'right_tab_1_items_list_repeater_0_title',''),(14712,66,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(14713,66,'right_tab_1_items_list_repeater_0_description',''),(14714,66,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(14715,66,'right_tab_1_items_list_repeater_1_title',''),(14716,66,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(14717,66,'right_tab_1_items_list_repeater_1_description',''),(14718,66,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(14719,66,'right_tab_1_items_list_repeater','2'),(14720,66,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(14721,66,'right_tab_1_spacer','1'),(14722,66,'_right_tab_1_spacer','field_56b3fab145570'),(14723,66,'right_tab_2_image',''),(14724,66,'_right_tab_2_image','field_56b3fab145571'),(14725,66,'right_tab_2_content',''),(14726,66,'_right_tab_2_content','field_56b3fab145572'),(14727,66,'right_tab_2_button_label',''),(14728,66,'_right_tab_2_button_label','field_56b3fab145573'),(14729,66,'right_tab_2_button_link',''),(14730,66,'_right_tab_2_button_link','field_56b3fab145574'),(14731,66,'right_tab_2_spacer','1'),(14732,66,'_right_tab_2_spacer','field_56b3fab145575'),(14733,1458,'left_tab_0_contact_icon','icon-pie'),(14734,1458,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(14735,1458,'left_tab_0_departmant','London'),(14736,1458,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(14737,1458,'left_tab_0_contact_values_0_contact_value_left','Address:'),(14738,1458,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(14739,1458,'left_tab_0_contact_values_0_contact_value_right','1st Floor, 7/8 St Martin\'s Place, London, WC2N 4HA, UK'),(14740,1458,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(14741,1458,'left_tab_0_contact_values_0_link',''),(14742,1458,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(14743,1458,'left_tab_0_contact_values_0_link_type',''),(14744,1458,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(14745,1458,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(14746,1458,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(14747,1458,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(14748,1458,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(14749,1458,'left_tab_0_contact_values_1_link','+4402032865453'),(14750,1458,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(14751,1458,'left_tab_0_contact_values_1_link_type','tel:'),(14752,1458,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(14753,1458,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(14754,1458,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(14755,1458,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(14756,1458,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(14757,1458,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(14758,1458,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(14759,1458,'left_tab_0_contact_values_2_link_type','mailto:'),(14760,1458,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(14761,1458,'left_tab_0_contact_values','3'),(14762,1458,'_left_tab_0_contact_values','field_56b3f47e69426'),(14763,1458,'left_tab_0_spacer','1'),(14764,1458,'_left_tab_0_spacer','field_56b3f305fafdb'),(14765,1458,'left_tab_1_contact_icon','icon-paper'),(14766,1458,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(14767,1458,'left_tab_1_departmant','Switzerland'),(14768,1458,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(14769,1458,'left_tab_1_contact_values_0_contact_value_left','Address:'),(14770,1458,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(14771,1458,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(14772,1458,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(14773,1458,'left_tab_1_contact_values_0_link',''),(14774,1458,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(14775,1458,'left_tab_1_contact_values_0_link_type',''),(14776,1458,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(14777,1458,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(14778,1458,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(14779,1458,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(14780,1458,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(14781,1458,'left_tab_1_contact_values_1_link','+410445853297'),(14782,1458,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(14783,1458,'left_tab_1_contact_values_1_link_type','tel:'),(14784,1458,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(14785,1458,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(14786,1458,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(14787,1458,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(14788,1458,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(14789,1458,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(14790,1458,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(14791,1458,'left_tab_1_contact_values_2_link_type','mailto:'),(14792,1458,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(14793,1458,'left_tab_1_contact_values','3'),(14794,1458,'_left_tab_1_contact_values','field_56b3f47e69426'),(14795,1458,'left_tab_1_spacer','1'),(14796,1458,'_left_tab_1_spacer','field_56b3f305fafdb'),(14797,1458,'left_tab_2_contact_icon','icon-bullseye-small'),(14798,1458,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(14799,1458,'left_tab_2_departmant','Cyprus'),(14800,1458,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(14801,1458,'left_tab_2_contact_values_0_contact_value_left','Address:'),(14802,1458,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(14803,1458,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(14804,1458,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(14805,1458,'left_tab_2_contact_values_0_link',''),(14806,1458,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(14807,1458,'left_tab_2_contact_values_0_link_type',''),(14808,1458,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(14809,1458,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(14810,1458,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(14811,1458,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(14812,1458,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(14813,1458,'left_tab_2_contact_values_1_link','+4402032865453'),(14814,1458,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(14815,1458,'left_tab_2_contact_values_1_link_type','tel:'),(14816,1458,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(14817,1458,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(14818,1458,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(14819,1458,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(14820,1458,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(14821,1458,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(14822,1458,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(14823,1458,'left_tab_2_contact_values_2_link_type','mailto:'),(14824,1458,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(14825,1458,'left_tab_2_contact_values','3'),(14826,1458,'_left_tab_2_contact_values','field_56b3f47e69426'),(14827,1458,'left_tab_2_spacer','1'),(14828,1458,'_left_tab_2_spacer','field_56b3f305fafdb'),(14829,1458,'left_tab_3_contact_icon','icon-cloud'),(14830,1458,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(14831,1458,'left_tab_3_departmant','Serbia'),(14832,1458,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(14833,1458,'left_tab_3_contact_values_0_contact_value_left','Tel:'),(14834,1458,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(14835,1458,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(14836,1458,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(14837,1458,'left_tab_3_contact_values_0_link','+4402032865453'),(14838,1458,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(14839,1458,'left_tab_3_contact_values_0_link_type','tel:'),(14840,1458,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(14841,1458,'left_tab_3_contact_values_1_contact_value_left','E-mail:'),(14842,1458,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(14843,1458,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(14844,1458,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(14845,1458,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(14846,1458,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(14847,1458,'left_tab_3_contact_values_1_link_type','mailto:'),(14848,1458,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(14849,1458,'left_tab_3_contact_values','2'),(14850,1458,'_left_tab_3_contact_values','field_56b3f47e69426'),(14851,1458,'left_tab_3_spacer','1'),(14852,1458,'_left_tab_3_spacer','field_56b3f305fafdb'),(14853,1458,'left_tab_4_contact_icon','icon-mail'),(14854,1458,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(14855,1458,'left_tab_4_departmant','General enquiries'),(14856,1458,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(14857,1458,'left_tab_4_contact_values_0_contact_value_left','E-mail:'),(14858,1458,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(14859,1458,'left_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(14860,1458,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(14861,1458,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(14862,1458,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(14863,1458,'left_tab_4_contact_values_0_link_type','mailto:'),(14864,1458,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(14865,1458,'left_tab_4_contact_values','1'),(14866,1458,'_left_tab_4_contact_values','field_56b3f47e69426'),(14867,1458,'left_tab_4_spacer','1'),(14868,1458,'_left_tab_4_spacer','field_56b3f305fafdb'),(14869,1458,'left_tab','a:5:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";}'),(14870,1458,'_left_tab','field_56b36c6deeda0'),(14871,1458,'add_second_tab','0'),(14872,1458,'_add_second_tab','field_56b36ca9eeda2'),(14873,1458,'right_tab_0_title',''),(14874,1458,'_right_tab_0_title','field_56b3fab145550'),(14875,1458,'right_tab_0_circle1','icon-mail'),(14876,1458,'_right_tab_0_circle1','field_56b3fab145551'),(14877,1458,'right_tab_0_circle2','icon-mail'),(14878,1458,'_right_tab_0_circle2','field_56b3fab145552'),(14879,1458,'right_tab_0_circle3','icon-mail'),(14880,1458,'_right_tab_0_circle3','field_56b3fab145553'),(14881,1458,'right_tab_0_circle1_label',''),(14882,1458,'_right_tab_0_circle1_label','field_56b3fab145554'),(14883,1458,'right_tab_0_circle2_label',''),(14884,1458,'_right_tab_0_circle2_label','field_56b3fab145555'),(14885,1458,'right_tab_0_circle3_label',''),(14886,1458,'_right_tab_0_circle3_label','field_56b3fab145556'),(14887,1458,'right_tab_0_paragraph1',''),(14888,1458,'_right_tab_0_paragraph1','field_56b3fab145557'),(14889,1458,'right_tab_0_paragraph2',''),(14890,1458,'_right_tab_0_paragraph2','field_56b3fab145558'),(14891,1458,'right_tab_0_paragraph3',''),(14892,1458,'_right_tab_0_paragraph3','field_56b3fab145559'),(14893,1458,'right_tab_0_spacer','1'),(14894,1458,'_right_tab_0_spacer','field_56b3fab14555a'),(14895,1458,'right_tab_1_items_list_repeater_0_title',''),(14896,1458,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(14897,1458,'right_tab_1_items_list_repeater_0_description',''),(14898,1458,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(14899,1458,'right_tab_1_items_list_repeater_1_title',''),(14900,1458,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(14901,1458,'right_tab_1_items_list_repeater_1_description',''),(14902,1458,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(14903,1458,'right_tab_1_items_list_repeater','2'),(14904,1458,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(14905,1458,'right_tab_1_spacer','1'),(14906,1458,'_right_tab_1_spacer','field_56b3fab145570'),(14907,1458,'right_tab_2_image',''),(14908,1458,'_right_tab_2_image','field_56b3fab145571'),(14909,1458,'right_tab_2_content',''),(14910,1458,'_right_tab_2_content','field_56b3fab145572'),(14911,1458,'right_tab_2_button_label',''),(14912,1458,'_right_tab_2_button_label','field_56b3fab145573'),(14913,1458,'right_tab_2_button_link',''),(14914,1458,'_right_tab_2_button_link','field_56b3fab145574'),(14915,1458,'right_tab_2_spacer','1'),(14916,1458,'_right_tab_2_spacer','field_56b3fab145575'),(14917,1458,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(14918,1458,'_right_tab','field_56b3fab04554d'),(14919,1508,'left_tab_name','Cases'),(14920,1508,'_left_tab_name','field_56b3976017dce'),(14921,1508,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(14922,1508,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(14923,1508,'left_tab_0_spacer','0'),(14924,1508,'_left_tab_0_spacer','field_56b371c577c8c'),(14925,1508,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(14926,1508,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(14927,1508,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(14928,1508,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(14929,1508,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(14930,1508,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(14931,1508,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(14932,1508,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(14933,1508,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(14934,1508,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(14935,1508,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(14936,1508,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(14937,1508,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(14938,1508,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(14939,1508,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(14940,1508,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(14941,1508,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(14942,1508,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(14943,1508,'left_tab_1_cases_repeater_2_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(14944,1508,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(14945,1508,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(14946,1508,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(14947,1508,'left_tab_1_cases_repeater_2_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(14948,1508,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(14949,1508,'left_tab_1_cases_repeater','3'),(14950,1508,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(14951,1508,'left_tab_1_spacer','0'),(14952,1508,'_left_tab_1_spacer','field_56b3f001dbf09'),(14953,1508,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(14954,1508,'_left_tab','field_56b36c6deeda0'),(14955,1508,'add_second_tab','1'),(14956,1508,'_add_second_tab','field_56b36ca9eeda2'),(14957,1508,'right_tab_name','Conferences'),(14958,1508,'_right_tab_name','field_56b3978117dcf'),(14959,1508,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(14960,1508,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(14961,1508,'right_tab_0_spacer','1'),(14962,1508,'_right_tab_0_spacer','field_56b3fab14554f'),(14963,1508,'right_tab_1_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(14964,1508,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(14965,1508,'right_tab_1_items_list_repeater_0_description','Frankfurt, October, 2015'),(14966,1508,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(14967,1508,'right_tab_1_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(14968,1508,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(14969,1508,'right_tab_1_items_list_repeater_1_description','Milan, October, 2015'),(14970,1508,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(14971,1508,'right_tab_1_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(14972,1508,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(14973,1508,'right_tab_1_items_list_repeater_2_description','London, September, 2015'),(14974,1508,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(14975,1508,'right_tab_1_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(14976,1508,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(14977,1508,'right_tab_1_items_list_repeater_3_description','Stockholm June, 2015'),(14978,1508,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(14979,1508,'right_tab_1_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(14980,1508,'_right_tab_1_items_list_repeater_4_title','field_56b3fab14556e'),(14981,1508,'right_tab_1_items_list_repeater_4_description','Madrid, May, 2015'),(14982,1508,'_right_tab_1_items_list_repeater_4_description','field_56b3fab14556f'),(14983,1508,'right_tab_1_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(14984,1508,'_right_tab_1_items_list_repeater_5_title','field_56b3fab14556e'),(14985,1508,'right_tab_1_items_list_repeater_5_description','Bucharest, April, 2015'),(14986,1508,'_right_tab_1_items_list_repeater_5_description','field_56b3fab14556f'),(14987,1508,'right_tab_1_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(14988,1508,'_right_tab_1_items_list_repeater_6_title','field_56b3fab14556e'),(14989,1508,'right_tab_1_items_list_repeater_6_description','London, January, 2015'),(14990,1508,'_right_tab_1_items_list_repeater_6_description','field_56b3fab14556f'),(14991,1508,'right_tab_1_items_list_repeater','7'),(14992,1508,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(14993,1508,'right_tab_1_spacer','1'),(14994,1508,'_right_tab_1_spacer','field_56b3fab145570'),(14995,1508,'right_tab_2_contact_icon','icon-mail'),(14996,1508,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(14997,1508,'right_tab_2_contact_title','Previous conferences available upon request.'),(14998,1508,'_right_tab_2_contact_title','field_56b4001eb0921'),(14999,1508,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(15000,1508,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(15001,1508,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(15002,1508,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(15003,1508,'right_tab_2_contact_values_0_link_type','mailto:'),(15004,1508,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(15005,1508,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(15006,1508,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(15007,1508,'right_tab_2_contact_values','1'),(15008,1508,'_right_tab_2_contact_values','field_56b3fde2ce062'),(15009,1508,'right_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(15010,1508,'_right_tab','field_56b3fab04554d'),(15011,1508,'add_third_tab','1'),(15012,1508,'_add_third_tab','field_57f54e889b77c'),(15013,1508,'third_tab_name','Marko'),(15014,1508,'_third_tab_name','field_57f54ea19b77d'),(15015,1508,'third_tab',''),(15016,1508,'_third_tab','field_57f54ec39b77e'),(15017,64,'add_third_tab','1'),(15018,64,'_add_third_tab','field_57f54e889b77c'),(15019,64,'third_tab_name','IB Blog'),(15020,64,'_third_tab_name','field_57f54ea19b77d'),(15021,64,'third_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:20:\"wysiwyg_editor_block\";}'),(15022,64,'_third_tab','field_57f54ec39b77e'),(15033,1509,'left_tab_name','Cases'),(15034,1509,'_left_tab_name','field_56b3976017dce'),(15035,1509,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(15036,1509,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(15037,1509,'left_tab_0_spacer','0'),(15038,1509,'_left_tab_0_spacer','field_56b371c577c8c'),(15039,1509,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(15040,1509,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(15041,1509,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(15042,1509,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(15043,1509,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(15044,1509,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(15045,1509,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(15046,1509,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(15047,1509,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(15048,1509,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(15049,1509,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(15050,1509,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(15051,1509,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(15052,1509,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(15053,1509,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(15054,1509,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(15055,1509,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(15056,1509,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(15057,1509,'left_tab_1_cases_repeater_2_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(15058,1509,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(15059,1509,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(15060,1509,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(15061,1509,'left_tab_1_cases_repeater_2_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(15062,1509,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(15063,1509,'left_tab_1_cases_repeater','3'),(15064,1509,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(15065,1509,'left_tab_1_spacer','0'),(15066,1509,'_left_tab_1_spacer','field_56b3f001dbf09'),(15067,1509,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(15068,1509,'_left_tab','field_56b36c6deeda0'),(15069,1509,'add_second_tab','1'),(15070,1509,'_add_second_tab','field_56b36ca9eeda2'),(15071,1509,'right_tab_name','Conferences'),(15072,1509,'_right_tab_name','field_56b3978117dcf'),(15073,1509,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(15074,1509,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(15075,1509,'right_tab_0_spacer','1'),(15076,1509,'_right_tab_0_spacer','field_56b3fab14554f'),(15077,1509,'right_tab_1_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(15078,1509,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(15079,1509,'right_tab_1_items_list_repeater_0_description','Frankfurt, October, 2015'),(15080,1509,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(15081,1509,'right_tab_1_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(15082,1509,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(15083,1509,'right_tab_1_items_list_repeater_1_description','Milan, October, 2015'),(15084,1509,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(15085,1509,'right_tab_1_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(15086,1509,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(15087,1509,'right_tab_1_items_list_repeater_2_description','London, September, 2015'),(15088,1509,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(15089,1509,'right_tab_1_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(15090,1509,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(15091,1509,'right_tab_1_items_list_repeater_3_description','Stockholm June, 2015'),(15092,1509,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(15093,1509,'right_tab_1_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(15094,1509,'_right_tab_1_items_list_repeater_4_title','field_56b3fab14556e'),(15095,1509,'right_tab_1_items_list_repeater_4_description','Madrid, May, 2015'),(15096,1509,'_right_tab_1_items_list_repeater_4_description','field_56b3fab14556f'),(15097,1509,'right_tab_1_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(15098,1509,'_right_tab_1_items_list_repeater_5_title','field_56b3fab14556e'),(15099,1509,'right_tab_1_items_list_repeater_5_description','Bucharest, April, 2015'),(15100,1509,'_right_tab_1_items_list_repeater_5_description','field_56b3fab14556f'),(15101,1509,'right_tab_1_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(15102,1509,'_right_tab_1_items_list_repeater_6_title','field_56b3fab14556e'),(15103,1509,'right_tab_1_items_list_repeater_6_description','London, January, 2015'),(15104,1509,'_right_tab_1_items_list_repeater_6_description','field_56b3fab14556f'),(15105,1509,'right_tab_1_items_list_repeater','7'),(15106,1509,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(15107,1509,'right_tab_1_spacer','1'),(15108,1509,'_right_tab_1_spacer','field_56b3fab145570'),(15109,1509,'right_tab_2_contact_icon','icon-mail'),(15110,1509,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(15111,1509,'right_tab_2_contact_title','Previous conferences available upon request.'),(15112,1509,'_right_tab_2_contact_title','field_56b4001eb0921'),(15113,1509,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(15114,1509,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(15115,1509,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(15116,1509,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(15117,1509,'right_tab_2_contact_values_0_link_type','mailto:'),(15118,1509,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(15119,1509,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(15120,1509,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(15121,1509,'right_tab_2_contact_values','1'),(15122,1509,'_right_tab_2_contact_values','field_56b3fde2ce062'),(15123,1509,'right_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(15124,1509,'_right_tab','field_56b3fab04554d'),(15125,1509,'add_third_tab','0'),(15126,1509,'_add_third_tab','field_57f54e889b77c'),(15127,1509,'third_tab_name',''),(15128,1509,'_third_tab_name','field_57f54ea19b77d'),(15129,1509,'third_tab',''),(15130,1509,'_third_tab','field_57f54ec39b77e'),(15131,1510,'left_tab_name','Cases'),(15132,1510,'_left_tab_name','field_56b3976017dce'),(15133,1510,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(15134,1510,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(15135,1510,'left_tab_0_spacer','0'),(15136,1510,'_left_tab_0_spacer','field_56b371c577c8c'),(15137,1510,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(15138,1510,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(15139,1510,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(15140,1510,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(15141,1510,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(15142,1510,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(15143,1510,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(15144,1510,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(15145,1510,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(15146,1510,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(15147,1510,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(15148,1510,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(15149,1510,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(15150,1510,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(15151,1510,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(15152,1510,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(15153,1510,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(15154,1510,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(15155,1510,'left_tab_1_cases_repeater_2_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(15156,1510,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(15157,1510,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(15158,1510,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(15159,1510,'left_tab_1_cases_repeater_2_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(15160,1510,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(15161,1510,'left_tab_1_cases_repeater','3'),(15162,1510,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(15163,1510,'left_tab_1_spacer','0'),(15164,1510,'_left_tab_1_spacer','field_56b3f001dbf09'),(15165,1510,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(15166,1510,'_left_tab','field_56b36c6deeda0'),(15167,1510,'add_second_tab','1'),(15168,1510,'_add_second_tab','field_56b36ca9eeda2'),(15169,1510,'right_tab_name','Conferences'),(15170,1510,'_right_tab_name','field_56b3978117dcf'),(15171,1510,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(15172,1510,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(15173,1510,'right_tab_0_spacer','1'),(15174,1510,'_right_tab_0_spacer','field_56b3fab14554f'),(15175,1510,'right_tab_1_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(15176,1510,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(15177,1510,'right_tab_1_items_list_repeater_0_description','Frankfurt, October, 2015'),(15178,1510,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(15179,1510,'right_tab_1_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(15180,1510,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(15181,1510,'right_tab_1_items_list_repeater_1_description','Milan, October, 2015'),(15182,1510,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(15183,1510,'right_tab_1_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(15184,1510,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(15185,1510,'right_tab_1_items_list_repeater_2_description','London, September, 2015'),(15186,1510,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(15187,1510,'right_tab_1_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(15188,1510,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(15189,1510,'right_tab_1_items_list_repeater_3_description','Stockholm June, 2015'),(15190,1510,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(15191,1510,'right_tab_1_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(15192,1510,'_right_tab_1_items_list_repeater_4_title','field_56b3fab14556e'),(15193,1510,'right_tab_1_items_list_repeater_4_description','Madrid, May, 2015'),(15194,1510,'_right_tab_1_items_list_repeater_4_description','field_56b3fab14556f'),(15195,1510,'right_tab_1_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(15196,1510,'_right_tab_1_items_list_repeater_5_title','field_56b3fab14556e'),(15197,1510,'right_tab_1_items_list_repeater_5_description','Bucharest, April, 2015'),(15198,1510,'_right_tab_1_items_list_repeater_5_description','field_56b3fab14556f'),(15199,1510,'right_tab_1_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(15200,1510,'_right_tab_1_items_list_repeater_6_title','field_56b3fab14556e'),(15201,1510,'right_tab_1_items_list_repeater_6_description','London, January, 2015'),(15202,1510,'_right_tab_1_items_list_repeater_6_description','field_56b3fab14556f'),(15203,1510,'right_tab_1_items_list_repeater','7'),(15204,1510,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(15205,1510,'right_tab_1_spacer','1'),(15206,1510,'_right_tab_1_spacer','field_56b3fab145570'),(15207,1510,'right_tab_2_contact_icon','icon-mail'),(15208,1510,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(15209,1510,'right_tab_2_contact_title','Previous conferences available upon request.'),(15210,1510,'_right_tab_2_contact_title','field_56b4001eb0921'),(15211,1510,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(15212,1510,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(15213,1510,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(15214,1510,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(15215,1510,'right_tab_2_contact_values_0_link_type','mailto:'),(15216,1510,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(15217,1510,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(15218,1510,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(15219,1510,'right_tab_2_contact_values','1'),(15220,1510,'_right_tab_2_contact_values','field_56b3fde2ce062'),(15221,1510,'right_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(15222,1510,'_right_tab','field_56b3fab04554d'),(15223,1510,'add_third_tab','1'),(15224,1510,'_add_third_tab','field_57f54e889b77c'),(15225,1510,'third_tab_name','Upcoming Events'),(15226,1510,'_third_tab_name','field_57f54ea19b77d'),(15227,1510,'third_tab',''),(15228,1510,'_third_tab','field_57f54ec39b77e'),(15229,1511,'left_tab_name','Cases'),(15230,1511,'_left_tab_name','field_56b3976017dce'),(15231,1511,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(15232,1511,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(15233,1511,'left_tab_0_spacer','0'),(15234,1511,'_left_tab_0_spacer','field_56b371c577c8c'),(15235,1511,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(15236,1511,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(15237,1511,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(15238,1511,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(15239,1511,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(15240,1511,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(15241,1511,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(15242,1511,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(15243,1511,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(15244,1511,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(15245,1511,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(15246,1511,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(15247,1511,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(15248,1511,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(15249,1511,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(15250,1511,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(15251,1511,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(15252,1511,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(15253,1511,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(15254,1511,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(15255,1511,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(15256,1511,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(15257,1511,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(15258,1511,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(15259,1511,'left_tab_1_cases_repeater','3'),(15260,1511,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(15261,1511,'left_tab_1_spacer','0'),(15262,1511,'_left_tab_1_spacer','field_56b3f001dbf09'),(15263,1511,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(15264,1511,'_left_tab','field_56b36c6deeda0'),(15265,1511,'add_second_tab','1'),(15266,1511,'_add_second_tab','field_56b36ca9eeda2'),(15267,1511,'right_tab_name','Conferences'),(15268,1511,'_right_tab_name','field_56b3978117dcf'),(15269,1511,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(15270,1511,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(15271,1511,'right_tab_0_spacer','1'),(15272,1511,'_right_tab_0_spacer','field_56b3fab14554f'),(15273,1511,'right_tab_1_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(15274,1511,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(15275,1511,'right_tab_1_items_list_repeater_0_description','Frankfurt, October, 2015'),(15276,1511,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(15277,1511,'right_tab_1_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(15278,1511,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(15279,1511,'right_tab_1_items_list_repeater_1_description','Milan, October, 2015'),(15280,1511,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(15281,1511,'right_tab_1_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(15282,1511,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(15283,1511,'right_tab_1_items_list_repeater_2_description','London, September, 2015'),(15284,1511,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(15285,1511,'right_tab_1_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(15286,1511,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(15287,1511,'right_tab_1_items_list_repeater_3_description','Stockholm June, 2015'),(15288,1511,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(15289,1511,'right_tab_1_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(15290,1511,'_right_tab_1_items_list_repeater_4_title','field_56b3fab14556e'),(15291,1511,'right_tab_1_items_list_repeater_4_description','Madrid, May, 2015'),(15292,1511,'_right_tab_1_items_list_repeater_4_description','field_56b3fab14556f'),(15293,1511,'right_tab_1_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(15294,1511,'_right_tab_1_items_list_repeater_5_title','field_56b3fab14556e'),(15295,1511,'right_tab_1_items_list_repeater_5_description','Bucharest, April, 2015'),(15296,1511,'_right_tab_1_items_list_repeater_5_description','field_56b3fab14556f'),(15297,1511,'right_tab_1_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(15298,1511,'_right_tab_1_items_list_repeater_6_title','field_56b3fab14556e'),(15299,1511,'right_tab_1_items_list_repeater_6_description','London, January, 2015'),(15300,1511,'_right_tab_1_items_list_repeater_6_description','field_56b3fab14556f'),(15301,1511,'right_tab_1_items_list_repeater','7'),(15302,1511,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(15303,1511,'right_tab_1_spacer','1'),(15304,1511,'_right_tab_1_spacer','field_56b3fab145570'),(15305,1511,'right_tab_2_contact_icon','icon-mail'),(15306,1511,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(15307,1511,'right_tab_2_contact_title','Previous conferences available upon request.'),(15308,1511,'_right_tab_2_contact_title','field_56b4001eb0921'),(15309,1511,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(15310,1511,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(15311,1511,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(15312,1511,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(15313,1511,'right_tab_2_contact_values_0_link_type','mailto:'),(15314,1511,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(15315,1511,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(15316,1511,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(15317,1511,'right_tab_2_contact_values','1'),(15318,1511,'_right_tab_2_contact_values','field_56b3fde2ce062'),(15319,1511,'right_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(15320,1511,'_right_tab','field_56b3fab04554d'),(15321,1511,'add_third_tab','1'),(15322,1511,'_add_third_tab','field_57f54e889b77c'),(15323,1511,'third_tab_name','Upcoming Events'),(15324,1511,'_third_tab_name','field_57f54ea19b77d'),(15325,1511,'third_tab',''),(15326,1511,'_third_tab','field_57f54ec39b77e'),(15327,1512,'left_tab_name','Cases'),(15328,1512,'_left_tab_name','field_56b3976017dce'),(15329,1512,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(15330,1512,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(15331,1512,'left_tab_0_spacer','0'),(15332,1512,'_left_tab_0_spacer','field_56b371c577c8c'),(15333,1512,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(15334,1512,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(15335,1512,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(15336,1512,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(15337,1512,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(15338,1512,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(15339,1512,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(15340,1512,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(15341,1512,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(15342,1512,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(15343,1512,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(15344,1512,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(15345,1512,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(15346,1512,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(15347,1512,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(15348,1512,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(15349,1512,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(15350,1512,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(15351,1512,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(15352,1512,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(15353,1512,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(15354,1512,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(15355,1512,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(15356,1512,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(15357,1512,'left_tab_1_cases_repeater','3'),(15358,1512,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(15359,1512,'left_tab_1_spacer','0'),(15360,1512,'_left_tab_1_spacer','field_56b3f001dbf09'),(15361,1512,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(15362,1512,'_left_tab','field_56b36c6deeda0'),(15363,1512,'add_second_tab','1'),(15364,1512,'_add_second_tab','field_56b36ca9eeda2'),(15365,1512,'right_tab_name','Conferences'),(15366,1512,'_right_tab_name','field_56b3978117dcf'),(15367,1512,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(15368,1512,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(15369,1512,'right_tab_0_spacer','1'),(15370,1512,'_right_tab_0_spacer','field_56b3fab14554f'),(15371,1512,'right_tab_1_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(15372,1512,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(15373,1512,'right_tab_1_items_list_repeater_0_description','London, 29 June 2016'),(15374,1512,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(15375,1512,'right_tab_1_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(15376,1512,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(15377,1512,'right_tab_1_items_list_repeater_1_description','London, 29 June 2016'),(15378,1512,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(15379,1512,'right_tab_1_items_list_repeater','2'),(15380,1512,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(15381,1512,'right_tab_1_spacer','1'),(15382,1512,'_right_tab_1_spacer','field_56b3fab145570'),(15383,1512,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(15384,1512,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(15385,1512,'right_tab_2_spacer','1'),(15386,1512,'_right_tab_2_spacer','field_56b3fab14554f'),(15387,1512,'right_tab_3_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(15388,1512,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(15389,1512,'right_tab_3_items_list_repeater_0_description','Frankfurt, October, 2015'),(15390,1512,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(15391,1512,'right_tab_3_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(15392,1512,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(15393,1512,'right_tab_3_items_list_repeater_1_description','Milan, October, 2015'),(15394,1512,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(15395,1512,'right_tab_3_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(15396,1512,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(15397,1512,'right_tab_3_items_list_repeater_2_description','London, September, 2015'),(15398,1512,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(15399,1512,'right_tab_3_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(15400,1512,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(15401,1512,'right_tab_3_items_list_repeater_3_description','Stockholm June, 2015'),(15402,1512,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(15403,1512,'right_tab_3_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(15404,1512,'_right_tab_3_items_list_repeater_4_title','field_56b3fab14556e'),(15405,1512,'right_tab_3_items_list_repeater_4_description','Madrid, May, 2015'),(15406,1512,'_right_tab_3_items_list_repeater_4_description','field_56b3fab14556f'),(15407,1512,'right_tab_3_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(15408,1512,'_right_tab_3_items_list_repeater_5_title','field_56b3fab14556e'),(15409,1512,'right_tab_3_items_list_repeater_5_description','Bucharest, April, 2015'),(15410,1512,'_right_tab_3_items_list_repeater_5_description','field_56b3fab14556f'),(15411,1512,'right_tab_3_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(15412,1512,'_right_tab_3_items_list_repeater_6_title','field_56b3fab14556e'),(15413,1512,'right_tab_3_items_list_repeater_6_description','London, January, 2015'),(15414,1512,'_right_tab_3_items_list_repeater_6_description','field_56b3fab14556f'),(15415,1512,'right_tab_3_items_list_repeater','7'),(15416,1512,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(15417,1512,'right_tab_3_spacer','1'),(15418,1512,'_right_tab_3_spacer','field_56b3fab145570'),(15419,1512,'right_tab_4_contact_icon','icon-mail'),(15420,1512,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(15421,1512,'right_tab_4_contact_title','Previous conferences available upon request.'),(15422,1512,'_right_tab_4_contact_title','field_56b4001eb0921'),(15423,1512,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(15424,1512,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(15425,1512,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(15426,1512,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(15427,1512,'right_tab_4_contact_values_0_link_type','mailto:'),(15428,1512,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(15429,1512,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(15430,1512,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(15431,1512,'right_tab_4_contact_values','1'),(15432,1512,'_right_tab_4_contact_values','field_56b3fde2ce062'),(15433,1512,'right_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";i:4;s:13:\"contact_block\";}'),(15434,1512,'_right_tab','field_56b3fab04554d'),(15435,1512,'add_third_tab','1'),(15436,1512,'_add_third_tab','field_57f54e889b77c'),(15437,1512,'third_tab_name','Upcoming Events'),(15438,1512,'_third_tab_name','field_57f54ea19b77d'),(15439,1512,'third_tab',''),(15440,1512,'_third_tab','field_57f54ec39b77e'),(15441,64,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(15442,64,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(15445,64,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(15446,64,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(15447,64,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(15448,64,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(15449,64,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(15450,64,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(15451,64,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(15452,64,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(15453,64,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(15454,64,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(15455,64,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(15456,64,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(15457,64,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(15458,64,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(15459,64,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(15460,64,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(15473,64,'right_tab_3_items_list_repeater','4'),(15474,64,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(15477,64,'right_tab_4_contact_icon','icon-mail'),(15478,64,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(15479,64,'right_tab_4_contact_title','Previous conferences available upon request.'),(15480,64,'_right_tab_4_contact_title','field_56b4001eb0921'),(15481,64,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(15482,64,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(15483,64,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(15484,64,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(15485,64,'right_tab_4_contact_values_0_link_type','mailto:'),(15486,64,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(15487,64,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(15488,64,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(15489,64,'right_tab_4_contact_values','1'),(15490,64,'_right_tab_4_contact_values','field_56b3fde2ce062'),(15491,1513,'left_tab_name','Cases'),(15492,1513,'_left_tab_name','field_56b3976017dce'),(15493,1513,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(15494,1513,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(15495,1513,'left_tab_0_spacer','0'),(15496,1513,'_left_tab_0_spacer','field_56b371c577c8c'),(15497,1513,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(15498,1513,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(15499,1513,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(15500,1513,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(15501,1513,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(15502,1513,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(15503,1513,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(15504,1513,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(15505,1513,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(15506,1513,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(15507,1513,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(15508,1513,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(15509,1513,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(15510,1513,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(15511,1513,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(15512,1513,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(15513,1513,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(15514,1513,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(15515,1513,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(15516,1513,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(15517,1513,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(15518,1513,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(15519,1513,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(15520,1513,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(15521,1513,'left_tab_1_cases_repeater','3'),(15522,1513,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(15523,1513,'left_tab_1_spacer','0'),(15524,1513,'_left_tab_1_spacer','field_56b3f001dbf09'),(15525,1513,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(15526,1513,'_left_tab','field_56b36c6deeda0'),(15527,1513,'add_second_tab','1'),(15528,1513,'_add_second_tab','field_56b36ca9eeda2'),(15529,1513,'right_tab_name','Conferences'),(15530,1513,'_right_tab_name','field_56b3978117dcf'),(15531,1513,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(15532,1513,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(15533,1513,'right_tab_0_spacer','1'),(15534,1513,'_right_tab_0_spacer','field_56b3fab14554f'),(15535,1513,'right_tab_1_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(15536,1513,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(15537,1513,'right_tab_1_items_list_repeater_0_description','London, 29 June 2016'),(15538,1513,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(15539,1513,'right_tab_1_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(15540,1513,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(15541,1513,'right_tab_1_items_list_repeater_1_description','London, 29 June 2016'),(15542,1513,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(15543,1513,'right_tab_1_items_list_repeater_2_title','Private Equity Buying into CEE'),(15544,1513,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(15545,1513,'right_tab_1_items_list_repeater_2_description','Prague, 16 March 2016'),(15546,1513,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(15547,1513,'right_tab_1_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(15548,1513,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(15549,1513,'right_tab_1_items_list_repeater_3_description','London, 9-10 March 2016'),(15550,1513,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(15551,1513,'right_tab_1_items_list_repeater','4'),(15552,1513,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(15553,1513,'right_tab_1_spacer','1'),(15554,1513,'_right_tab_1_spacer','field_56b3fab145570'),(15555,1513,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(15556,1513,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(15557,1513,'right_tab_2_spacer','1'),(15558,1513,'_right_tab_2_spacer','field_56b3fab14554f'),(15559,1513,'right_tab_3_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(15560,1513,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(15561,1513,'right_tab_3_items_list_repeater_0_description','Frankfurt, October, 2015'),(15562,1513,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(15563,1513,'right_tab_3_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(15564,1513,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(15565,1513,'right_tab_3_items_list_repeater_1_description','Milan, October, 2015'),(15566,1513,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(15567,1513,'right_tab_3_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(15568,1513,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(15569,1513,'right_tab_3_items_list_repeater_2_description','London, September, 2015'),(15570,1513,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(15571,1513,'right_tab_3_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(15572,1513,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(15573,1513,'right_tab_3_items_list_repeater_3_description','Stockholm June, 2015'),(15574,1513,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(15575,1513,'right_tab_3_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(15576,1513,'_right_tab_3_items_list_repeater_4_title','field_56b3fab14556e'),(15577,1513,'right_tab_3_items_list_repeater_4_description','Madrid, May, 2015'),(15578,1513,'_right_tab_3_items_list_repeater_4_description','field_56b3fab14556f'),(15579,1513,'right_tab_3_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(15580,1513,'_right_tab_3_items_list_repeater_5_title','field_56b3fab14556e'),(15581,1513,'right_tab_3_items_list_repeater_5_description','Bucharest, April, 2015'),(15582,1513,'_right_tab_3_items_list_repeater_5_description','field_56b3fab14556f'),(15583,1513,'right_tab_3_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(15584,1513,'_right_tab_3_items_list_repeater_6_title','field_56b3fab14556e'),(15585,1513,'right_tab_3_items_list_repeater_6_description','London, January, 2015'),(15586,1513,'_right_tab_3_items_list_repeater_6_description','field_56b3fab14556f'),(15587,1513,'right_tab_3_items_list_repeater','7'),(15588,1513,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(15589,1513,'right_tab_3_spacer','1'),(15590,1513,'_right_tab_3_spacer','field_56b3fab145570'),(15591,1513,'right_tab_4_contact_icon','icon-mail'),(15592,1513,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(15593,1513,'right_tab_4_contact_title','Previous conferences available upon request.'),(15594,1513,'_right_tab_4_contact_title','field_56b4001eb0921'),(15595,1513,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(15596,1513,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(15597,1513,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(15598,1513,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(15599,1513,'right_tab_4_contact_values_0_link_type','mailto:'),(15600,1513,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(15601,1513,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(15602,1513,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(15603,1513,'right_tab_4_contact_values','1'),(15604,1513,'_right_tab_4_contact_values','field_56b3fde2ce062'),(15605,1513,'right_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";i:4;s:13:\"contact_block\";}'),(15606,1513,'_right_tab','field_56b3fab04554d'),(15607,1513,'add_third_tab','1'),(15608,1513,'_add_third_tab','field_57f54e889b77c'),(15609,1513,'third_tab_name','Upcoming Events'),(15610,1513,'_third_tab_name','field_57f54ea19b77d'),(15611,1513,'third_tab',''),(15612,1513,'_third_tab','field_57f54ec39b77e'),(15621,1514,'left_tab_name','Cases'),(15622,1514,'_left_tab_name','field_56b3976017dce'),(15623,1514,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(15624,1514,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(15625,1514,'left_tab_0_spacer','0'),(15626,1514,'_left_tab_0_spacer','field_56b371c577c8c'),(15627,1514,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(15628,1514,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(15629,1514,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(15630,1514,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(15631,1514,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(15632,1514,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(15633,1514,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(15634,1514,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(15635,1514,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(15636,1514,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(15637,1514,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(15638,1514,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(15639,1514,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(15640,1514,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(15641,1514,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(15642,1514,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(15643,1514,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(15644,1514,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(15645,1514,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(15646,1514,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(15647,1514,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(15648,1514,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(15649,1514,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(15650,1514,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(15651,1514,'left_tab_1_cases_repeater','3'),(15652,1514,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(15653,1514,'left_tab_1_spacer','0'),(15654,1514,'_left_tab_1_spacer','field_56b3f001dbf09'),(15655,1514,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(15656,1514,'_left_tab','field_56b36c6deeda0'),(15657,1514,'add_second_tab','1'),(15658,1514,'_add_second_tab','field_56b36ca9eeda2'),(15659,1514,'right_tab_name','Conferences'),(15660,1514,'_right_tab_name','field_56b3978117dcf'),(15661,1514,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(15662,1514,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(15663,1514,'right_tab_0_spacer','1'),(15664,1514,'_right_tab_0_spacer','field_56b3fab14554f'),(15665,1514,'right_tab_1_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(15666,1514,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(15667,1514,'right_tab_1_items_list_repeater_0_description','London, 29 June 2016'),(15668,1514,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(15669,1514,'right_tab_1_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(15670,1514,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(15671,1514,'right_tab_1_items_list_repeater_1_description','London, 29 June 2016'),(15672,1514,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(15673,1514,'right_tab_1_items_list_repeater_2_title','Private Equity Buying into CEE'),(15674,1514,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(15675,1514,'right_tab_1_items_list_repeater_2_description','Prague, 16 March 2016'),(15676,1514,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(15677,1514,'right_tab_1_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(15678,1514,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(15679,1514,'right_tab_1_items_list_repeater_3_description','London, 9-10 March 2016'),(15680,1514,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(15681,1514,'right_tab_1_items_list_repeater','4'),(15682,1514,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(15683,1514,'right_tab_1_spacer','0'),(15684,1514,'_right_tab_1_spacer','field_56b3fab145570'),(15685,1514,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(15686,1514,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(15687,1514,'right_tab_2_spacer','1'),(15688,1514,'_right_tab_2_spacer','field_56b3fab14554f'),(15689,1514,'right_tab_3_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(15690,1514,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(15691,1514,'right_tab_3_items_list_repeater_0_description','Frankfurt, October, 2015'),(15692,1514,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(15693,1514,'right_tab_3_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(15694,1514,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(15695,1514,'right_tab_3_items_list_repeater_1_description','Milan, October, 2015'),(15696,1514,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(15697,1514,'right_tab_3_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(15698,1514,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(15699,1514,'right_tab_3_items_list_repeater_2_description','London, September, 2015'),(15700,1514,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(15701,1514,'right_tab_3_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(15702,1514,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(15703,1514,'right_tab_3_items_list_repeater_3_description','Stockholm June, 2015'),(15704,1514,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(15705,1514,'right_tab_3_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(15706,1514,'_right_tab_3_items_list_repeater_4_title','field_56b3fab14556e'),(15707,1514,'right_tab_3_items_list_repeater_4_description','Madrid, May, 2015'),(15708,1514,'_right_tab_3_items_list_repeater_4_description','field_56b3fab14556f'),(15709,1514,'right_tab_3_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(15710,1514,'_right_tab_3_items_list_repeater_5_title','field_56b3fab14556e'),(15711,1514,'right_tab_3_items_list_repeater_5_description','Bucharest, April, 2015'),(15712,1514,'_right_tab_3_items_list_repeater_5_description','field_56b3fab14556f'),(15713,1514,'right_tab_3_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(15714,1514,'_right_tab_3_items_list_repeater_6_title','field_56b3fab14556e'),(15715,1514,'right_tab_3_items_list_repeater_6_description','London, January, 2015'),(15716,1514,'_right_tab_3_items_list_repeater_6_description','field_56b3fab14556f'),(15717,1514,'right_tab_3_items_list_repeater','7'),(15718,1514,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(15719,1514,'right_tab_3_spacer','0'),(15720,1514,'_right_tab_3_spacer','field_56b3fab145570'),(15721,1514,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(15722,1514,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(15723,1514,'right_tab_4_spacer','1'),(15724,1514,'_right_tab_4_spacer','field_56b3fab14554f'),(15725,1514,'right_tab_5_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(15726,1514,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(15727,1514,'right_tab_5_items_list_repeater_0_description','Paris, April 2014'),(15728,1514,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(15729,1514,'right_tab_5_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(15730,1514,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(15731,1514,'right_tab_5_items_list_repeater_1_description','Bucharest, Jun 2014'),(15732,1514,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(15733,1514,'right_tab_5_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(15734,1514,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(15735,1514,'right_tab_5_items_list_repeater_2_description','Vienna, December 2014'),(15736,1514,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(15737,1514,'right_tab_5_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(15738,1514,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(15739,1514,'right_tab_5_items_list_repeater_3_description','London, Ocrober 2014'),(15740,1514,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(15741,1514,'right_tab_5_items_list_repeater','4'),(15742,1514,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(15743,1514,'right_tab_5_spacer','1'),(15744,1514,'_right_tab_5_spacer','field_56b3fab145570'),(15745,1514,'right_tab_6_contact_icon','icon-mail'),(15746,1514,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(15747,1514,'right_tab_6_contact_title','Previous conferences available upon request.'),(15748,1514,'_right_tab_6_contact_title','field_56b4001eb0921'),(15749,1514,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(15750,1514,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(15751,1514,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(15752,1514,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(15753,1514,'right_tab_6_contact_values_0_link_type','mailto:'),(15754,1514,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(15755,1514,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(15756,1514,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(15757,1514,'right_tab_6_contact_values','1'),(15758,1514,'_right_tab_6_contact_values','field_56b3fde2ce062'),(15759,1514,'right_tab','a:7:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";i:4;s:20:\"wysiwyg_editor_block\";i:5;s:16:\"items_list_block\";i:6;s:13:\"contact_block\";}'),(15760,1514,'_right_tab','field_56b3fab04554d'),(15761,1514,'add_third_tab','1'),(15762,1514,'_add_third_tab','field_57f54e889b77c'),(15763,1514,'third_tab_name','Upcoming Events'),(15764,1514,'_third_tab_name','field_57f54ea19b77d'),(15765,1514,'third_tab',''),(15766,1514,'_third_tab','field_57f54ec39b77e'),(15767,64,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(15768,64,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(15771,64,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(15772,64,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(15773,64,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(15774,64,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(15775,64,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(15776,64,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(15777,64,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(15778,64,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(15779,64,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(15780,64,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(15781,64,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(15782,64,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(15783,64,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(15784,64,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(15785,64,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(15786,64,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(15787,64,'right_tab_5_items_list_repeater','7'),(15788,64,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(15791,64,'right_tab_6_contact_icon','icon-mail'),(15792,64,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(15793,64,'right_tab_6_contact_title','Previous conferences available upon request.'),(15794,64,'_right_tab_6_contact_title','field_56b4001eb0921'),(15795,64,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(15796,64,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(15797,64,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(15798,64,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(15799,64,'right_tab_6_contact_values_0_link_type','mailto:'),(15800,64,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(15801,64,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(15802,64,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(15803,64,'right_tab_6_contact_values','1'),(15804,64,'_right_tab_6_contact_values','field_56b3fde2ce062'),(15805,1515,'left_tab_name','Cases'),(15806,1515,'_left_tab_name','field_56b3976017dce'),(15807,1515,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(15808,1515,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(15809,1515,'left_tab_0_spacer','0'),(15810,1515,'_left_tab_0_spacer','field_56b371c577c8c'),(15811,1515,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(15812,1515,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(15813,1515,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(15814,1515,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(15815,1515,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(15816,1515,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(15817,1515,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(15818,1515,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(15819,1515,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(15820,1515,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(15821,1515,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(15822,1515,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(15823,1515,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(15824,1515,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(15825,1515,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(15826,1515,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(15827,1515,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(15828,1515,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(15829,1515,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(15830,1515,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(15831,1515,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(15832,1515,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(15833,1515,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(15834,1515,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(15835,1515,'left_tab_1_cases_repeater','3'),(15836,1515,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(15837,1515,'left_tab_1_spacer','0'),(15838,1515,'_left_tab_1_spacer','field_56b3f001dbf09'),(15839,1515,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(15840,1515,'_left_tab','field_56b36c6deeda0'),(15841,1515,'add_second_tab','1'),(15842,1515,'_add_second_tab','field_56b36ca9eeda2'),(15843,1515,'right_tab_name','Conferences'),(15844,1515,'_right_tab_name','field_56b3978117dcf'),(15845,1515,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(15846,1515,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(15847,1515,'right_tab_0_spacer','1'),(15848,1515,'_right_tab_0_spacer','field_56b3fab14554f'),(15849,1515,'right_tab_1_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(15850,1515,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(15851,1515,'right_tab_1_items_list_repeater_0_description','London, 29 June 2016'),(15852,1515,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(15853,1515,'right_tab_1_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(15854,1515,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(15855,1515,'right_tab_1_items_list_repeater_1_description','London, 29 June 2016'),(15856,1515,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(15857,1515,'right_tab_1_items_list_repeater_2_title','Private Equity Buying into CEE'),(15858,1515,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(15859,1515,'right_tab_1_items_list_repeater_2_description','Prague, 16 March 2016'),(15860,1515,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(15861,1515,'right_tab_1_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(15862,1515,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(15863,1515,'right_tab_1_items_list_repeater_3_description','London, 9-10 March 2016'),(15864,1515,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(15865,1515,'right_tab_1_items_list_repeater','4'),(15866,1515,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(15867,1515,'right_tab_1_spacer','0'),(15868,1515,'_right_tab_1_spacer','field_56b3fab145570'),(15869,1515,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(15870,1515,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(15871,1515,'right_tab_2_spacer','1'),(15872,1515,'_right_tab_2_spacer','field_56b3fab14554f'),(15873,1515,'right_tab_3_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(15874,1515,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(15875,1515,'right_tab_3_items_list_repeater_0_description','Frankfurt, October, 2015'),(15876,1515,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(15877,1515,'right_tab_3_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(15878,1515,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(15879,1515,'right_tab_3_items_list_repeater_1_description','Milan, October, 2015'),(15880,1515,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(15881,1515,'right_tab_3_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(15882,1515,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(15883,1515,'right_tab_3_items_list_repeater_2_description','London, September, 2015'),(15884,1515,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(15885,1515,'right_tab_3_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(15886,1515,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(15887,1515,'right_tab_3_items_list_repeater_3_description','Stockholm June, 2015'),(15888,1515,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(15889,1515,'right_tab_3_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(15890,1515,'_right_tab_3_items_list_repeater_4_title','field_56b3fab14556e'),(15891,1515,'right_tab_3_items_list_repeater_4_description','Madrid, May, 2015'),(15892,1515,'_right_tab_3_items_list_repeater_4_description','field_56b3fab14556f'),(15893,1515,'right_tab_3_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(15894,1515,'_right_tab_3_items_list_repeater_5_title','field_56b3fab14556e'),(15895,1515,'right_tab_3_items_list_repeater_5_description','Bucharest, April, 2015'),(15896,1515,'_right_tab_3_items_list_repeater_5_description','field_56b3fab14556f'),(15897,1515,'right_tab_3_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(15898,1515,'_right_tab_3_items_list_repeater_6_title','field_56b3fab14556e'),(15899,1515,'right_tab_3_items_list_repeater_6_description','London, January, 2015'),(15900,1515,'_right_tab_3_items_list_repeater_6_description','field_56b3fab14556f'),(15901,1515,'right_tab_3_items_list_repeater','7'),(15902,1515,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(15903,1515,'right_tab_3_spacer','0'),(15904,1515,'_right_tab_3_spacer','field_56b3fab145570'),(15905,1515,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(15906,1515,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(15907,1515,'right_tab_4_spacer','1'),(15908,1515,'_right_tab_4_spacer','field_56b3fab14554f'),(15909,1515,'right_tab_5_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(15910,1515,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(15911,1515,'right_tab_5_items_list_repeater_0_description','Paris, April 2014'),(15912,1515,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(15913,1515,'right_tab_5_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(15914,1515,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(15915,1515,'right_tab_5_items_list_repeater_1_description','Bucharest, Jun 2014'),(15916,1515,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(15917,1515,'right_tab_5_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(15918,1515,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(15919,1515,'right_tab_5_items_list_repeater_2_description','Vienna, December 2014'),(15920,1515,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(15921,1515,'right_tab_5_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(15922,1515,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(15923,1515,'right_tab_5_items_list_repeater_3_description','London, Ocrober 2014'),(15924,1515,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(15925,1515,'right_tab_5_items_list_repeater','4'),(15926,1515,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(15927,1515,'right_tab_5_spacer','1'),(15928,1515,'_right_tab_5_spacer','field_56b3fab145570'),(15929,1515,'right_tab_6_contact_icon','icon-mail'),(15930,1515,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(15931,1515,'right_tab_6_contact_title','Previous conferences available upon request.'),(15932,1515,'_right_tab_6_contact_title','field_56b4001eb0921'),(15933,1515,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(15934,1515,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(15935,1515,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(15936,1515,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(15937,1515,'right_tab_6_contact_values_0_link_type','mailto:'),(15938,1515,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(15939,1515,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(15940,1515,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(15941,1515,'right_tab_6_contact_values','1'),(15942,1515,'_right_tab_6_contact_values','field_56b3fde2ce062'),(15943,1515,'right_tab','a:7:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";i:4;s:20:\"wysiwyg_editor_block\";i:5;s:16:\"items_list_block\";i:6;s:13:\"contact_block\";}'),(15944,1515,'_right_tab','field_56b3fab04554d'),(15945,1515,'add_third_tab','1'),(15946,1515,'_add_third_tab','field_57f54e889b77c'),(15947,1515,'third_tab_name','Upcoming Events'),(15948,1515,'_third_tab_name','field_57f54ea19b77d'),(15949,1515,'third_tab_0_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(15950,1515,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(15951,1515,'third_tab_0_spacer','1'),(15952,1515,'_third_tab_0_spacer','field_57f54ec49b780'),(15953,1515,'third_tab_1_items_list_repeater','0'),(15954,1515,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(15955,1515,'third_tab_1_spacer','1'),(15956,1515,'_third_tab_1_spacer','field_57f54ec49b7a1'),(15957,1515,'third_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";}'),(15958,1515,'_third_tab','field_57f54ec39b77e'),(15959,64,'third_tab_0_wysiwyg_editor','<strong>Serbian Corporate Restructuring</strong>\r\n\r\nSeptember 2018\r\n\r\nSerbia has two complementary legislative tools that facilitate corporate restructuring by balancing the competing needs of struggling debtors, unpaid employees, impatient or exasperated creditors and the tax authorities. Both procedures generally allow debtor management to stay in place (potentially with little oversight nor historical reckoning) and can be taken in sequence, if necessary. \r\n\r\n\r\n\r\nRead more<a href=\"http://innovationbrain.com/wp-content/uploads/Serbian-Corparate-Restructuring-IB-GRR-Article-Jun201v6.pdf\" target=\"_blank\">Read more</a>'),(15960,64,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(15961,64,'third_tab_0_spacer','1'),(15962,64,'_third_tab_0_spacer','field_57f54ec49b780'),(15967,1516,'left_tab_name','Cases'),(15968,1516,'_left_tab_name','field_56b3976017dce'),(15969,1516,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(15970,1516,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(15971,1516,'left_tab_0_spacer','0'),(15972,1516,'_left_tab_0_spacer','field_56b371c577c8c'),(15973,1516,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(15974,1516,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(15975,1516,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(15976,1516,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(15977,1516,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(15978,1516,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(15979,1516,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(15980,1516,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(15981,1516,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(15982,1516,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(15983,1516,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(15984,1516,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(15985,1516,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(15986,1516,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(15987,1516,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(15988,1516,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(15989,1516,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(15990,1516,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(15991,1516,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(15992,1516,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(15993,1516,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(15994,1516,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(15995,1516,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(15996,1516,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(15997,1516,'left_tab_1_cases_repeater','3'),(15998,1516,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(15999,1516,'left_tab_1_spacer','0'),(16000,1516,'_left_tab_1_spacer','field_56b3f001dbf09'),(16001,1516,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(16002,1516,'_left_tab','field_56b36c6deeda0'),(16003,1516,'add_second_tab','1'),(16004,1516,'_add_second_tab','field_56b36ca9eeda2'),(16005,1516,'right_tab_name','Conferences'),(16006,1516,'_right_tab_name','field_56b3978117dcf'),(16007,1516,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(16008,1516,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(16009,1516,'right_tab_0_spacer','1'),(16010,1516,'_right_tab_0_spacer','field_56b3fab14554f'),(16011,1516,'right_tab_1_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(16012,1516,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(16013,1516,'right_tab_1_items_list_repeater_0_description','London, 29 June 2016'),(16014,1516,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(16015,1516,'right_tab_1_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(16016,1516,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(16017,1516,'right_tab_1_items_list_repeater_1_description','London, 29 June 2016'),(16018,1516,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(16019,1516,'right_tab_1_items_list_repeater_2_title','Private Equity Buying into CEE'),(16020,1516,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(16021,1516,'right_tab_1_items_list_repeater_2_description','Prague, 16 March 2016'),(16022,1516,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(16023,1516,'right_tab_1_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(16024,1516,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(16025,1516,'right_tab_1_items_list_repeater_3_description','London, 9-10 March 2016'),(16026,1516,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(16027,1516,'right_tab_1_items_list_repeater','4'),(16028,1516,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(16029,1516,'right_tab_1_spacer','0'),(16030,1516,'_right_tab_1_spacer','field_56b3fab145570'),(16031,1516,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(16032,1516,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(16033,1516,'right_tab_2_spacer','1'),(16034,1516,'_right_tab_2_spacer','field_56b3fab14554f'),(16035,1516,'right_tab_3_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(16036,1516,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(16037,1516,'right_tab_3_items_list_repeater_0_description','Frankfurt, October, 2015'),(16038,1516,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(16039,1516,'right_tab_3_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(16040,1516,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(16041,1516,'right_tab_3_items_list_repeater_1_description','Milan, October, 2015'),(16042,1516,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(16043,1516,'right_tab_3_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(16044,1516,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(16045,1516,'right_tab_3_items_list_repeater_2_description','London, September, 2015'),(16046,1516,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(16047,1516,'right_tab_3_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(16048,1516,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(16049,1516,'right_tab_3_items_list_repeater_3_description','Stockholm June, 2015'),(16050,1516,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(16051,1516,'right_tab_3_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(16052,1516,'_right_tab_3_items_list_repeater_4_title','field_56b3fab14556e'),(16053,1516,'right_tab_3_items_list_repeater_4_description','Madrid, May, 2015'),(16054,1516,'_right_tab_3_items_list_repeater_4_description','field_56b3fab14556f'),(16055,1516,'right_tab_3_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(16056,1516,'_right_tab_3_items_list_repeater_5_title','field_56b3fab14556e'),(16057,1516,'right_tab_3_items_list_repeater_5_description','Bucharest, April, 2015'),(16058,1516,'_right_tab_3_items_list_repeater_5_description','field_56b3fab14556f'),(16059,1516,'right_tab_3_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(16060,1516,'_right_tab_3_items_list_repeater_6_title','field_56b3fab14556e'),(16061,1516,'right_tab_3_items_list_repeater_6_description','London, January, 2015'),(16062,1516,'_right_tab_3_items_list_repeater_6_description','field_56b3fab14556f'),(16063,1516,'right_tab_3_items_list_repeater','7'),(16064,1516,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(16065,1516,'right_tab_3_spacer','0'),(16066,1516,'_right_tab_3_spacer','field_56b3fab145570'),(16067,1516,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(16068,1516,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(16069,1516,'right_tab_4_spacer','1'),(16070,1516,'_right_tab_4_spacer','field_56b3fab14554f'),(16071,1516,'right_tab_5_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(16072,1516,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(16073,1516,'right_tab_5_items_list_repeater_0_description','Paris, April 2014'),(16074,1516,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(16075,1516,'right_tab_5_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(16076,1516,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(16077,1516,'right_tab_5_items_list_repeater_1_description','Bucharest, Jun 2014'),(16078,1516,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(16079,1516,'right_tab_5_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(16080,1516,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(16081,1516,'right_tab_5_items_list_repeater_2_description','Vienna, December 2014'),(16082,1516,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(16083,1516,'right_tab_5_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(16084,1516,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(16085,1516,'right_tab_5_items_list_repeater_3_description','London, Ocrober 2014'),(16086,1516,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(16087,1516,'right_tab_5_items_list_repeater','4'),(16088,1516,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(16089,1516,'right_tab_5_spacer','1'),(16090,1516,'_right_tab_5_spacer','field_56b3fab145570'),(16091,1516,'right_tab_6_contact_icon','icon-mail'),(16092,1516,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(16093,1516,'right_tab_6_contact_title','Previous conferences available upon request.'),(16094,1516,'_right_tab_6_contact_title','field_56b4001eb0921'),(16095,1516,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(16096,1516,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(16097,1516,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(16098,1516,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(16099,1516,'right_tab_6_contact_values_0_link_type','mailto:'),(16100,1516,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(16101,1516,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(16102,1516,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(16103,1516,'right_tab_6_contact_values','1'),(16104,1516,'_right_tab_6_contact_values','field_56b3fde2ce062'),(16105,1516,'right_tab','a:7:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";i:4;s:20:\"wysiwyg_editor_block\";i:5;s:16:\"items_list_block\";i:6;s:13:\"contact_block\";}'),(16106,1516,'_right_tab','field_56b3fab04554d'),(16107,1516,'add_third_tab','1'),(16108,1516,'_add_third_tab','field_57f54e889b77c'),(16109,1516,'third_tab_name','Upcoming Events'),(16110,1516,'_third_tab_name','field_57f54ea19b77d'),(16111,1516,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2016</h3>'),(16112,1516,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(16113,1516,'third_tab_0_spacer','1'),(16114,1516,'_third_tab_0_spacer','field_57f54ec49b780'),(16115,1516,'third_tab_1_items_list_repeater_0_title','Distressed Investing. Changes to the restructuring professionals \"toolkit\". New developments and future trends [Dr Fecker is Panelist]'),(16116,1516,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(16117,1516,'third_tab_1_items_list_repeater_0_description','London, 29 September 2016'),(16118,1516,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(16119,1516,'third_tab_1_items_list_repeater_1_title','DEBTWIREEuropean Restructuring Forum 2016 [Dr Fecker is Moderator for The Panel]'),(16120,1516,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(16121,1516,'third_tab_1_items_list_repeater_1_description','London, 12 October 2016'),(16122,1516,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(16123,1516,'third_tab_1_items_list_repeater_2_title','Forum and 1 on 1 Meetings. Topic: Capital Connections [Dr Fecker is Speaker]'),(16124,1516,'_third_tab_1_items_list_repeater_2_title','field_57f54ec49b79f'),(16125,1516,'third_tab_1_items_list_repeater_2_description','London, 20 - 21st October 2016'),(16126,1516,'_third_tab_1_items_list_repeater_2_description','field_57f54ec49b7a0'),(16127,1516,'third_tab_1_items_list_repeater','3'),(16128,1516,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(16129,1516,'third_tab_1_spacer','1'),(16130,1516,'_third_tab_1_spacer','field_57f54ec49b7a1'),(16131,1516,'third_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";}'),(16132,1516,'_third_tab','field_57f54ec39b77e'),(16145,1521,'_menu_item_type','custom'),(16146,1521,'_menu_item_menu_item_parent','0'),(16147,1521,'_menu_item_object_id','1521'),(16148,1521,'_menu_item_object','custom'),(16149,1521,'_menu_item_target',''),(16150,1521,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16151,1521,'_menu_item_xfn',''),(16152,1521,'_menu_item_url','#pll_switcher'),(16154,1521,'_pll_menu_item','a:6:{s:22:\"hide_if_no_translation\";i:0;s:12:\"hide_current\";i:0;s:10:\"force_home\";i:0;s:10:\"show_flags\";i:1;s:10:\"show_names\";i:1;s:8:\"dropdown\";i:0;}'),(16155,1522,'builder','a:0:{}'),(16156,1522,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(16157,1522,'add_second_tab','1'),(16158,1522,'right_tab','a:2:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";}'),(16159,1522,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<div class=\"page\" title=\"Page 5\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>Innovation Brain 擁有超過 20 名業界最佳的重組及轉型專家。</h3>\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n我們所有的資深專員在各個不同公司擔任董事與管理職位,並擁有建立數十億美元 業務的記錄。我們認為與我們的客戶合作非常重要─從其業務中找出最佳價值。我 們的客戶關係建立在互信與合作─審慎處理,並且隨時將客戶的最大利益視為重 點。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<pre>我們的專家橫跨各個行業,並且著重在三個核心領域:\r\n</pre>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</header>'),(16160,1522,'left_tab_0_spacer','1'),(16161,1522,'left_tab_1_circle1','icon-grid'),(16162,1522,'left_tab_1_circle2','icon-turnaround'),(16163,1522,'left_tab_1_circle3','icon-masonery'),(16164,1522,'left_tab_1_circle1_label','重組'),(16165,1522,'left_tab_1_circle2_label','轉型'),(16166,1522,'left_tab_1_circle3_label','創新'),(16167,1522,'left_tab_1_spacer','1'),(16168,1522,'left_tab_2_wysiwyg_editor','<div class=\"page\" title=\"Page 5\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<pre>最近歐盟委員會委任我們的團隊監控歐盟會員國最大銀行的重組作業。\r\n</pre>\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n我們在發現有機會收購複雜的團隊時介入,為他們整體或獨立的部分帶來創新,並帶 領他們邁向下一個成長周期。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n在 Innovation Brain,我們的專業在於企業重組。我們試圖在企業生命週期的十字路 口創造價值,其未來便仰賴大膽的決策與創新的解決方案。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n除了豐富的專業知識,我們還會透過轉型讓您能夠從關鍵的非績效與非核心資產獲得 價值。企業組織要求我們在以下時機介入:\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<ul>\r\n <li> 需要強大的管理人員、投資能力與諮詢</li>\r\n <li> 尋找重組及轉型的股權合作夥伴</li>\r\n <li> 其他解決方案均告失敗,需要創新與全新的想法</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>'),(16169,1522,'left_tab_2_spacer','1'),(16170,1522,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(16171,1522,'left_tab_3_title','透過創新與轉型 <br>創造股東價值'),(16172,1522,'left_tab_3_button_label','下載 PDF (312 kb)'),(16173,1522,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(16174,1522,'left_tab_name','公司'),(16175,1522,'right_tab_name','關於我們'),(16176,1522,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(16177,1522,'right_tab_0_content','Dr Lukas Fecker 博士\r\n<span style=\"color: #00ccff;\">Innovation Brain </span>\r\n<span style=\"color: #00ccff;\">創辦人兼 CEO</span>\r\n\r\n \r\n<div class=\"page\" title=\"Page 6\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nLukas Fecker 博士為創辦人兼 CEO。他是歐洲國際企業重建 總會(TMA)的主席。Lukas 的專業為銀行轉型。他著重在私人 資產管理公司投資、改善銀行體質與不良資產投資。Lukas 擁 有超過 20 年的經驗,而且曾經是安永(EY)及畢馬威(KPMG) 的合作夥伴,以及奧邁企業顧問公司(Alvarez & Marsal)的董 事。他曾經領導安永的銀行轉型解決方案 EMEIA。除了諮詢 外,Lukas 也曾擔任 6 大轉型業務的 CRO、CEO 或董事的高 階管理職位。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nLukas 的部分重大成就包括 250 億瑞士法郎的轉型股票上市 業務、歐洲頂尖銀行的重組,以及 2 個基金的重組。多年來, 他與全球頂尖的金融機構合作。\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>'),(16178,1522,'right_tab_0_button_label','下載 V Card'),(16179,1522,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(16180,1522,'right_tab_0_spacer','1'),(16181,1522,'right_tab_1_contact_title','請隨時與我們連絡:'),(16182,1522,'right_tab_1_contact_values_0_contact_value_left','瑞士楚格'),(16183,1522,'right_tab_1_contact_values_0_contact_value_right',''),(16184,1522,'right_tab_1_contact_values_0_link',''),(16185,1522,'right_tab_1_contact_values_0_link_type',''),(16186,1522,'right_tab_1_contact_values_1_contact_value_left','Lukas Fecker 博士'),(16187,1522,'right_tab_1_contact_values_1_contact_value_right',''),(16188,1522,'right_tab_1_contact_values_1_link',''),(16189,1522,'right_tab_1_contact_values_1_link_type',''),(16190,1522,'right_tab_1_contact_values_2_contact_value_left','電話:'),(16191,1522,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (瑞士)'),(16192,1522,'right_tab_1_contact_values_2_link','+41793107090'),(16193,1522,'right_tab_1_contact_values_2_link_type','tel:'),(16194,1522,'right_tab_1_contact_values_3_contact_value_left','電話:'),(16195,1522,'right_tab_1_contact_values_3_contact_value_right','(+44) 755 767 9504 (英國)'),(16196,1522,'right_tab_1_contact_values_3_link','+447557679504'),(16197,1522,'right_tab_1_contact_values_3_link_type','tel:'),(16198,1522,'right_tab_1_contact_icon','icon-mail'),(16199,1522,'right_tab_1_contact_values','5'),(16200,1522,'_wp_page_template','fluid.php'),(16201,1522,'_edit_lock','1482184374:1'),(16202,1522,'_edit_last','1'),(16203,1522,'_left_tab_name','field_56b3976017dce'),(16204,1522,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(16205,1522,'_left_tab_0_spacer','field_56b371c577c8c'),(16206,1522,'_left_tab_1_circle1','field_56b3dc86da039'),(16207,1522,'_left_tab_1_circle2','field_56b3dc86da03a'),(16208,1522,'_left_tab_1_circle3','field_56b3dc86da03b'),(16209,1522,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(16210,1522,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(16211,1522,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(16212,1522,'_left_tab_1_spacer','field_56b3dc86da042'),(16213,1522,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(16214,1522,'_left_tab_2_spacer','field_56b371c577c8c'),(16215,1522,'_left_tab_3_image','field_56b373f3b6e44'),(16216,1522,'_left_tab_3_title','field_56b373afb6e42'),(16217,1522,'_left_tab_3_button_label','field_56b373ceb6e43'),(16218,1522,'_left_tab_3_button_link','field_56b374ff0ad17'),(16219,1522,'_left_tab','field_56b36c6deeda0'),(16220,1522,'_add_second_tab','field_56b36ca9eeda2'),(16221,1522,'_right_tab_name','field_56b3978117dcf'),(16222,1522,'_right_tab_0_image','field_56b3fab145571'),(16223,1522,'_right_tab_0_content','field_56b3fab145572'),(16224,1522,'_right_tab_0_button_label','field_56b3fab145573'),(16225,1522,'_right_tab_0_button_link','field_56b3fab145574'),(16226,1522,'_right_tab_0_spacer','field_56b3fab145575'),(16227,1522,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(16228,1522,'_right_tab_1_contact_title','field_56b4001eb0921'),(16229,1522,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(16230,1522,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(16231,1522,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(16232,1522,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(16233,1522,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(16234,1522,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(16235,1522,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(16236,1522,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(16237,1522,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(16238,1522,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(16239,1522,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(16240,1522,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(16241,1522,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(16242,1522,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(16243,1522,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(16244,1522,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(16245,1522,'_right_tab_1_contact_values','field_56b3fde2ce062'),(16246,1522,'_right_tab','field_56b3fab04554d'),(16247,1522,'add_third_tab','0'),(16248,1522,'_add_third_tab','field_57f54e889b77c'),(16249,1522,'third_tab_name',''),(16250,1522,'_third_tab_name','field_57f54ea19b77d'),(16251,1522,'third_tab',''),(16252,1522,'_third_tab','field_57f54ec39b77e'),(16253,1523,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(16254,1523,'_left_tab','field_56b36c6deeda0'),(16255,1523,'add_second_tab','1'),(16256,1523,'_add_second_tab','field_56b36ca9eeda2'),(16257,1523,'right_tab','a:2:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";}'),(16258,1523,'_right_tab','field_56b3fab04554d'),(16259,1523,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(16260,1523,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(16261,1523,'left_tab_0_spacer','1'),(16262,1523,'_left_tab_0_spacer','field_56b371c577c8c'),(16263,1523,'left_tab_1_circle1','icon-grid'),(16264,1523,'_left_tab_1_circle1','field_56b3dc86da039'),(16265,1523,'left_tab_1_circle2','icon-turnaround'),(16266,1523,'_left_tab_1_circle2','field_56b3dc86da03a'),(16267,1523,'left_tab_1_circle3','icon-masonery'),(16268,1523,'_left_tab_1_circle3','field_56b3dc86da03b'),(16269,1523,'left_tab_1_circle1_label','Restructuring'),(16270,1523,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(16271,1523,'left_tab_1_circle2_label','Turnaround'),(16272,1523,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(16273,1523,'left_tab_1_circle3_label','Innovation'),(16274,1523,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(16275,1523,'left_tab_1_spacer','1'),(16276,1523,'_left_tab_1_spacer','field_56b3dc86da042'),(16277,1523,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(16278,1523,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(16279,1523,'left_tab_2_spacer','1'),(16280,1523,'_left_tab_2_spacer','field_56b371c577c8c'),(16281,1523,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(16282,1523,'_left_tab_3_image','field_56b373f3b6e44'),(16283,1523,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(16284,1523,'_left_tab_3_title','field_56b373afb6e42'),(16285,1523,'left_tab_3_button_label','Download PDF (312 kb)'),(16286,1523,'_left_tab_3_button_label','field_56b373ceb6e43'),(16287,1523,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(16288,1523,'_left_tab_3_button_link','field_56b374ff0ad17'),(16289,1523,'left_tab_name','Company'),(16290,1523,'_left_tab_name','field_56b3976017dce'),(16291,1523,'right_tab_name','People'),(16292,1523,'_right_tab_name','field_56b3978117dcf'),(16293,1523,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(16294,1523,'_right_tab_0_image','field_56b3fab145571'),(16295,1523,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(16296,1523,'_right_tab_0_content','field_56b3fab145572'),(16297,1523,'right_tab_0_button_label','Download VCard'),(16298,1523,'_right_tab_0_button_label','field_56b3fab145573'),(16299,1523,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(16300,1523,'_right_tab_0_button_link','field_56b3fab145574'),(16301,1523,'right_tab_0_spacer','1'),(16302,1523,'_right_tab_0_spacer','field_56b3fab145575'),(16303,1523,'right_tab_1_contact_title','Please feel free to contact us:'),(16304,1523,'_right_tab_1_contact_title','field_56b4001eb0921'),(16305,1523,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(16306,1523,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(16307,1523,'right_tab_1_contact_values_0_contact_value_right',''),(16308,1523,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(16309,1523,'right_tab_1_contact_values_0_link',''),(16310,1523,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(16311,1523,'right_tab_1_contact_values_0_link_type',''),(16312,1523,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(16313,1523,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(16314,1523,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(16315,1523,'right_tab_1_contact_values_1_contact_value_right',''),(16316,1523,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(16317,1523,'right_tab_1_contact_values_1_link',''),(16318,1523,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(16319,1523,'right_tab_1_contact_values_1_link_type',''),(16320,1523,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(16321,1523,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(16322,1523,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(16323,1523,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(16324,1523,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(16325,1523,'right_tab_1_contact_values_2_link','+41793107090'),(16326,1523,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(16327,1523,'right_tab_1_contact_values_2_link_type','tel:'),(16328,1523,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(16329,1523,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(16330,1523,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(16331,1523,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(16332,1523,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(16333,1523,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(16334,1523,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(16335,1523,'right_tab_1_contact_values_3_link_type','mailto:'),(16336,1523,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(16337,1523,'right_tab_1_contact_icon','icon-mail'),(16338,1523,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(16339,1523,'right_tab_1_contact_values','4'),(16340,1523,'_right_tab_1_contact_values','field_56b3fde2ce062'),(16341,1523,'add_third_tab','0'),(16342,1523,'_add_third_tab','field_57f54e889b77c'),(16343,1523,'third_tab_name',''),(16344,1523,'_third_tab_name','field_57f54ea19b77d'),(16345,1523,'third_tab',''),(16346,1523,'_third_tab','field_57f54ec39b77e'),(16347,1524,'contacts_repeater_0_contact_title','General enquiries'),(16348,1524,'contacts_repeater_1_contact_title','Finance / Sales'),(16349,1524,'contacts_repeater','3'),(16350,1524,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(16351,1524,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(16352,1524,'contacts_repeater_0_contact_values','1'),(16353,1524,'contacts_repeater_0_contact_icon','icon-cloud'),(16354,1524,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(16355,1524,'contacts_repeater_1_contact_values_0_contact_value_right',''),(16356,1524,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(16357,1524,'contacts_repeater_1_contact_values_1_contact_value_right',''),(16358,1524,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(16359,1524,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(16360,1524,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(16361,1524,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(16362,1524,'contacts_repeater_1_contact_values','4'),(16363,1524,'contacts_repeater_1_contact_icon','icon-paper'),(16364,1524,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(16365,1524,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(16366,1524,'contacts_repeater_1_contact_values_1_link_type',''),(16367,1524,'contacts_repeater_1_contact_values_2_link_type','tel:'),(16368,1524,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(16369,1524,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(16370,1524,'contacts_repeater_1_contact_values_0_link',''),(16371,1524,'contacts_repeater_1_contact_values_1_link',''),(16372,1524,'contacts_repeater_1_contact_values_2_link','+447899747275'),(16373,1524,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(16374,1524,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(16375,1524,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(16376,1524,'contacts_repeater_2_contact_values_0_contact_value_right',''),(16377,1524,'contacts_repeater_2_contact_values_0_link',''),(16378,1524,'contacts_repeater_2_contact_values_0_link_type',''),(16379,1524,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(16380,1524,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(16381,1524,'contacts_repeater_2_contact_values_1_link',''),(16382,1524,'contacts_repeater_2_contact_values_1_link_type','tel:'),(16383,1524,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(16384,1524,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(16385,1524,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(16386,1524,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(16387,1524,'contacts_repeater_2_contact_values','3'),(16388,1524,'contacts_repeater_2_contact_icon','icon-pie'),(16389,1524,'left_tab','a:5:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";}'),(16390,1524,'add_second_tab','0'),(16391,1524,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(16392,1524,'left_tab_0_departmant_repeater_0_contact_icon','icon-cloud'),(16393,1524,'left_tab_0_departmant_repeater_0_departmant','General enquiries'),(16394,1524,'left_tab_0_departmant_repeater_0_contact_values','0'),(16395,1524,'left_tab_0_departmant_repeater','1'),(16396,1524,'left_tab_0_contact_icon','icon-pie'),(16397,1524,'left_tab_0_departmant','倫敦'),(16398,1524,'left_tab_0_contact_values','3'),(16399,1524,'left_tab_0_spacer','1'),(16400,1524,'left_tab_0_contact_values_0_contact_value_left','地址:'),(16401,1524,'left_tab_0_contact_values_0_contact_value_right','1st Floor, 7/8 St Martin\'s Place, London, WC2N 4HA, UK'),(16402,1524,'left_tab_0_contact_values_0_link',''),(16403,1524,'left_tab_0_contact_values_0_link_type',''),(16404,1524,'left_tab_0_contact_values_1_contact_value_left','電話:'),(16405,1524,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(16406,1524,'left_tab_0_contact_values_1_link','+4402032865453'),(16407,1524,'left_tab_0_contact_values_1_link_type','tel:'),(16408,1524,'left_tab_0_contact_values_2_contact_value_left','電子郵件:'),(16409,1524,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(16410,1524,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(16411,1524,'left_tab_0_contact_values_2_link_type','mailto:'),(16412,1524,'left_tab_1_contact_icon','icon-paper'),(16413,1524,'left_tab_1_departmant','瑞士'),(16414,1524,'left_tab_1_contact_values_0_contact_value_left','地址:'),(16415,1524,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(16416,1524,'left_tab_1_contact_values_0_link',''),(16417,1524,'left_tab_1_contact_values_0_link_type',''),(16418,1524,'left_tab_1_contact_values_1_contact_value_left','電話:'),(16419,1524,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(16420,1524,'left_tab_1_contact_values_1_link','+410445853297'),(16421,1524,'left_tab_1_contact_values_1_link_type','tel:'),(16422,1524,'left_tab_1_contact_values_2_contact_value_left','電子郵件:'),(16423,1524,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(16424,1524,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(16425,1524,'left_tab_1_contact_values_2_link_type','mailto:'),(16426,1524,'left_tab_1_contact_values','3'),(16427,1524,'left_tab_1_spacer','1'),(16428,1524,'left_tab_2_contact_icon','icon-bullseye-small'),(16429,1524,'left_tab_2_departmant','賽普勒斯'),(16430,1524,'left_tab_2_contact_values_0_contact_value_left','地址:'),(16431,1524,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(16432,1524,'left_tab_2_contact_values_0_link',''),(16433,1524,'left_tab_2_contact_values_0_link_type',''),(16434,1524,'left_tab_2_contact_values_1_contact_value_left','電話:'),(16435,1524,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(16436,1524,'left_tab_2_contact_values_1_link','+4402032865453'),(16437,1524,'left_tab_2_contact_values_1_link_type','tel:'),(16438,1524,'left_tab_2_contact_values_2_contact_value_left','電子郵件:'),(16439,1524,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(16440,1524,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(16441,1524,'left_tab_2_contact_values_2_link_type','mailto:'),(16442,1524,'left_tab_2_contact_values','3'),(16443,1524,'left_tab_2_spacer','1'),(16444,1524,'left_tab_3_contact_icon','icon-cloud'),(16445,1524,'left_tab_3_departmant','塞爾維亞'),(16446,1524,'left_tab_3_contact_values_0_contact_value_left','電話:'),(16447,1524,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(16448,1524,'left_tab_3_contact_values_0_link','+4402032865453'),(16449,1524,'left_tab_3_contact_values_0_link_type','tel:'),(16450,1524,'left_tab_3_contact_values_1_contact_value_left','電子郵件:'),(16451,1524,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(16452,1524,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(16453,1524,'left_tab_3_contact_values_1_link_type','mailto:'),(16454,1524,'left_tab_3_contact_values','2'),(16455,1524,'left_tab_3_spacer','1'),(16456,1524,'left_tab_4_contact_icon','icon-mail'),(16457,1524,'left_tab_4_departmant','一般查詢'),(16458,1524,'left_tab_4_contact_values_0_contact_value_left','電子郵件:'),(16459,1524,'left_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(16460,1524,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(16461,1524,'left_tab_4_contact_values_0_link_type','mailto:'),(16462,1524,'left_tab_4_contact_values','1'),(16463,1524,'left_tab_4_spacer','1'),(16464,1524,'left_tab_name',''),(16465,1524,'right_tab_name','vsdvs'),(16466,1524,'right_tab_0_title',''),(16467,1524,'right_tab_0_circle1','icon-mail'),(16468,1524,'right_tab_0_circle2','icon-mail'),(16469,1524,'right_tab_0_circle3','icon-mail'),(16470,1524,'right_tab_0_circle1_label',''),(16471,1524,'right_tab_0_circle2_label',''),(16472,1524,'right_tab_0_circle3_label',''),(16473,1524,'right_tab_0_paragraph1',''),(16474,1524,'right_tab_0_paragraph2',''),(16475,1524,'right_tab_0_paragraph3',''),(16476,1524,'right_tab_0_spacer','1'),(16477,1524,'right_tab_1_items_list_repeater_0_title',''),(16478,1524,'right_tab_1_items_list_repeater_0_description',''),(16479,1524,'right_tab_1_items_list_repeater_1_title',''),(16480,1524,'right_tab_1_items_list_repeater_1_description',''),(16481,1524,'right_tab_1_items_list_repeater','2'),(16482,1524,'right_tab_1_spacer','1'),(16483,1524,'right_tab_2_image',''),(16484,1524,'right_tab_2_content',''),(16485,1524,'right_tab_2_button_label',''),(16486,1524,'right_tab_2_button_link',''),(16487,1524,'right_tab_2_spacer','1'),(16488,1524,'_wp_page_template','fluid.php'),(16489,1524,'_edit_last','1'),(16490,1524,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(16491,1524,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(16492,1524,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(16493,1524,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(16494,1524,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(16495,1524,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(16496,1524,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(16497,1524,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(16498,1524,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(16499,1524,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(16500,1524,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(16501,1524,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(16502,1524,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(16503,1524,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(16504,1524,'_left_tab_0_contact_values','field_56b3f47e69426'),(16505,1524,'_left_tab_0_spacer','field_56b3f305fafdb'),(16506,1524,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(16507,1524,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(16508,1524,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(16509,1524,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(16510,1524,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(16511,1524,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(16512,1524,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(16513,1524,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(16514,1524,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(16515,1524,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(16516,1524,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(16517,1524,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(16518,1524,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(16519,1524,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(16520,1524,'_left_tab_1_contact_values','field_56b3f47e69426'),(16521,1524,'_left_tab_1_spacer','field_56b3f305fafdb'),(16522,1524,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(16523,1524,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(16524,1524,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(16525,1524,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(16526,1524,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(16527,1524,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(16528,1524,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(16529,1524,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(16530,1524,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(16531,1524,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(16532,1524,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(16533,1524,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(16534,1524,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(16535,1524,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(16536,1524,'_left_tab_2_contact_values','field_56b3f47e69426'),(16537,1524,'_left_tab_2_spacer','field_56b3f305fafdb'),(16538,1524,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(16539,1524,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(16540,1524,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(16541,1524,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(16542,1524,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(16543,1524,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(16544,1524,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(16545,1524,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(16546,1524,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(16547,1524,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(16548,1524,'_left_tab_3_contact_values','field_56b3f47e69426'),(16549,1524,'_left_tab_3_spacer','field_56b3f305fafdb'),(16550,1524,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(16551,1524,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(16552,1524,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(16553,1524,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(16554,1524,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(16555,1524,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(16556,1524,'_left_tab_4_contact_values','field_56b3f47e69426'),(16557,1524,'_left_tab_4_spacer','field_56b3f305fafdb'),(16558,1524,'_left_tab','field_56b36c6deeda0'),(16559,1524,'_add_second_tab','field_56b36ca9eeda2'),(16560,1524,'_right_tab_0_title','field_56b3fab145550'),(16561,1524,'_right_tab_0_circle1','field_56b3fab145551'),(16562,1524,'_right_tab_0_circle2','field_56b3fab145552'),(16563,1524,'_right_tab_0_circle3','field_56b3fab145553'),(16564,1524,'_right_tab_0_circle1_label','field_56b3fab145554'),(16565,1524,'_right_tab_0_circle2_label','field_56b3fab145555'),(16566,1524,'_right_tab_0_circle3_label','field_56b3fab145556'),(16567,1524,'_right_tab_0_paragraph1','field_56b3fab145557'),(16568,1524,'_right_tab_0_paragraph2','field_56b3fab145558'),(16569,1524,'_right_tab_0_paragraph3','field_56b3fab145559'),(16570,1524,'_right_tab_0_spacer','field_56b3fab14555a'),(16571,1524,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(16572,1524,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(16573,1524,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(16574,1524,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(16575,1524,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(16576,1524,'_right_tab_1_spacer','field_56b3fab145570'),(16577,1524,'_right_tab_2_image','field_56b3fab145571'),(16578,1524,'_right_tab_2_content','field_56b3fab145572'),(16579,1524,'_right_tab_2_button_label','field_56b3fab145573'),(16580,1524,'_right_tab_2_button_link','field_56b3fab145574'),(16581,1524,'_right_tab_2_spacer','field_56b3fab145575'),(16582,1524,'_right_tab','field_56b3fab04554d'),(16583,1524,'add_third_tab','0'),(16584,1524,'_add_third_tab','field_57f54e889b77c'),(16585,1524,'third_tab',''),(16586,1524,'_third_tab','field_57f54ec39b77e'),(16587,1525,'left_tab','a:5:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";}'),(16588,1525,'_left_tab','field_56b36c6deeda0'),(16589,1525,'add_second_tab','0'),(16590,1525,'_add_second_tab','field_56b36ca9eeda2'),(16591,1525,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(16592,1525,'_right_tab','field_56b3fab04554d'),(16593,1525,'left_tab_0_contact_icon','icon-pie'),(16594,1525,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(16595,1525,'left_tab_0_departmant','London'),(16596,1525,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(16597,1525,'left_tab_0_contact_values','3'),(16598,1525,'_left_tab_0_contact_values','field_56b3f47e69426'),(16599,1525,'left_tab_0_spacer','1'),(16600,1525,'_left_tab_0_spacer','field_56b3f305fafdb'),(16601,1525,'left_tab_0_contact_values_0_contact_value_left','Address:'),(16602,1525,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(16603,1525,'left_tab_0_contact_values_0_contact_value_right','1st Floor, 7/8 St Martin\'s Place, London, WC2N 4HA, UK'),(16604,1525,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(16605,1525,'left_tab_0_contact_values_0_link',''),(16606,1525,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(16607,1525,'left_tab_0_contact_values_0_link_type',''),(16608,1525,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(16609,1525,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(16610,1525,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(16611,1525,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(16612,1525,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(16613,1525,'left_tab_0_contact_values_1_link','+4402032865453'),(16614,1525,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(16615,1525,'left_tab_0_contact_values_1_link_type','tel:'),(16616,1525,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(16617,1525,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(16618,1525,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(16619,1525,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(16620,1525,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(16621,1525,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(16622,1525,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(16623,1525,'left_tab_0_contact_values_2_link_type','mailto:'),(16624,1525,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(16625,1525,'left_tab_1_contact_icon','icon-paper'),(16626,1525,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(16627,1525,'left_tab_1_departmant','Switzerland'),(16628,1525,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(16629,1525,'left_tab_1_contact_values_0_contact_value_left','Address:'),(16630,1525,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(16631,1525,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(16632,1525,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(16633,1525,'left_tab_1_contact_values_0_link',''),(16634,1525,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(16635,1525,'left_tab_1_contact_values_0_link_type',''),(16636,1525,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(16637,1525,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(16638,1525,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(16639,1525,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(16640,1525,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(16641,1525,'left_tab_1_contact_values_1_link','+410445853297'),(16642,1525,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(16643,1525,'left_tab_1_contact_values_1_link_type','tel:'),(16644,1525,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(16645,1525,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(16646,1525,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(16647,1525,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(16648,1525,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(16649,1525,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(16650,1525,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(16651,1525,'left_tab_1_contact_values_2_link_type','mailto:'),(16652,1525,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(16653,1525,'left_tab_1_contact_values','3'),(16654,1525,'_left_tab_1_contact_values','field_56b3f47e69426'),(16655,1525,'left_tab_1_spacer','1'),(16656,1525,'_left_tab_1_spacer','field_56b3f305fafdb'),(16657,1525,'left_tab_2_contact_icon','icon-bullseye-small'),(16658,1525,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(16659,1525,'left_tab_2_departmant','Cyprus'),(16660,1525,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(16661,1525,'left_tab_2_contact_values_0_contact_value_left','Address:'),(16662,1525,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(16663,1525,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(16664,1525,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(16665,1525,'left_tab_2_contact_values_0_link',''),(16666,1525,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(16667,1525,'left_tab_2_contact_values_0_link_type',''),(16668,1525,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(16669,1525,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(16670,1525,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(16671,1525,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(16672,1525,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(16673,1525,'left_tab_2_contact_values_1_link','+4402032865453'),(16674,1525,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(16675,1525,'left_tab_2_contact_values_1_link_type','tel:'),(16676,1525,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(16677,1525,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(16678,1525,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(16679,1525,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(16680,1525,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(16681,1525,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(16682,1525,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(16683,1525,'left_tab_2_contact_values_2_link_type','mailto:'),(16684,1525,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(16685,1525,'left_tab_2_contact_values','3'),(16686,1525,'_left_tab_2_contact_values','field_56b3f47e69426'),(16687,1525,'left_tab_2_spacer','1'),(16688,1525,'_left_tab_2_spacer','field_56b3f305fafdb'),(16689,1525,'left_tab_3_contact_icon','icon-cloud'),(16690,1525,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(16691,1525,'left_tab_3_departmant','Serbia'),(16692,1525,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(16693,1525,'left_tab_3_contact_values_0_contact_value_left','Tel:'),(16694,1525,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(16695,1525,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(16696,1525,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(16697,1525,'left_tab_3_contact_values_0_link','+4402032865453'),(16698,1525,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(16699,1525,'left_tab_3_contact_values_0_link_type','tel:'),(16700,1525,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(16701,1525,'left_tab_3_contact_values_1_contact_value_left','E-mail:'),(16702,1525,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(16703,1525,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(16704,1525,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(16705,1525,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(16706,1525,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(16707,1525,'left_tab_3_contact_values_1_link_type','mailto:'),(16708,1525,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(16709,1525,'left_tab_3_contact_values','2'),(16710,1525,'_left_tab_3_contact_values','field_56b3f47e69426'),(16711,1525,'left_tab_3_spacer','1'),(16712,1525,'_left_tab_3_spacer','field_56b3f305fafdb'),(16713,1525,'left_tab_4_contact_icon','icon-mail'),(16714,1525,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(16715,1525,'left_tab_4_departmant','General enquiries'),(16716,1525,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(16717,1525,'left_tab_4_contact_values_0_contact_value_left','E-mail:'),(16718,1525,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(16719,1525,'left_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(16720,1525,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(16721,1525,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(16722,1525,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(16723,1525,'left_tab_4_contact_values_0_link_type','mailto:'),(16724,1525,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(16725,1525,'left_tab_4_contact_values','1'),(16726,1525,'_left_tab_4_contact_values','field_56b3f47e69426'),(16727,1525,'left_tab_4_spacer','1'),(16728,1525,'_left_tab_4_spacer','field_56b3f305fafdb'),(16729,1525,'right_tab_0_title',''),(16730,1525,'_right_tab_0_title','field_56b3fab145550'),(16731,1525,'right_tab_0_circle1','icon-mail'),(16732,1525,'_right_tab_0_circle1','field_56b3fab145551'),(16733,1525,'right_tab_0_circle2','icon-mail'),(16734,1525,'_right_tab_0_circle2','field_56b3fab145552'),(16735,1525,'right_tab_0_circle3','icon-mail'),(16736,1525,'_right_tab_0_circle3','field_56b3fab145553'),(16737,1525,'right_tab_0_circle1_label',''),(16738,1525,'_right_tab_0_circle1_label','field_56b3fab145554'),(16739,1525,'right_tab_0_circle2_label',''),(16740,1525,'_right_tab_0_circle2_label','field_56b3fab145555'),(16741,1525,'right_tab_0_circle3_label',''),(16742,1525,'_right_tab_0_circle3_label','field_56b3fab145556'),(16743,1525,'right_tab_0_paragraph1',''),(16744,1525,'_right_tab_0_paragraph1','field_56b3fab145557'),(16745,1525,'right_tab_0_paragraph2',''),(16746,1525,'_right_tab_0_paragraph2','field_56b3fab145558'),(16747,1525,'right_tab_0_paragraph3',''),(16748,1525,'_right_tab_0_paragraph3','field_56b3fab145559'),(16749,1525,'right_tab_0_spacer','1'),(16750,1525,'_right_tab_0_spacer','field_56b3fab14555a'),(16751,1525,'right_tab_1_items_list_repeater_0_title',''),(16752,1525,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(16753,1525,'right_tab_1_items_list_repeater_0_description',''),(16754,1525,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(16755,1525,'right_tab_1_items_list_repeater_1_title',''),(16756,1525,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(16757,1525,'right_tab_1_items_list_repeater_1_description',''),(16758,1525,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(16759,1525,'right_tab_1_items_list_repeater','2'),(16760,1525,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(16761,1525,'right_tab_1_spacer','1'),(16762,1525,'_right_tab_1_spacer','field_56b3fab145570'),(16763,1525,'right_tab_2_image',''),(16764,1525,'_right_tab_2_image','field_56b3fab145571'),(16765,1525,'right_tab_2_content',''),(16766,1525,'_right_tab_2_content','field_56b3fab145572'),(16767,1525,'right_tab_2_button_label',''),(16768,1525,'_right_tab_2_button_label','field_56b3fab145573'),(16769,1525,'right_tab_2_button_link',''),(16770,1525,'_right_tab_2_button_link','field_56b3fab145574'),(16771,1525,'right_tab_2_spacer','1'),(16772,1525,'_right_tab_2_spacer','field_56b3fab145575'),(16773,1525,'add_third_tab','0'),(16774,1525,'_add_third_tab','field_57f54e889b77c'),(16775,1525,'third_tab',''),(16776,1525,'_third_tab','field_57f54ec39b77e'),(16777,1524,'_edit_lock','1482177953:1'),(16778,1526,'cases_repeater_0_cases_title','- Largest Greek Bank'),(16779,1526,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(16780,1526,'cases_repeater_0_icon','icon-bullseye-small'),(16781,1526,'cases_repeater_0_cases_icon_title','Financial services'),(16782,1526,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(16783,1526,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(16784,1526,'cases_repeater_1_icon','icon-progress-small'),(16785,1526,'cases_repeater_1_cases_icon_title','Commodities'),(16786,1526,'cases_repeater','3'),(16787,1526,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(16788,1526,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(16789,1526,'cases_repeater_2_icon','icon-pill-small'),(16790,1526,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(16791,1526,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(16792,1526,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(16793,1526,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(16794,1526,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(16795,1526,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(16796,1526,'conferences_repeater_2_conference_place_and_date','September, 2015'),(16797,1526,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(16798,1526,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(16799,1526,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(16800,1526,'conferences_repeater_4_conference_place_and_date','May, 2015'),(16801,1526,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(16802,1526,'conferences_repeater_5_conference_place_and_date','April, 2015'),(16803,1526,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(16804,1526,'conferences_repeater_6_conference_place_and_date','January, 2015'),(16805,1526,'conferences_repeater','7'),(16806,1526,'conferences_contact','Previous conferences available upon request'),(16807,1526,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(16808,1526,'conferences_icon','icon-mail'),(16809,1526,'conferences_contact_text','Previous conferences available upon request'),(16810,1526,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(16811,1526,'add_second_tab','1'),(16812,1526,'right_tab','a:7:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";i:4;s:20:\"wysiwyg_editor_block\";i:5;s:16:\"items_list_block\";i:6;s:13:\"contact_block\";}'),(16813,1526,'left_tab_0_wysiwyg_editor','<div class=\"page\" title=\"Page 9\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>我們成功完成某些最大型公司與金融機構的重組與轉型。 以下是部分範例以及我們的成功案例:</h3>\r\n</div>\r\n</div>\r\n</div>'),(16814,1526,'left_tab_0_spacer','0'),(16815,1526,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(16816,1526,'left_tab_1_cases_repeater_0_title','-希臘最大的銀行'),(16817,1526,'left_tab_1_cases_repeater_0_icon_title','金融服務'),(16818,1526,'left_tab_1_cases_repeater_0_details','頂尖國際銀行的重組。我們解決該銀行約 80%的負債、引導非核心 資產的處分,以及確認與管理收購。這讓我們客戶的規模在 24 個 月的期間內加倍,並讓其重新定位為市場領導者,成功額外增加的 10%資本。'),(16819,1526,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(16820,1526,'left_tab_1_cases_repeater_1_title','-最大的國際獨立煉油營運商 \r\n-GATE Alternative Energy'),(16821,1526,'left_tab_1_cases_repeater_1_icon_title','商品'),(16822,1526,'left_tab_1_cases_repeater_1_details','大型石化集團,營業額超過 200 億美元(5 億美元的稅前息前折舊攤 銷前盈餘)。這種參與必須徹底改變市場焦點、分拆集團、配合各個 部門的重新定位,並且逐漸停止其非核心實體。創造的總價值為初 始基值的 20% (重組後 100%到 120%)'),(16823,1526,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(16824,1526,'left_tab_1_cases_repeater_2_title','-藥品運銷 \r\n-藥品追蹤及生產\r\n'),(16825,1526,'left_tab_1_cases_repeater_2_icon_title','製藥'),(16826,1526,'left_tab_1_cases_repeater_2_details','我們引導大型製藥公司的收購及轉型。這包括專業製藥公司的分 割,以及以 50%購買成本的利潤處分專業製藥公司。\r\n'),(16827,1526,'left_tab_1_cases_repeater','3'),(16828,1526,'left_tab_1_spacer','0'),(16829,1526,'left_tab_name','案例'),(16830,1526,'right_tab_name','會議'),(16831,1526,'right_tab_0_wysiwyg_editor','<div class=\"page\" title=\"Page 10\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>2016 年會議</h3>\r\n</div>\r\n</div>\r\n</div>'),(16832,1526,'right_tab_0_spacer','1'),(16833,1526,'right_tab_1_items_list_repeater_0_title','英國脫歐:公民投票的結果─是否為正確答案?'),(16834,1526,'right_tab_1_items_list_repeater_0_description','2016年6月29日,倫敦'),(16835,1526,'right_tab_1_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(16836,1526,'right_tab_1_items_list_repeater_1_description','2016年4月14日,克雷姆斯'),(16837,1526,'right_tab_1_items_list_repeater','4'),(16838,1526,'right_tab_1_spacer','0'),(16839,1526,'right_tab_2_contact_icon','icon-mail'),(16840,1526,'right_tab_2_contact_title','Previous conferences available upon request.'),(16841,1526,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(16842,1526,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(16843,1526,'right_tab_2_contact_values_0_link_type','mailto:'),(16844,1526,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(16845,1526,'right_tab_2_contact_values','1'),(16846,1526,'add_third_tab','1'),(16847,1526,'third_tab_name','近期活動'),(16848,1526,'third_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(16849,1526,'right_tab_2_wysiwyg_editor','<h3>2015 年會議</h3>'),(16850,1526,'right_tab_2_spacer','1'),(16851,1526,'right_tab_3_items_list_repeater_0_title','法蘭克福可以在歐洲金融市場扮演的角色'),(16852,1526,'right_tab_3_items_list_repeater_0_description','2015 年 10 月,法蘭克福'),(16853,1526,'right_tab_3_items_list_repeater_1_title','米蘭FS圓桌會議:私人資產管理公司在義大利銀行重組所扮演的角色'),(16854,1526,'right_tab_3_items_list_repeater_1_description','2015年10月,米蘭'),(16855,1526,'right_tab_3_items_list_repeater_2_title','不良資產投資會議─NPL交易與價值清收'),(16856,1526,'right_tab_3_items_list_repeater_2_description','2015年9月,倫敦'),(16857,1526,'right_tab_3_items_list_repeater_3_title','轉型後的重建小組'),(16858,1526,'right_tab_3_items_list_repeater_3_description','2015年6月,斯德哥爾摩'),(16859,1526,'right_tab_3_items_list_repeater_4_title','馬德里 FS 圓桌會議:馬德 里如何在歐洲後資產品質 檢驗(AQR)中持續建立大好 機會?'),(16860,1526,'right_tab_3_items_list_repeater_4_description','2015 年 5 月,馬德里'),(16861,1526,'right_tab_3_items_list_repeater_5_title','2014 年 3 月東歐會議─ 轉型的新興金融邊界'),(16862,1526,'right_tab_3_items_list_repeater_5_description','2015 年 4 月,布加勒斯 特'),(16863,1526,'right_tab_3_items_list_repeater_6_title','倫敦 FS 圓桌會議:倫敦在 歐洲銀行重組時扮演中心 的角色'),(16864,1526,'right_tab_3_items_list_repeater_6_description','2015年1月,倫敦'),(16865,1526,'right_tab_3_items_list_repeater','7'),(16866,1526,'right_tab_3_spacer','0'),(16867,1526,'right_tab_4_contact_icon','icon-mail'),(16868,1526,'right_tab_4_contact_title','Previous conferences available upon request.'),(16869,1526,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(16870,1526,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(16871,1526,'right_tab_4_contact_values_0_link_type','mailto:'),(16872,1526,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(16873,1526,'right_tab_4_contact_values','1'),(16874,1526,'right_tab_1_items_list_repeater_2_title','買入 CEE 的私人股權'),(16875,1526,'right_tab_1_items_list_repeater_2_description','2016 年 3 月 16 日,布 拉格'),(16876,1526,'right_tab_1_items_list_repeater_3_title','2016 年不良資產投資論壇 ─DDC Financial Group'),(16877,1526,'right_tab_1_items_list_repeater_3_description','2016年3月9日至10日, 倫敦'),(16878,1526,'right_tab_4_wysiwyg_editor','<div class=\"page\" title=\"Page 10\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>2014 年會議</h3>\r\n</div>\r\n</div>\r\n</div>'),(16879,1526,'right_tab_4_spacer','1'),(16880,1526,'right_tab_5_items_list_repeater_0_title','私人資產管理公司及價值清收(NPL International)'),(16881,1526,'right_tab_5_items_list_repeater_0_description','2014 年 4 月,巴黎'),(16882,1526,'right_tab_5_items_list_repeater_1_title','在末日啟示後,為中歐翻轉重建強大的金融平台'),(16883,1526,'right_tab_5_items_list_repeater_1_description','2014年6月,布加勒斯特'),(16884,1526,'right_tab_5_items_list_repeater_2_title','跨境銀行轉型與重整(歐洲的重組及破產)'),(16885,1526,'right_tab_5_items_list_repeater_2_description','2014年12月,維也納'),(16886,1526,'right_tab_5_items_list_repeater_3_title','NPL趨勢及銀行重組(NPL Europe)'),(16887,1526,'right_tab_5_items_list_repeater_3_description','2014年10月,倫敦'),(16888,1526,'right_tab_5_items_list_repeater','4'),(16889,1526,'right_tab_5_spacer','1'),(16890,1526,'right_tab_6_contact_icon','icon-mail'),(16891,1526,'right_tab_6_contact_title','先前的會議可依要求提供'),(16892,1526,'right_tab_6_contact_values_0_contact_value_left','電子郵件:'),(16893,1526,'right_tab_6_contact_values_0_contact_value_right','lukas.fecker@innovationbrain.com'),(16894,1526,'right_tab_6_contact_values_0_link_type','mailto:'),(16895,1526,'right_tab_6_contact_values_0_link','lukas.fecker@innovationbrain.com'),(16896,1526,'right_tab_6_contact_values','1'),(16897,1526,'third_tab_0_wysiwyg_editor','<h3>2016年即將登場</h3>'),(16898,1526,'third_tab_0_spacer','1'),(16899,1526,'third_tab_1_items_list_repeater','3'),(16900,1526,'third_tab_1_spacer','1'),(16901,1526,'third_tab_1_items_list_repeater_0_title','不良資產投資。變更為重 組專家的「工具組」。全 新發展及未來趨勢 [Fecker 博士為小組成員]'),(16902,1526,'third_tab_1_items_list_repeater_0_description','2016 年 9 月 29 日,倫敦'),(16903,1526,'third_tab_1_items_list_repeater_1_title','2016年DEBTWIRE歐洲重組論壇 [Fecker博士為小組主持人]'),(16904,1526,'third_tab_1_items_list_repeater_1_description','2016年10月12日,倫敦'),(16905,1526,'third_tab_1_items_list_repeater_2_title','論壇及1對1會議。 主題:資本連結 [Fecker博士為演講者]'),(16906,1526,'third_tab_1_items_list_repeater_2_description','2016年10月20日至21日,倫敦'),(16907,1526,'_wp_page_template','fluid.php'),(16908,1526,'_edit_last','1'),(16909,1526,'_left_tab_name','field_56b3976017dce'),(16910,1526,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(16911,1526,'_left_tab_0_spacer','field_56b371c577c8c'),(16912,1526,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(16913,1526,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(16914,1526,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(16915,1526,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(16916,1526,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(16917,1526,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(16918,1526,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(16919,1526,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(16920,1526,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(16921,1526,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(16922,1526,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(16923,1526,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(16924,1526,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(16925,1526,'_left_tab_1_spacer','field_56b3f001dbf09'),(16926,1526,'_left_tab','field_56b36c6deeda0'),(16927,1526,'_add_second_tab','field_56b36ca9eeda2'),(16928,1526,'_right_tab_name','field_56b3978117dcf'),(16929,1526,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(16930,1526,'_right_tab_0_spacer','field_56b3fab14554f'),(16931,1526,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(16932,1526,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(16933,1526,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(16934,1526,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(16935,1526,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(16936,1526,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(16937,1526,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(16938,1526,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(16939,1526,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(16940,1526,'_right_tab_1_spacer','field_56b3fab145570'),(16941,1526,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(16942,1526,'_right_tab_2_spacer','field_56b3fab14554f'),(16943,1526,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(16944,1526,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(16945,1526,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(16946,1526,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(16947,1526,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(16948,1526,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(16949,1526,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(16950,1526,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(16951,1526,'_right_tab_3_items_list_repeater_4_title','field_56b3fab14556e'),(16952,1526,'_right_tab_3_items_list_repeater_4_description','field_56b3fab14556f'),(16953,1526,'_right_tab_3_items_list_repeater_5_title','field_56b3fab14556e'),(16954,1526,'_right_tab_3_items_list_repeater_5_description','field_56b3fab14556f'),(16955,1526,'_right_tab_3_items_list_repeater_6_title','field_56b3fab14556e'),(16956,1526,'_right_tab_3_items_list_repeater_6_description','field_56b3fab14556f'),(16957,1526,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(16958,1526,'_right_tab_3_spacer','field_56b3fab145570'),(16959,1526,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(16960,1526,'_right_tab_4_spacer','field_56b3fab14554f'),(16961,1526,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(16962,1526,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(16963,1526,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(16964,1526,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(16965,1526,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(16966,1526,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(16967,1526,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(16968,1526,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(16969,1526,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(16970,1526,'_right_tab_5_spacer','field_56b3fab145570'),(16971,1526,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(16972,1526,'_right_tab_6_contact_title','field_56b4001eb0921'),(16973,1526,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(16974,1526,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(16975,1526,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(16976,1526,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(16977,1526,'_right_tab_6_contact_values','field_56b3fde2ce062'),(16978,1526,'_right_tab','field_56b3fab04554d'),(16979,1526,'_add_third_tab','field_57f54e889b77c'),(16980,1526,'_third_tab_name','field_57f54ea19b77d'),(16981,1526,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(16982,1526,'_third_tab_0_spacer','field_57f54ec49b780'),(16983,1526,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(16984,1526,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(16985,1526,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(16986,1526,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(16987,1526,'_third_tab_1_items_list_repeater_2_title','field_57f54ec49b79f'),(16988,1526,'_third_tab_1_items_list_repeater_2_description','field_57f54ec49b7a0'),(16989,1526,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(16990,1526,'_third_tab_1_spacer','field_57f54ec49b7a1'),(16991,1526,'_third_tab','field_57f54ec39b77e'),(16992,1527,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(16993,1527,'_left_tab','field_56b36c6deeda0'),(16994,1527,'add_second_tab','1'),(16995,1527,'_add_second_tab','field_56b36ca9eeda2'),(16996,1527,'right_tab','a:7:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";i:4;s:20:\"wysiwyg_editor_block\";i:5;s:16:\"items_list_block\";i:6;s:13:\"contact_block\";}'),(16997,1527,'_right_tab','field_56b3fab04554d'),(16998,1527,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(16999,1527,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(17000,1527,'left_tab_0_spacer','0'),(17001,1527,'_left_tab_0_spacer','field_56b371c577c8c'),(17002,1527,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(17003,1527,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(17004,1527,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(17005,1527,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(17006,1527,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(17007,1527,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(17008,1527,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(17009,1527,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(17010,1527,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(17011,1527,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(17012,1527,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(17013,1527,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(17014,1527,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(17015,1527,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(17016,1527,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(17017,1527,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(17018,1527,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(17019,1527,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(17020,1527,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(17021,1527,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(17022,1527,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(17023,1527,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(17024,1527,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(17025,1527,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(17026,1527,'left_tab_1_cases_repeater','3'),(17027,1527,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(17028,1527,'left_tab_1_spacer','0'),(17029,1527,'_left_tab_1_spacer','field_56b3f001dbf09'),(17030,1527,'left_tab_name','Cases'),(17031,1527,'_left_tab_name','field_56b3976017dce'),(17032,1527,'right_tab_name','Conferences'),(17033,1527,'_right_tab_name','field_56b3978117dcf'),(17034,1527,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(17035,1527,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(17036,1527,'right_tab_0_spacer','1'),(17037,1527,'_right_tab_0_spacer','field_56b3fab14554f'),(17038,1527,'right_tab_1_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(17039,1527,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(17040,1527,'right_tab_1_items_list_repeater_0_description','London, 29 June 2016'),(17041,1527,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(17042,1527,'right_tab_1_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(17043,1527,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(17044,1527,'right_tab_1_items_list_repeater_1_description','London, 29 June 2016'),(17045,1527,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(17046,1527,'right_tab_1_items_list_repeater','4'),(17047,1527,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(17048,1527,'right_tab_1_spacer','0'),(17049,1527,'_right_tab_1_spacer','field_56b3fab145570'),(17050,1527,'add_third_tab','1'),(17051,1527,'_add_third_tab','field_57f54e889b77c'),(17052,1527,'third_tab_name','Upcoming Events'),(17053,1527,'_third_tab_name','field_57f54ea19b77d'),(17054,1527,'third_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";}'),(17055,1527,'_third_tab','field_57f54ec39b77e'),(17056,1527,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(17057,1527,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(17058,1527,'right_tab_2_spacer','1'),(17059,1527,'_right_tab_2_spacer','field_56b3fab14554f'),(17060,1527,'right_tab_3_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(17061,1527,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(17062,1527,'right_tab_3_items_list_repeater_0_description','Frankfurt, October, 2015'),(17063,1527,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(17064,1527,'right_tab_3_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(17065,1527,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(17066,1527,'right_tab_3_items_list_repeater_1_description','Milan, October, 2015'),(17067,1527,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(17068,1527,'right_tab_3_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(17069,1527,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(17070,1527,'right_tab_3_items_list_repeater_2_description','London, September, 2015'),(17071,1527,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(17072,1527,'right_tab_3_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(17073,1527,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(17074,1527,'right_tab_3_items_list_repeater_3_description','Stockholm June, 2015'),(17075,1527,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(17076,1527,'right_tab_3_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(17077,1527,'_right_tab_3_items_list_repeater_4_title','field_56b3fab14556e'),(17078,1527,'right_tab_3_items_list_repeater_4_description','Madrid, May, 2015'),(17079,1527,'_right_tab_3_items_list_repeater_4_description','field_56b3fab14556f'),(17080,1527,'right_tab_3_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(17081,1527,'_right_tab_3_items_list_repeater_5_title','field_56b3fab14556e'),(17082,1527,'right_tab_3_items_list_repeater_5_description','Bucharest, April, 2015'),(17083,1527,'_right_tab_3_items_list_repeater_5_description','field_56b3fab14556f'),(17084,1527,'right_tab_3_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(17085,1527,'_right_tab_3_items_list_repeater_6_title','field_56b3fab14556e'),(17086,1527,'right_tab_3_items_list_repeater_6_description','London, January, 2015'),(17087,1527,'_right_tab_3_items_list_repeater_6_description','field_56b3fab14556f'),(17088,1527,'right_tab_3_items_list_repeater','7'),(17089,1527,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(17090,1527,'right_tab_3_spacer','0'),(17091,1527,'_right_tab_3_spacer','field_56b3fab145570'),(17092,1527,'right_tab_1_items_list_repeater_2_title','Private Equity Buying into CEE'),(17093,1527,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(17094,1527,'right_tab_1_items_list_repeater_2_description','Prague, 16 March 2016'),(17095,1527,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(17096,1527,'right_tab_1_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(17097,1527,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(17098,1527,'right_tab_1_items_list_repeater_3_description','London, 9-10 March 2016'),(17099,1527,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(17100,1527,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(17101,1527,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(17102,1527,'right_tab_4_spacer','1'),(17103,1527,'_right_tab_4_spacer','field_56b3fab14554f'),(17104,1527,'right_tab_5_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(17105,1527,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(17106,1527,'right_tab_5_items_list_repeater_0_description','Paris, April 2014'),(17107,1527,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(17108,1527,'right_tab_5_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(17109,1527,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(17110,1527,'right_tab_5_items_list_repeater_1_description','Bucharest, Jun 2014'),(17111,1527,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(17112,1527,'right_tab_5_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(17113,1527,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(17114,1527,'right_tab_5_items_list_repeater_2_description','Vienna, December 2014'),(17115,1527,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(17116,1527,'right_tab_5_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(17117,1527,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(17118,1527,'right_tab_5_items_list_repeater_3_description','London, Ocrober 2014'),(17119,1527,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(17120,1527,'right_tab_5_items_list_repeater','4'),(17121,1527,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(17122,1527,'right_tab_5_spacer','1'),(17123,1527,'_right_tab_5_spacer','field_56b3fab145570'),(17124,1527,'right_tab_6_contact_icon','icon-mail'),(17125,1527,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(17126,1527,'right_tab_6_contact_title','Previous conferences available upon request.'),(17127,1527,'_right_tab_6_contact_title','field_56b4001eb0921'),(17128,1527,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(17129,1527,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(17130,1527,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(17131,1527,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(17132,1527,'right_tab_6_contact_values_0_link_type','mailto:'),(17133,1527,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(17134,1527,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(17135,1527,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(17136,1527,'right_tab_6_contact_values','1'),(17137,1527,'_right_tab_6_contact_values','field_56b3fde2ce062'),(17138,1527,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2016</h3>'),(17139,1527,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(17140,1527,'third_tab_0_spacer','1'),(17141,1527,'_third_tab_0_spacer','field_57f54ec49b780'),(17142,1527,'third_tab_1_items_list_repeater','3'),(17143,1527,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(17144,1527,'third_tab_1_spacer','1'),(17145,1527,'_third_tab_1_spacer','field_57f54ec49b7a1'),(17146,1527,'third_tab_1_items_list_repeater_0_title','Distressed Investing. Changes to the restructuring professionals \"toolkit\". New developments and future trends [Dr Fecker is Panelist]'),(17147,1527,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(17148,1527,'third_tab_1_items_list_repeater_0_description','London, 29 September 2016'),(17149,1527,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(17150,1527,'third_tab_1_items_list_repeater_1_title','DEBTWIREEuropean Restructuring Forum 2016 [Dr Fecker is Moderator for The Panel]'),(17151,1527,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(17152,1527,'third_tab_1_items_list_repeater_1_description','London, 12 October 2016'),(17153,1527,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(17154,1527,'third_tab_1_items_list_repeater_2_title','Forum and 1 on 1 Meetings. Topic: Capital Connections [Dr Fecker is Speaker]'),(17155,1527,'_third_tab_1_items_list_repeater_2_title','field_57f54ec49b79f'),(17156,1527,'third_tab_1_items_list_repeater_2_description','London, 20 - 21st October 2016'),(17157,1527,'_third_tab_1_items_list_repeater_2_description','field_57f54ec49b7a0'),(17158,1526,'_edit_lock','1482177959:1'),(17159,1529,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<div class=\"page\" title=\"Page 7\">\r\n<div class=\"layoutArea\">\r\n<h3 class=\"column\">透過創新與轉型從破壞中創造價值</h3>\r\n</div>\r\n</div>\r\n</header>\r\n<div class=\"page\" title=\"Page 7\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<pre>我們擁有多種領域的專家,例如金融服務、商品、製藥。我們提供重組、轉型及創新\r\n等服務的專業知識。我們的專家解決方案有回收及改善;貿易轉型、製藥,以及批發\r\n與零售\r\n</pre>\r\n</div>\r\n</div>\r\n</div>'),(17160,1529,'left_tab_0_spacer','0'),(17161,1529,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:19:\"3circles_block_text\";i:2;s:19:\"3circles_block_text\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:15:\"read_more_block\";}'),(17162,1529,'add_second_tab','0'),(17163,1529,'right_tab',''),(17164,1529,'left_tab_1_title','領域'),(17165,1529,'left_tab_1_circle1','icon-bullseye'),(17166,1529,'left_tab_1_circle2','icon-progress'),(17167,1529,'left_tab_1_circle3','icon-pill'),(17168,1529,'left_tab_1_circle1_label','金融服務'),(17169,1529,'left_tab_1_circle2_label','商品'),(17170,1529,'left_tab_1_circle3_label','製藥'),(17171,1529,'left_tab_1_paragraph1','我們的重點在於解決 方案、私人資產管理公 司的設立與籌資,以及 管理續存資產作業\r\n'),(17172,1529,'left_tab_1_paragraph2','我們的專業在於收購 農產品、日常用品,以 及需要重組和轉型之 交易的非核心資產\r\n'),(17173,1529,'left_tab_1_paragraph3','我們支援配銷組織轉 型的產業;生產設施及 非核心資產的收購與 轉型\r\n'),(17174,1529,'left_tab_1_spacer','0'),(17175,1529,'left_tab_2_title','服務'),(17176,1529,'left_tab_2_circle1','icon-grid'),(17177,1529,'left_tab_2_circle2','icon-turnaround'),(17178,1529,'left_tab_2_circle3','icon-folder'),(17179,1529,'left_tab_2_circle1_label','產權管理'),(17180,1529,'left_tab_2_circle2_label','轉型諮詢'),(17181,1529,'left_tab_2_circle3_label','投資與注資'),(17182,1529,'left_tab_2_paragraph1','產權管理包含我們的 自營投資,以及債權轉 股權。我們也提供管理 領導團隊,代表我們自 己與我們的投資人經 營投資'),(17183,1529,'left_tab_2_paragraph2','我們的轉型專家是曾 經透過成長、收購、重 組與轉型來領導、建立 與指導主要業務的前 資深專員。他們也獲得 分析團隊的支援,這些 分析團隊來自聯絡網 公司(例如:四大會計 師事務所)及小型專業 分析服務'),(17184,1529,'left_tab_2_paragraph3','我們的轉型專家是曾 經透過成長、收購、重 組與轉型來領導、建立 與指導主要業務的前 資深專員。他們也獲得 分析團隊的支援,這些 分析團隊來自聯絡網 公司(例如:四大會計 師事務所)及小型專業 分析服務'),(17185,1529,'left_tab_2_spacer','0'),(17186,1529,'left_tab_3_wysiwyg_editor','<div class=\"page\" title=\"Page 7\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n我們具備大規模專家聯絡網,保證可以免除資產負債表中的風險。我們透過我們 的公司、子公司及合作夥伴網路與您合作,以分拆您的業務並創造價值。我們讓 您能夠參與貴公司的清收。\r\n\r\n</div>\r\n</div>\r\n</div>'),(17187,1529,'left_tab_3_spacer','1'),(17188,1529,'left_tab_4_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(17189,1529,'left_tab_4_title','透過創新與轉型 <br>創造股東價值'),(17190,1529,'left_tab_4_button_label','下載 PDF (312 kb)'),(17191,1529,'left_tab_4_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(17192,1529,'_wp_page_template','fluid.php'),(17193,1529,'_edit_last','1'),(17194,1529,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(17195,1529,'_left_tab_0_spacer','field_56b371c577c8c'),(17196,1529,'_left_tab_1_title','field_56b3db70da032'),(17197,1529,'_left_tab_1_circle1','field_56b3da76da02b'),(17198,1529,'_left_tab_1_circle2','field_56b3da76da02c'),(17199,1529,'_left_tab_1_circle3','field_56b3da76da02d'),(17200,1529,'_left_tab_1_circle1_label','field_56b3da76da02e'),(17201,1529,'_left_tab_1_circle2_label','field_56b3da76da02f'),(17202,1529,'_left_tab_1_circle3_label','field_56b3da76da030'),(17203,1529,'_left_tab_1_paragraph1','field_56b3db8eda033'),(17204,1529,'_left_tab_1_paragraph2','field_56b3dc6dda035'),(17205,1529,'_left_tab_1_paragraph3','field_56b3dc74da036'),(17206,1529,'_left_tab_1_spacer','field_56b3da76da031'),(17207,1529,'_left_tab_2_title','field_56b3db70da032'),(17208,1529,'_left_tab_2_circle1','field_56b3da76da02b'),(17209,1529,'_left_tab_2_circle2','field_56b3da76da02c'),(17210,1529,'_left_tab_2_circle3','field_56b3da76da02d'),(17211,1529,'_left_tab_2_circle1_label','field_56b3da76da02e'),(17212,1529,'_left_tab_2_circle2_label','field_56b3da76da02f'),(17213,1529,'_left_tab_2_circle3_label','field_56b3da76da030'),(17214,1529,'_left_tab_2_paragraph1','field_56b3db8eda033'),(17215,1529,'_left_tab_2_paragraph2','field_56b3dc6dda035'),(17216,1529,'_left_tab_2_paragraph3','field_56b3dc74da036'),(17217,1529,'_left_tab_2_spacer','field_56b3da76da031'),(17218,1529,'_left_tab_3_wysiwyg_editor','field_56b3711077c86'),(17219,1529,'_left_tab_3_spacer','field_56b371c577c8c'),(17220,1529,'_left_tab_4_image','field_56b373f3b6e44'),(17221,1529,'_left_tab_4_title','field_56b373afb6e42'),(17222,1529,'_left_tab_4_button_label','field_56b373ceb6e43'),(17223,1529,'_left_tab_4_button_link','field_56b374ff0ad17'),(17224,1529,'_left_tab','field_56b36c6deeda0'),(17225,1529,'_add_second_tab','field_56b36ca9eeda2'),(17226,1529,'_right_tab','field_56b3fab04554d'),(17227,1529,'add_third_tab','0'),(17228,1529,'_add_third_tab','field_57f54e889b77c'),(17229,1529,'third_tab',''),(17230,1529,'_third_tab','field_57f54ec39b77e'),(17231,1530,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Value creation from destruction through innovation and turnaround</h3>\r\n</header>Our experts span a wide range of Sectors such as Financial Services, Commodities, Pharmaceuticals. We provide our expertise in Services such as Restructuring, Turnaround and Innovation. Our expert Solutions are Recovery & Work-Out; Trade Turnaround, Pharmaceutical and Distribution & Sales'),(17232,1530,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(17233,1530,'left_tab_0_spacer','0'),(17234,1530,'_left_tab_0_spacer','field_56b371c577c8c'),(17235,1530,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:19:\"3circles_block_text\";i:2;s:19:\"3circles_block_text\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:15:\"read_more_block\";}'),(17236,1530,'_left_tab','field_56b36c6deeda0'),(17237,1530,'add_second_tab','0'),(17238,1530,'_add_second_tab','field_56b36ca9eeda2'),(17239,1530,'right_tab',''),(17240,1530,'_right_tab','field_56b3fab04554d'),(17241,1530,'left_tab_1_title','Sectors'),(17242,1530,'_left_tab_1_title','field_56b3db70da032'),(17243,1530,'left_tab_1_circle1','icon-bullseye'),(17244,1530,'_left_tab_1_circle1','field_56b3da76da02b'),(17245,1530,'left_tab_1_circle2','icon-progress'),(17246,1530,'_left_tab_1_circle2','field_56b3da76da02c'),(17247,1530,'left_tab_1_circle3','icon-pill'),(17248,1530,'_left_tab_1_circle3','field_56b3da76da02d'),(17249,1530,'left_tab_1_circle1_label','Financial Services'),(17250,1530,'_left_tab_1_circle1_label','field_56b3da76da02e'),(17251,1530,'left_tab_1_circle2_label','Commodities'),(17252,1530,'_left_tab_1_circle2_label','field_56b3da76da02f'),(17253,1530,'left_tab_1_circle3_label','Pharmaceuticals'),(17254,1530,'_left_tab_1_circle3_label','field_56b3da76da030'),(17255,1530,'left_tab_1_paragraph1','Our focus is on solutions, the set up and financing of private asset management companies and managing run-off operations.'),(17256,1530,'_left_tab_1_paragraph1','field_56b3db8eda033'),(17257,1530,'left_tab_1_paragraph2','Our expertise lies in the acquisition of non core assets in Agri, FMCG and trading which requires restructuring and turnaround.'),(17258,1530,'_left_tab_1_paragraph2','field_56b3dc6dda035'),(17259,1530,'left_tab_1_paragraph3','We support the industry in the turnaround of distribution organisations; the acquisitions and turnaround of production facilities and non-core assets.'),(17260,1530,'_left_tab_1_paragraph3','field_56b3dc74da036'),(17261,1530,'left_tab_1_spacer','0'),(17262,1530,'_left_tab_1_spacer','field_56b3da76da031'),(17263,1530,'left_tab_2_title','Services'),(17264,1530,'_left_tab_2_title','field_56b3db70da032'),(17265,1530,'left_tab_2_circle1','icon-grid'),(17266,1530,'_left_tab_2_circle1','field_56b3da76da02b'),(17267,1530,'left_tab_2_circle2','icon-turnaround'),(17268,1530,'_left_tab_2_circle2','field_56b3da76da02c'),(17269,1530,'left_tab_2_circle3','icon-folder'),(17270,1530,'_left_tab_2_circle3','field_56b3da76da02d'),(17271,1530,'left_tab_2_circle1_label','Equity Management'),(17272,1530,'_left_tab_2_circle1_label','field_56b3da76da02e'),(17273,1530,'left_tab_2_circle2_label','Turnaround Advisory'),(17274,1530,'_left_tab_2_circle2_label','field_56b3da76da02f'),(17275,1530,'left_tab_2_circle3_label','Investment and Funding'),(17276,1530,'_left_tab_2_circle3_label','field_56b3da76da030'),(17277,1530,'left_tab_2_paragraph1','Equity Management includes our proprietary investments and the conversion of debt to equity. We also provide the executive leadership teams running the investments to represent ourselves and on behalf of our investors.'),(17278,1530,'_left_tab_2_paragraph1','field_56b3db8eda033'),(17279,1530,'left_tab_2_paragraph2','Our turnaround professionals are former senior executives who have lead, built and guided major businesses through growth, acquisition, restructuring and turnaround. They are supported by analytical teams from network companies such as big 4 and analytical boutiques.'),(17280,1530,'_left_tab_2_paragraph2','field_56b3dc6dda035'),(17281,1530,'left_tab_2_paragraph3','We handle and manage funds for our clients. Our investors are family offices, PE funds and Pension funds. The focus is primarily on distressed investments or to support strategic growth by focusing investment in fundamental change in a sector. We advise our clients on prioritising their investments to a new business sector.'),(17282,1530,'_left_tab_2_paragraph3','field_56b3dc74da036'),(17283,1530,'left_tab_2_spacer','0'),(17284,1530,'_left_tab_2_spacer','field_56b3da76da031'),(17285,1530,'left_tab_3_wysiwyg_editor','Our extensive network of experts guarantees to remove the risk from your your balance sheet. Within our network of firms, affiliates and partnerships we work with you to deconsolidate your business and create value. We empower you to participate in the recovery of your firm.'),(17286,1530,'_left_tab_3_wysiwyg_editor','field_56b3711077c86'),(17287,1530,'left_tab_3_spacer','1'),(17288,1530,'_left_tab_3_spacer','field_56b371c577c8c'),(17289,1530,'left_tab_4_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(17290,1530,'_left_tab_4_image','field_56b373f3b6e44'),(17291,1530,'left_tab_4_title','Creating Shareholder Value through Innovation and Turnaround'),(17292,1530,'_left_tab_4_title','field_56b373afb6e42'),(17293,1530,'left_tab_4_button_label','Download PDF (312 kb)'),(17294,1530,'_left_tab_4_button_label','field_56b373ceb6e43'),(17295,1530,'left_tab_4_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(17296,1530,'_left_tab_4_button_link','field_56b374ff0ad17'),(17297,1530,'add_third_tab','0'),(17298,1530,'_add_third_tab','field_57f54e889b77c'),(17299,1530,'third_tab',''),(17300,1530,'_third_tab','field_57f54ec39b77e'),(17301,1529,'_edit_lock','1482184475:1'),(17302,1531,'presentations_0_title','Presentation: NPL Trends and Bank restructuring'),(17303,1531,'presentations_0_explanation','Conference: NPL Europe London, 1-2 October 2014'),(17304,1531,'presentations_0_download_link','http://www.smithnovak.com/conferences/npl-europe.html '),(17305,1531,'presentations_1_title','Presentation: Cross-border Banking Turnaround and Resolution'),(17306,1531,'presentations_1_explanation','Conference: Restructuring & Insolvency Europe Vienna, 4-5 December 2014'),(17307,1531,'presentations_1_download_link','http://www.smithnovak.com/conferences/restructuring-insolvency-europe.html'),(17308,1531,'presentations_2_title','Presentation: Private Asset Management Company and value recovery'),(17309,1531,'presentations_2_explanation','Conference: NPL International Paris, 23-24 April, 2014'),(17310,1531,'presentations_2_download_link','http://www.smithnovak.com/conferences/npl-international.html'),(17311,1531,'presentations','3'),(17312,1531,'contact_header','Please feel free to contact us:'),(17313,1531,'contact_values_0_contact_value_left','Zug, Switzerland'),(17314,1531,'contact_values_0_contact_value_right',''),(17315,1531,'contact_values_0_link',''),(17316,1531,'contact_values_0_link_type','null'),(17317,1531,'contact_values_1_contact_value_left','Dr Lukas Fecker'),(17318,1531,'contact_values_1_contact_value_right',''),(17319,1531,'contact_values_1_link',''),(17320,1531,'contact_values_1_link_type','null'),(17321,1531,'contact_values_2_contact_value_left','Tel:'),(17322,1531,'contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(17323,1531,'contact_values_2_link','+41793107090'),(17324,1531,'contact_values_2_link_type','tel:'),(17325,1531,'contact_values_3_contact_value_left','E-mail:'),(17326,1531,'contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(17327,1531,'contact_values_3_link','lukas.fecker@innovationbrain.com'),(17328,1531,'contact_values_3_link_type','mailto:'),(17329,1531,'contact_values','4'),(17330,1531,'left_tab_0_wysiwyg_editor','<div class=\"page\" title=\"Page 8\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>您將在此找到我們與媒體 Debtwire 分享演說及會議的思想領 導。基於競爭的原因,我們無法分享我們解決方案的補償性知 識財產權、方法及詳細資料。不過,若您需要更多詳細資料, 可以與我們連絡,我們非常樂意與您討論您感興趣的內容。</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>'),(17331,1531,'left_tab_0_spacer','1'),(17332,1531,'left_tab_1_contact_icon','icon-mail'),(17333,1531,'left_tab_1_contact_title','Please feel free to contact us:'),(17334,1531,'left_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(17335,1531,'left_tab_1_contact_values_0_contact_value_right',''),(17336,1531,'left_tab_1_contact_values_0_link',''),(17337,1531,'left_tab_1_contact_values_0_link_type',''),(17338,1531,'left_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(17339,1531,'left_tab_1_contact_values_1_contact_value_right',''),(17340,1531,'left_tab_1_contact_values_1_link',''),(17341,1531,'left_tab_1_contact_values_1_link_type',''),(17342,1531,'left_tab_1_contact_values_2_contact_value_left','Tel:'),(17343,1531,'left_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(17344,1531,'left_tab_1_contact_values_2_link','+41793107090'),(17345,1531,'left_tab_1_contact_values_2_link_type','tel:'),(17346,1531,'left_tab_1_contact_values_3_contact_value_left',''),(17347,1531,'left_tab_1_contact_values_3_contact_value_right',''),(17348,1531,'left_tab_1_contact_values_3_link',''),(17349,1531,'left_tab_1_contact_values_3_link_type',''),(17350,1531,'left_tab_1_contact_values','4'),(17351,1531,'left_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"external_block\";i:2;s:13:\"contact_block\";}'),(17352,1531,'add_second_tab','0'),(17353,1531,'right_tab',''),(17354,1531,'left_tab_1_external_repeater_0_title','簡報:NPL 的趨勢及銀行 重組'),(17355,1531,'left_tab_1_external_repeater_0_details','會議:倫敦 NPL Europe, 2014 年 10 月 1 日至 2 日'),(17356,1531,'left_tab_1_external_repeater_0_link','http://www.smithnovak.com/conferences/npl-europe.html'),(17357,1531,'left_tab_1_external_repeater_1_title','簡報:跨境銀行轉型與 重整'),(17358,1531,'left_tab_1_external_repeater_1_details','會議:重組及破產,歐洲維也納,2014年12月4日至5日'),(17359,1531,'left_tab_1_external_repeater_1_link','http://www.smithnovak.com/conferences/restructuring-insolvency-europe.html'),(17360,1531,'left_tab_1_external_repeater_2_title','簡報:私人資產管理公司及價值清收'),(17361,1531,'left_tab_1_external_repeater_2_details','會議:巴黎NPL International,2014年4月23日至24日'),(17362,1531,'left_tab_1_external_repeater_2_link','http://www.smithnovak.com/conferences/npl-international.html'),(17363,1531,'left_tab_1_external_repeater','3'),(17364,1531,'left_tab_1_spacer','0'),(17365,1531,'left_tab_2_contact_icon','icon-mail'),(17366,1531,'left_tab_2_contact_title','請隨時與我們連絡:'),(17367,1531,'left_tab_2_contact_values_0_contact_value_left','瑞士楚格'),(17368,1531,'left_tab_2_contact_values_0_contact_value_right',''),(17369,1531,'left_tab_2_contact_values_0_link',''),(17370,1531,'left_tab_2_contact_values_0_link_type',''),(17371,1531,'left_tab_2_contact_values_1_contact_value_left','Lukas Fecker 博士'),(17372,1531,'left_tab_2_contact_values_1_contact_value_right',''),(17373,1531,'left_tab_2_contact_values_1_link',''),(17374,1531,'left_tab_2_contact_values_1_link_type',''),(17375,1531,'left_tab_2_contact_values_2_contact_value_left','電話:'),(17376,1531,'left_tab_2_contact_values_2_contact_value_right','(+41) 793 107 090 (瑞士)'),(17377,1531,'left_tab_2_contact_values_2_link','+41793107090'),(17378,1531,'left_tab_2_contact_values_2_link_type','tel:'),(17379,1531,'left_tab_2_contact_values_3_contact_value_left','電話:'),(17380,1531,'left_tab_2_contact_values_3_contact_value_right','(+44) 755 767 9504 (英國'),(17381,1531,'left_tab_2_contact_values_3_link','+447557679504 '),(17382,1531,'left_tab_2_contact_values_3_link_type','tel:'),(17383,1531,'left_tab_2_contact_values','5'),(17384,1531,'left_tab_2_contacts_values_0_contact_value_left','Zug, Switzerland'),(17385,1531,'left_tab_2_contacts_values_0_contact_value_right',''),(17386,1531,'left_tab_2_contacts_values_0_link',''),(17387,1531,'left_tab_2_contacts_values_0_link_type',''),(17388,1531,'left_tab_2_contacts_values_1_contact_value_left','Dr Lukas Fecker'),(17389,1531,'left_tab_2_contacts_values_1_contact_value_right',''),(17390,1531,'left_tab_2_contacts_values_1_link',''),(17391,1531,'left_tab_2_contacts_values_1_link_type',''),(17392,1531,'left_tab_2_contacts_values_2_contact_value_left','Tel:'),(17393,1531,'left_tab_2_contacts_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(17394,1531,'left_tab_2_contacts_values_2_link','+41793107090'),(17395,1531,'left_tab_2_contacts_values_2_link_type','tel:'),(17396,1531,'left_tab_2_contacts_values_3_contact_value_left','E-mail:'),(17397,1531,'left_tab_2_contacts_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(17398,1531,'left_tab_2_contacts_values_3_link','lukas.fecker@innovationbrain.com'),(17399,1531,'left_tab_2_contacts_values_3_link_type','mailto:'),(17400,1531,'left_tab_2_contacts_values','4'),(17401,1531,'_wp_page_template','fluid.php'),(17402,1531,'_edit_last','1'),(17403,1531,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(17404,1531,'_left_tab_0_spacer','field_56b371c577c8c'),(17405,1531,'_left_tab_1_external_repeater_0_title','field_56b3e63fb5686'),(17406,1531,'_left_tab_1_external_repeater_0_details','field_56b3e677b5687'),(17407,1531,'_left_tab_1_external_repeater_0_link','field_56b3e69cb5688'),(17408,1531,'_left_tab_1_external_repeater_1_title','field_56b3e63fb5686'),(17409,1531,'_left_tab_1_external_repeater_1_details','field_56b3e677b5687'),(17410,1531,'_left_tab_1_external_repeater_1_link','field_56b3e69cb5688'),(17411,1531,'_left_tab_1_external_repeater_2_title','field_56b3e63fb5686'),(17412,1531,'_left_tab_1_external_repeater_2_details','field_56b3e677b5687'),(17413,1531,'_left_tab_1_external_repeater_2_link','field_56b3e69cb5688'),(17414,1531,'_left_tab_1_external_repeater','field_56b3e5acb5685'),(17415,1531,'_left_tab_1_spacer','field_56b3e588b5684'),(17416,1531,'_left_tab_2_contact_icon','field_56b3f7c0468cc'),(17417,1531,'_left_tab_2_contact_title','field_56b3f7c0468cd'),(17418,1531,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f834453c3'),(17419,1531,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f834453c4'),(17420,1531,'_left_tab_2_contact_values_0_link','field_56b3f834453c5'),(17421,1531,'_left_tab_2_contact_values_0_link_type','field_56b3f834453c6'),(17422,1531,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f834453c3'),(17423,1531,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f834453c4'),(17424,1531,'_left_tab_2_contact_values_1_link','field_56b3f834453c5'),(17425,1531,'_left_tab_2_contact_values_1_link_type','field_56b3f834453c6'),(17426,1531,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f834453c3'),(17427,1531,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f834453c4'),(17428,1531,'_left_tab_2_contact_values_2_link','field_56b3f834453c5'),(17429,1531,'_left_tab_2_contact_values_2_link_type','field_56b3f834453c6'),(17430,1531,'_left_tab_2_contact_values_3_contact_value_left','field_56b3f834453c3'),(17431,1531,'_left_tab_2_contact_values_3_contact_value_right','field_56b3f834453c4'),(17432,1531,'_left_tab_2_contact_values_3_link','field_56b3f834453c5'),(17433,1531,'_left_tab_2_contact_values_3_link_type','field_56b3f834453c6'),(17434,1531,'_left_tab_2_contact_values','field_56b3f834453c2'),(17435,1531,'_left_tab','field_56b36c6deeda0'),(17436,1531,'_add_second_tab','field_56b36ca9eeda2'),(17437,1531,'_right_tab','field_56b3fab04554d'),(17438,1531,'add_third_tab','0'),(17439,1531,'_add_third_tab','field_57f54e889b77c'),(17440,1531,'third_tab',''),(17441,1531,'_third_tab','field_57f54ec39b77e'),(17442,1532,'left_tab_0_wysiwyg_editor','<h3>Here you will find our thought leadership that we share with the press, Debtwire in the speeches and conferences. For competitive reasons we cannot share our propitiatory IP, methodology and details of the solutions. However, you can contact us for more details and we will be more than happy to discuss your interest.</h3>'),(17443,1532,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(17444,1532,'left_tab_0_spacer','1'),(17445,1532,'_left_tab_0_spacer','field_56b371c577c8c'),(17446,1532,'left_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"external_block\";i:2;s:13:\"contact_block\";}'),(17447,1532,'_left_tab','field_56b36c6deeda0'),(17448,1532,'add_second_tab','0'),(17449,1532,'_add_second_tab','field_56b36ca9eeda2'),(17450,1532,'right_tab',''),(17451,1532,'_right_tab','field_56b3fab04554d'),(17452,1532,'left_tab_1_external_repeater_0_title','Presentation: NPL Trends and Bank restructuring'),(17453,1532,'_left_tab_1_external_repeater_0_title','field_56b3e63fb5686'),(17454,1532,'left_tab_1_external_repeater_0_details','Conference: NPL Europe London, 1-2 October 2014'),(17455,1532,'_left_tab_1_external_repeater_0_details','field_56b3e677b5687'),(17456,1532,'left_tab_1_external_repeater_0_link','http://www.smithnovak.com/conferences/npl-europe.html'),(17457,1532,'_left_tab_1_external_repeater_0_link','field_56b3e69cb5688'),(17458,1532,'left_tab_1_external_repeater_1_title','Presentation: Cross-border Banking Turnaround and Resolution'),(17459,1532,'_left_tab_1_external_repeater_1_title','field_56b3e63fb5686'),(17460,1532,'left_tab_1_external_repeater_1_details','Conference: Restructuring & Insolvency Europe Vienna, 4-5 December 2014'),(17461,1532,'_left_tab_1_external_repeater_1_details','field_56b3e677b5687'),(17462,1532,'left_tab_1_external_repeater_1_link','http://www.smithnovak.com/conferences/restructuring-insolvency-europe.html'),(17463,1532,'_left_tab_1_external_repeater_1_link','field_56b3e69cb5688'),(17464,1532,'left_tab_1_external_repeater_2_title','Presentation: Private Asset Management Company and value recovery'),(17465,1532,'_left_tab_1_external_repeater_2_title','field_56b3e63fb5686'),(17466,1532,'left_tab_1_external_repeater_2_details','Conference: NPL International Paris, 23-24 April, 2014'),(17467,1532,'_left_tab_1_external_repeater_2_details','field_56b3e677b5687'),(17468,1532,'left_tab_1_external_repeater_2_link','http://www.smithnovak.com/conferences/npl-international.html'),(17469,1532,'_left_tab_1_external_repeater_2_link','field_56b3e69cb5688'),(17470,1532,'left_tab_1_external_repeater','3'),(17471,1532,'_left_tab_1_external_repeater','field_56b3e5acb5685'),(17472,1532,'left_tab_1_spacer','0'),(17473,1532,'_left_tab_1_spacer','field_56b3e588b5684'),(17474,1532,'left_tab_2_contact_icon','icon-mail'),(17475,1532,'_left_tab_2_contact_icon','field_56b3f7c0468cc'),(17476,1532,'left_tab_2_contact_title','Please feel free to contact us:'),(17477,1532,'_left_tab_2_contact_title','field_56b3f7c0468cd'),(17478,1532,'left_tab_2_contact_values_0_contact_value_left','Zug, Switzerland'),(17479,1532,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f834453c3'),(17480,1532,'left_tab_2_contact_values_0_contact_value_right',''),(17481,1532,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f834453c4'),(17482,1532,'left_tab_2_contact_values_0_link',''),(17483,1532,'_left_tab_2_contact_values_0_link','field_56b3f834453c5'),(17484,1532,'left_tab_2_contact_values_0_link_type',''),(17485,1532,'_left_tab_2_contact_values_0_link_type','field_56b3f834453c6'),(17486,1532,'left_tab_2_contact_values_1_contact_value_left','Dr Lukas Fecker'),(17487,1532,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f834453c3'),(17488,1532,'left_tab_2_contact_values_1_contact_value_right',''),(17489,1532,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f834453c4'),(17490,1532,'left_tab_2_contact_values_1_link',''),(17491,1532,'_left_tab_2_contact_values_1_link','field_56b3f834453c5'),(17492,1532,'left_tab_2_contact_values_1_link_type',''),(17493,1532,'_left_tab_2_contact_values_1_link_type','field_56b3f834453c6'),(17494,1532,'left_tab_2_contact_values_2_contact_value_left','Tel:'),(17495,1532,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f834453c3'),(17496,1532,'left_tab_2_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(17497,1532,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f834453c4'),(17498,1532,'left_tab_2_contact_values_2_link','+41793107090'),(17499,1532,'_left_tab_2_contact_values_2_link','field_56b3f834453c5'),(17500,1532,'left_tab_2_contact_values_2_link_type','tel:'),(17501,1532,'_left_tab_2_contact_values_2_link_type','field_56b3f834453c6'),(17502,1532,'left_tab_2_contact_values_3_contact_value_left','E-mail:'),(17503,1532,'_left_tab_2_contact_values_3_contact_value_left','field_56b3f834453c3'),(17504,1532,'left_tab_2_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(17505,1532,'_left_tab_2_contact_values_3_contact_value_right','field_56b3f834453c4'),(17506,1532,'left_tab_2_contact_values_3_link','lukas.fecker@innovationbrain.com'),(17507,1532,'_left_tab_2_contact_values_3_link','field_56b3f834453c5'),(17508,1532,'left_tab_2_contact_values_3_link_type','mailto:'),(17509,1532,'_left_tab_2_contact_values_3_link_type','field_56b3f834453c6'),(17510,1532,'left_tab_2_contact_values','4'),(17511,1532,'_left_tab_2_contact_values','field_56b3f834453c2'),(17512,1532,'add_third_tab','0'),(17513,1532,'_add_third_tab','field_57f54e889b77c'),(17514,1532,'third_tab',''),(17515,1532,'_third_tab','field_57f54ec39b77e'),(17516,1531,'_edit_lock','1482177976:1'),(17517,1533,'_wp_page_template','front-page.php'),(17518,1533,'_edit_last','1'),(17519,1533,'left_tab',''),(17520,1533,'_left_tab','field_56b36c6deeda0'),(17521,1533,'add_second_tab','0'),(17522,1533,'_add_second_tab','field_56b36ca9eeda2'),(17523,1533,'right_tab',''),(17524,1533,'_right_tab','field_56b3fab04554d'),(17525,1533,'add_third_tab','0'),(17526,1533,'_add_third_tab','field_57f54e889b77c'),(17527,1533,'third_tab',''),(17528,1533,'_third_tab','field_57f54ec39b77e'),(17529,1534,'left_tab',''),(17530,1534,'_left_tab','field_56b36c6deeda0'),(17531,1534,'add_second_tab','0'),(17532,1534,'_add_second_tab','field_56b36ca9eeda2'),(17533,1534,'right_tab',''),(17534,1534,'_right_tab','field_56b3fab04554d'),(17535,1534,'add_third_tab','0'),(17536,1534,'_add_third_tab','field_57f54e889b77c'),(17537,1534,'third_tab',''),(17538,1534,'_third_tab','field_57f54ec39b77e'),(17539,1533,'_edit_lock','1482177981:1'),(17540,1535,'_menu_item_type','post_type'),(17541,1535,'_menu_item_menu_item_parent','0'),(17542,1535,'_menu_item_object_id','1533'),(17543,1535,'_menu_item_object','page'),(17544,1535,'_menu_item_target',''),(17545,1535,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17546,1535,'_menu_item_xfn',''),(17547,1535,'_menu_item_url',''),(17549,1536,'_menu_item_type','custom'),(17550,1536,'_menu_item_menu_item_parent','0'),(17551,1536,'_menu_item_object_id','1536'),(17552,1536,'_menu_item_object','custom'),(17553,1536,'_menu_item_target',''),(17554,1536,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17555,1536,'_menu_item_xfn',''),(17556,1536,'_menu_item_url','#'),(17558,1537,'_menu_item_type','custom'),(17559,1537,'_menu_item_menu_item_parent','0'),(17560,1537,'_menu_item_object_id','1537'),(17561,1537,'_menu_item_object','custom'),(17562,1537,'_menu_item_target',''),(17563,1537,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17564,1537,'_menu_item_xfn',''),(17565,1537,'_menu_item_url','#'),(17567,1538,'_menu_item_type','post_type'),(17568,1538,'_menu_item_menu_item_parent','0'),(17569,1538,'_menu_item_object_id','1522'),(17570,1538,'_menu_item_object','page'),(17571,1538,'_menu_item_target',''),(17572,1538,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17573,1538,'_menu_item_xfn',''),(17574,1538,'_menu_item_url',''),(17576,1539,'_menu_item_type','post_type'),(17577,1539,'_menu_item_menu_item_parent','0'),(17578,1539,'_menu_item_object_id','1524'),(17579,1539,'_menu_item_object','page'),(17580,1539,'_menu_item_target',''),(17581,1539,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17582,1539,'_menu_item_xfn','icon-mail'),(17583,1539,'_menu_item_url',''),(17585,1540,'_menu_item_type','post_type'),(17586,1540,'_menu_item_menu_item_parent','0'),(17587,1540,'_menu_item_object_id','1526'),(17588,1540,'_menu_item_object','page'),(17589,1540,'_menu_item_target',''),(17590,1540,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17591,1540,'_menu_item_xfn',''),(17592,1540,'_menu_item_url',''),(17594,1541,'_menu_item_type','post_type'),(17595,1541,'_menu_item_menu_item_parent','0'),(17596,1541,'_menu_item_object_id','1529'),(17597,1541,'_menu_item_object','page'),(17598,1541,'_menu_item_target',''),(17599,1541,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17600,1541,'_menu_item_xfn',''),(17601,1541,'_menu_item_url',''),(17603,1542,'_menu_item_type','post_type'),(17604,1542,'_menu_item_menu_item_parent','0'),(17605,1542,'_menu_item_object_id','1531'),(17606,1542,'_menu_item_object','page'),(17607,1542,'_menu_item_target',''),(17608,1542,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17609,1542,'_menu_item_xfn',''),(17610,1542,'_menu_item_url',''),(17612,1543,'_menu_item_type','custom'),(17613,1543,'_menu_item_menu_item_parent','0'),(17614,1543,'_menu_item_object_id','1543'),(17615,1543,'_menu_item_object','custom'),(17616,1543,'_menu_item_target',''),(17617,1543,'_menu_item_classes','a:2:{i:0;s:17:\"newsletter-button\";i:1;s:9:\"subscribe\";}'),(17618,1543,'_menu_item_xfn','icon-star'),(17619,1543,'_menu_item_url','#'),(17621,1544,'_menu_item_type','post_type'),(17622,1544,'_menu_item_menu_item_parent','0'),(17623,1544,'_menu_item_object_id','1529'),(17624,1544,'_menu_item_object','page'),(17625,1544,'_menu_item_target',''),(17626,1544,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17627,1544,'_menu_item_xfn',''),(17628,1544,'_menu_item_url',''),(17630,1545,'_menu_item_type','post_type'),(17631,1545,'_menu_item_menu_item_parent','0'),(17632,1545,'_menu_item_object_id','1529'),(17633,1545,'_menu_item_object','page'),(17634,1545,'_menu_item_target',''),(17635,1545,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17636,1545,'_menu_item_xfn',''),(17637,1545,'_menu_item_url',''),(17639,1546,'_menu_item_type','post_type'),(17640,1546,'_menu_item_menu_item_parent','0'),(17641,1546,'_menu_item_object_id','1529'),(17642,1546,'_menu_item_object','page'),(17643,1546,'_menu_item_target',''),(17644,1546,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17645,1546,'_menu_item_xfn',''),(17646,1546,'_menu_item_url',''),(17648,1547,'_menu_item_type','post_type'),(17649,1547,'_menu_item_menu_item_parent','0'),(17650,1547,'_menu_item_object_id','1529'),(17651,1547,'_menu_item_object','page'),(17652,1547,'_menu_item_target',''),(17653,1547,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17654,1547,'_menu_item_xfn',''),(17655,1547,'_menu_item_url',''),(17657,1548,'_menu_item_type','post_type'),(17658,1548,'_menu_item_menu_item_parent','0'),(17659,1548,'_menu_item_object_id','1529'),(17660,1548,'_menu_item_object','page'),(17661,1548,'_menu_item_target',''),(17662,1548,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17663,1548,'_menu_item_xfn',''),(17664,1548,'_menu_item_url',''),(17666,1549,'_menu_item_type','post_type'),(17667,1549,'_menu_item_menu_item_parent','0'),(17668,1549,'_menu_item_object_id','1529'),(17669,1549,'_menu_item_object','page'),(17670,1549,'_menu_item_target',''),(17671,1549,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17672,1549,'_menu_item_xfn',''),(17673,1549,'_menu_item_url',''),(17675,1550,'_menu_item_type','post_type'),(17676,1550,'_menu_item_menu_item_parent','0'),(17677,1550,'_menu_item_object_id','1529'),(17678,1550,'_menu_item_object','page'),(17679,1550,'_menu_item_target',''),(17680,1550,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17681,1550,'_menu_item_xfn',''),(17682,1550,'_menu_item_url',''),(17684,1551,'_menu_item_type','post_type'),(17685,1551,'_menu_item_menu_item_parent','0'),(17686,1551,'_menu_item_object_id','1529'),(17687,1551,'_menu_item_object','page'),(17688,1551,'_menu_item_target',''),(17689,1551,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17690,1551,'_menu_item_xfn',''),(17691,1551,'_menu_item_url',''),(17693,1552,'_menu_item_type','post_type'),(17694,1552,'_menu_item_menu_item_parent','0'),(17695,1552,'_menu_item_object_id','1529'),(17696,1552,'_menu_item_object','page'),(17697,1552,'_menu_item_target',''),(17698,1552,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17699,1552,'_menu_item_xfn',''),(17700,1552,'_menu_item_url',''),(17795,1554,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(17796,1554,'_left_tab','field_56b36c6deeda0'),(17797,1554,'add_second_tab','1'),(17798,1554,'_add_second_tab','field_56b36ca9eeda2'),(17799,1554,'right_tab','a:2:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";}'),(17800,1554,'_right_tab','field_56b3fab04554d'),(17801,1554,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<div class=\"page\" title=\"Page 5\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>Innovation Brain 擁有超過 20 名業界最佳的重組及轉型專家。</h3>\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n我們所有的資深專員在各個不同公司擔任董事與管理職位,並擁有建立數十億美元 業務的記錄。我們認為與我們的客戶合作非常重要─從其業務中找出最佳價值。我 們的客戶關係建立在互信與合作─審慎處理,並且隨時將客戶的最大利益視為重 點。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<pre>我們的專家橫跨各個行業,並且著重在三個核心領域:\r\n</pre>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</header>'),(17802,1554,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(17803,1554,'left_tab_0_spacer','1'),(17804,1554,'_left_tab_0_spacer','field_56b371c577c8c'),(17805,1554,'left_tab_1_circle1','icon-grid'),(17806,1554,'_left_tab_1_circle1','field_56b3dc86da039'),(17807,1554,'left_tab_1_circle2','icon-turnaround'),(17808,1554,'_left_tab_1_circle2','field_56b3dc86da03a'),(17809,1554,'left_tab_1_circle3','icon-masonery'),(17810,1554,'_left_tab_1_circle3','field_56b3dc86da03b'),(17811,1554,'left_tab_1_circle1_label','重組 '),(17812,1554,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(17813,1554,'left_tab_1_circle2_label','轉型 '),(17814,1554,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(17815,1554,'left_tab_1_circle3_label','創新'),(17816,1554,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(17817,1554,'left_tab_1_spacer','1'),(17818,1554,'_left_tab_1_spacer','field_56b3dc86da042'),(17819,1554,'left_tab_2_wysiwyg_editor','<div class=\"page\" title=\"Page 5\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<pre>最近歐盟委員會委任我們的團隊監控歐盟會員國最大銀行的重組作業。\r\n</pre>\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n我們在發現有機會收購複雜的團隊時介入,為他們整體或獨立的部分帶來創新,並帶 領他們邁向下一個成長周期。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n在 Innovation Brain,我們的專業在於企業重組。我們試圖在企業生命週期的十字路 口創造價值,其未來便仰賴大膽的決策與創新的解決方案。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n除了豐富的專業知識,我們還會透過轉型讓您能夠從關鍵的非績效與非核心資產獲得 價值。企業組織要求我們在以下時機介入:\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<ul>\r\n <li> 需要強大的管理人員、投資能力與諮詢</li>\r\n <li> 尋找重組及轉型的股權合作夥伴</li>\r\n <li> 其他解決方案均告失敗,需要創新與全新的想法</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>'),(17820,1554,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(17821,1554,'left_tab_2_spacer','1'),(17822,1554,'_left_tab_2_spacer','field_56b371c577c8c'),(17823,1554,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(17824,1554,'_left_tab_3_image','field_56b373f3b6e44'),(17825,1554,'left_tab_3_title','透過創新與轉型 創造股東價值'),(17826,1554,'_left_tab_3_title','field_56b373afb6e42'),(17827,1554,'left_tab_3_button_label','Download PDF (312 kb)'),(17828,1554,'_left_tab_3_button_label','field_56b373ceb6e43'),(17829,1554,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(17830,1554,'_left_tab_3_button_link','field_56b374ff0ad17'),(17831,1554,'left_tab_name','公司'),(17832,1554,'_left_tab_name','field_56b3976017dce'),(17833,1554,'right_tab_name','People'),(17834,1554,'_right_tab_name','field_56b3978117dcf'),(17835,1554,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(17836,1554,'_right_tab_0_image','field_56b3fab145571'),(17837,1554,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(17838,1554,'_right_tab_0_content','field_56b3fab145572'),(17839,1554,'right_tab_0_button_label','Download VCard'),(17840,1554,'_right_tab_0_button_label','field_56b3fab145573'),(17841,1554,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(17842,1554,'_right_tab_0_button_link','field_56b3fab145574'),(17843,1554,'right_tab_0_spacer','1'),(17844,1554,'_right_tab_0_spacer','field_56b3fab145575'),(17845,1554,'right_tab_1_contact_title','Please feel free to contact us:'),(17846,1554,'_right_tab_1_contact_title','field_56b4001eb0921'),(17847,1554,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(17848,1554,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(17849,1554,'right_tab_1_contact_values_0_contact_value_right',''),(17850,1554,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(17851,1554,'right_tab_1_contact_values_0_link',''),(17852,1554,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(17853,1554,'right_tab_1_contact_values_0_link_type',''),(17854,1554,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(17855,1554,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(17856,1554,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(17857,1554,'right_tab_1_contact_values_1_contact_value_right',''),(17858,1554,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(17859,1554,'right_tab_1_contact_values_1_link',''),(17860,1554,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(17861,1554,'right_tab_1_contact_values_1_link_type',''),(17862,1554,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(17863,1554,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(17864,1554,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(17865,1554,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(17866,1554,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(17867,1554,'right_tab_1_contact_values_2_link','+41793107090'),(17868,1554,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(17869,1554,'right_tab_1_contact_values_2_link_type','tel:'),(17870,1554,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(17871,1554,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(17872,1554,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(17873,1554,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(17874,1554,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(17875,1554,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(17876,1554,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(17877,1554,'right_tab_1_contact_values_3_link_type','mailto:'),(17878,1554,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(17879,1554,'right_tab_1_contact_icon','icon-mail'),(17880,1554,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(17881,1554,'right_tab_1_contact_values','4'),(17882,1554,'_right_tab_1_contact_values','field_56b3fde2ce062'),(17883,1554,'add_third_tab','0'),(17884,1554,'_add_third_tab','field_57f54e889b77c'),(17885,1554,'third_tab_name',''),(17886,1554,'_third_tab_name','field_57f54ea19b77d'),(17887,1554,'third_tab',''),(17888,1554,'_third_tab','field_57f54ec39b77e'),(17991,1522,'right_tab_1_contact_values_4_contact_value_left','電子郵件:'),(17992,1522,'_right_tab_1_contact_values_4_contact_value_left','field_56b3ff0a543e0'),(17993,1522,'right_tab_1_contact_values_4_contact_value_right','lukas.fecker@innovationbrain.com'),(17994,1522,'_right_tab_1_contact_values_4_contact_value_right','field_56b3fefe543df'),(17995,1522,'right_tab_1_contact_values_4_link_type','mailto:'),(17996,1522,'_right_tab_1_contact_values_4_link_type','field_56b3fed6543dd'),(17997,1522,'right_tab_1_contact_values_4_link','lukas.fecker@innovationbrain.com'),(17998,1522,'_right_tab_1_contact_values_4_link','field_56b3fef2543de'),(17999,1556,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(18000,1556,'_left_tab','field_56b36c6deeda0'),(18001,1556,'add_second_tab','1'),(18002,1556,'_add_second_tab','field_56b36ca9eeda2'),(18003,1556,'right_tab','a:2:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";}'),(18004,1556,'_right_tab','field_56b3fab04554d'),(18005,1556,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<div class=\"page\" title=\"Page 5\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>Innovation Brain 擁有超過 20 名業界最佳的重組及轉型專家。</h3>\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n我們所有的資深專員在各個不同公司擔任董事與管理職位,並擁有建立數十億美元 業務的記錄。我們認為與我們的客戶合作非常重要─從其業務中找出最佳價值。我 們的客戶關係建立在互信與合作─審慎處理,並且隨時將客戶的最大利益視為重 點。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<pre>我們的專家橫跨各個行業,並且著重在三個核心領域:\r\n</pre>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</header>'),(18006,1556,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(18007,1556,'left_tab_0_spacer','1'),(18008,1556,'_left_tab_0_spacer','field_56b371c577c8c'),(18009,1556,'left_tab_1_circle1','icon-grid'),(18010,1556,'_left_tab_1_circle1','field_56b3dc86da039'),(18011,1556,'left_tab_1_circle2','icon-turnaround'),(18012,1556,'_left_tab_1_circle2','field_56b3dc86da03a'),(18013,1556,'left_tab_1_circle3','icon-masonery'),(18014,1556,'_left_tab_1_circle3','field_56b3dc86da03b'),(18015,1556,'left_tab_1_circle1_label','重組'),(18016,1556,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(18017,1556,'left_tab_1_circle2_label','轉型'),(18018,1556,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(18019,1556,'left_tab_1_circle3_label','創新'),(18020,1556,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(18021,1556,'left_tab_1_spacer','1'),(18022,1556,'_left_tab_1_spacer','field_56b3dc86da042'),(18023,1556,'left_tab_2_wysiwyg_editor','<div class=\"page\" title=\"Page 5\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<pre>最近歐盟委員會委任我們的團隊監控歐盟會員國最大銀行的重組作業。\r\n</pre>\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n我們在發現有機會收購複雜的團隊時介入,為他們整體或獨立的部分帶來創新,並帶 領他們邁向下一個成長周期。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n在 Innovation Brain,我們的專業在於企業重組。我們試圖在企業生命週期的十字路 口創造價值,其未來便仰賴大膽的決策與創新的解決方案。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n除了豐富的專業知識,我們還會透過轉型讓您能夠從關鍵的非績效與非核心資產獲得 價值。企業組織要求我們在以下時機介入:\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<ul>\r\n <li> 需要強大的管理人員、投資能力與諮詢</li>\r\n <li> 尋找重組及轉型的股權合作夥伴</li>\r\n <li> 其他解決方案均告失敗,需要創新與全新的想法</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>'),(18024,1556,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(18025,1556,'left_tab_2_spacer','1'),(18026,1556,'_left_tab_2_spacer','field_56b371c577c8c'),(18027,1556,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(18028,1556,'_left_tab_3_image','field_56b373f3b6e44'),(18029,1556,'left_tab_3_title','透過創新與轉型 創造股東價值'),(18030,1556,'_left_tab_3_title','field_56b373afb6e42'),(18031,1556,'left_tab_3_button_label','Download PDF (312 kb)'),(18032,1556,'_left_tab_3_button_label','field_56b373ceb6e43'),(18033,1556,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(18034,1556,'_left_tab_3_button_link','field_56b374ff0ad17'),(18035,1556,'left_tab_name','公司'),(18036,1556,'_left_tab_name','field_56b3976017dce'),(18037,1556,'right_tab_name','關於我們'),(18038,1556,'_right_tab_name','field_56b3978117dcf'),(18039,1556,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(18040,1556,'_right_tab_0_image','field_56b3fab145571'),(18041,1556,'right_tab_0_content','Dr Lukas Fecker 博士\r\n<span style=\"color: #00ccff;\">Innovation Brain </span>\r\n<span style=\"color: #00ccff;\">創辦人兼 CEO</span>\r\n\r\n \r\n<div class=\"page\" title=\"Page 6\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nLukas Fecker 博士為創辦人兼 CEO。他是歐洲國際企業重建 總會(TMA)的主席。Lukas 的專業為銀行轉型。他著重在私人 資產管理公司投資、改善銀行體質與不良資產投資。Lukas 擁 有超過 20 年的經驗,而且曾經是安永(EY)及畢馬威(KPMG) 的合作夥伴,以及奧邁企業顧問公司(Alvarez & Marsal)的董 事。他曾經領導安永的銀行轉型解決方案 EMEIA。除了諮詢 外,Lukas 也曾擔任 6 大轉型業務的 CRO、CEO 或董事的高 階管理職位。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nLukas 的部分重大成就包括 250 億瑞士法郎的轉型股票上市 業務、歐洲頂尖銀行的重組,以及 2 個基金的重組。多年來, 他與全球頂尖的金融機構合作。\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>'),(18042,1556,'_right_tab_0_content','field_56b3fab145572'),(18043,1556,'right_tab_0_button_label','Download VCard'),(18044,1556,'_right_tab_0_button_label','field_56b3fab145573'),(18045,1556,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(18046,1556,'_right_tab_0_button_link','field_56b3fab145574'),(18047,1556,'right_tab_0_spacer','1'),(18048,1556,'_right_tab_0_spacer','field_56b3fab145575'),(18049,1556,'right_tab_1_contact_title','請隨時與我們連絡:'),(18050,1556,'_right_tab_1_contact_title','field_56b4001eb0921'),(18051,1556,'right_tab_1_contact_values_0_contact_value_left','瑞士楚格'),(18052,1556,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(18053,1556,'right_tab_1_contact_values_0_contact_value_right',''),(18054,1556,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(18055,1556,'right_tab_1_contact_values_0_link',''),(18056,1556,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(18057,1556,'right_tab_1_contact_values_0_link_type',''),(18058,1556,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(18059,1556,'right_tab_1_contact_values_1_contact_value_left','Lukas Fecker 博士'),(18060,1556,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(18061,1556,'right_tab_1_contact_values_1_contact_value_right',''),(18062,1556,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(18063,1556,'right_tab_1_contact_values_1_link',''),(18064,1556,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(18065,1556,'right_tab_1_contact_values_1_link_type',''),(18066,1556,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(18067,1556,'right_tab_1_contact_values_2_contact_value_left','電話:(+41) 793 107 090 (瑞士)'),(18068,1556,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(18069,1556,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (瑞士)'),(18070,1556,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(18071,1556,'right_tab_1_contact_values_2_link','+41793107090'),(18072,1556,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(18073,1556,'right_tab_1_contact_values_2_link_type','tel:'),(18074,1556,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(18075,1556,'right_tab_1_contact_values_3_contact_value_left','電話:'),(18076,1556,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(18077,1556,'right_tab_1_contact_values_3_contact_value_right','(+44) 755 767 9504 (英國)'),(18078,1556,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(18079,1556,'right_tab_1_contact_values_3_link','+447557679504'),(18080,1556,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(18081,1556,'right_tab_1_contact_values_3_link_type','tel:'),(18082,1556,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(18083,1556,'right_tab_1_contact_icon','icon-mail'),(18084,1556,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(18085,1556,'right_tab_1_contact_values','5'),(18086,1556,'_right_tab_1_contact_values','field_56b3fde2ce062'),(18087,1556,'add_third_tab','0'),(18088,1556,'_add_third_tab','field_57f54e889b77c'),(18089,1556,'third_tab_name',''),(18090,1556,'_third_tab_name','field_57f54ea19b77d'),(18091,1556,'third_tab',''),(18092,1556,'_third_tab','field_57f54ec39b77e'),(18093,1556,'right_tab_1_contact_values_4_contact_value_left','電子郵件:'),(18094,1556,'_right_tab_1_contact_values_4_contact_value_left','field_56b3ff0a543e0'),(18095,1556,'right_tab_1_contact_values_4_contact_value_right','lukas.fecker@innovationbrain.com'),(18096,1556,'_right_tab_1_contact_values_4_contact_value_right','field_56b3fefe543df'),(18097,1556,'right_tab_1_contact_values_4_link_type','mailto:'),(18098,1556,'_right_tab_1_contact_values_4_link_type','field_56b3fed6543dd'),(18099,1556,'right_tab_1_contact_values_4_link','lukas.fecker@innovationbrain.com'),(18100,1556,'_right_tab_1_contact_values_4_link','field_56b3fef2543de'),(18101,1557,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(18102,1557,'_left_tab','field_56b36c6deeda0'),(18103,1557,'add_second_tab','1'),(18104,1557,'_add_second_tab','field_56b36ca9eeda2'),(18105,1557,'right_tab','a:2:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";}'),(18106,1557,'_right_tab','field_56b3fab04554d'),(18107,1557,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<div class=\"page\" title=\"Page 5\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>Innovation Brain 擁有超過 20 名業界最佳的重組及轉型專家。</h3>\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n我們所有的資深專員在各個不同公司擔任董事與管理職位,並擁有建立數十億美元 業務的記錄。我們認為與我們的客戶合作非常重要─從其業務中找出最佳價值。我 們的客戶關係建立在互信與合作─審慎處理,並且隨時將客戶的最大利益視為重 點。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<pre>我們的專家橫跨各個行業,並且著重在三個核心領域:\r\n</pre>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</header>'),(18108,1557,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(18109,1557,'left_tab_0_spacer','1'),(18110,1557,'_left_tab_0_spacer','field_56b371c577c8c'),(18111,1557,'left_tab_1_circle1','icon-grid'),(18112,1557,'_left_tab_1_circle1','field_56b3dc86da039'),(18113,1557,'left_tab_1_circle2','icon-turnaround'),(18114,1557,'_left_tab_1_circle2','field_56b3dc86da03a'),(18115,1557,'left_tab_1_circle3','icon-masonery'),(18116,1557,'_left_tab_1_circle3','field_56b3dc86da03b'),(18117,1557,'left_tab_1_circle1_label','重組'),(18118,1557,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(18119,1557,'left_tab_1_circle2_label','轉型'),(18120,1557,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(18121,1557,'left_tab_1_circle3_label','創新'),(18122,1557,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(18123,1557,'left_tab_1_spacer','1'),(18124,1557,'_left_tab_1_spacer','field_56b3dc86da042'),(18125,1557,'left_tab_2_wysiwyg_editor','<div class=\"page\" title=\"Page 5\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<pre>最近歐盟委員會委任我們的團隊監控歐盟會員國最大銀行的重組作業。\r\n</pre>\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n我們在發現有機會收購複雜的團隊時介入,為他們整體或獨立的部分帶來創新,並帶 領他們邁向下一個成長周期。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n在 Innovation Brain,我們的專業在於企業重組。我們試圖在企業生命週期的十字路 口創造價值,其未來便仰賴大膽的決策與創新的解決方案。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n除了豐富的專業知識,我們還會透過轉型讓您能夠從關鍵的非績效與非核心資產獲得 價值。企業組織要求我們在以下時機介入:\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<ul>\r\n <li> 需要強大的管理人員、投資能力與諮詢</li>\r\n <li> 尋找重組及轉型的股權合作夥伴</li>\r\n <li> 其他解決方案均告失敗,需要創新與全新的想法</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>'),(18126,1557,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(18127,1557,'left_tab_2_spacer','1'),(18128,1557,'_left_tab_2_spacer','field_56b371c577c8c'),(18129,1557,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(18130,1557,'_left_tab_3_image','field_56b373f3b6e44'),(18131,1557,'left_tab_3_title','透過創新與轉型 創造股東價值'),(18132,1557,'_left_tab_3_title','field_56b373afb6e42'),(18133,1557,'left_tab_3_button_label','Download PDF (312 kb)'),(18134,1557,'_left_tab_3_button_label','field_56b373ceb6e43'),(18135,1557,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(18136,1557,'_left_tab_3_button_link','field_56b374ff0ad17'),(18137,1557,'left_tab_name','公司'),(18138,1557,'_left_tab_name','field_56b3976017dce'),(18139,1557,'right_tab_name','關於我們'),(18140,1557,'_right_tab_name','field_56b3978117dcf'),(18141,1557,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(18142,1557,'_right_tab_0_image','field_56b3fab145571'),(18143,1557,'right_tab_0_content','Dr Lukas Fecker 博士\r\n<span style=\"color: #00ccff;\">Innovation Brain </span>\r\n<span style=\"color: #00ccff;\">創辦人兼 CEO</span>\r\n\r\n \r\n<div class=\"page\" title=\"Page 6\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nLukas Fecker 博士為創辦人兼 CEO。他是歐洲國際企業重建 總會(TMA)的主席。Lukas 的專業為銀行轉型。他著重在私人 資產管理公司投資、改善銀行體質與不良資產投資。Lukas 擁 有超過 20 年的經驗,而且曾經是安永(EY)及畢馬威(KPMG) 的合作夥伴,以及奧邁企業顧問公司(Alvarez & Marsal)的董 事。他曾經領導安永的銀行轉型解決方案 EMEIA。除了諮詢 外,Lukas 也曾擔任 6 大轉型業務的 CRO、CEO 或董事的高 階管理職位。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nLukas 的部分重大成就包括 250 億瑞士法郎的轉型股票上市 業務、歐洲頂尖銀行的重組,以及 2 個基金的重組。多年來, 他與全球頂尖的金融機構合作。\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>'),(18144,1557,'_right_tab_0_content','field_56b3fab145572'),(18145,1557,'right_tab_0_button_label','Download VCard'),(18146,1557,'_right_tab_0_button_label','field_56b3fab145573'),(18147,1557,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(18148,1557,'_right_tab_0_button_link','field_56b3fab145574'),(18149,1557,'right_tab_0_spacer','1'),(18150,1557,'_right_tab_0_spacer','field_56b3fab145575'),(18151,1557,'right_tab_1_contact_title','請隨時與我們連絡:'),(18152,1557,'_right_tab_1_contact_title','field_56b4001eb0921'),(18153,1557,'right_tab_1_contact_values_0_contact_value_left','瑞士楚格'),(18154,1557,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(18155,1557,'right_tab_1_contact_values_0_contact_value_right',''),(18156,1557,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(18157,1557,'right_tab_1_contact_values_0_link',''),(18158,1557,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(18159,1557,'right_tab_1_contact_values_0_link_type',''),(18160,1557,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(18161,1557,'right_tab_1_contact_values_1_contact_value_left','Lukas Fecker 博士'),(18162,1557,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(18163,1557,'right_tab_1_contact_values_1_contact_value_right',''),(18164,1557,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(18165,1557,'right_tab_1_contact_values_1_link',''),(18166,1557,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(18167,1557,'right_tab_1_contact_values_1_link_type',''),(18168,1557,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(18169,1557,'right_tab_1_contact_values_2_contact_value_left','電話:'),(18170,1557,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(18171,1557,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (瑞士)'),(18172,1557,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(18173,1557,'right_tab_1_contact_values_2_link','+41793107090'),(18174,1557,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(18175,1557,'right_tab_1_contact_values_2_link_type','tel:'),(18176,1557,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(18177,1557,'right_tab_1_contact_values_3_contact_value_left','電話:'),(18178,1557,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(18179,1557,'right_tab_1_contact_values_3_contact_value_right','(+44) 755 767 9504 (英國)'),(18180,1557,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(18181,1557,'right_tab_1_contact_values_3_link','+447557679504'),(18182,1557,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(18183,1557,'right_tab_1_contact_values_3_link_type','tel:'),(18184,1557,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(18185,1557,'right_tab_1_contact_icon','icon-mail'),(18186,1557,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(18187,1557,'right_tab_1_contact_values','5'),(18188,1557,'_right_tab_1_contact_values','field_56b3fde2ce062'),(18189,1557,'add_third_tab','0'),(18190,1557,'_add_third_tab','field_57f54e889b77c'),(18191,1557,'third_tab_name',''),(18192,1557,'_third_tab_name','field_57f54ea19b77d'),(18193,1557,'third_tab',''),(18194,1557,'_third_tab','field_57f54ec39b77e'),(18195,1557,'right_tab_1_contact_values_4_contact_value_left','電子郵件:'),(18196,1557,'_right_tab_1_contact_values_4_contact_value_left','field_56b3ff0a543e0'),(18197,1557,'right_tab_1_contact_values_4_contact_value_right','lukas.fecker@innovationbrain.com'),(18198,1557,'_right_tab_1_contact_values_4_contact_value_right','field_56b3fefe543df'),(18199,1557,'right_tab_1_contact_values_4_link_type','mailto:'),(18200,1557,'_right_tab_1_contact_values_4_link_type','field_56b3fed6543dd'),(18201,1557,'right_tab_1_contact_values_4_link','lukas.fecker@innovationbrain.com'),(18202,1557,'_right_tab_1_contact_values_4_link','field_56b3fef2543de'),(18203,1558,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<div class=\"page\" title=\"Page 7\">\r\n<div class=\"layoutArea\">\r\n<h3 class=\"column\">透過創新與轉型從破壞中創造價值</h3>\r\n</div>\r\n</div>\r\n</header>\r\n<div class=\"page\" title=\"Page 7\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<pre>我們擁有多種領域的專家,例如金融服務、商品、製藥。我們提供重組、轉型及創新\r\n等服務的專業知識。我們的專家解決方案有回收及改善;貿易轉型、製藥,以及批發\r\n與零售\r\n</pre>\r\n</div>\r\n</div>\r\n</div>'),(18204,1558,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(18205,1558,'left_tab_0_spacer','0'),(18206,1558,'_left_tab_0_spacer','field_56b371c577c8c'),(18207,1558,'left_tab_1_title','Sectors'),(18208,1558,'_left_tab_1_title','field_56b3db70da032'),(18209,1558,'left_tab_1_circle1','icon-bullseye'),(18210,1558,'_left_tab_1_circle1','field_56b3da76da02b'),(18211,1558,'left_tab_1_circle2','icon-progress'),(18212,1558,'_left_tab_1_circle2','field_56b3da76da02c'),(18213,1558,'left_tab_1_circle3','icon-pill'),(18214,1558,'_left_tab_1_circle3','field_56b3da76da02d'),(18215,1558,'left_tab_1_circle1_label','Financial Services'),(18216,1558,'_left_tab_1_circle1_label','field_56b3da76da02e'),(18217,1558,'left_tab_1_circle2_label','Commodities'),(18218,1558,'_left_tab_1_circle2_label','field_56b3da76da02f'),(18219,1558,'left_tab_1_circle3_label','Pharmaceuticals'),(18220,1558,'_left_tab_1_circle3_label','field_56b3da76da030'),(18221,1558,'left_tab_1_paragraph1','Our focus is on solutions, the set up and financing of private asset management companies and managing run-off operations.'),(18222,1558,'_left_tab_1_paragraph1','field_56b3db8eda033'),(18223,1558,'left_tab_1_paragraph2','Our expertise lies in the acquisition of non core assets in Agri, FMCG and trading which requires restructuring and turnaround.'),(18224,1558,'_left_tab_1_paragraph2','field_56b3dc6dda035'),(18225,1558,'left_tab_1_paragraph3','We support the industry in the turnaround of distribution organisations; the acquisitions and turnaround of production facilities and non-core assets.'),(18226,1558,'_left_tab_1_paragraph3','field_56b3dc74da036'),(18227,1558,'left_tab_1_spacer','0'),(18228,1558,'_left_tab_1_spacer','field_56b3da76da031'),(18229,1558,'left_tab_2_title','Services'),(18230,1558,'_left_tab_2_title','field_56b3db70da032'),(18231,1558,'left_tab_2_circle1','icon-grid'),(18232,1558,'_left_tab_2_circle1','field_56b3da76da02b'),(18233,1558,'left_tab_2_circle2','icon-turnaround'),(18234,1558,'_left_tab_2_circle2','field_56b3da76da02c'),(18235,1558,'left_tab_2_circle3','icon-folder'),(18236,1558,'_left_tab_2_circle3','field_56b3da76da02d'),(18237,1558,'left_tab_2_circle1_label','Equity Management'),(18238,1558,'_left_tab_2_circle1_label','field_56b3da76da02e'),(18239,1558,'left_tab_2_circle2_label','Turnaround Advisory'),(18240,1558,'_left_tab_2_circle2_label','field_56b3da76da02f'),(18241,1558,'left_tab_2_circle3_label','Investment and Funding'),(18242,1558,'_left_tab_2_circle3_label','field_56b3da76da030'),(18243,1558,'left_tab_2_paragraph1','Equity Management includes our proprietary investments and the conversion of debt to equity. We also provide the executive leadership teams running the investments to represent ourselves and on behalf of our investors.'),(18244,1558,'_left_tab_2_paragraph1','field_56b3db8eda033'),(18245,1558,'left_tab_2_paragraph2','Our turnaround professionals are former senior executives who have lead, built and guided major businesses through growth, acquisition, restructuring and turnaround. They are supported by analytical teams from network companies such as big 4 and analytical boutiques.'),(18246,1558,'_left_tab_2_paragraph2','field_56b3dc6dda035'),(18247,1558,'left_tab_2_paragraph3','We handle and manage funds for our clients. Our investors are family offices, PE funds and Pension funds. The focus is primarily on distressed investments or to support strategic growth by focusing investment in fundamental change in a sector. We advise our clients on prioritising their investments to a new business sector.'),(18248,1558,'_left_tab_2_paragraph3','field_56b3dc74da036'),(18249,1558,'left_tab_2_spacer','0'),(18250,1558,'_left_tab_2_spacer','field_56b3da76da031'),(18251,1558,'left_tab_3_wysiwyg_editor','Our extensive network of experts guarantees to remove the risk from your your balance sheet. Within our network of firms, affiliates and partnerships we work with you to deconsolidate your business and create value. We empower you to participate in the recovery of your firm.'),(18252,1558,'_left_tab_3_wysiwyg_editor','field_56b3711077c86'),(18253,1558,'left_tab_3_spacer','1'),(18254,1558,'_left_tab_3_spacer','field_56b371c577c8c'),(18255,1558,'left_tab_4_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(18256,1558,'_left_tab_4_image','field_56b373f3b6e44'),(18257,1558,'left_tab_4_title','Creating Shareholder Value through Innovation and Turnaround'),(18258,1558,'_left_tab_4_title','field_56b373afb6e42'),(18259,1558,'left_tab_4_button_label','Download PDF (312 kb)'),(18260,1558,'_left_tab_4_button_label','field_56b373ceb6e43'),(18261,1558,'left_tab_4_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(18262,1558,'_left_tab_4_button_link','field_56b374ff0ad17'),(18263,1558,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:19:\"3circles_block_text\";i:2;s:19:\"3circles_block_text\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:15:\"read_more_block\";}'),(18264,1558,'_left_tab','field_56b36c6deeda0'),(18265,1558,'add_second_tab','0'),(18266,1558,'_add_second_tab','field_56b36ca9eeda2'),(18267,1558,'right_tab',''),(18268,1558,'_right_tab','field_56b3fab04554d'),(18269,1558,'add_third_tab','0'),(18270,1558,'_add_third_tab','field_57f54e889b77c'),(18271,1558,'third_tab',''),(18272,1558,'_third_tab','field_57f54ec39b77e'),(18273,1559,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<div class=\"page\" title=\"Page 7\">\r\n<div class=\"layoutArea\">\r\n<h3 class=\"column\">透過創新與轉型從破壞中創造價值</h3>\r\n</div>\r\n</div>\r\n</header>\r\n<div class=\"page\" title=\"Page 7\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<pre>我們擁有多種領域的專家,例如金融服務、商品、製藥。我們提供重組、轉型及創新\r\n等服務的專業知識。我們的專家解決方案有回收及改善;貿易轉型、製藥,以及批發\r\n與零售\r\n</pre>\r\n</div>\r\n</div>\r\n</div>'),(18274,1559,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(18275,1559,'left_tab_0_spacer','0'),(18276,1559,'_left_tab_0_spacer','field_56b371c577c8c'),(18277,1559,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:19:\"3circles_block_text\";i:2;s:19:\"3circles_block_text\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:15:\"read_more_block\";}'),(18278,1559,'_left_tab','field_56b36c6deeda0'),(18279,1559,'add_second_tab','0'),(18280,1559,'_add_second_tab','field_56b36ca9eeda2'),(18281,1559,'right_tab',''),(18282,1559,'_right_tab','field_56b3fab04554d'),(18283,1559,'left_tab_1_title','領域'),(18284,1559,'_left_tab_1_title','field_56b3db70da032'),(18285,1559,'left_tab_1_circle1','icon-bullseye'),(18286,1559,'_left_tab_1_circle1','field_56b3da76da02b'),(18287,1559,'left_tab_1_circle2','icon-progress'),(18288,1559,'_left_tab_1_circle2','field_56b3da76da02c'),(18289,1559,'left_tab_1_circle3','icon-pill'),(18290,1559,'_left_tab_1_circle3','field_56b3da76da02d'),(18291,1559,'left_tab_1_circle1_label','金融服務'),(18292,1559,'_left_tab_1_circle1_label','field_56b3da76da02e'),(18293,1559,'left_tab_1_circle2_label','商品'),(18294,1559,'_left_tab_1_circle2_label','field_56b3da76da02f'),(18295,1559,'left_tab_1_circle3_label','製藥'),(18296,1559,'_left_tab_1_circle3_label','field_56b3da76da030'),(18297,1559,'left_tab_1_paragraph1','我們的重點在於解決 方案、私人資產管理公 司的設立與籌資,以及 管理續存資產作業\r\n'),(18298,1559,'_left_tab_1_paragraph1','field_56b3db8eda033'),(18299,1559,'left_tab_1_paragraph2','我們的專業在於收購 農產品、日常用品,以 及需要重組和轉型之 交易的非核心資產\r\n'),(18300,1559,'_left_tab_1_paragraph2','field_56b3dc6dda035'),(18301,1559,'left_tab_1_paragraph3','我們支援配銷組織轉 型的產業;生產設施及 非核心資產的收購與 轉型\r\n'),(18302,1559,'_left_tab_1_paragraph3','field_56b3dc74da036'),(18303,1559,'left_tab_1_spacer','0'),(18304,1559,'_left_tab_1_spacer','field_56b3da76da031'),(18305,1559,'left_tab_2_title','服務'),(18306,1559,'_left_tab_2_title','field_56b3db70da032'),(18307,1559,'left_tab_2_circle1','icon-grid'),(18308,1559,'_left_tab_2_circle1','field_56b3da76da02b'),(18309,1559,'left_tab_2_circle2','icon-turnaround'),(18310,1559,'_left_tab_2_circle2','field_56b3da76da02c'),(18311,1559,'left_tab_2_circle3','icon-folder'),(18312,1559,'_left_tab_2_circle3','field_56b3da76da02d'),(18313,1559,'left_tab_2_circle1_label','產權管理'),(18314,1559,'_left_tab_2_circle1_label','field_56b3da76da02e'),(18315,1559,'left_tab_2_circle2_label','轉型諮詢'),(18316,1559,'_left_tab_2_circle2_label','field_56b3da76da02f'),(18317,1559,'left_tab_2_circle3_label','投資與注資'),(18318,1559,'_left_tab_2_circle3_label','field_56b3da76da030'),(18319,1559,'left_tab_2_paragraph1','產權管理包含我們的 自營投資,以及債權轉 股權。我們也提供管理 領導團隊,代表我們自 己與我們的投資人經 營投資'),(18320,1559,'_left_tab_2_paragraph1','field_56b3db8eda033'),(18321,1559,'left_tab_2_paragraph2','我們的轉型專家是曾 經透過成長、收購、重 組與轉型來領導、建立 與指導主要業務的前 資深專員。他們也獲得 分析團隊的支援,這些 分析團隊來自聯絡網 公司(例如:四大會計 師事務所)及小型專業 分析服務'),(18322,1559,'_left_tab_2_paragraph2','field_56b3dc6dda035'),(18323,1559,'left_tab_2_paragraph3','我們的轉型專家是曾 經透過成長、收購、重 組與轉型來領導、建立 與指導主要業務的前 資深專員。他們也獲得 分析團隊的支援,這些 分析團隊來自聯絡網 公司(例如:四大會計 師事務所)及小型專業 分析服務'),(18324,1559,'_left_tab_2_paragraph3','field_56b3dc74da036'),(18325,1559,'left_tab_2_spacer','0'),(18326,1559,'_left_tab_2_spacer','field_56b3da76da031'),(18327,1559,'left_tab_3_wysiwyg_editor','<div class=\"page\" title=\"Page 7\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n我們具備大規模專家聯絡網,保證可以免除資產負債表中的風險。我們透過我們 的公司、子公司及合作夥伴網路與您合作,以分拆您的業務並創造價值。我們讓 您能夠參與貴公司的清收。\r\n\r\n</div>\r\n</div>\r\n</div>'),(18328,1559,'_left_tab_3_wysiwyg_editor','field_56b3711077c86'),(18329,1559,'left_tab_3_spacer','1'),(18330,1559,'_left_tab_3_spacer','field_56b371c577c8c'),(18331,1559,'left_tab_4_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(18332,1559,'_left_tab_4_image','field_56b373f3b6e44'),(18333,1559,'left_tab_4_title','透過創新與轉型 創造股東價值'),(18334,1559,'_left_tab_4_title','field_56b373afb6e42'),(18335,1559,'left_tab_4_button_label','下載 PDF (312 kb)'),(18336,1559,'_left_tab_4_button_label','field_56b373ceb6e43'),(18337,1559,'left_tab_4_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(18338,1559,'_left_tab_4_button_link','field_56b374ff0ad17'),(18339,1559,'add_third_tab','0'),(18340,1559,'_add_third_tab','field_57f54e889b77c'),(18341,1559,'third_tab',''),(18342,1559,'_third_tab','field_57f54ec39b77e'),(18343,1560,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(18344,1560,'_left_tab','field_56b36c6deeda0'),(18345,1560,'add_second_tab','1'),(18346,1560,'_add_second_tab','field_56b36ca9eeda2'),(18347,1560,'right_tab','a:2:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";}'),(18348,1560,'_right_tab','field_56b3fab04554d'),(18349,1560,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<div class=\"page\" title=\"Page 5\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>Innovation Brain 擁有超過 20 名業界最佳的重組及轉型專家。</h3>\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n我們所有的資深專員在各個不同公司擔任董事與管理職位,並擁有建立數十億美元 業務的記錄。我們認為與我們的客戶合作非常重要─從其業務中找出最佳價值。我 們的客戶關係建立在互信與合作─審慎處理,並且隨時將客戶的最大利益視為重 點。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<pre>我們的專家橫跨各個行業,並且著重在三個核心領域:\r\n</pre>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</header>'),(18350,1560,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(18351,1560,'left_tab_0_spacer','1'),(18352,1560,'_left_tab_0_spacer','field_56b371c577c8c'),(18353,1560,'left_tab_1_circle1','icon-grid'),(18354,1560,'_left_tab_1_circle1','field_56b3dc86da039'),(18355,1560,'left_tab_1_circle2','icon-turnaround'),(18356,1560,'_left_tab_1_circle2','field_56b3dc86da03a'),(18357,1560,'left_tab_1_circle3','icon-masonery'),(18358,1560,'_left_tab_1_circle3','field_56b3dc86da03b'),(18359,1560,'left_tab_1_circle1_label','重組'),(18360,1560,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(18361,1560,'left_tab_1_circle2_label','轉型'),(18362,1560,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(18363,1560,'left_tab_1_circle3_label','創新'),(18364,1560,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(18365,1560,'left_tab_1_spacer','1'),(18366,1560,'_left_tab_1_spacer','field_56b3dc86da042'),(18367,1560,'left_tab_2_wysiwyg_editor','<div class=\"page\" title=\"Page 5\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<pre>最近歐盟委員會委任我們的團隊監控歐盟會員國最大銀行的重組作業。\r\n</pre>\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n我們在發現有機會收購複雜的團隊時介入,為他們整體或獨立的部分帶來創新,並帶 領他們邁向下一個成長周期。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n在 Innovation Brain,我們的專業在於企業重組。我們試圖在企業生命週期的十字路 口創造價值,其未來便仰賴大膽的決策與創新的解決方案。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n除了豐富的專業知識,我們還會透過轉型讓您能夠從關鍵的非績效與非核心資產獲得 價值。企業組織要求我們在以下時機介入:\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<ul>\r\n <li> 需要強大的管理人員、投資能力與諮詢</li>\r\n <li> 尋找重組及轉型的股權合作夥伴</li>\r\n <li> 其他解決方案均告失敗,需要創新與全新的想法</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>'),(18368,1560,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(18369,1560,'left_tab_2_spacer','1'),(18370,1560,'_left_tab_2_spacer','field_56b371c577c8c'),(18371,1560,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(18372,1560,'_left_tab_3_image','field_56b373f3b6e44'),(18373,1560,'left_tab_3_title','透過創新與轉型 創造股東價值'),(18374,1560,'_left_tab_3_title','field_56b373afb6e42'),(18375,1560,'left_tab_3_button_label','下載 PDF (312 kb)'),(18376,1560,'_left_tab_3_button_label','field_56b373ceb6e43'),(18377,1560,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(18378,1560,'_left_tab_3_button_link','field_56b374ff0ad17'),(18379,1560,'left_tab_name','公司'),(18380,1560,'_left_tab_name','field_56b3976017dce'),(18381,1560,'right_tab_name','關於我們'),(18382,1560,'_right_tab_name','field_56b3978117dcf'),(18383,1560,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(18384,1560,'_right_tab_0_image','field_56b3fab145571'),(18385,1560,'right_tab_0_content','Dr Lukas Fecker 博士\r\n<span style=\"color: #00ccff;\">Innovation Brain </span>\r\n<span style=\"color: #00ccff;\">創辦人兼 CEO</span>\r\n\r\n \r\n<div class=\"page\" title=\"Page 6\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nLukas Fecker 博士為創辦人兼 CEO。他是歐洲國際企業重建 總會(TMA)的主席。Lukas 的專業為銀行轉型。他著重在私人 資產管理公司投資、改善銀行體質與不良資產投資。Lukas 擁 有超過 20 年的經驗,而且曾經是安永(EY)及畢馬威(KPMG) 的合作夥伴,以及奧邁企業顧問公司(Alvarez & Marsal)的董 事。他曾經領導安永的銀行轉型解決方案 EMEIA。除了諮詢 外,Lukas 也曾擔任 6 大轉型業務的 CRO、CEO 或董事的高 階管理職位。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nLukas 的部分重大成就包括 250 億瑞士法郎的轉型股票上市 業務、歐洲頂尖銀行的重組,以及 2 個基金的重組。多年來, 他與全球頂尖的金融機構合作。\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>'),(18386,1560,'_right_tab_0_content','field_56b3fab145572'),(18387,1560,'right_tab_0_button_label','Download VCard'),(18388,1560,'_right_tab_0_button_label','field_56b3fab145573'),(18389,1560,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(18390,1560,'_right_tab_0_button_link','field_56b3fab145574'),(18391,1560,'right_tab_0_spacer','1'),(18392,1560,'_right_tab_0_spacer','field_56b3fab145575'),(18393,1560,'right_tab_1_contact_title','請隨時與我們連絡:'),(18394,1560,'_right_tab_1_contact_title','field_56b4001eb0921'),(18395,1560,'right_tab_1_contact_values_0_contact_value_left','瑞士楚格'),(18396,1560,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(18397,1560,'right_tab_1_contact_values_0_contact_value_right',''),(18398,1560,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(18399,1560,'right_tab_1_contact_values_0_link',''),(18400,1560,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(18401,1560,'right_tab_1_contact_values_0_link_type',''),(18402,1560,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(18403,1560,'right_tab_1_contact_values_1_contact_value_left','Lukas Fecker 博士'),(18404,1560,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(18405,1560,'right_tab_1_contact_values_1_contact_value_right',''),(18406,1560,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(18407,1560,'right_tab_1_contact_values_1_link',''),(18408,1560,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(18409,1560,'right_tab_1_contact_values_1_link_type',''),(18410,1560,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(18411,1560,'right_tab_1_contact_values_2_contact_value_left','電話:'),(18412,1560,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(18413,1560,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (瑞士)'),(18414,1560,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(18415,1560,'right_tab_1_contact_values_2_link','+41793107090'),(18416,1560,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(18417,1560,'right_tab_1_contact_values_2_link_type','tel:'),(18418,1560,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(18419,1560,'right_tab_1_contact_values_3_contact_value_left','電話:'),(18420,1560,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(18421,1560,'right_tab_1_contact_values_3_contact_value_right','(+44) 755 767 9504 (英國)'),(18422,1560,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(18423,1560,'right_tab_1_contact_values_3_link','+447557679504'),(18424,1560,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(18425,1560,'right_tab_1_contact_values_3_link_type','tel:'),(18426,1560,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(18427,1560,'right_tab_1_contact_icon','icon-mail'),(18428,1560,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(18429,1560,'right_tab_1_contact_values','5'),(18430,1560,'_right_tab_1_contact_values','field_56b3fde2ce062'),(18431,1560,'add_third_tab','0'),(18432,1560,'_add_third_tab','field_57f54e889b77c'),(18433,1560,'third_tab_name',''),(18434,1560,'_third_tab_name','field_57f54ea19b77d'),(18435,1560,'third_tab',''),(18436,1560,'_third_tab','field_57f54ec39b77e'),(18437,1560,'right_tab_1_contact_values_4_contact_value_left','電子郵件:'),(18438,1560,'_right_tab_1_contact_values_4_contact_value_left','field_56b3ff0a543e0'),(18439,1560,'right_tab_1_contact_values_4_contact_value_right','lukas.fecker@innovationbrain.com'),(18440,1560,'_right_tab_1_contact_values_4_contact_value_right','field_56b3fefe543df'),(18441,1560,'right_tab_1_contact_values_4_link_type','mailto:'),(18442,1560,'_right_tab_1_contact_values_4_link_type','field_56b3fed6543dd'),(18443,1560,'right_tab_1_contact_values_4_link','lukas.fecker@innovationbrain.com'),(18444,1560,'_right_tab_1_contact_values_4_link','field_56b3fef2543de'),(18445,1561,'left_tab_0_wysiwyg_editor','<div class=\"page\" title=\"Page 8\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>您將在此找到我們與媒體 Debtwire 分享演說及會議的思想領 導。基於競爭的原因,我們無法分享我們解決方案的補償性知 識財產權、方法及詳細資料。不過,若您需要更多詳細資料, 可以與我們連絡,我們非常樂意與您討論您感興趣的內容。</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>'),(18446,1561,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(18447,1561,'left_tab_0_spacer','1'),(18448,1561,'_left_tab_0_spacer','field_56b371c577c8c'),(18449,1561,'left_tab_1_external_repeater_0_title','簡報:NPL 的趨勢及銀行 重組'),(18450,1561,'_left_tab_1_external_repeater_0_title','field_56b3e63fb5686'),(18451,1561,'left_tab_1_external_repeater_0_details','會議:倫敦 NPL Europe, 2014 年 10 月 1 日至 2 日'),(18452,1561,'_left_tab_1_external_repeater_0_details','field_56b3e677b5687'),(18453,1561,'left_tab_1_external_repeater_0_link','http://www.smithnovak.com/conferences/npl-europe.html'),(18454,1561,'_left_tab_1_external_repeater_0_link','field_56b3e69cb5688'),(18455,1561,'left_tab_1_external_repeater_1_title','簡報:跨境銀行轉型與 重整'),(18456,1561,'_left_tab_1_external_repeater_1_title','field_56b3e63fb5686'),(18457,1561,'left_tab_1_external_repeater_1_details','會議:重組及破產,歐洲維也納,2014年12月4日至5日'),(18458,1561,'_left_tab_1_external_repeater_1_details','field_56b3e677b5687'),(18459,1561,'left_tab_1_external_repeater_1_link','http://www.smithnovak.com/conferences/restructuring-insolvency-europe.html'),(18460,1561,'_left_tab_1_external_repeater_1_link','field_56b3e69cb5688'),(18461,1561,'left_tab_1_external_repeater_2_title','簡報:私人資產管理公司及價值清收'),(18462,1561,'_left_tab_1_external_repeater_2_title','field_56b3e63fb5686'),(18463,1561,'left_tab_1_external_repeater_2_details','會議:巴黎NPL International,2014年4月23日至24日'),(18464,1561,'_left_tab_1_external_repeater_2_details','field_56b3e677b5687'),(18465,1561,'left_tab_1_external_repeater_2_link','http://www.smithnovak.com/conferences/npl-international.html'),(18466,1561,'_left_tab_1_external_repeater_2_link','field_56b3e69cb5688'),(18467,1561,'left_tab_1_external_repeater','3'),(18468,1561,'_left_tab_1_external_repeater','field_56b3e5acb5685'),(18469,1561,'left_tab_1_spacer','0'),(18470,1561,'_left_tab_1_spacer','field_56b3e588b5684'),(18471,1561,'left_tab_2_contact_icon','icon-mail'),(18472,1561,'_left_tab_2_contact_icon','field_56b3f7c0468cc'),(18473,1561,'left_tab_2_contact_title','Please feel free to contact us:'),(18474,1561,'_left_tab_2_contact_title','field_56b3f7c0468cd'),(18475,1561,'left_tab_2_contact_values_0_contact_value_left','Zug, Switzerland'),(18476,1561,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f834453c3'),(18477,1561,'left_tab_2_contact_values_0_contact_value_right',''),(18478,1561,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f834453c4'),(18479,1561,'left_tab_2_contact_values_0_link',''),(18480,1561,'_left_tab_2_contact_values_0_link','field_56b3f834453c5'),(18481,1561,'left_tab_2_contact_values_0_link_type',''),(18482,1561,'_left_tab_2_contact_values_0_link_type','field_56b3f834453c6'),(18483,1561,'left_tab_2_contact_values_1_contact_value_left','Dr Lukas Fecker'),(18484,1561,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f834453c3'),(18485,1561,'left_tab_2_contact_values_1_contact_value_right',''),(18486,1561,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f834453c4'),(18487,1561,'left_tab_2_contact_values_1_link',''),(18488,1561,'_left_tab_2_contact_values_1_link','field_56b3f834453c5'),(18489,1561,'left_tab_2_contact_values_1_link_type',''),(18490,1561,'_left_tab_2_contact_values_1_link_type','field_56b3f834453c6'),(18491,1561,'left_tab_2_contact_values_2_contact_value_left','Tel:'),(18492,1561,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f834453c3'),(18493,1561,'left_tab_2_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(18494,1561,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f834453c4'),(18495,1561,'left_tab_2_contact_values_2_link','+41793107090'),(18496,1561,'_left_tab_2_contact_values_2_link','field_56b3f834453c5'),(18497,1561,'left_tab_2_contact_values_2_link_type','tel:'),(18498,1561,'_left_tab_2_contact_values_2_link_type','field_56b3f834453c6'),(18499,1561,'left_tab_2_contact_values_3_contact_value_left','E-mail:'),(18500,1561,'_left_tab_2_contact_values_3_contact_value_left','field_56b3f834453c3'),(18501,1561,'left_tab_2_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(18502,1561,'_left_tab_2_contact_values_3_contact_value_right','field_56b3f834453c4'),(18503,1561,'left_tab_2_contact_values_3_link','lukas.fecker@innovationbrain.com'),(18504,1561,'_left_tab_2_contact_values_3_link','field_56b3f834453c5'),(18505,1561,'left_tab_2_contact_values_3_link_type','mailto:'),(18506,1561,'_left_tab_2_contact_values_3_link_type','field_56b3f834453c6'),(18507,1561,'left_tab_2_contact_values','4'),(18508,1561,'_left_tab_2_contact_values','field_56b3f834453c2'),(18509,1561,'left_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"external_block\";i:2;s:13:\"contact_block\";}'),(18510,1561,'_left_tab','field_56b36c6deeda0'),(18511,1561,'add_second_tab','0'),(18512,1561,'_add_second_tab','field_56b36ca9eeda2'),(18513,1561,'right_tab',''),(18514,1561,'_right_tab','field_56b3fab04554d'),(18515,1561,'add_third_tab','0'),(18516,1561,'_add_third_tab','field_57f54e889b77c'),(18517,1561,'third_tab',''),(18518,1561,'_third_tab','field_57f54ec39b77e'),(18519,1531,'left_tab_2_contact_values_4_contact_value_left','電子郵件'),(18520,1531,'_left_tab_2_contact_values_4_contact_value_left','field_56b3f834453c3'),(18521,1531,'left_tab_2_contact_values_4_contact_value_right','lukas.fecker@innovationbrain.com'),(18522,1531,'_left_tab_2_contact_values_4_contact_value_right','field_56b3f834453c4'),(18523,1531,'left_tab_2_contact_values_4_link','lukas.fecker@innovationbrain.com'),(18524,1531,'_left_tab_2_contact_values_4_link','field_56b3f834453c5'),(18525,1531,'left_tab_2_contact_values_4_link_type','mailto:'),(18526,1531,'_left_tab_2_contact_values_4_link_type','field_56b3f834453c6'),(18527,1562,'left_tab_0_wysiwyg_editor','<div class=\"page\" title=\"Page 8\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>您將在此找到我們與媒體 Debtwire 分享演說及會議的思想領 導。基於競爭的原因,我們無法分享我們解決方案的補償性知 識財產權、方法及詳細資料。不過,若您需要更多詳細資料, 可以與我們連絡,我們非常樂意與您討論您感興趣的內容。</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>'),(18528,1562,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(18529,1562,'left_tab_0_spacer','1'),(18530,1562,'_left_tab_0_spacer','field_56b371c577c8c'),(18531,1562,'left_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"external_block\";i:2;s:13:\"contact_block\";}'),(18532,1562,'_left_tab','field_56b36c6deeda0'),(18533,1562,'add_second_tab','0'),(18534,1562,'_add_second_tab','field_56b36ca9eeda2'),(18535,1562,'right_tab',''),(18536,1562,'_right_tab','field_56b3fab04554d'),(18537,1562,'left_tab_1_external_repeater_0_title','簡報:NPL 的趨勢及銀行 重組'),(18538,1562,'_left_tab_1_external_repeater_0_title','field_56b3e63fb5686'),(18539,1562,'left_tab_1_external_repeater_0_details','會議:倫敦 NPL Europe, 2014 年 10 月 1 日至 2 日'),(18540,1562,'_left_tab_1_external_repeater_0_details','field_56b3e677b5687'),(18541,1562,'left_tab_1_external_repeater_0_link','http://www.smithnovak.com/conferences/npl-europe.html'),(18542,1562,'_left_tab_1_external_repeater_0_link','field_56b3e69cb5688'),(18543,1562,'left_tab_1_external_repeater_1_title','簡報:跨境銀行轉型與 重整'),(18544,1562,'_left_tab_1_external_repeater_1_title','field_56b3e63fb5686'),(18545,1562,'left_tab_1_external_repeater_1_details','會議:重組及破產,歐洲維也納,2014年12月4日至5日'),(18546,1562,'_left_tab_1_external_repeater_1_details','field_56b3e677b5687'),(18547,1562,'left_tab_1_external_repeater_1_link','http://www.smithnovak.com/conferences/restructuring-insolvency-europe.html'),(18548,1562,'_left_tab_1_external_repeater_1_link','field_56b3e69cb5688'),(18549,1562,'left_tab_1_external_repeater_2_title','簡報:私人資產管理公司及價值清收'),(18550,1562,'_left_tab_1_external_repeater_2_title','field_56b3e63fb5686'),(18551,1562,'left_tab_1_external_repeater_2_details','會議:巴黎NPL International,2014年4月23日至24日'),(18552,1562,'_left_tab_1_external_repeater_2_details','field_56b3e677b5687'),(18553,1562,'left_tab_1_external_repeater_2_link','http://www.smithnovak.com/conferences/npl-international.html'),(18554,1562,'_left_tab_1_external_repeater_2_link','field_56b3e69cb5688'),(18555,1562,'left_tab_1_external_repeater','3'),(18556,1562,'_left_tab_1_external_repeater','field_56b3e5acb5685'),(18557,1562,'left_tab_1_spacer','0'),(18558,1562,'_left_tab_1_spacer','field_56b3e588b5684'),(18559,1562,'left_tab_2_contact_icon','icon-mail'),(18560,1562,'_left_tab_2_contact_icon','field_56b3f7c0468cc'),(18561,1562,'left_tab_2_contact_title','請隨時與我們連絡:'),(18562,1562,'_left_tab_2_contact_title','field_56b3f7c0468cd'),(18563,1562,'left_tab_2_contact_values_0_contact_value_left','瑞士楚格'),(18564,1562,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f834453c3'),(18565,1562,'left_tab_2_contact_values_0_contact_value_right',''),(18566,1562,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f834453c4'),(18567,1562,'left_tab_2_contact_values_0_link',''),(18568,1562,'_left_tab_2_contact_values_0_link','field_56b3f834453c5'),(18569,1562,'left_tab_2_contact_values_0_link_type',''),(18570,1562,'_left_tab_2_contact_values_0_link_type','field_56b3f834453c6'),(18571,1562,'left_tab_2_contact_values_1_contact_value_left','Lukas Fecker 博士'),(18572,1562,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f834453c3'),(18573,1562,'left_tab_2_contact_values_1_contact_value_right',''),(18574,1562,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f834453c4'),(18575,1562,'left_tab_2_contact_values_1_link',''),(18576,1562,'_left_tab_2_contact_values_1_link','field_56b3f834453c5'),(18577,1562,'left_tab_2_contact_values_1_link_type',''),(18578,1562,'_left_tab_2_contact_values_1_link_type','field_56b3f834453c6'),(18579,1562,'left_tab_2_contact_values_2_contact_value_left','電話:'),(18580,1562,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f834453c3'),(18581,1562,'left_tab_2_contact_values_2_contact_value_right','(+41) 793 107 090 (瑞士)'),(18582,1562,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f834453c4'),(18583,1562,'left_tab_2_contact_values_2_link','+41793107090'),(18584,1562,'_left_tab_2_contact_values_2_link','field_56b3f834453c5'),(18585,1562,'left_tab_2_contact_values_2_link_type','tel:'),(18586,1562,'_left_tab_2_contact_values_2_link_type','field_56b3f834453c6'),(18587,1562,'left_tab_2_contact_values_3_contact_value_left','電話:'),(18588,1562,'_left_tab_2_contact_values_3_contact_value_left','field_56b3f834453c3'),(18589,1562,'left_tab_2_contact_values_3_contact_value_right','(+44) 755 767 9504 (英國'),(18590,1562,'_left_tab_2_contact_values_3_contact_value_right','field_56b3f834453c4'),(18591,1562,'left_tab_2_contact_values_3_link','+447557679504 '),(18592,1562,'_left_tab_2_contact_values_3_link','field_56b3f834453c5'),(18593,1562,'left_tab_2_contact_values_3_link_type','tel:'),(18594,1562,'_left_tab_2_contact_values_3_link_type','field_56b3f834453c6'),(18595,1562,'left_tab_2_contact_values','5'),(18596,1562,'_left_tab_2_contact_values','field_56b3f834453c2'),(18597,1562,'add_third_tab','0'),(18598,1562,'_add_third_tab','field_57f54e889b77c'),(18599,1562,'third_tab',''),(18600,1562,'_third_tab','field_57f54ec39b77e'),(18601,1562,'left_tab_2_contact_values_4_contact_value_left','電子郵件'),(18602,1562,'_left_tab_2_contact_values_4_contact_value_left','field_56b3f834453c3'),(18603,1562,'left_tab_2_contact_values_4_contact_value_right','lukas.fecker@innovationbrain.com'),(18604,1562,'_left_tab_2_contact_values_4_contact_value_right','field_56b3f834453c4'),(18605,1562,'left_tab_2_contact_values_4_link','lukas.fecker@innovationbrain.com'),(18606,1562,'_left_tab_2_contact_values_4_link','field_56b3f834453c5'),(18607,1562,'left_tab_2_contact_values_4_link_type','mailto:'),(18608,1562,'_left_tab_2_contact_values_4_link_type','field_56b3f834453c6'),(18609,1564,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(18610,1564,'_left_tab','field_56b36c6deeda0'),(18611,1564,'add_second_tab','1'),(18612,1564,'_add_second_tab','field_56b36ca9eeda2'),(18613,1564,'right_tab','a:7:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";i:4;s:20:\"wysiwyg_editor_block\";i:5;s:16:\"items_list_block\";i:6;s:13:\"contact_block\";}'),(18614,1564,'_right_tab','field_56b3fab04554d'),(18615,1564,'left_tab_0_wysiwyg_editor','<div class=\"page\" title=\"Page 9\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>我們成功完成某些最大型公司與金融機構的重組與轉型。 以下是部分範例以及我們的成功案例:</h3>\r\n</div>\r\n</div>\r\n</div>'),(18616,1564,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(18617,1564,'left_tab_0_spacer','0'),(18618,1564,'_left_tab_0_spacer','field_56b371c577c8c'),(18619,1564,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(18620,1564,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(18621,1564,'left_tab_1_cases_repeater_0_title','-希臘最大的銀行'),(18622,1564,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(18623,1564,'left_tab_1_cases_repeater_0_icon_title','金融服務'),(18624,1564,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(18625,1564,'left_tab_1_cases_repeater_0_details','頂尖國際銀行的重組。我們解決該銀行約 80%的負債、引導非核心 資產的處分,以及確認與管理收購。這讓我們客戶的規模在 24 個 月的期間內加倍,並讓其重新定位為市場領導者,成功額外增加的 10%資本。'),(18626,1564,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(18627,1564,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(18628,1564,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(18629,1564,'left_tab_1_cases_repeater_1_title','-最大的國際獨立煉油營運商 \r\n-GATE Alternative Energy'),(18630,1564,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(18631,1564,'left_tab_1_cases_repeater_1_icon_title','商品'),(18632,1564,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(18633,1564,'left_tab_1_cases_repeater_1_details','大型石化集團,營業額超過 200 億美元(5 億美元的稅前息前折舊攤 銷前盈餘)。這種參與必須徹底改變市場焦點、分拆集團、配合各個 部門的重新定位,並且逐漸停止其非核心實體。創造的總價值為初 始基值的 20% (重組後 100%到 120%)'),(18634,1564,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(18635,1564,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(18636,1564,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(18637,1564,'left_tab_1_cases_repeater_2_title','-藥品運銷 \r\n-藥品追蹤及生產\r\n'),(18638,1564,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(18639,1564,'left_tab_1_cases_repeater_2_icon_title','製藥'),(18640,1564,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(18641,1564,'left_tab_1_cases_repeater_2_details','我們引導大型製藥公司的收購及轉型。這包括專業製藥公司的分 割,以及以 50%購買成本的利潤處分專業製藥公司。\r\n'),(18642,1564,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(18643,1564,'left_tab_1_cases_repeater','3'),(18644,1564,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(18645,1564,'left_tab_1_spacer','0'),(18646,1564,'_left_tab_1_spacer','field_56b3f001dbf09'),(18647,1564,'left_tab_name','案例'),(18648,1564,'_left_tab_name','field_56b3976017dce'),(18649,1564,'right_tab_name','Conferences'),(18650,1564,'_right_tab_name','field_56b3978117dcf'),(18651,1564,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(18652,1564,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(18653,1564,'right_tab_0_spacer','1'),(18654,1564,'_right_tab_0_spacer','field_56b3fab14554f'),(18655,1564,'right_tab_1_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(18656,1564,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(18657,1564,'right_tab_1_items_list_repeater_0_description','London, 29 June 2016'),(18658,1564,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(18659,1564,'right_tab_1_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(18660,1564,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(18661,1564,'right_tab_1_items_list_repeater_1_description','London, 29 June 2016'),(18662,1564,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(18663,1564,'right_tab_1_items_list_repeater','4'),(18664,1564,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(18665,1564,'right_tab_1_spacer','0'),(18666,1564,'_right_tab_1_spacer','field_56b3fab145570'),(18667,1564,'add_third_tab','1'),(18668,1564,'_add_third_tab','field_57f54e889b77c'),(18669,1564,'third_tab_name','Upcoming Events'),(18670,1564,'_third_tab_name','field_57f54ea19b77d'),(18671,1564,'third_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";}'),(18672,1564,'_third_tab','field_57f54ec39b77e'),(18673,1564,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(18674,1564,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(18675,1564,'right_tab_2_spacer','1'),(18676,1564,'_right_tab_2_spacer','field_56b3fab14554f'),(18677,1564,'right_tab_3_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(18678,1564,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(18679,1564,'right_tab_3_items_list_repeater_0_description','Frankfurt, October, 2015'),(18680,1564,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(18681,1564,'right_tab_3_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(18682,1564,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(18683,1564,'right_tab_3_items_list_repeater_1_description','Milan, October, 2015'),(18684,1564,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(18685,1564,'right_tab_3_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(18686,1564,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(18687,1564,'right_tab_3_items_list_repeater_2_description','London, September, 2015'),(18688,1564,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(18689,1564,'right_tab_3_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(18690,1564,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(18691,1564,'right_tab_3_items_list_repeater_3_description','Stockholm June, 2015'),(18692,1564,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(18693,1564,'right_tab_3_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(18694,1564,'_right_tab_3_items_list_repeater_4_title','field_56b3fab14556e'),(18695,1564,'right_tab_3_items_list_repeater_4_description','Madrid, May, 2015'),(18696,1564,'_right_tab_3_items_list_repeater_4_description','field_56b3fab14556f'),(18697,1564,'right_tab_3_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(18698,1564,'_right_tab_3_items_list_repeater_5_title','field_56b3fab14556e'),(18699,1564,'right_tab_3_items_list_repeater_5_description','Bucharest, April, 2015'),(18700,1564,'_right_tab_3_items_list_repeater_5_description','field_56b3fab14556f'),(18701,1564,'right_tab_3_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(18702,1564,'_right_tab_3_items_list_repeater_6_title','field_56b3fab14556e'),(18703,1564,'right_tab_3_items_list_repeater_6_description','London, January, 2015'),(18704,1564,'_right_tab_3_items_list_repeater_6_description','field_56b3fab14556f'),(18705,1564,'right_tab_3_items_list_repeater','7'),(18706,1564,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(18707,1564,'right_tab_3_spacer','0'),(18708,1564,'_right_tab_3_spacer','field_56b3fab145570'),(18709,1564,'right_tab_1_items_list_repeater_2_title','Private Equity Buying into CEE'),(18710,1564,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(18711,1564,'right_tab_1_items_list_repeater_2_description','Prague, 16 March 2016'),(18712,1564,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(18713,1564,'right_tab_1_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(18714,1564,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(18715,1564,'right_tab_1_items_list_repeater_3_description','London, 9-10 March 2016'),(18716,1564,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(18717,1564,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(18718,1564,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(18719,1564,'right_tab_4_spacer','1'),(18720,1564,'_right_tab_4_spacer','field_56b3fab14554f'),(18721,1564,'right_tab_5_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(18722,1564,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(18723,1564,'right_tab_5_items_list_repeater_0_description','Paris, April 2014'),(18724,1564,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(18725,1564,'right_tab_5_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(18726,1564,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(18727,1564,'right_tab_5_items_list_repeater_1_description','Bucharest, Jun 2014'),(18728,1564,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(18729,1564,'right_tab_5_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(18730,1564,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(18731,1564,'right_tab_5_items_list_repeater_2_description','Vienna, December 2014'),(18732,1564,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(18733,1564,'right_tab_5_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(18734,1564,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(18735,1564,'right_tab_5_items_list_repeater_3_description','London, Ocrober 2014'),(18736,1564,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(18737,1564,'right_tab_5_items_list_repeater','4'),(18738,1564,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(18739,1564,'right_tab_5_spacer','1'),(18740,1564,'_right_tab_5_spacer','field_56b3fab145570'),(18741,1564,'right_tab_6_contact_icon','icon-mail'),(18742,1564,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(18743,1564,'right_tab_6_contact_title','Previous conferences available upon request.'),(18744,1564,'_right_tab_6_contact_title','field_56b4001eb0921'),(18745,1564,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(18746,1564,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(18747,1564,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(18748,1564,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(18749,1564,'right_tab_6_contact_values_0_link_type','mailto:'),(18750,1564,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(18751,1564,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(18752,1564,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(18753,1564,'right_tab_6_contact_values','1'),(18754,1564,'_right_tab_6_contact_values','field_56b3fde2ce062'),(18755,1564,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2016</h3>'),(18756,1564,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(18757,1564,'third_tab_0_spacer','1'),(18758,1564,'_third_tab_0_spacer','field_57f54ec49b780'),(18759,1564,'third_tab_1_items_list_repeater','3'),(18760,1564,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(18761,1564,'third_tab_1_spacer','1'),(18762,1564,'_third_tab_1_spacer','field_57f54ec49b7a1'),(18763,1564,'third_tab_1_items_list_repeater_0_title','Distressed Investing. Changes to the restructuring professionals \"toolkit\". New developments and future trends [Dr Fecker is Panelist]'),(18764,1564,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(18765,1564,'third_tab_1_items_list_repeater_0_description','London, 29 September 2016'),(18766,1564,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(18767,1564,'third_tab_1_items_list_repeater_1_title','DEBTWIREEuropean Restructuring Forum 2016 [Dr Fecker is Moderator for The Panel]'),(18768,1564,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(18769,1564,'third_tab_1_items_list_repeater_1_description','London, 12 October 2016'),(18770,1564,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(18771,1564,'third_tab_1_items_list_repeater_2_title','Forum and 1 on 1 Meetings. Topic: Capital Connections [Dr Fecker is Speaker]'),(18772,1564,'_third_tab_1_items_list_repeater_2_title','field_57f54ec49b79f'),(18773,1564,'third_tab_1_items_list_repeater_2_description','London, 20 - 21st October 2016'),(18774,1564,'_third_tab_1_items_list_repeater_2_description','field_57f54ec49b7a0'),(18941,1566,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(18942,1566,'_left_tab','field_56b36c6deeda0'),(18943,1566,'add_second_tab','1'),(18944,1566,'_add_second_tab','field_56b36ca9eeda2'),(18945,1566,'right_tab','a:7:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";i:4;s:20:\"wysiwyg_editor_block\";i:5;s:16:\"items_list_block\";i:6;s:13:\"contact_block\";}'),(18946,1566,'_right_tab','field_56b3fab04554d'),(18947,1566,'left_tab_0_wysiwyg_editor','<div class=\"page\" title=\"Page 9\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>我們成功完成某些最大型公司與金融機構的重組與轉型。 以下是部分範例以及我們的成功案例:</h3>\r\n</div>\r\n</div>\r\n</div>'),(18948,1566,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(18949,1566,'left_tab_0_spacer','0'),(18950,1566,'_left_tab_0_spacer','field_56b371c577c8c'),(18951,1566,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(18952,1566,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(18953,1566,'left_tab_1_cases_repeater_0_title','-希臘最大的銀行'),(18954,1566,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(18955,1566,'left_tab_1_cases_repeater_0_icon_title','金融服務'),(18956,1566,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(18957,1566,'left_tab_1_cases_repeater_0_details','頂尖國際銀行的重組。我們解決該銀行約 80%的負債、引導非核心 資產的處分,以及確認與管理收購。這讓我們客戶的規模在 24 個 月的期間內加倍,並讓其重新定位為市場領導者,成功額外增加的 10%資本。'),(18958,1566,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(18959,1566,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(18960,1566,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(18961,1566,'left_tab_1_cases_repeater_1_title','-最大的國際獨立煉油營運商 \r\n-GATE Alternative Energy'),(18962,1566,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(18963,1566,'left_tab_1_cases_repeater_1_icon_title','商品'),(18964,1566,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(18965,1566,'left_tab_1_cases_repeater_1_details','大型石化集團,營業額超過 200 億美元(5 億美元的稅前息前折舊攤 銷前盈餘)。這種參與必須徹底改變市場焦點、分拆集團、配合各個 部門的重新定位,並且逐漸停止其非核心實體。創造的總價值為初 始基值的 20% (重組後 100%到 120%)'),(18966,1566,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(18967,1566,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(18968,1566,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(18969,1566,'left_tab_1_cases_repeater_2_title','-藥品運銷 \r\n-藥品追蹤及生產\r\n'),(18970,1566,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(18971,1566,'left_tab_1_cases_repeater_2_icon_title','製藥'),(18972,1566,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(18973,1566,'left_tab_1_cases_repeater_2_details','我們引導大型製藥公司的收購及轉型。這包括專業製藥公司的分 割,以及以 50%購買成本的利潤處分專業製藥公司。\r\n'),(18974,1566,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(18975,1566,'left_tab_1_cases_repeater','3'),(18976,1566,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(18977,1566,'left_tab_1_spacer','0'),(18978,1566,'_left_tab_1_spacer','field_56b3f001dbf09'),(18979,1566,'left_tab_name','案例'),(18980,1566,'_left_tab_name','field_56b3976017dce'),(18981,1566,'right_tab_name','會議'),(18982,1566,'_right_tab_name','field_56b3978117dcf'),(18983,1566,'right_tab_0_wysiwyg_editor','<div class=\"page\" title=\"Page 10\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>2016 年會議</h3>\r\n</div>\r\n</div>\r\n</div>'),(18984,1566,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(18985,1566,'right_tab_0_spacer','1'),(18986,1566,'_right_tab_0_spacer','field_56b3fab14554f'),(18987,1566,'right_tab_1_items_list_repeater_0_title','英國脫歐:公民投票的結果─是否為正確答案?'),(18988,1566,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(18989,1566,'right_tab_1_items_list_repeater_0_description','2016年6月29日,倫敦'),(18990,1566,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(18991,1566,'right_tab_1_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(18992,1566,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(18993,1566,'right_tab_1_items_list_repeater_1_description','2016年4月14日,克雷姆斯'),(18994,1566,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(18995,1566,'right_tab_1_items_list_repeater','4'),(18996,1566,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(18997,1566,'right_tab_1_spacer','0'),(18998,1566,'_right_tab_1_spacer','field_56b3fab145570'),(18999,1566,'add_third_tab','1'),(19000,1566,'_add_third_tab','field_57f54e889b77c'),(19001,1566,'third_tab_name','Upcoming Events'),(19002,1566,'_third_tab_name','field_57f54ea19b77d'),(19003,1566,'third_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";}'),(19004,1566,'_third_tab','field_57f54ec39b77e'),(19005,1566,'right_tab_2_wysiwyg_editor','2015 年會議'),(19006,1566,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(19007,1566,'right_tab_2_spacer','1'),(19008,1566,'_right_tab_2_spacer','field_56b3fab14554f'),(19009,1566,'right_tab_3_items_list_repeater_0_title','法蘭克福可以在歐洲金融市場扮演的角色'),(19010,1566,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(19011,1566,'right_tab_3_items_list_repeater_0_description','2015 年 10 月,法蘭克福'),(19012,1566,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(19013,1566,'right_tab_3_items_list_repeater_1_title','米蘭FS圓桌會議:私人資產管理公司在義大利銀行重組所扮演的角色'),(19014,1566,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(19015,1566,'right_tab_3_items_list_repeater_1_description','2015年10月,米蘭'),(19016,1566,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(19017,1566,'right_tab_3_items_list_repeater_2_title','不良資產投資會議─NPL交易與價值清收'),(19018,1566,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(19019,1566,'right_tab_3_items_list_repeater_2_description','2015年9月,倫敦'),(19020,1566,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(19021,1566,'right_tab_3_items_list_repeater_3_title','轉型後的重建小組'),(19022,1566,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(19023,1566,'right_tab_3_items_list_repeater_3_description','2015年6月,斯德哥爾摩'),(19024,1566,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(19025,1566,'right_tab_3_items_list_repeater_4_title',' 馬德里 FS 圓桌會議:馬德 里如何在歐洲後資產品質 檢驗(AQR)中持續建立大好 機會?'),(19026,1566,'_right_tab_3_items_list_repeater_4_title','field_56b3fab14556e'),(19027,1566,'right_tab_3_items_list_repeater_4_description','2015 年 5 月,馬德里'),(19028,1566,'_right_tab_3_items_list_repeater_4_description','field_56b3fab14556f'),(19029,1566,'right_tab_3_items_list_repeater_5_title','2014 年 3 月東歐會議─ 轉型的新興金融邊界'),(19030,1566,'_right_tab_3_items_list_repeater_5_title','field_56b3fab14556e'),(19031,1566,'right_tab_3_items_list_repeater_5_description','2015 年 4 月,布加勒斯 特'),(19032,1566,'_right_tab_3_items_list_repeater_5_description','field_56b3fab14556f'),(19033,1566,'right_tab_3_items_list_repeater_6_title','倫敦 FS 圓桌會議:倫敦在 歐洲銀行重組時扮演中心 的角色'),(19034,1566,'_right_tab_3_items_list_repeater_6_title','field_56b3fab14556e'),(19035,1566,'right_tab_3_items_list_repeater_6_description','2015年1月,倫敦'),(19036,1566,'_right_tab_3_items_list_repeater_6_description','field_56b3fab14556f'),(19037,1566,'right_tab_3_items_list_repeater','7'),(19038,1566,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(19039,1566,'right_tab_3_spacer','0'),(19040,1566,'_right_tab_3_spacer','field_56b3fab145570'),(19041,1566,'right_tab_1_items_list_repeater_2_title','買入 CEE 的私人股權'),(19042,1566,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(19043,1566,'right_tab_1_items_list_repeater_2_description','2016 年 3 月 16 日,布 拉格'),(19044,1566,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(19045,1566,'right_tab_1_items_list_repeater_3_title','2016 年不良資產投資論壇 ─DDC Financial Group'),(19046,1566,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(19047,1566,'right_tab_1_items_list_repeater_3_description','2016年3月9日至10日, 倫敦'),(19048,1566,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(19049,1566,'right_tab_4_wysiwyg_editor','<div class=\"page\" title=\"Page 10\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>2014 年會議</h3>\r\n</div>\r\n</div>\r\n</div>'),(19050,1566,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(19051,1566,'right_tab_4_spacer','1'),(19052,1566,'_right_tab_4_spacer','field_56b3fab14554f'),(19053,1566,'right_tab_5_items_list_repeater_0_title','私人資產管理公司及價值清收(NPL International)'),(19054,1566,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(19055,1566,'right_tab_5_items_list_repeater_0_description','2014 年 4 月,巴黎'),(19056,1566,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(19057,1566,'right_tab_5_items_list_repeater_1_title','在末日啟示後,為中歐翻轉重建強大的金融平台'),(19058,1566,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(19059,1566,'right_tab_5_items_list_repeater_1_description','2014年6月,布加勒斯特'),(19060,1566,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(19061,1566,'right_tab_5_items_list_repeater_2_title','跨境銀行轉型與重整(歐洲的重組及破產) '),(19062,1566,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(19063,1566,'right_tab_5_items_list_repeater_2_description','2014年12月,維也納'),(19064,1566,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(19065,1566,'right_tab_5_items_list_repeater_3_title','NPL趨勢及銀行重組(NPL Europe) '),(19066,1566,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(19067,1566,'right_tab_5_items_list_repeater_3_description','2014年10月,倫敦'),(19068,1566,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(19069,1566,'right_tab_5_items_list_repeater','4'),(19070,1566,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(19071,1566,'right_tab_5_spacer','1'),(19072,1566,'_right_tab_5_spacer','field_56b3fab145570'),(19073,1566,'right_tab_6_contact_icon','icon-mail'),(19074,1566,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(19075,1566,'right_tab_6_contact_title','先前的會議可依要求提供'),(19076,1566,'_right_tab_6_contact_title','field_56b4001eb0921'),(19077,1566,'right_tab_6_contact_values_0_contact_value_left','電子郵件:'),(19078,1566,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(19079,1566,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(19080,1566,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(19081,1566,'right_tab_6_contact_values_0_link_type','mailto:'),(19082,1566,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(19083,1566,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(19084,1566,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(19085,1566,'right_tab_6_contact_values','1'),(19086,1566,'_right_tab_6_contact_values','field_56b3fde2ce062'),(19087,1566,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2016</h3>'),(19088,1566,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(19089,1566,'third_tab_0_spacer','1'),(19090,1566,'_third_tab_0_spacer','field_57f54ec49b780'),(19091,1566,'third_tab_1_items_list_repeater','3'),(19092,1566,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(19093,1566,'third_tab_1_spacer','1'),(19094,1566,'_third_tab_1_spacer','field_57f54ec49b7a1'),(19095,1566,'third_tab_1_items_list_repeater_0_title','Distressed Investing. Changes to the restructuring professionals \"toolkit\". New developments and future trends [Dr Fecker is Panelist]'),(19096,1566,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(19097,1566,'third_tab_1_items_list_repeater_0_description','London, 29 September 2016'),(19098,1566,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(19099,1566,'third_tab_1_items_list_repeater_1_title','DEBTWIREEuropean Restructuring Forum 2016 [Dr Fecker is Moderator for The Panel]'),(19100,1566,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(19101,1566,'third_tab_1_items_list_repeater_1_description','London, 12 October 2016'),(19102,1566,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(19103,1566,'third_tab_1_items_list_repeater_2_title','Forum and 1 on 1 Meetings. Topic: Capital Connections [Dr Fecker is Speaker]'),(19104,1566,'_third_tab_1_items_list_repeater_2_title','field_57f54ec49b79f'),(19105,1566,'third_tab_1_items_list_repeater_2_description','London, 20 - 21st October 2016'),(19106,1566,'_third_tab_1_items_list_repeater_2_description','field_57f54ec49b7a0'),(19107,1567,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(19108,1567,'_left_tab','field_56b36c6deeda0'),(19109,1567,'add_second_tab','1'),(19110,1567,'_add_second_tab','field_56b36ca9eeda2'),(19111,1567,'right_tab','a:7:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";i:4;s:20:\"wysiwyg_editor_block\";i:5;s:16:\"items_list_block\";i:6;s:13:\"contact_block\";}'),(19112,1567,'_right_tab','field_56b3fab04554d'),(19113,1567,'left_tab_0_wysiwyg_editor','<div class=\"page\" title=\"Page 9\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>我們成功完成某些最大型公司與金融機構的重組與轉型。 以下是部分範例以及我們的成功案例:</h3>\r\n</div>\r\n</div>\r\n</div>'),(19114,1567,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(19115,1567,'left_tab_0_spacer','0'),(19116,1567,'_left_tab_0_spacer','field_56b371c577c8c'),(19117,1567,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(19118,1567,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(19119,1567,'left_tab_1_cases_repeater_0_title','-希臘最大的銀行'),(19120,1567,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(19121,1567,'left_tab_1_cases_repeater_0_icon_title','金融服務'),(19122,1567,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(19123,1567,'left_tab_1_cases_repeater_0_details','頂尖國際銀行的重組。我們解決該銀行約 80%的負債、引導非核心 資產的處分,以及確認與管理收購。這讓我們客戶的規模在 24 個 月的期間內加倍,並讓其重新定位為市場領導者,成功額外增加的 10%資本。'),(19124,1567,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(19125,1567,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(19126,1567,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(19127,1567,'left_tab_1_cases_repeater_1_title','-最大的國際獨立煉油營運商 \r\n-GATE Alternative Energy'),(19128,1567,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(19129,1567,'left_tab_1_cases_repeater_1_icon_title','商品'),(19130,1567,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(19131,1567,'left_tab_1_cases_repeater_1_details','大型石化集團,營業額超過 200 億美元(5 億美元的稅前息前折舊攤 銷前盈餘)。這種參與必須徹底改變市場焦點、分拆集團、配合各個 部門的重新定位,並且逐漸停止其非核心實體。創造的總價值為初 始基值的 20% (重組後 100%到 120%)'),(19132,1567,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(19133,1567,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(19134,1567,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(19135,1567,'left_tab_1_cases_repeater_2_title','-藥品運銷 \r\n-藥品追蹤及生產\r\n'),(19136,1567,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(19137,1567,'left_tab_1_cases_repeater_2_icon_title','製藥'),(19138,1567,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(19139,1567,'left_tab_1_cases_repeater_2_details','我們引導大型製藥公司的收購及轉型。這包括專業製藥公司的分 割,以及以 50%購買成本的利潤處分專業製藥公司。\r\n'),(19140,1567,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(19141,1567,'left_tab_1_cases_repeater','3'),(19142,1567,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(19143,1567,'left_tab_1_spacer','0'),(19144,1567,'_left_tab_1_spacer','field_56b3f001dbf09'),(19145,1567,'left_tab_name','案例'),(19146,1567,'_left_tab_name','field_56b3976017dce'),(19147,1567,'right_tab_name','會議'),(19148,1567,'_right_tab_name','field_56b3978117dcf'),(19149,1567,'right_tab_0_wysiwyg_editor','<div class=\"page\" title=\"Page 10\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>2016 年會議</h3>\r\n</div>\r\n</div>\r\n</div>'),(19150,1567,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(19151,1567,'right_tab_0_spacer','1'),(19152,1567,'_right_tab_0_spacer','field_56b3fab14554f'),(19153,1567,'right_tab_1_items_list_repeater_0_title','英國脫歐:公民投票的結果─是否為正確答案?'),(19154,1567,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(19155,1567,'right_tab_1_items_list_repeater_0_description','2016年6月29日,倫敦'),(19156,1567,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(19157,1567,'right_tab_1_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(19158,1567,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(19159,1567,'right_tab_1_items_list_repeater_1_description','2016年4月14日,克雷姆斯'),(19160,1567,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(19161,1567,'right_tab_1_items_list_repeater','4'),(19162,1567,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(19163,1567,'right_tab_1_spacer','0'),(19164,1567,'_right_tab_1_spacer','field_56b3fab145570'),(19165,1567,'add_third_tab','1'),(19166,1567,'_add_third_tab','field_57f54e889b77c'),(19167,1567,'third_tab_name','Upcoming Events'),(19168,1567,'_third_tab_name','field_57f54ea19b77d'),(19169,1567,'third_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";}'),(19170,1567,'_third_tab','field_57f54ec39b77e'),(19171,1567,'right_tab_2_wysiwyg_editor','<h3>2015 年會議</h3>'),(19172,1567,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(19173,1567,'right_tab_2_spacer','1'),(19174,1567,'_right_tab_2_spacer','field_56b3fab14554f'),(19175,1567,'right_tab_3_items_list_repeater_0_title','法蘭克福可以在歐洲金融市場扮演的角色'),(19176,1567,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(19177,1567,'right_tab_3_items_list_repeater_0_description','2015 年 10 月,法蘭克福'),(19178,1567,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(19179,1567,'right_tab_3_items_list_repeater_1_title','米蘭FS圓桌會議:私人資產管理公司在義大利銀行重組所扮演的角色'),(19180,1567,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(19181,1567,'right_tab_3_items_list_repeater_1_description','2015年10月,米蘭'),(19182,1567,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(19183,1567,'right_tab_3_items_list_repeater_2_title','不良資產投資會議─NPL交易與價值清收'),(19184,1567,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(19185,1567,'right_tab_3_items_list_repeater_2_description','2015年9月,倫敦'),(19186,1567,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(19187,1567,'right_tab_3_items_list_repeater_3_title','轉型後的重建小組'),(19188,1567,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(19189,1567,'right_tab_3_items_list_repeater_3_description','2015年6月,斯德哥爾摩'),(19190,1567,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(19191,1567,'right_tab_3_items_list_repeater_4_title','馬德里 FS 圓桌會議:馬德 里如何在歐洲後資產品質 檢驗(AQR)中持續建立大好 機會?'),(19192,1567,'_right_tab_3_items_list_repeater_4_title','field_56b3fab14556e'),(19193,1567,'right_tab_3_items_list_repeater_4_description','2015 年 5 月,馬德里'),(19194,1567,'_right_tab_3_items_list_repeater_4_description','field_56b3fab14556f'),(19195,1567,'right_tab_3_items_list_repeater_5_title','2014 年 3 月東歐會議─ 轉型的新興金融邊界'),(19196,1567,'_right_tab_3_items_list_repeater_5_title','field_56b3fab14556e'),(19197,1567,'right_tab_3_items_list_repeater_5_description','2015 年 4 月,布加勒斯 特'),(19198,1567,'_right_tab_3_items_list_repeater_5_description','field_56b3fab14556f'),(19199,1567,'right_tab_3_items_list_repeater_6_title','倫敦 FS 圓桌會議:倫敦在 歐洲銀行重組時扮演中心 的角色'),(19200,1567,'_right_tab_3_items_list_repeater_6_title','field_56b3fab14556e'),(19201,1567,'right_tab_3_items_list_repeater_6_description','2015年1月,倫敦'),(19202,1567,'_right_tab_3_items_list_repeater_6_description','field_56b3fab14556f'),(19203,1567,'right_tab_3_items_list_repeater','7'),(19204,1567,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(19205,1567,'right_tab_3_spacer','0'),(19206,1567,'_right_tab_3_spacer','field_56b3fab145570'),(19207,1567,'right_tab_1_items_list_repeater_2_title','買入 CEE 的私人股權'),(19208,1567,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(19209,1567,'right_tab_1_items_list_repeater_2_description','2016 年 3 月 16 日,布 拉格'),(19210,1567,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(19211,1567,'right_tab_1_items_list_repeater_3_title','2016 年不良資產投資論壇 ─DDC Financial Group'),(19212,1567,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(19213,1567,'right_tab_1_items_list_repeater_3_description','2016年3月9日至10日, 倫敦'),(19214,1567,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(19215,1567,'right_tab_4_wysiwyg_editor','<div class=\"page\" title=\"Page 10\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>2014 年會議</h3>\r\n</div>\r\n</div>\r\n</div>'),(19216,1567,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(19217,1567,'right_tab_4_spacer','1'),(19218,1567,'_right_tab_4_spacer','field_56b3fab14554f'),(19219,1567,'right_tab_5_items_list_repeater_0_title','私人資產管理公司及價值清收(NPL International)'),(19220,1567,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(19221,1567,'right_tab_5_items_list_repeater_0_description','2014 年 4 月,巴黎'),(19222,1567,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(19223,1567,'right_tab_5_items_list_repeater_1_title','在末日啟示後,為中歐翻轉重建強大的金融平台'),(19224,1567,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(19225,1567,'right_tab_5_items_list_repeater_1_description','2014年6月,布加勒斯特'),(19226,1567,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(19227,1567,'right_tab_5_items_list_repeater_2_title','跨境銀行轉型與重整(歐洲的重組及破產)'),(19228,1567,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(19229,1567,'right_tab_5_items_list_repeater_2_description','2014年12月,維也納'),(19230,1567,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(19231,1567,'right_tab_5_items_list_repeater_3_title','NPL趨勢及銀行重組(NPL Europe)'),(19232,1567,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(19233,1567,'right_tab_5_items_list_repeater_3_description','2014年10月,倫敦'),(19234,1567,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(19235,1567,'right_tab_5_items_list_repeater','4'),(19236,1567,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(19237,1567,'right_tab_5_spacer','1'),(19238,1567,'_right_tab_5_spacer','field_56b3fab145570'),(19239,1567,'right_tab_6_contact_icon','icon-mail'),(19240,1567,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(19241,1567,'right_tab_6_contact_title','先前的會議可依要求提供'),(19242,1567,'_right_tab_6_contact_title','field_56b4001eb0921'),(19243,1567,'right_tab_6_contact_values_0_contact_value_left','電子郵件:'),(19244,1567,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(19245,1567,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(19246,1567,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(19247,1567,'right_tab_6_contact_values_0_link_type','mailto:'),(19248,1567,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(19249,1567,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(19250,1567,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(19251,1567,'right_tab_6_contact_values','1'),(19252,1567,'_right_tab_6_contact_values','field_56b3fde2ce062'),(19253,1567,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2016</h3>'),(19254,1567,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(19255,1567,'third_tab_0_spacer','1'),(19256,1567,'_third_tab_0_spacer','field_57f54ec49b780'),(19257,1567,'third_tab_1_items_list_repeater','3'),(19258,1567,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(19259,1567,'third_tab_1_spacer','1'),(19260,1567,'_third_tab_1_spacer','field_57f54ec49b7a1'),(19261,1567,'third_tab_1_items_list_repeater_0_title','Distressed Investing. Changes to the restructuring professionals \"toolkit\". New developments and future trends [Dr Fecker is Panelist]'),(19262,1567,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(19263,1567,'third_tab_1_items_list_repeater_0_description','London, 29 September 2016'),(19264,1567,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(19265,1567,'third_tab_1_items_list_repeater_1_title','DEBTWIREEuropean Restructuring Forum 2016 [Dr Fecker is Moderator for The Panel]'),(19266,1567,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(19267,1567,'third_tab_1_items_list_repeater_1_description','London, 12 October 2016'),(19268,1567,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(19269,1567,'third_tab_1_items_list_repeater_2_title','Forum and 1 on 1 Meetings. Topic: Capital Connections [Dr Fecker is Speaker]'),(19270,1567,'_third_tab_1_items_list_repeater_2_title','field_57f54ec49b79f'),(19271,1567,'third_tab_1_items_list_repeater_2_description','London, 20 - 21st October 2016'),(19272,1567,'_third_tab_1_items_list_repeater_2_description','field_57f54ec49b7a0'),(19273,1568,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(19274,1568,'_left_tab','field_56b36c6deeda0'),(19275,1568,'add_second_tab','1'),(19276,1568,'_add_second_tab','field_56b36ca9eeda2'),(19277,1568,'right_tab','a:7:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";i:4;s:20:\"wysiwyg_editor_block\";i:5;s:16:\"items_list_block\";i:6;s:13:\"contact_block\";}'),(19278,1568,'_right_tab','field_56b3fab04554d'),(19279,1568,'left_tab_0_wysiwyg_editor','<div class=\"page\" title=\"Page 9\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>我們成功完成某些最大型公司與金融機構的重組與轉型。 以下是部分範例以及我們的成功案例:</h3>\r\n</div>\r\n</div>\r\n</div>'),(19280,1568,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(19281,1568,'left_tab_0_spacer','0'),(19282,1568,'_left_tab_0_spacer','field_56b371c577c8c'),(19283,1568,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(19284,1568,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(19285,1568,'left_tab_1_cases_repeater_0_title','-希臘最大的銀行'),(19286,1568,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(19287,1568,'left_tab_1_cases_repeater_0_icon_title','金融服務'),(19288,1568,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(19289,1568,'left_tab_1_cases_repeater_0_details','頂尖國際銀行的重組。我們解決該銀行約 80%的負債、引導非核心 資產的處分,以及確認與管理收購。這讓我們客戶的規模在 24 個 月的期間內加倍,並讓其重新定位為市場領導者,成功額外增加的 10%資本。'),(19290,1568,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(19291,1568,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(19292,1568,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(19293,1568,'left_tab_1_cases_repeater_1_title','-最大的國際獨立煉油營運商 \r\n-GATE Alternative Energy'),(19294,1568,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(19295,1568,'left_tab_1_cases_repeater_1_icon_title','商品'),(19296,1568,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(19297,1568,'left_tab_1_cases_repeater_1_details','大型石化集團,營業額超過 200 億美元(5 億美元的稅前息前折舊攤 銷前盈餘)。這種參與必須徹底改變市場焦點、分拆集團、配合各個 部門的重新定位,並且逐漸停止其非核心實體。創造的總價值為初 始基值的 20% (重組後 100%到 120%)'),(19298,1568,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(19299,1568,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(19300,1568,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(19301,1568,'left_tab_1_cases_repeater_2_title','-藥品運銷 \r\n-藥品追蹤及生產\r\n'),(19302,1568,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(19303,1568,'left_tab_1_cases_repeater_2_icon_title','製藥'),(19304,1568,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(19305,1568,'left_tab_1_cases_repeater_2_details','我們引導大型製藥公司的收購及轉型。這包括專業製藥公司的分 割,以及以 50%購買成本的利潤處分專業製藥公司。\r\n'),(19306,1568,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(19307,1568,'left_tab_1_cases_repeater','3'),(19308,1568,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(19309,1568,'left_tab_1_spacer','0'),(19310,1568,'_left_tab_1_spacer','field_56b3f001dbf09'),(19311,1568,'left_tab_name','案例'),(19312,1568,'_left_tab_name','field_56b3976017dce'),(19313,1568,'right_tab_name','會議'),(19314,1568,'_right_tab_name','field_56b3978117dcf'),(19315,1568,'right_tab_0_wysiwyg_editor','<div class=\"page\" title=\"Page 10\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>2016 年會議</h3>\r\n</div>\r\n</div>\r\n</div>'),(19316,1568,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(19317,1568,'right_tab_0_spacer','1'),(19318,1568,'_right_tab_0_spacer','field_56b3fab14554f'),(19319,1568,'right_tab_1_items_list_repeater_0_title','英國脫歐:公民投票的結果─是否為正確答案?'),(19320,1568,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(19321,1568,'right_tab_1_items_list_repeater_0_description','2016年6月29日,倫敦'),(19322,1568,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(19323,1568,'right_tab_1_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(19324,1568,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(19325,1568,'right_tab_1_items_list_repeater_1_description','2016年4月14日,克雷姆斯'),(19326,1568,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(19327,1568,'right_tab_1_items_list_repeater','4'),(19328,1568,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(19329,1568,'right_tab_1_spacer','0'),(19330,1568,'_right_tab_1_spacer','field_56b3fab145570'),(19331,1568,'add_third_tab','1'),(19332,1568,'_add_third_tab','field_57f54e889b77c'),(19333,1568,'third_tab_name','Upcoming Events'),(19334,1568,'_third_tab_name','field_57f54ea19b77d'),(19335,1568,'third_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";}'),(19336,1568,'_third_tab','field_57f54ec39b77e'),(19337,1568,'right_tab_2_wysiwyg_editor','<h3>2015 年會議</h3>'),(19338,1568,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(19339,1568,'right_tab_2_spacer','1'),(19340,1568,'_right_tab_2_spacer','field_56b3fab14554f'),(19341,1568,'right_tab_3_items_list_repeater_0_title','法蘭克福可以在歐洲金融市場扮演的角色'),(19342,1568,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(19343,1568,'right_tab_3_items_list_repeater_0_description','2015 年 10 月,法蘭克福'),(19344,1568,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(19345,1568,'right_tab_3_items_list_repeater_1_title','米蘭FS圓桌會議:私人資產管理公司在義大利銀行重組所扮演的角色'),(19346,1568,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(19347,1568,'right_tab_3_items_list_repeater_1_description','2015年10月,米蘭'),(19348,1568,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(19349,1568,'right_tab_3_items_list_repeater_2_title','不良資產投資會議─NPL交易與價值清收'),(19350,1568,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(19351,1568,'right_tab_3_items_list_repeater_2_description','2015年9月,倫敦'),(19352,1568,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(19353,1568,'right_tab_3_items_list_repeater_3_title','轉型後的重建小組'),(19354,1568,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(19355,1568,'right_tab_3_items_list_repeater_3_description','2015年6月,斯德哥爾摩'),(19356,1568,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(19357,1568,'right_tab_3_items_list_repeater_4_title','馬德里 FS 圓桌會議:馬德 里如何在歐洲後資產品質 檢驗(AQR)中持續建立大好 機會?'),(19358,1568,'_right_tab_3_items_list_repeater_4_title','field_56b3fab14556e'),(19359,1568,'right_tab_3_items_list_repeater_4_description','2015 年 5 月,馬德里'),(19360,1568,'_right_tab_3_items_list_repeater_4_description','field_56b3fab14556f'),(19361,1568,'right_tab_3_items_list_repeater_5_title','2014 年 3 月東歐會議─ 轉型的新興金融邊界'),(19362,1568,'_right_tab_3_items_list_repeater_5_title','field_56b3fab14556e'),(19363,1568,'right_tab_3_items_list_repeater_5_description','2015 年 4 月,布加勒斯 特'),(19364,1568,'_right_tab_3_items_list_repeater_5_description','field_56b3fab14556f'),(19365,1568,'right_tab_3_items_list_repeater_6_title','倫敦 FS 圓桌會議:倫敦在 歐洲銀行重組時扮演中心 的角色'),(19366,1568,'_right_tab_3_items_list_repeater_6_title','field_56b3fab14556e'),(19367,1568,'right_tab_3_items_list_repeater_6_description','2015年1月,倫敦'),(19368,1568,'_right_tab_3_items_list_repeater_6_description','field_56b3fab14556f'),(19369,1568,'right_tab_3_items_list_repeater','7'),(19370,1568,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(19371,1568,'right_tab_3_spacer','0'),(19372,1568,'_right_tab_3_spacer','field_56b3fab145570'),(19373,1568,'right_tab_1_items_list_repeater_2_title','買入 CEE 的私人股權'),(19374,1568,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(19375,1568,'right_tab_1_items_list_repeater_2_description','2016 年 3 月 16 日,布 拉格'),(19376,1568,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(19377,1568,'right_tab_1_items_list_repeater_3_title','2016 年不良資產投資論壇 ─DDC Financial Group'),(19378,1568,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(19379,1568,'right_tab_1_items_list_repeater_3_description','2016年3月9日至10日, 倫敦'),(19380,1568,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(19381,1568,'right_tab_4_wysiwyg_editor','<div class=\"page\" title=\"Page 10\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>2014 年會議</h3>\r\n</div>\r\n</div>\r\n</div>'),(19382,1568,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(19383,1568,'right_tab_4_spacer','1'),(19384,1568,'_right_tab_4_spacer','field_56b3fab14554f'),(19385,1568,'right_tab_5_items_list_repeater_0_title','私人資產管理公司及價值清收(NPL International)'),(19386,1568,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(19387,1568,'right_tab_5_items_list_repeater_0_description','2014 年 4 月,巴黎'),(19388,1568,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(19389,1568,'right_tab_5_items_list_repeater_1_title','在末日啟示後,為中歐翻轉重建強大的金融平台'),(19390,1568,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(19391,1568,'right_tab_5_items_list_repeater_1_description','2014年6月,布加勒斯特'),(19392,1568,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(19393,1568,'right_tab_5_items_list_repeater_2_title','跨境銀行轉型與重整(歐洲的重組及破產)'),(19394,1568,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(19395,1568,'right_tab_5_items_list_repeater_2_description','2014年12月,維也納'),(19396,1568,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(19397,1568,'right_tab_5_items_list_repeater_3_title','NPL趨勢及銀行重組(NPL Europe)'),(19398,1568,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(19399,1568,'right_tab_5_items_list_repeater_3_description','2014年10月,倫敦'),(19400,1568,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(19401,1568,'right_tab_5_items_list_repeater','4'),(19402,1568,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(19403,1568,'right_tab_5_spacer','1'),(19404,1568,'_right_tab_5_spacer','field_56b3fab145570'),(19405,1568,'right_tab_6_contact_icon','icon-mail'),(19406,1568,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(19407,1568,'right_tab_6_contact_title','先前的會議可依要求提供'),(19408,1568,'_right_tab_6_contact_title','field_56b4001eb0921'),(19409,1568,'right_tab_6_contact_values_0_contact_value_left','電子郵件:'),(19410,1568,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(19411,1568,'right_tab_6_contact_values_0_contact_value_right','lukas.fecker@innovationbrain.com'),(19412,1568,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(19413,1568,'right_tab_6_contact_values_0_link_type','mailto:'),(19414,1568,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(19415,1568,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(19416,1568,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(19417,1568,'right_tab_6_contact_values','1'),(19418,1568,'_right_tab_6_contact_values','field_56b3fde2ce062'),(19419,1568,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2016</h3>'),(19420,1568,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(19421,1568,'third_tab_0_spacer','1'),(19422,1568,'_third_tab_0_spacer','field_57f54ec49b780'),(19423,1568,'third_tab_1_items_list_repeater','3'),(19424,1568,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(19425,1568,'third_tab_1_spacer','1'),(19426,1568,'_third_tab_1_spacer','field_57f54ec49b7a1'),(19427,1568,'third_tab_1_items_list_repeater_0_title','Distressed Investing. Changes to the restructuring professionals \"toolkit\". New developments and future trends [Dr Fecker is Panelist]'),(19428,1568,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(19429,1568,'third_tab_1_items_list_repeater_0_description','London, 29 September 2016'),(19430,1568,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(19431,1568,'third_tab_1_items_list_repeater_1_title','DEBTWIREEuropean Restructuring Forum 2016 [Dr Fecker is Moderator for The Panel]'),(19432,1568,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(19433,1568,'third_tab_1_items_list_repeater_1_description','London, 12 October 2016'),(19434,1568,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(19435,1568,'third_tab_1_items_list_repeater_2_title','Forum and 1 on 1 Meetings. Topic: Capital Connections [Dr Fecker is Speaker]'),(19436,1568,'_third_tab_1_items_list_repeater_2_title','field_57f54ec49b79f'),(19437,1568,'third_tab_1_items_list_repeater_2_description','London, 20 - 21st October 2016'),(19438,1568,'_third_tab_1_items_list_repeater_2_description','field_57f54ec49b7a0'),(19439,1569,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(19440,1569,'_left_tab','field_56b36c6deeda0'),(19441,1569,'add_second_tab','1'),(19442,1569,'_add_second_tab','field_56b36ca9eeda2'),(19443,1569,'right_tab','a:7:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";i:4;s:20:\"wysiwyg_editor_block\";i:5;s:16:\"items_list_block\";i:6;s:13:\"contact_block\";}'),(19444,1569,'_right_tab','field_56b3fab04554d'),(19445,1569,'left_tab_0_wysiwyg_editor','<div class=\"page\" title=\"Page 9\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>我們成功完成某些最大型公司與金融機構的重組與轉型。 以下是部分範例以及我們的成功案例:</h3>\r\n</div>\r\n</div>\r\n</div>'),(19446,1569,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(19447,1569,'left_tab_0_spacer','0'),(19448,1569,'_left_tab_0_spacer','field_56b371c577c8c'),(19449,1569,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(19450,1569,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(19451,1569,'left_tab_1_cases_repeater_0_title','-希臘最大的銀行'),(19452,1569,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(19453,1569,'left_tab_1_cases_repeater_0_icon_title','金融服務'),(19454,1569,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(19455,1569,'left_tab_1_cases_repeater_0_details','頂尖國際銀行的重組。我們解決該銀行約 80%的負債、引導非核心 資產的處分,以及確認與管理收購。這讓我們客戶的規模在 24 個 月的期間內加倍,並讓其重新定位為市場領導者,成功額外增加的 10%資本。'),(19456,1569,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(19457,1569,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(19458,1569,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(19459,1569,'left_tab_1_cases_repeater_1_title','-最大的國際獨立煉油營運商 \r\n-GATE Alternative Energy'),(19460,1569,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(19461,1569,'left_tab_1_cases_repeater_1_icon_title','商品'),(19462,1569,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(19463,1569,'left_tab_1_cases_repeater_1_details','大型石化集團,營業額超過 200 億美元(5 億美元的稅前息前折舊攤 銷前盈餘)。這種參與必須徹底改變市場焦點、分拆集團、配合各個 部門的重新定位,並且逐漸停止其非核心實體。創造的總價值為初 始基值的 20% (重組後 100%到 120%)'),(19464,1569,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(19465,1569,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(19466,1569,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(19467,1569,'left_tab_1_cases_repeater_2_title','-藥品運銷 \r\n-藥品追蹤及生產\r\n'),(19468,1569,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(19469,1569,'left_tab_1_cases_repeater_2_icon_title','製藥'),(19470,1569,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(19471,1569,'left_tab_1_cases_repeater_2_details','我們引導大型製藥公司的收購及轉型。這包括專業製藥公司的分 割,以及以 50%購買成本的利潤處分專業製藥公司。\r\n'),(19472,1569,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(19473,1569,'left_tab_1_cases_repeater','3'),(19474,1569,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(19475,1569,'left_tab_1_spacer','0'),(19476,1569,'_left_tab_1_spacer','field_56b3f001dbf09'),(19477,1569,'left_tab_name','案例'),(19478,1569,'_left_tab_name','field_56b3976017dce'),(19479,1569,'right_tab_name','會議'),(19480,1569,'_right_tab_name','field_56b3978117dcf'),(19481,1569,'right_tab_0_wysiwyg_editor','<div class=\"page\" title=\"Page 10\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>2016 年會議</h3>\r\n</div>\r\n</div>\r\n</div>'),(19482,1569,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(19483,1569,'right_tab_0_spacer','1'),(19484,1569,'_right_tab_0_spacer','field_56b3fab14554f'),(19485,1569,'right_tab_1_items_list_repeater_0_title','英國脫歐:公民投票的結果─是否為正確答案?'),(19486,1569,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(19487,1569,'right_tab_1_items_list_repeater_0_description','2016年6月29日,倫敦'),(19488,1569,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(19489,1569,'right_tab_1_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(19490,1569,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(19491,1569,'right_tab_1_items_list_repeater_1_description','2016年4月14日,克雷姆斯'),(19492,1569,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(19493,1569,'right_tab_1_items_list_repeater','4'),(19494,1569,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(19495,1569,'right_tab_1_spacer','0'),(19496,1569,'_right_tab_1_spacer','field_56b3fab145570'),(19497,1569,'add_third_tab','1'),(19498,1569,'_add_third_tab','field_57f54e889b77c'),(19499,1569,'third_tab_name','近期活動'),(19500,1569,'_third_tab_name','field_57f54ea19b77d'),(19501,1569,'third_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";}'),(19502,1569,'_third_tab','field_57f54ec39b77e'),(19503,1569,'right_tab_2_wysiwyg_editor','<h3>2015 年會議</h3>'),(19504,1569,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(19505,1569,'right_tab_2_spacer','1'),(19506,1569,'_right_tab_2_spacer','field_56b3fab14554f'),(19507,1569,'right_tab_3_items_list_repeater_0_title','法蘭克福可以在歐洲金融市場扮演的角色'),(19508,1569,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(19509,1569,'right_tab_3_items_list_repeater_0_description','2015 年 10 月,法蘭克福'),(19510,1569,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(19511,1569,'right_tab_3_items_list_repeater_1_title','米蘭FS圓桌會議:私人資產管理公司在義大利銀行重組所扮演的角色'),(19512,1569,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(19513,1569,'right_tab_3_items_list_repeater_1_description','2015年10月,米蘭'),(19514,1569,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(19515,1569,'right_tab_3_items_list_repeater_2_title','不良資產投資會議─NPL交易與價值清收'),(19516,1569,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(19517,1569,'right_tab_3_items_list_repeater_2_description','2015年9月,倫敦'),(19518,1569,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(19519,1569,'right_tab_3_items_list_repeater_3_title','轉型後的重建小組'),(19520,1569,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(19521,1569,'right_tab_3_items_list_repeater_3_description','2015年6月,斯德哥爾摩'),(19522,1569,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(19523,1569,'right_tab_3_items_list_repeater_4_title','馬德里 FS 圓桌會議:馬德 里如何在歐洲後資產品質 檢驗(AQR)中持續建立大好 機會?'),(19524,1569,'_right_tab_3_items_list_repeater_4_title','field_56b3fab14556e'),(19525,1569,'right_tab_3_items_list_repeater_4_description','2015 年 5 月,馬德里'),(19526,1569,'_right_tab_3_items_list_repeater_4_description','field_56b3fab14556f'),(19527,1569,'right_tab_3_items_list_repeater_5_title','2014 年 3 月東歐會議─ 轉型的新興金融邊界'),(19528,1569,'_right_tab_3_items_list_repeater_5_title','field_56b3fab14556e'),(19529,1569,'right_tab_3_items_list_repeater_5_description','2015 年 4 月,布加勒斯 特'),(19530,1569,'_right_tab_3_items_list_repeater_5_description','field_56b3fab14556f'),(19531,1569,'right_tab_3_items_list_repeater_6_title','倫敦 FS 圓桌會議:倫敦在 歐洲銀行重組時扮演中心 的角色'),(19532,1569,'_right_tab_3_items_list_repeater_6_title','field_56b3fab14556e'),(19533,1569,'right_tab_3_items_list_repeater_6_description','2015年1月,倫敦'),(19534,1569,'_right_tab_3_items_list_repeater_6_description','field_56b3fab14556f'),(19535,1569,'right_tab_3_items_list_repeater','7'),(19536,1569,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(19537,1569,'right_tab_3_spacer','0'),(19538,1569,'_right_tab_3_spacer','field_56b3fab145570'),(19539,1569,'right_tab_1_items_list_repeater_2_title','買入 CEE 的私人股權'),(19540,1569,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(19541,1569,'right_tab_1_items_list_repeater_2_description','2016 年 3 月 16 日,布 拉格'),(19542,1569,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(19543,1569,'right_tab_1_items_list_repeater_3_title','2016 年不良資產投資論壇 ─DDC Financial Group'),(19544,1569,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(19545,1569,'right_tab_1_items_list_repeater_3_description','2016年3月9日至10日, 倫敦'),(19546,1569,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(19547,1569,'right_tab_4_wysiwyg_editor','<div class=\"page\" title=\"Page 10\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>2014 年會議</h3>\r\n</div>\r\n</div>\r\n</div>'),(19548,1569,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(19549,1569,'right_tab_4_spacer','1'),(19550,1569,'_right_tab_4_spacer','field_56b3fab14554f'),(19551,1569,'right_tab_5_items_list_repeater_0_title','私人資產管理公司及價值清收(NPL International)'),(19552,1569,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(19553,1569,'right_tab_5_items_list_repeater_0_description','2014 年 4 月,巴黎'),(19554,1569,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(19555,1569,'right_tab_5_items_list_repeater_1_title','在末日啟示後,為中歐翻轉重建強大的金融平台'),(19556,1569,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(19557,1569,'right_tab_5_items_list_repeater_1_description','2014年6月,布加勒斯特'),(19558,1569,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(19559,1569,'right_tab_5_items_list_repeater_2_title','跨境銀行轉型與重整(歐洲的重組及破產)'),(19560,1569,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(19561,1569,'right_tab_5_items_list_repeater_2_description','2014年12月,維也納'),(19562,1569,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(19563,1569,'right_tab_5_items_list_repeater_3_title','NPL趨勢及銀行重組(NPL Europe)'),(19564,1569,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(19565,1569,'right_tab_5_items_list_repeater_3_description','2014年10月,倫敦'),(19566,1569,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(19567,1569,'right_tab_5_items_list_repeater','4'),(19568,1569,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(19569,1569,'right_tab_5_spacer','1'),(19570,1569,'_right_tab_5_spacer','field_56b3fab145570'),(19571,1569,'right_tab_6_contact_icon','icon-mail'),(19572,1569,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(19573,1569,'right_tab_6_contact_title','先前的會議可依要求提供'),(19574,1569,'_right_tab_6_contact_title','field_56b4001eb0921'),(19575,1569,'right_tab_6_contact_values_0_contact_value_left','電子郵件:'),(19576,1569,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(19577,1569,'right_tab_6_contact_values_0_contact_value_right','lukas.fecker@innovationbrain.com'),(19578,1569,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(19579,1569,'right_tab_6_contact_values_0_link_type','mailto:'),(19580,1569,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(19581,1569,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(19582,1569,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(19583,1569,'right_tab_6_contact_values','1'),(19584,1569,'_right_tab_6_contact_values','field_56b3fde2ce062'),(19585,1569,'third_tab_0_wysiwyg_editor','<h3>2016年即將登場</h3>'),(19586,1569,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(19587,1569,'third_tab_0_spacer','1'),(19588,1569,'_third_tab_0_spacer','field_57f54ec49b780'),(19589,1569,'third_tab_1_items_list_repeater','3'),(19590,1569,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(19591,1569,'third_tab_1_spacer','1'),(19592,1569,'_third_tab_1_spacer','field_57f54ec49b7a1'),(19593,1569,'third_tab_1_items_list_repeater_0_title','不良資產投資。變更為重 組專家的「工具組」。全 新發展及未來趨勢 [Fecker 博士為小組成員]'),(19594,1569,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(19595,1569,'third_tab_1_items_list_repeater_0_description','2016 年 9 月 29 日,倫敦'),(19596,1569,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(19597,1569,'third_tab_1_items_list_repeater_1_title','2016年DEBTWIRE歐洲重組論壇 [Fecker博士為小組主持人] '),(19598,1569,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(19599,1569,'third_tab_1_items_list_repeater_1_description','2016年10月12日,倫敦'),(19600,1569,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(19601,1569,'third_tab_1_items_list_repeater_2_title','論壇及1對1會議。 主題:資本連結 [Fecker博士為演講者] '),(19602,1569,'_third_tab_1_items_list_repeater_2_title','field_57f54ec49b79f'),(19603,1569,'third_tab_1_items_list_repeater_2_description','2016年10月20日至21日,倫敦'),(19604,1569,'_third_tab_1_items_list_repeater_2_description','field_57f54ec49b7a0'),(19605,1571,'left_tab','a:5:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";}'),(19606,1571,'_left_tab','field_56b36c6deeda0'),(19607,1571,'add_second_tab','0'),(19608,1571,'_add_second_tab','field_56b36ca9eeda2'),(19609,1571,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(19610,1571,'_right_tab','field_56b3fab04554d'),(19611,1571,'left_tab_0_contact_icon','icon-pie'),(19612,1571,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(19613,1571,'left_tab_0_departmant','倫敦'),(19614,1571,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(19615,1571,'left_tab_0_contact_values','3'),(19616,1571,'_left_tab_0_contact_values','field_56b3f47e69426'),(19617,1571,'left_tab_0_spacer','1'),(19618,1571,'_left_tab_0_spacer','field_56b3f305fafdb'),(19619,1571,'left_tab_0_contact_values_0_contact_value_left','地址:'),(19620,1571,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(19621,1571,'left_tab_0_contact_values_0_contact_value_right','1st Floor, 7/8 St Martin\'s Place, London, WC2N 4HA, UK'),(19622,1571,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(19623,1571,'left_tab_0_contact_values_0_link',''),(19624,1571,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(19625,1571,'left_tab_0_contact_values_0_link_type',''),(19626,1571,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(19627,1571,'left_tab_0_contact_values_1_contact_value_left','電話:'),(19628,1571,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(19629,1571,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(19630,1571,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(19631,1571,'left_tab_0_contact_values_1_link','+4402032865453'),(19632,1571,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(19633,1571,'left_tab_0_contact_values_1_link_type','tel:'),(19634,1571,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(19635,1571,'left_tab_0_contact_values_2_contact_value_left','電子郵件:'),(19636,1571,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(19637,1571,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(19638,1571,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(19639,1571,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(19640,1571,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(19641,1571,'left_tab_0_contact_values_2_link_type','mailto:'),(19642,1571,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(19643,1571,'left_tab_1_contact_icon','icon-paper'),(19644,1571,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(19645,1571,'left_tab_1_departmant','Switzerland'),(19646,1571,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(19647,1571,'left_tab_1_contact_values_0_contact_value_left','地址:'),(19648,1571,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(19649,1571,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(19650,1571,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(19651,1571,'left_tab_1_contact_values_0_link',''),(19652,1571,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(19653,1571,'left_tab_1_contact_values_0_link_type',''),(19654,1571,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(19655,1571,'left_tab_1_contact_values_1_contact_value_left','電話:'),(19656,1571,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(19657,1571,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(19658,1571,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(19659,1571,'left_tab_1_contact_values_1_link','+410445853297'),(19660,1571,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(19661,1571,'left_tab_1_contact_values_1_link_type','tel:'),(19662,1571,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(19663,1571,'left_tab_1_contact_values_2_contact_value_left','電子郵件:'),(19664,1571,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(19665,1571,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(19666,1571,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(19667,1571,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(19668,1571,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(19669,1571,'left_tab_1_contact_values_2_link_type','mailto:'),(19670,1571,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(19671,1571,'left_tab_1_contact_values','3'),(19672,1571,'_left_tab_1_contact_values','field_56b3f47e69426'),(19673,1571,'left_tab_1_spacer','1'),(19674,1571,'_left_tab_1_spacer','field_56b3f305fafdb'),(19675,1571,'left_tab_2_contact_icon','icon-bullseye-small'),(19676,1571,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(19677,1571,'left_tab_2_departmant','Cyprus'),(19678,1571,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(19679,1571,'left_tab_2_contact_values_0_contact_value_left','地址:'),(19680,1571,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(19681,1571,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(19682,1571,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(19683,1571,'left_tab_2_contact_values_0_link',''),(19684,1571,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(19685,1571,'left_tab_2_contact_values_0_link_type',''),(19686,1571,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(19687,1571,'left_tab_2_contact_values_1_contact_value_left','電話:'),(19688,1571,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(19689,1571,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(19690,1571,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(19691,1571,'left_tab_2_contact_values_1_link','+4402032865453'),(19692,1571,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(19693,1571,'left_tab_2_contact_values_1_link_type','tel:'),(19694,1571,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(19695,1571,'left_tab_2_contact_values_2_contact_value_left','電子郵件:'),(19696,1571,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(19697,1571,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(19698,1571,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(19699,1571,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(19700,1571,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(19701,1571,'left_tab_2_contact_values_2_link_type','mailto:'),(19702,1571,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(19703,1571,'left_tab_2_contact_values','3'),(19704,1571,'_left_tab_2_contact_values','field_56b3f47e69426'),(19705,1571,'left_tab_2_spacer','1'),(19706,1571,'_left_tab_2_spacer','field_56b3f305fafdb'),(19707,1571,'left_tab_3_contact_icon','icon-cloud'),(19708,1571,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(19709,1571,'left_tab_3_departmant','Serbia'),(19710,1571,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(19711,1571,'left_tab_3_contact_values_0_contact_value_left','電話:'),(19712,1571,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(19713,1571,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(19714,1571,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(19715,1571,'left_tab_3_contact_values_0_link','+4402032865453'),(19716,1571,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(19717,1571,'left_tab_3_contact_values_0_link_type','tel:'),(19718,1571,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(19719,1571,'left_tab_3_contact_values_1_contact_value_left','電子郵件:'),(19720,1571,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(19721,1571,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(19722,1571,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(19723,1571,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(19724,1571,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(19725,1571,'left_tab_3_contact_values_1_link_type','mailto:'),(19726,1571,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(19727,1571,'left_tab_3_contact_values','2'),(19728,1571,'_left_tab_3_contact_values','field_56b3f47e69426'),(19729,1571,'left_tab_3_spacer','1'),(19730,1571,'_left_tab_3_spacer','field_56b3f305fafdb'),(19731,1571,'left_tab_4_contact_icon','icon-mail'),(19732,1571,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(19733,1571,'left_tab_4_departmant','General enquiries'),(19734,1571,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(19735,1571,'left_tab_4_contact_values_0_contact_value_left','電子郵件:'),(19736,1571,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(19737,1571,'left_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(19738,1571,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(19739,1571,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(19740,1571,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(19741,1571,'left_tab_4_contact_values_0_link_type','mailto:'),(19742,1571,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(19743,1571,'left_tab_4_contact_values','1'),(19744,1571,'_left_tab_4_contact_values','field_56b3f47e69426'),(19745,1571,'left_tab_4_spacer','1'),(19746,1571,'_left_tab_4_spacer','field_56b3f305fafdb'),(19747,1571,'right_tab_0_title',''),(19748,1571,'_right_tab_0_title','field_56b3fab145550'),(19749,1571,'right_tab_0_circle1','icon-mail'),(19750,1571,'_right_tab_0_circle1','field_56b3fab145551'),(19751,1571,'right_tab_0_circle2','icon-mail'),(19752,1571,'_right_tab_0_circle2','field_56b3fab145552'),(19753,1571,'right_tab_0_circle3','icon-mail'),(19754,1571,'_right_tab_0_circle3','field_56b3fab145553'),(19755,1571,'right_tab_0_circle1_label',''),(19756,1571,'_right_tab_0_circle1_label','field_56b3fab145554'),(19757,1571,'right_tab_0_circle2_label',''),(19758,1571,'_right_tab_0_circle2_label','field_56b3fab145555'),(19759,1571,'right_tab_0_circle3_label',''),(19760,1571,'_right_tab_0_circle3_label','field_56b3fab145556'),(19761,1571,'right_tab_0_paragraph1',''),(19762,1571,'_right_tab_0_paragraph1','field_56b3fab145557'),(19763,1571,'right_tab_0_paragraph2',''),(19764,1571,'_right_tab_0_paragraph2','field_56b3fab145558'),(19765,1571,'right_tab_0_paragraph3',''),(19766,1571,'_right_tab_0_paragraph3','field_56b3fab145559'),(19767,1571,'right_tab_0_spacer','1'),(19768,1571,'_right_tab_0_spacer','field_56b3fab14555a'),(19769,1571,'right_tab_1_items_list_repeater_0_title',''),(19770,1571,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(19771,1571,'right_tab_1_items_list_repeater_0_description',''),(19772,1571,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(19773,1571,'right_tab_1_items_list_repeater_1_title',''),(19774,1571,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(19775,1571,'right_tab_1_items_list_repeater_1_description',''),(19776,1571,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(19777,1571,'right_tab_1_items_list_repeater','2'),(19778,1571,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(19779,1571,'right_tab_1_spacer','1'),(19780,1571,'_right_tab_1_spacer','field_56b3fab145570'),(19781,1571,'right_tab_2_image',''),(19782,1571,'_right_tab_2_image','field_56b3fab145571'),(19783,1571,'right_tab_2_content',''),(19784,1571,'_right_tab_2_content','field_56b3fab145572'),(19785,1571,'right_tab_2_button_label',''),(19786,1571,'_right_tab_2_button_label','field_56b3fab145573'),(19787,1571,'right_tab_2_button_link',''),(19788,1571,'_right_tab_2_button_link','field_56b3fab145574'),(19789,1571,'right_tab_2_spacer','1'),(19790,1571,'_right_tab_2_spacer','field_56b3fab145575'),(19791,1571,'add_third_tab','0'),(19792,1571,'_add_third_tab','field_57f54e889b77c'),(19793,1571,'third_tab',''),(19794,1571,'_third_tab','field_57f54ec39b77e'),(19795,1572,'left_tab','a:5:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";}'),(19796,1572,'_left_tab','field_56b36c6deeda0'),(19797,1572,'add_second_tab','0'),(19798,1572,'_add_second_tab','field_56b36ca9eeda2'),(19799,1572,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(19800,1572,'_right_tab','field_56b3fab04554d'),(19801,1572,'left_tab_0_contact_icon','icon-pie'),(19802,1572,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(19803,1572,'left_tab_0_departmant','倫敦'),(19804,1572,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(19805,1572,'left_tab_0_contact_values','3'),(19806,1572,'_left_tab_0_contact_values','field_56b3f47e69426'),(19807,1572,'left_tab_0_spacer','1'),(19808,1572,'_left_tab_0_spacer','field_56b3f305fafdb'),(19809,1572,'left_tab_0_contact_values_0_contact_value_left','地址:'),(19810,1572,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(19811,1572,'left_tab_0_contact_values_0_contact_value_right','1st Floor, 7/8 St Martin\'s Place, London, WC2N 4HA, UK'),(19812,1572,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(19813,1572,'left_tab_0_contact_values_0_link',''),(19814,1572,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(19815,1572,'left_tab_0_contact_values_0_link_type',''),(19816,1572,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(19817,1572,'left_tab_0_contact_values_1_contact_value_left','電話:'),(19818,1572,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(19819,1572,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(19820,1572,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(19821,1572,'left_tab_0_contact_values_1_link','+4402032865453'),(19822,1572,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(19823,1572,'left_tab_0_contact_values_1_link_type','tel:'),(19824,1572,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(19825,1572,'left_tab_0_contact_values_2_contact_value_left','電子郵件:'),(19826,1572,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(19827,1572,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(19828,1572,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(19829,1572,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(19830,1572,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(19831,1572,'left_tab_0_contact_values_2_link_type','mailto:'),(19832,1572,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(19833,1572,'left_tab_1_contact_icon','icon-paper'),(19834,1572,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(19835,1572,'left_tab_1_departmant','瑞士'),(19836,1572,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(19837,1572,'left_tab_1_contact_values_0_contact_value_left','地址:'),(19838,1572,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(19839,1572,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(19840,1572,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(19841,1572,'left_tab_1_contact_values_0_link',''),(19842,1572,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(19843,1572,'left_tab_1_contact_values_0_link_type',''),(19844,1572,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(19845,1572,'left_tab_1_contact_values_1_contact_value_left','電話:'),(19846,1572,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(19847,1572,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(19848,1572,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(19849,1572,'left_tab_1_contact_values_1_link','+410445853297'),(19850,1572,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(19851,1572,'left_tab_1_contact_values_1_link_type','tel:'),(19852,1572,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(19853,1572,'left_tab_1_contact_values_2_contact_value_left','電子郵件:'),(19854,1572,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(19855,1572,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(19856,1572,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(19857,1572,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(19858,1572,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(19859,1572,'left_tab_1_contact_values_2_link_type','mailto:'),(19860,1572,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(19861,1572,'left_tab_1_contact_values','3'),(19862,1572,'_left_tab_1_contact_values','field_56b3f47e69426'),(19863,1572,'left_tab_1_spacer','1'),(19864,1572,'_left_tab_1_spacer','field_56b3f305fafdb'),(19865,1572,'left_tab_2_contact_icon','icon-bullseye-small'),(19866,1572,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(19867,1572,'left_tab_2_departmant','賽普勒斯'),(19868,1572,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(19869,1572,'left_tab_2_contact_values_0_contact_value_left','地址:'),(19870,1572,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(19871,1572,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(19872,1572,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(19873,1572,'left_tab_2_contact_values_0_link',''),(19874,1572,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(19875,1572,'left_tab_2_contact_values_0_link_type',''),(19876,1572,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(19877,1572,'left_tab_2_contact_values_1_contact_value_left','電話:'),(19878,1572,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(19879,1572,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(19880,1572,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(19881,1572,'left_tab_2_contact_values_1_link','+4402032865453'),(19882,1572,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(19883,1572,'left_tab_2_contact_values_1_link_type','tel:'),(19884,1572,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(19885,1572,'left_tab_2_contact_values_2_contact_value_left','電子郵件:'),(19886,1572,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(19887,1572,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(19888,1572,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(19889,1572,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(19890,1572,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(19891,1572,'left_tab_2_contact_values_2_link_type','mailto:'),(19892,1572,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(19893,1572,'left_tab_2_contact_values','3'),(19894,1572,'_left_tab_2_contact_values','field_56b3f47e69426'),(19895,1572,'left_tab_2_spacer','1'),(19896,1572,'_left_tab_2_spacer','field_56b3f305fafdb'),(19897,1572,'left_tab_3_contact_icon','icon-cloud'),(19898,1572,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(19899,1572,'left_tab_3_departmant','塞爾維亞'),(19900,1572,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(19901,1572,'left_tab_3_contact_values_0_contact_value_left','電話:'),(19902,1572,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(19903,1572,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(19904,1572,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(19905,1572,'left_tab_3_contact_values_0_link','+4402032865453'),(19906,1572,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(19907,1572,'left_tab_3_contact_values_0_link_type','tel:'),(19908,1572,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(19909,1572,'left_tab_3_contact_values_1_contact_value_left','電子郵件:'),(19910,1572,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(19911,1572,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(19912,1572,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(19913,1572,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(19914,1572,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(19915,1572,'left_tab_3_contact_values_1_link_type','mailto:'),(19916,1572,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(19917,1572,'left_tab_3_contact_values','2'),(19918,1572,'_left_tab_3_contact_values','field_56b3f47e69426'),(19919,1572,'left_tab_3_spacer','1'),(19920,1572,'_left_tab_3_spacer','field_56b3f305fafdb'),(19921,1572,'left_tab_4_contact_icon','icon-mail'),(19922,1572,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(19923,1572,'left_tab_4_departmant','一般查詢'),(19924,1572,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(19925,1572,'left_tab_4_contact_values_0_contact_value_left','電子郵件:'),(19926,1572,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(19927,1572,'left_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(19928,1572,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(19929,1572,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(19930,1572,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(19931,1572,'left_tab_4_contact_values_0_link_type','mailto:'),(19932,1572,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(19933,1572,'left_tab_4_contact_values','1'),(19934,1572,'_left_tab_4_contact_values','field_56b3f47e69426'),(19935,1572,'left_tab_4_spacer','1'),(19936,1572,'_left_tab_4_spacer','field_56b3f305fafdb'),(19937,1572,'right_tab_0_title',''),(19938,1572,'_right_tab_0_title','field_56b3fab145550'),(19939,1572,'right_tab_0_circle1','icon-mail'),(19940,1572,'_right_tab_0_circle1','field_56b3fab145551'),(19941,1572,'right_tab_0_circle2','icon-mail'),(19942,1572,'_right_tab_0_circle2','field_56b3fab145552'),(19943,1572,'right_tab_0_circle3','icon-mail'),(19944,1572,'_right_tab_0_circle3','field_56b3fab145553'),(19945,1572,'right_tab_0_circle1_label',''),(19946,1572,'_right_tab_0_circle1_label','field_56b3fab145554'),(19947,1572,'right_tab_0_circle2_label',''),(19948,1572,'_right_tab_0_circle2_label','field_56b3fab145555'),(19949,1572,'right_tab_0_circle3_label',''),(19950,1572,'_right_tab_0_circle3_label','field_56b3fab145556'),(19951,1572,'right_tab_0_paragraph1',''),(19952,1572,'_right_tab_0_paragraph1','field_56b3fab145557'),(19953,1572,'right_tab_0_paragraph2',''),(19954,1572,'_right_tab_0_paragraph2','field_56b3fab145558'),(19955,1572,'right_tab_0_paragraph3',''),(19956,1572,'_right_tab_0_paragraph3','field_56b3fab145559'),(19957,1572,'right_tab_0_spacer','1'),(19958,1572,'_right_tab_0_spacer','field_56b3fab14555a'),(19959,1572,'right_tab_1_items_list_repeater_0_title',''),(19960,1572,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(19961,1572,'right_tab_1_items_list_repeater_0_description',''),(19962,1572,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(19963,1572,'right_tab_1_items_list_repeater_1_title',''),(19964,1572,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(19965,1572,'right_tab_1_items_list_repeater_1_description',''),(19966,1572,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(19967,1572,'right_tab_1_items_list_repeater','2'),(19968,1572,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(19969,1572,'right_tab_1_spacer','1'),(19970,1572,'_right_tab_1_spacer','field_56b3fab145570'),(19971,1572,'right_tab_2_image',''),(19972,1572,'_right_tab_2_image','field_56b3fab145571'),(19973,1572,'right_tab_2_content',''),(19974,1572,'_right_tab_2_content','field_56b3fab145572'),(19975,1572,'right_tab_2_button_label',''),(19976,1572,'_right_tab_2_button_label','field_56b3fab145573'),(19977,1572,'right_tab_2_button_link',''),(19978,1572,'_right_tab_2_button_link','field_56b3fab145574'),(19979,1572,'right_tab_2_spacer','1'),(19980,1572,'_right_tab_2_spacer','field_56b3fab145575'),(19981,1572,'add_third_tab','0'),(19982,1572,'_add_third_tab','field_57f54e889b77c'),(19983,1572,'third_tab',''),(19984,1572,'_third_tab','field_57f54ec39b77e'),(19985,1573,'cases_repeater_0_cases_title','- Largest Greek Bank'),(19986,1573,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(19987,1573,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(19988,1573,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(19989,1573,'cases_repeater_0_icon','icon-bullseye-small'),(19990,1573,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(19991,1573,'cases_repeater_0_cases_icon_title','Financial services'),(19992,1573,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(19993,1573,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(19994,1573,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(19995,1573,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(19996,1573,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(19997,1573,'cases_repeater_1_icon','icon-progress-small'),(19998,1573,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(19999,1573,'cases_repeater_1_cases_icon_title','Commodities'),(20000,1573,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(20001,1573,'cases_repeater','3'),(20002,1573,'_cases_repeater','field_56b25d0cd2fed'),(20003,1573,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(20004,1573,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(20005,1573,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(20006,1573,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(20007,1573,'cases_repeater_2_icon','icon-pill-small'),(20008,1573,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(20009,1573,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(20010,1573,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(20011,1573,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(20012,1573,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(20013,1573,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(20014,1573,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(20015,1573,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(20016,1573,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(20017,1573,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(20018,1573,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(20019,1573,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(20020,1573,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(20021,1573,'conferences_repeater_2_conference_place_and_date','September, 2015'),(20022,1573,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(20023,1573,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(20024,1573,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(20025,1573,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(20026,1573,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(20027,1573,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(20028,1573,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(20029,1573,'conferences_repeater_4_conference_place_and_date','May, 2015'),(20030,1573,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(20031,1573,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(20032,1573,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(20033,1573,'conferences_repeater_5_conference_place_and_date','April, 2015'),(20034,1573,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(20035,1573,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(20036,1573,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(20037,1573,'conferences_repeater_6_conference_place_and_date','January, 2015'),(20038,1573,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(20039,1573,'conferences_repeater','7'),(20040,1573,'_conferences_repeater','field_56b28bd340c44'),(20041,1573,'conferences_contact','Previous conferences available upon request'),(20042,1573,'_conferences_contact','field_56b3451c304a4'),(20043,1573,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(20044,1573,'_conferences_contact_mail','field_56b3453c304a5'),(20045,1573,'conferences_icon','icon-mail'),(20046,1573,'_conferences_icon','field_56b347cd8f381'),(20047,1573,'conferences_contact_text','Previous conferences available upon request'),(20048,1573,'_conferences_contact_text','field_56b3451c304a4'),(20049,1573,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(20050,1573,'_left_tab','field_56b36c6deeda0'),(20051,1573,'add_second_tab','1'),(20052,1573,'_add_second_tab','field_56b36ca9eeda2'),(20053,1573,'right_tab','a:7:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";i:4;s:20:\"wysiwyg_editor_block\";i:5;s:16:\"items_list_block\";i:6;s:13:\"contact_block\";}'),(20054,1573,'_right_tab','field_56b3fab04554d'),(20055,1573,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(20056,1573,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(20057,1573,'left_tab_0_spacer','0'),(20058,1573,'_left_tab_0_spacer','field_56b371c577c8c'),(20059,1573,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(20060,1573,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(20061,1573,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(20062,1573,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(20063,1573,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(20064,1573,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(20065,1573,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(20066,1573,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(20067,1573,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(20068,1573,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(20069,1573,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(20070,1573,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(20071,1573,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(20072,1573,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(20073,1573,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(20074,1573,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(20075,1573,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(20076,1573,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(20077,1573,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(20078,1573,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(20079,1573,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(20080,1573,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(20081,1573,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(20082,1573,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(20083,1573,'left_tab_1_cases_repeater','3'),(20084,1573,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(20085,1573,'left_tab_1_spacer','0'),(20086,1573,'_left_tab_1_spacer','field_56b3f001dbf09'),(20087,1573,'left_tab_name','Cases'),(20088,1573,'_left_tab_name','field_56b3976017dce'),(20089,1573,'right_tab_name','Conferences'),(20090,1573,'_right_tab_name','field_56b3978117dcf'),(20091,1573,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(20092,1573,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(20093,1573,'right_tab_0_spacer','1'),(20094,1573,'_right_tab_0_spacer','field_56b3fab14554f'),(20095,1573,'right_tab_1_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(20096,1573,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(20097,1573,'right_tab_1_items_list_repeater_0_description','London, 29 June 2016'),(20098,1573,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(20099,1573,'right_tab_1_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(20100,1573,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(20101,1573,'right_tab_1_items_list_repeater_1_description','London, 29 June 2016'),(20102,1573,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(20103,1573,'right_tab_1_items_list_repeater','4'),(20104,1573,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(20105,1573,'right_tab_1_spacer','0'),(20106,1573,'_right_tab_1_spacer','field_56b3fab145570'),(20107,1573,'right_tab_2_contact_icon','icon-mail'),(20108,1573,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(20109,1573,'right_tab_2_contact_title','Previous conferences available upon request.'),(20110,1573,'_right_tab_2_contact_title','field_56b4001eb0921'),(20111,1573,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(20112,1573,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(20113,1573,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(20114,1573,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(20115,1573,'right_tab_2_contact_values_0_link_type','mailto:'),(20116,1573,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(20117,1573,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(20118,1573,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(20119,1573,'right_tab_2_contact_values','1'),(20120,1573,'_right_tab_2_contact_values','field_56b3fde2ce062'),(20121,1573,'add_third_tab','1'),(20122,1573,'_add_third_tab','field_57f54e889b77c'),(20123,1573,'third_tab_name','Upcoming Events'),(20124,1573,'_third_tab_name','field_57f54ea19b77d'),(20125,1573,'third_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";}'),(20126,1573,'_third_tab','field_57f54ec39b77e'),(20127,1573,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(20128,1573,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(20129,1573,'right_tab_2_spacer','1'),(20130,1573,'_right_tab_2_spacer','field_56b3fab14554f'),(20131,1573,'right_tab_3_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(20132,1573,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(20133,1573,'right_tab_3_items_list_repeater_0_description','Frankfurt, October, 2015'),(20134,1573,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(20135,1573,'right_tab_3_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(20136,1573,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(20137,1573,'right_tab_3_items_list_repeater_1_description','Milan, October, 2015'),(20138,1573,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(20139,1573,'right_tab_3_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(20140,1573,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(20141,1573,'right_tab_3_items_list_repeater_2_description','London, September, 2015'),(20142,1573,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(20143,1573,'right_tab_3_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(20144,1573,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(20145,1573,'right_tab_3_items_list_repeater_3_description','Stockholm June, 2015'),(20146,1573,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(20147,1573,'right_tab_3_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(20148,1573,'_right_tab_3_items_list_repeater_4_title','field_56b3fab14556e'),(20149,1573,'right_tab_3_items_list_repeater_4_description','Madrid, May, 2015'),(20150,1573,'_right_tab_3_items_list_repeater_4_description','field_56b3fab14556f'),(20151,1573,'right_tab_3_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(20152,1573,'_right_tab_3_items_list_repeater_5_title','field_56b3fab14556e'),(20153,1573,'right_tab_3_items_list_repeater_5_description','Bucharest, April, 2015'),(20154,1573,'_right_tab_3_items_list_repeater_5_description','field_56b3fab14556f'),(20155,1573,'right_tab_3_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(20156,1573,'_right_tab_3_items_list_repeater_6_title','field_56b3fab14556e'),(20157,1573,'right_tab_3_items_list_repeater_6_description','London, January, 2015'),(20158,1573,'_right_tab_3_items_list_repeater_6_description','field_56b3fab14556f'),(20159,1573,'right_tab_3_items_list_repeater','7'),(20160,1573,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(20161,1573,'right_tab_3_spacer','0'),(20162,1573,'_right_tab_3_spacer','field_56b3fab145570'),(20163,1573,'right_tab_4_contact_icon','icon-mail'),(20164,1573,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(20165,1573,'right_tab_4_contact_title','Previous conferences available upon request.'),(20166,1573,'_right_tab_4_contact_title','field_56b4001eb0921'),(20167,1573,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(20168,1573,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(20169,1573,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(20170,1573,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(20171,1573,'right_tab_4_contact_values_0_link_type','mailto:'),(20172,1573,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(20173,1573,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(20174,1573,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(20175,1573,'right_tab_4_contact_values','1'),(20176,1573,'_right_tab_4_contact_values','field_56b3fde2ce062'),(20177,1573,'right_tab_1_items_list_repeater_2_title','Private Equity Buying into CEE'),(20178,1573,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(20179,1573,'right_tab_1_items_list_repeater_2_description','Prague, 16 March 2016'),(20180,1573,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(20181,1573,'right_tab_1_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(20182,1573,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(20183,1573,'right_tab_1_items_list_repeater_3_description','London, 9-10 March 2016'),(20184,1573,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(20185,1573,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(20186,1573,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(20187,1573,'right_tab_4_spacer','1'),(20188,1573,'_right_tab_4_spacer','field_56b3fab14554f'),(20189,1573,'right_tab_5_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(20190,1573,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(20191,1573,'right_tab_5_items_list_repeater_0_description','Paris, April 2014'),(20192,1573,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(20193,1573,'right_tab_5_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(20194,1573,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(20195,1573,'right_tab_5_items_list_repeater_1_description','Bucharest, Jun 2014'),(20196,1573,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(20197,1573,'right_tab_5_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(20198,1573,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(20199,1573,'right_tab_5_items_list_repeater_2_description','Vienna, December 2014'),(20200,1573,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(20201,1573,'right_tab_5_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(20202,1573,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(20203,1573,'right_tab_5_items_list_repeater_3_description','London, October 2014'),(20204,1573,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(20205,1573,'right_tab_5_items_list_repeater','4'),(20206,1573,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(20207,1573,'right_tab_5_spacer','1'),(20208,1573,'_right_tab_5_spacer','field_56b3fab145570'),(20209,1573,'right_tab_6_contact_icon','icon-mail'),(20210,1573,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(20211,1573,'right_tab_6_contact_title','Previous conferences available upon request.'),(20212,1573,'_right_tab_6_contact_title','field_56b4001eb0921'),(20213,1573,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(20214,1573,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(20215,1573,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(20216,1573,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(20217,1573,'right_tab_6_contact_values_0_link_type','mailto:'),(20218,1573,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(20219,1573,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(20220,1573,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(20221,1573,'right_tab_6_contact_values','1'),(20222,1573,'_right_tab_6_contact_values','field_56b3fde2ce062'),(20223,1573,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2016</h3>'),(20224,1573,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(20225,1573,'third_tab_0_spacer','1'),(20226,1573,'_third_tab_0_spacer','field_57f54ec49b780'),(20227,1573,'third_tab_1_items_list_repeater','3'),(20228,1573,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(20229,1573,'third_tab_1_spacer','1'),(20230,1573,'_third_tab_1_spacer','field_57f54ec49b7a1'),(20231,1573,'third_tab_1_items_list_repeater_0_title','Distressed Investing. Changes to the restructuring professionals \"toolkit\". New developments and future trends [Dr Fecker is Panelist]'),(20232,1573,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(20233,1573,'third_tab_1_items_list_repeater_0_description','London, 29 September 2016'),(20234,1573,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(20235,1573,'third_tab_1_items_list_repeater_1_title','DEBTWIREEuropean Restructuring Forum 2016 [Dr Fecker is Moderator for The Panel]'),(20236,1573,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(20237,1573,'third_tab_1_items_list_repeater_1_description','London, 12 October 2016'),(20238,1573,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(20239,1573,'third_tab_1_items_list_repeater_2_title','Forum and 1 on 1 Meetings. Topic: Capital Connections [Dr Fecker is Speaker]'),(20240,1573,'_third_tab_1_items_list_repeater_2_title','field_57f54ec49b79f'),(20241,1573,'third_tab_1_items_list_repeater_2_description','London, 20 - 21st October 2016'),(20242,1573,'_third_tab_1_items_list_repeater_2_description','field_57f54ec49b7a0'),(20243,1574,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(20244,1574,'_left_tab','field_56b36c6deeda0'),(20245,1574,'add_second_tab','1'),(20246,1574,'_add_second_tab','field_56b36ca9eeda2'),(20247,1574,'right_tab','a:2:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";}'),(20248,1574,'_right_tab','field_56b3fab04554d'),(20249,1574,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<div class=\"page\" title=\"Page 5\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>Innovation Brain 擁有超過 20 名業界最佳的重組及轉型專家。</h3>\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n我們所有的資深專員在各個不同公司擔任董事與管理職位,並擁有建立數十億美元 業務的記錄。我們認為與我們的客戶合作非常重要─從其業務中找出最佳價值。我 們的客戶關係建立在互信與合作─審慎處理,並且隨時將客戶的最大利益視為重 點。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<pre>我們的專家橫跨各個行業,並且著重在三個核心領域:\r\n</pre>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</header>'),(20250,1574,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(20251,1574,'left_tab_0_spacer','1'),(20252,1574,'_left_tab_0_spacer','field_56b371c577c8c'),(20253,1574,'left_tab_1_circle1','icon-grid'),(20254,1574,'_left_tab_1_circle1','field_56b3dc86da039'),(20255,1574,'left_tab_1_circle2','icon-turnaround'),(20256,1574,'_left_tab_1_circle2','field_56b3dc86da03a'),(20257,1574,'left_tab_1_circle3','icon-masonery'),(20258,1574,'_left_tab_1_circle3','field_56b3dc86da03b'),(20259,1574,'left_tab_1_circle1_label','重組'),(20260,1574,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(20261,1574,'left_tab_1_circle2_label','轉型'),(20262,1574,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(20263,1574,'left_tab_1_circle3_label','創新'),(20264,1574,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(20265,1574,'left_tab_1_spacer','1'),(20266,1574,'_left_tab_1_spacer','field_56b3dc86da042'),(20267,1574,'left_tab_2_wysiwyg_editor','<div class=\"page\" title=\"Page 5\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<pre>最近歐盟委員會委任我們的團隊監控歐盟會員國最大銀行的重組作業。\r\n</pre>\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n我們在發現有機會收購複雜的團隊時介入,為他們整體或獨立的部分帶來創新,並帶 領他們邁向下一個成長周期。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n在 Innovation Brain,我們的專業在於企業重組。我們試圖在企業生命週期的十字路 口創造價值,其未來便仰賴大膽的決策與創新的解決方案。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n除了豐富的專業知識,我們還會透過轉型讓您能夠從關鍵的非績效與非核心資產獲得 價值。企業組織要求我們在以下時機介入:\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<ul>\r\n <li> 需要強大的管理人員、投資能力與諮詢</li>\r\n <li> 尋找重組及轉型的股權合作夥伴</li>\r\n <li> 其他解決方案均告失敗,需要創新與全新的想法</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>'),(20268,1574,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(20269,1574,'left_tab_2_spacer','1'),(20270,1574,'_left_tab_2_spacer','field_56b371c577c8c'),(20271,1574,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(20272,1574,'_left_tab_3_image','field_56b373f3b6e44'),(20273,1574,'left_tab_3_title','透過創新與轉型 創造股東價值'),(20274,1574,'_left_tab_3_title','field_56b373afb6e42'),(20275,1574,'left_tab_3_button_label','下載 PDF (312 kb)'),(20276,1574,'_left_tab_3_button_label','field_56b373ceb6e43'),(20277,1574,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(20278,1574,'_left_tab_3_button_link','field_56b374ff0ad17'),(20279,1574,'left_tab_name','公司'),(20280,1574,'_left_tab_name','field_56b3976017dce'),(20281,1574,'right_tab_name','關於我們'),(20282,1574,'_right_tab_name','field_56b3978117dcf'),(20283,1574,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(20284,1574,'_right_tab_0_image','field_56b3fab145571'),(20285,1574,'right_tab_0_content','Dr Lukas Fecker 博士\r\n<span style=\"color: #00ccff;\">Innovation Brain </span>\r\n<span style=\"color: #00ccff;\">創辦人兼 CEO</span>\r\n\r\n \r\n<div class=\"page\" title=\"Page 6\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nLukas Fecker 博士為創辦人兼 CEO。他是歐洲國際企業重建 總會(TMA)的主席。Lukas 的專業為銀行轉型。他著重在私人 資產管理公司投資、改善銀行體質與不良資產投資。Lukas 擁 有超過 20 年的經驗,而且曾經是安永(EY)及畢馬威(KPMG) 的合作夥伴,以及奧邁企業顧問公司(Alvarez & Marsal)的董 事。他曾經領導安永的銀行轉型解決方案 EMEIA。除了諮詢 外,Lukas 也曾擔任 6 大轉型業務的 CRO、CEO 或董事的高 階管理職位。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nLukas 的部分重大成就包括 250 億瑞士法郎的轉型股票上市 業務、歐洲頂尖銀行的重組,以及 2 個基金的重組。多年來, 他與全球頂尖的金融機構合作。\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>'),(20286,1574,'_right_tab_0_content','field_56b3fab145572'),(20287,1574,'right_tab_0_button_label','下載 V Card'),(20288,1574,'_right_tab_0_button_label','field_56b3fab145573'),(20289,1574,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(20290,1574,'_right_tab_0_button_link','field_56b3fab145574'),(20291,1574,'right_tab_0_spacer','1'),(20292,1574,'_right_tab_0_spacer','field_56b3fab145575'),(20293,1574,'right_tab_1_contact_title','請隨時與我們連絡:'),(20294,1574,'_right_tab_1_contact_title','field_56b4001eb0921'),(20295,1574,'right_tab_1_contact_values_0_contact_value_left','瑞士楚格'),(20296,1574,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(20297,1574,'right_tab_1_contact_values_0_contact_value_right',''),(20298,1574,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(20299,1574,'right_tab_1_contact_values_0_link',''),(20300,1574,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(20301,1574,'right_tab_1_contact_values_0_link_type',''),(20302,1574,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(20303,1574,'right_tab_1_contact_values_1_contact_value_left','Lukas Fecker 博士'),(20304,1574,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(20305,1574,'right_tab_1_contact_values_1_contact_value_right',''),(20306,1574,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(20307,1574,'right_tab_1_contact_values_1_link',''),(20308,1574,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(20309,1574,'right_tab_1_contact_values_1_link_type',''),(20310,1574,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(20311,1574,'right_tab_1_contact_values_2_contact_value_left','電話:'),(20312,1574,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(20313,1574,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (瑞士)'),(20314,1574,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(20315,1574,'right_tab_1_contact_values_2_link','+41793107090'),(20316,1574,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(20317,1574,'right_tab_1_contact_values_2_link_type','tel:'),(20318,1574,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(20319,1574,'right_tab_1_contact_values_3_contact_value_left','電話:'),(20320,1574,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(20321,1574,'right_tab_1_contact_values_3_contact_value_right','(+44) 755 767 9504 (英國)'),(20322,1574,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(20323,1574,'right_tab_1_contact_values_3_link','+447557679504'),(20324,1574,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(20325,1574,'right_tab_1_contact_values_3_link_type','tel:'),(20326,1574,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(20327,1574,'right_tab_1_contact_icon','icon-mail'),(20328,1574,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(20329,1574,'right_tab_1_contact_values','5'),(20330,1574,'_right_tab_1_contact_values','field_56b3fde2ce062'),(20331,1574,'add_third_tab','0'),(20332,1574,'_add_third_tab','field_57f54e889b77c'),(20333,1574,'third_tab_name',''),(20334,1574,'_third_tab_name','field_57f54ea19b77d'),(20335,1574,'third_tab',''),(20336,1574,'_third_tab','field_57f54ec39b77e'),(20337,1574,'right_tab_1_contact_values_4_contact_value_left','電子郵件:'),(20338,1574,'_right_tab_1_contact_values_4_contact_value_left','field_56b3ff0a543e0'),(20339,1574,'right_tab_1_contact_values_4_contact_value_right','lukas.fecker@innovationbrain.com'),(20340,1574,'_right_tab_1_contact_values_4_contact_value_right','field_56b3fefe543df'),(20341,1574,'right_tab_1_contact_values_4_link_type','mailto:'),(20342,1574,'_right_tab_1_contact_values_4_link_type','field_56b3fed6543dd'),(20343,1574,'right_tab_1_contact_values_4_link','lukas.fecker@innovationbrain.com'),(20344,1574,'_right_tab_1_contact_values_4_link','field_56b3fef2543de'),(20345,64,'third_tab_2_contact_icon','icon-mail'),(20346,64,'_third_tab_2_contact_icon','field_58568c5a91b24'),(20347,64,'third_tab_2_contact_title','Previous conferences available upon request.'),(20348,64,'_third_tab_2_contact_title','field_58568c7791b25'),(20349,64,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(20350,64,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(20351,64,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(20352,64,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(20353,64,'third_tab_2_contact_values_0_link_type','mailto:'),(20354,64,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(20355,64,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(20356,64,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(20357,64,'third_tab_2_contact_values','1'),(20358,64,'_third_tab_2_contact_values','field_58568c1091b1d'),(20359,1590,'cases_repeater_0_cases_title','- Largest Greek Bank'),(20360,1590,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(20361,1590,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(20362,1590,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(20363,1590,'cases_repeater_0_icon','icon-bullseye-small'),(20364,1590,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(20365,1590,'cases_repeater_0_cases_icon_title','Financial services'),(20366,1590,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(20367,1590,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(20368,1590,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(20369,1590,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(20370,1590,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(20371,1590,'cases_repeater_1_icon','icon-progress-small'),(20372,1590,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(20373,1590,'cases_repeater_1_cases_icon_title','Commodities'),(20374,1590,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(20375,1590,'cases_repeater','3'),(20376,1590,'_cases_repeater','field_56b25d0cd2fed'),(20377,1590,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(20378,1590,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(20379,1590,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(20380,1590,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(20381,1590,'cases_repeater_2_icon','icon-pill-small'),(20382,1590,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(20383,1590,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(20384,1590,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(20385,1590,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(20386,1590,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(20387,1590,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(20388,1590,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(20389,1590,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(20390,1590,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(20391,1590,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(20392,1590,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(20393,1590,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(20394,1590,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(20395,1590,'conferences_repeater_2_conference_place_and_date','September, 2015'),(20396,1590,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(20397,1590,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(20398,1590,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(20399,1590,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(20400,1590,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(20401,1590,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(20402,1590,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(20403,1590,'conferences_repeater_4_conference_place_and_date','May, 2015'),(20404,1590,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(20405,1590,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(20406,1590,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(20407,1590,'conferences_repeater_5_conference_place_and_date','April, 2015'),(20408,1590,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(20409,1590,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(20410,1590,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(20411,1590,'conferences_repeater_6_conference_place_and_date','January, 2015'),(20412,1590,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(20413,1590,'conferences_repeater','7'),(20414,1590,'_conferences_repeater','field_56b28bd340c44'),(20415,1590,'conferences_contact','Previous conferences available upon request'),(20416,1590,'_conferences_contact','field_56b3451c304a4'),(20417,1590,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(20418,1590,'_conferences_contact_mail','field_56b3453c304a5'),(20419,1590,'conferences_icon','icon-mail'),(20420,1590,'_conferences_icon','field_56b347cd8f381'),(20421,1590,'conferences_contact_text','Previous conferences available upon request'),(20422,1590,'_conferences_contact_text','field_56b3451c304a4'),(20423,1590,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(20424,1590,'_left_tab','field_56b36c6deeda0'),(20425,1590,'add_second_tab','1'),(20426,1590,'_add_second_tab','field_56b36ca9eeda2'),(20427,1590,'right_tab','a:7:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";i:4;s:20:\"wysiwyg_editor_block\";i:5;s:16:\"items_list_block\";i:6;s:13:\"contact_block\";}'),(20428,1590,'_right_tab','field_56b3fab04554d'),(20429,1590,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(20430,1590,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(20431,1590,'left_tab_0_spacer','0'),(20432,1590,'_left_tab_0_spacer','field_56b371c577c8c'),(20433,1590,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(20434,1590,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(20435,1590,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(20436,1590,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(20437,1590,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(20438,1590,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(20439,1590,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(20440,1590,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(20441,1590,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(20442,1590,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(20443,1590,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(20444,1590,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(20445,1590,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(20446,1590,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(20447,1590,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(20448,1590,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(20449,1590,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(20450,1590,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(20451,1590,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(20452,1590,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(20453,1590,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(20454,1590,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(20455,1590,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(20456,1590,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(20457,1590,'left_tab_1_cases_repeater','3'),(20458,1590,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(20459,1590,'left_tab_1_spacer','0'),(20460,1590,'_left_tab_1_spacer','field_56b3f001dbf09'),(20461,1590,'left_tab_name','Cases'),(20462,1590,'_left_tab_name','field_56b3976017dce'),(20463,1590,'right_tab_name','Conferences'),(20464,1590,'_right_tab_name','field_56b3978117dcf'),(20465,1590,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(20466,1590,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(20467,1590,'right_tab_0_spacer','1'),(20468,1590,'_right_tab_0_spacer','field_56b3fab14554f'),(20469,1590,'right_tab_1_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(20470,1590,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(20471,1590,'right_tab_1_items_list_repeater_0_description','London, 29 June 2016'),(20472,1590,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(20473,1590,'right_tab_1_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(20474,1590,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(20475,1590,'right_tab_1_items_list_repeater_1_description','London, 29 June 2016'),(20476,1590,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(20477,1590,'right_tab_1_items_list_repeater','4'),(20478,1590,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(20479,1590,'right_tab_1_spacer','0'),(20480,1590,'_right_tab_1_spacer','field_56b3fab145570'),(20481,1590,'right_tab_2_contact_icon','icon-mail'),(20482,1590,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(20483,1590,'right_tab_2_contact_title','Previous conferences available upon request.'),(20484,1590,'_right_tab_2_contact_title','field_56b4001eb0921'),(20485,1590,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(20486,1590,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(20487,1590,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(20488,1590,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(20489,1590,'right_tab_2_contact_values_0_link_type','mailto:'),(20490,1590,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(20491,1590,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(20492,1590,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(20493,1590,'right_tab_2_contact_values','1'),(20494,1590,'_right_tab_2_contact_values','field_56b3fde2ce062'),(20495,1590,'add_third_tab','1'),(20496,1590,'_add_third_tab','field_57f54e889b77c'),(20497,1590,'third_tab_name','Upcoming Events'),(20498,1590,'_third_tab_name','field_57f54ea19b77d'),(20499,1590,'third_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(20500,1590,'_third_tab','field_57f54ec39b77e'),(20501,1590,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(20502,1590,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(20503,1590,'right_tab_2_spacer','1'),(20504,1590,'_right_tab_2_spacer','field_56b3fab14554f'),(20505,1590,'right_tab_3_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(20506,1590,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(20507,1590,'right_tab_3_items_list_repeater_0_description','Frankfurt, October, 2015'),(20508,1590,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(20509,1590,'right_tab_3_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(20510,1590,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(20511,1590,'right_tab_3_items_list_repeater_1_description','Milan, October, 2015'),(20512,1590,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(20513,1590,'right_tab_3_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(20514,1590,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(20515,1590,'right_tab_3_items_list_repeater_2_description','London, September, 2015'),(20516,1590,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(20517,1590,'right_tab_3_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(20518,1590,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(20519,1590,'right_tab_3_items_list_repeater_3_description','Stockholm June, 2015'),(20520,1590,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(20521,1590,'right_tab_3_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(20522,1590,'_right_tab_3_items_list_repeater_4_title','field_56b3fab14556e'),(20523,1590,'right_tab_3_items_list_repeater_4_description','Madrid, May, 2015'),(20524,1590,'_right_tab_3_items_list_repeater_4_description','field_56b3fab14556f'),(20525,1590,'right_tab_3_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(20526,1590,'_right_tab_3_items_list_repeater_5_title','field_56b3fab14556e'),(20527,1590,'right_tab_3_items_list_repeater_5_description','Bucharest, April, 2015'),(20528,1590,'_right_tab_3_items_list_repeater_5_description','field_56b3fab14556f'),(20529,1590,'right_tab_3_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(20530,1590,'_right_tab_3_items_list_repeater_6_title','field_56b3fab14556e'),(20531,1590,'right_tab_3_items_list_repeater_6_description','London, January, 2015'),(20532,1590,'_right_tab_3_items_list_repeater_6_description','field_56b3fab14556f'),(20533,1590,'right_tab_3_items_list_repeater','7'),(20534,1590,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(20535,1590,'right_tab_3_spacer','0'),(20536,1590,'_right_tab_3_spacer','field_56b3fab145570'),(20537,1590,'right_tab_4_contact_icon','icon-mail'),(20538,1590,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(20539,1590,'right_tab_4_contact_title','Previous conferences available upon request.'),(20540,1590,'_right_tab_4_contact_title','field_56b4001eb0921'),(20541,1590,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(20542,1590,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(20543,1590,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(20544,1590,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(20545,1590,'right_tab_4_contact_values_0_link_type','mailto:'),(20546,1590,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(20547,1590,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(20548,1590,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(20549,1590,'right_tab_4_contact_values','1'),(20550,1590,'_right_tab_4_contact_values','field_56b3fde2ce062'),(20551,1590,'right_tab_1_items_list_repeater_2_title','Private Equity Buying into CEE'),(20552,1590,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(20553,1590,'right_tab_1_items_list_repeater_2_description','Prague, 16 March 2016'),(20554,1590,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(20555,1590,'right_tab_1_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(20556,1590,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(20557,1590,'right_tab_1_items_list_repeater_3_description','London, 9-10 March 2016'),(20558,1590,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(20559,1590,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(20560,1590,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(20561,1590,'right_tab_4_spacer','1'),(20562,1590,'_right_tab_4_spacer','field_56b3fab14554f'),(20563,1590,'right_tab_5_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(20564,1590,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(20565,1590,'right_tab_5_items_list_repeater_0_description','Paris, April 2014'),(20566,1590,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(20567,1590,'right_tab_5_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(20568,1590,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(20569,1590,'right_tab_5_items_list_repeater_1_description','Bucharest, Jun 2014'),(20570,1590,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(20571,1590,'right_tab_5_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(20572,1590,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(20573,1590,'right_tab_5_items_list_repeater_2_description','Vienna, December 2014'),(20574,1590,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(20575,1590,'right_tab_5_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(20576,1590,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(20577,1590,'right_tab_5_items_list_repeater_3_description','London, October 2014'),(20578,1590,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(20579,1590,'right_tab_5_items_list_repeater','4'),(20580,1590,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(20581,1590,'right_tab_5_spacer','1'),(20582,1590,'_right_tab_5_spacer','field_56b3fab145570'),(20583,1590,'right_tab_6_contact_icon','icon-mail'),(20584,1590,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(20585,1590,'right_tab_6_contact_title','Previous conferences available upon request.'),(20586,1590,'_right_tab_6_contact_title','field_56b4001eb0921'),(20587,1590,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(20588,1590,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(20589,1590,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(20590,1590,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(20591,1590,'right_tab_6_contact_values_0_link_type','mailto:'),(20592,1590,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(20593,1590,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(20594,1590,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(20595,1590,'right_tab_6_contact_values','1'),(20596,1590,'_right_tab_6_contact_values','field_56b3fde2ce062'),(20597,1590,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2016</h3>'),(20598,1590,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(20599,1590,'third_tab_0_spacer','1'),(20600,1590,'_third_tab_0_spacer','field_57f54ec49b780'),(20601,1590,'third_tab_1_items_list_repeater','3'),(20602,1590,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(20603,1590,'third_tab_1_spacer','1'),(20604,1590,'_third_tab_1_spacer','field_57f54ec49b7a1'),(20605,1590,'third_tab_1_items_list_repeater_0_title','Distressed Investing. Changes to the restructuring professionals \"toolkit\". New developments and future trends [Dr Fecker is Panelist]'),(20606,1590,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(20607,1590,'third_tab_1_items_list_repeater_0_description','London, 29 September 2016'),(20608,1590,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(20609,1590,'third_tab_1_items_list_repeater_1_title','DEBTWIREEuropean Restructuring Forum 2016 [Dr Fecker is Moderator for The Panel]'),(20610,1590,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(20611,1590,'third_tab_1_items_list_repeater_1_description','London, 12 October 2016'),(20612,1590,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(20613,1590,'third_tab_1_items_list_repeater_2_title','Forum and 1 on 1 Meetings. Topic: Capital Connections [Dr Fecker is Speaker]'),(20614,1590,'_third_tab_1_items_list_repeater_2_title','field_57f54ec49b79f'),(20615,1590,'third_tab_1_items_list_repeater_2_description','London, 20 - 21st October 2016'),(20616,1590,'_third_tab_1_items_list_repeater_2_description','field_57f54ec49b7a0'),(20617,1590,'third_tab_2_contact_icon','icon-mail'),(20618,1590,'_third_tab_2_contact_icon','field_58568c5a91b24'),(20619,1590,'third_tab_2_contact_title','Previous conferences available upon request.'),(20620,1590,'_third_tab_2_contact_title','field_58568c7791b25'),(20621,1590,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(20622,1590,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(20623,1590,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(20624,1590,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(20625,1590,'third_tab_2_contact_values_0_link_type','mailto:'),(20626,1590,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(20627,1590,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(20628,1590,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(20629,1590,'third_tab_2_contact_values','1'),(20630,1590,'_third_tab_2_contact_values','field_58568c1091b1d'),(20631,1526,'third_tab_2_contact_icon','icon-mail'),(20632,1526,'_third_tab_2_contact_icon','field_58568c5a91b24'),(20633,1526,'third_tab_2_contact_title','先前的會議可依要求提供'),(20634,1526,'_third_tab_2_contact_title','field_58568c7791b25'),(20635,1526,'third_tab_2_contact_values_0_contact_value_left','電子郵件:'),(20636,1526,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(20637,1526,'third_tab_2_contact_values_0_contact_value_right','lukas.fecker@innovationbrain.com'),(20638,1526,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(20639,1526,'third_tab_2_contact_values_0_link_type','mailto:'),(20640,1526,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(20641,1526,'third_tab_2_contact_values_0_link','lukas.fecker@innovationbrain.com'),(20642,1526,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(20643,1526,'third_tab_2_contact_values','1'),(20644,1526,'_third_tab_2_contact_values','field_58568c1091b1d'),(20645,1591,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(20646,1591,'_left_tab','field_56b36c6deeda0'),(20647,1591,'add_second_tab','1'),(20648,1591,'_add_second_tab','field_56b36ca9eeda2'),(20649,1591,'right_tab','a:7:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";i:4;s:20:\"wysiwyg_editor_block\";i:5;s:16:\"items_list_block\";i:6;s:13:\"contact_block\";}'),(20650,1591,'_right_tab','field_56b3fab04554d'),(20651,1591,'left_tab_0_wysiwyg_editor','<div class=\"page\" title=\"Page 9\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>我們成功完成某些最大型公司與金融機構的重組與轉型。 以下是部分範例以及我們的成功案例:</h3>\r\n</div>\r\n</div>\r\n</div>'),(20652,1591,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(20653,1591,'left_tab_0_spacer','0'),(20654,1591,'_left_tab_0_spacer','field_56b371c577c8c'),(20655,1591,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(20656,1591,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(20657,1591,'left_tab_1_cases_repeater_0_title','-希臘最大的銀行'),(20658,1591,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(20659,1591,'left_tab_1_cases_repeater_0_icon_title','金融服務'),(20660,1591,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(20661,1591,'left_tab_1_cases_repeater_0_details','頂尖國際銀行的重組。我們解決該銀行約 80%的負債、引導非核心 資產的處分,以及確認與管理收購。這讓我們客戶的規模在 24 個 月的期間內加倍,並讓其重新定位為市場領導者,成功額外增加的 10%資本。'),(20662,1591,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(20663,1591,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(20664,1591,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(20665,1591,'left_tab_1_cases_repeater_1_title','-最大的國際獨立煉油營運商 \r\n-GATE Alternative Energy'),(20666,1591,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(20667,1591,'left_tab_1_cases_repeater_1_icon_title','商品'),(20668,1591,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(20669,1591,'left_tab_1_cases_repeater_1_details','大型石化集團,營業額超過 200 億美元(5 億美元的稅前息前折舊攤 銷前盈餘)。這種參與必須徹底改變市場焦點、分拆集團、配合各個 部門的重新定位,並且逐漸停止其非核心實體。創造的總價值為初 始基值的 20% (重組後 100%到 120%)'),(20670,1591,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(20671,1591,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(20672,1591,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(20673,1591,'left_tab_1_cases_repeater_2_title','-藥品運銷 \r\n-藥品追蹤及生產\r\n'),(20674,1591,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(20675,1591,'left_tab_1_cases_repeater_2_icon_title','製藥'),(20676,1591,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(20677,1591,'left_tab_1_cases_repeater_2_details','我們引導大型製藥公司的收購及轉型。這包括專業製藥公司的分 割,以及以 50%購買成本的利潤處分專業製藥公司。\r\n'),(20678,1591,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(20679,1591,'left_tab_1_cases_repeater','3'),(20680,1591,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(20681,1591,'left_tab_1_spacer','0'),(20682,1591,'_left_tab_1_spacer','field_56b3f001dbf09'),(20683,1591,'left_tab_name','案例'),(20684,1591,'_left_tab_name','field_56b3976017dce'),(20685,1591,'right_tab_name','會議'),(20686,1591,'_right_tab_name','field_56b3978117dcf'),(20687,1591,'right_tab_0_wysiwyg_editor','<div class=\"page\" title=\"Page 10\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>2016 年會議</h3>\r\n</div>\r\n</div>\r\n</div>'),(20688,1591,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(20689,1591,'right_tab_0_spacer','1'),(20690,1591,'_right_tab_0_spacer','field_56b3fab14554f'),(20691,1591,'right_tab_1_items_list_repeater_0_title','英國脫歐:公民投票的結果─是否為正確答案?'),(20692,1591,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(20693,1591,'right_tab_1_items_list_repeater_0_description','2016年6月29日,倫敦'),(20694,1591,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(20695,1591,'right_tab_1_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(20696,1591,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(20697,1591,'right_tab_1_items_list_repeater_1_description','2016年4月14日,克雷姆斯'),(20698,1591,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(20699,1591,'right_tab_1_items_list_repeater','4'),(20700,1591,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(20701,1591,'right_tab_1_spacer','0'),(20702,1591,'_right_tab_1_spacer','field_56b3fab145570'),(20703,1591,'add_third_tab','1'),(20704,1591,'_add_third_tab','field_57f54e889b77c'),(20705,1591,'third_tab_name','近期活動'),(20706,1591,'_third_tab_name','field_57f54ea19b77d'),(20707,1591,'third_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(20708,1591,'_third_tab','field_57f54ec39b77e'),(20709,1591,'right_tab_2_wysiwyg_editor','<h3>2015 年會議</h3>'),(20710,1591,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(20711,1591,'right_tab_2_spacer','1'),(20712,1591,'_right_tab_2_spacer','field_56b3fab14554f'),(20713,1591,'right_tab_3_items_list_repeater_0_title','法蘭克福可以在歐洲金融市場扮演的角色'),(20714,1591,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(20715,1591,'right_tab_3_items_list_repeater_0_description','2015 年 10 月,法蘭克福'),(20716,1591,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(20717,1591,'right_tab_3_items_list_repeater_1_title','米蘭FS圓桌會議:私人資產管理公司在義大利銀行重組所扮演的角色'),(20718,1591,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(20719,1591,'right_tab_3_items_list_repeater_1_description','2015年10月,米蘭'),(20720,1591,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(20721,1591,'right_tab_3_items_list_repeater_2_title','不良資產投資會議─NPL交易與價值清收'),(20722,1591,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(20723,1591,'right_tab_3_items_list_repeater_2_description','2015年9月,倫敦'),(20724,1591,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(20725,1591,'right_tab_3_items_list_repeater_3_title','轉型後的重建小組'),(20726,1591,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(20727,1591,'right_tab_3_items_list_repeater_3_description','2015年6月,斯德哥爾摩'),(20728,1591,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(20729,1591,'right_tab_3_items_list_repeater_4_title','馬德里 FS 圓桌會議:馬德 里如何在歐洲後資產品質 檢驗(AQR)中持續建立大好 機會?'),(20730,1591,'_right_tab_3_items_list_repeater_4_title','field_56b3fab14556e'),(20731,1591,'right_tab_3_items_list_repeater_4_description','2015 年 5 月,馬德里'),(20732,1591,'_right_tab_3_items_list_repeater_4_description','field_56b3fab14556f'),(20733,1591,'right_tab_3_items_list_repeater_5_title','2014 年 3 月東歐會議─ 轉型的新興金融邊界'),(20734,1591,'_right_tab_3_items_list_repeater_5_title','field_56b3fab14556e'),(20735,1591,'right_tab_3_items_list_repeater_5_description','2015 年 4 月,布加勒斯 特'),(20736,1591,'_right_tab_3_items_list_repeater_5_description','field_56b3fab14556f'),(20737,1591,'right_tab_3_items_list_repeater_6_title','倫敦 FS 圓桌會議:倫敦在 歐洲銀行重組時扮演中心 的角色'),(20738,1591,'_right_tab_3_items_list_repeater_6_title','field_56b3fab14556e'),(20739,1591,'right_tab_3_items_list_repeater_6_description','2015年1月,倫敦'),(20740,1591,'_right_tab_3_items_list_repeater_6_description','field_56b3fab14556f'),(20741,1591,'right_tab_3_items_list_repeater','7'),(20742,1591,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(20743,1591,'right_tab_3_spacer','0'),(20744,1591,'_right_tab_3_spacer','field_56b3fab145570'),(20745,1591,'right_tab_1_items_list_repeater_2_title','買入 CEE 的私人股權'),(20746,1591,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(20747,1591,'right_tab_1_items_list_repeater_2_description','2016 年 3 月 16 日,布 拉格'),(20748,1591,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(20749,1591,'right_tab_1_items_list_repeater_3_title','2016 年不良資產投資論壇 ─DDC Financial Group'),(20750,1591,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(20751,1591,'right_tab_1_items_list_repeater_3_description','2016年3月9日至10日, 倫敦'),(20752,1591,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(20753,1591,'right_tab_4_wysiwyg_editor','<div class=\"page\" title=\"Page 10\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>2014 年會議</h3>\r\n</div>\r\n</div>\r\n</div>'),(20754,1591,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(20755,1591,'right_tab_4_spacer','1'),(20756,1591,'_right_tab_4_spacer','field_56b3fab14554f'),(20757,1591,'right_tab_5_items_list_repeater_0_title','私人資產管理公司及價值清收(NPL International)'),(20758,1591,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(20759,1591,'right_tab_5_items_list_repeater_0_description','2014 年 4 月,巴黎'),(20760,1591,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(20761,1591,'right_tab_5_items_list_repeater_1_title','在末日啟示後,為中歐翻轉重建強大的金融平台'),(20762,1591,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(20763,1591,'right_tab_5_items_list_repeater_1_description','2014年6月,布加勒斯特'),(20764,1591,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(20765,1591,'right_tab_5_items_list_repeater_2_title','跨境銀行轉型與重整(歐洲的重組及破產)'),(20766,1591,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(20767,1591,'right_tab_5_items_list_repeater_2_description','2014年12月,維也納'),(20768,1591,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(20769,1591,'right_tab_5_items_list_repeater_3_title','NPL趨勢及銀行重組(NPL Europe)'),(20770,1591,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(20771,1591,'right_tab_5_items_list_repeater_3_description','2014年10月,倫敦'),(20772,1591,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(20773,1591,'right_tab_5_items_list_repeater','4'),(20774,1591,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(20775,1591,'right_tab_5_spacer','1'),(20776,1591,'_right_tab_5_spacer','field_56b3fab145570'),(20777,1591,'right_tab_6_contact_icon','icon-mail'),(20778,1591,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(20779,1591,'right_tab_6_contact_title','先前的會議可依要求提供'),(20780,1591,'_right_tab_6_contact_title','field_56b4001eb0921'),(20781,1591,'right_tab_6_contact_values_0_contact_value_left','電子郵件:'),(20782,1591,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(20783,1591,'right_tab_6_contact_values_0_contact_value_right','lukas.fecker@innovationbrain.com'),(20784,1591,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(20785,1591,'right_tab_6_contact_values_0_link_type','mailto:'),(20786,1591,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(20787,1591,'right_tab_6_contact_values_0_link','lukas.fecker@innovationbrain.com'),(20788,1591,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(20789,1591,'right_tab_6_contact_values','1'),(20790,1591,'_right_tab_6_contact_values','field_56b3fde2ce062'),(20791,1591,'third_tab_0_wysiwyg_editor','<h3>2016年即將登場</h3>'),(20792,1591,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(20793,1591,'third_tab_0_spacer','1'),(20794,1591,'_third_tab_0_spacer','field_57f54ec49b780'),(20795,1591,'third_tab_1_items_list_repeater','3'),(20796,1591,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(20797,1591,'third_tab_1_spacer','1'),(20798,1591,'_third_tab_1_spacer','field_57f54ec49b7a1'),(20799,1591,'third_tab_1_items_list_repeater_0_title','不良資產投資。變更為重 組專家的「工具組」。全 新發展及未來趨勢 [Fecker 博士為小組成員]'),(20800,1591,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(20801,1591,'third_tab_1_items_list_repeater_0_description','2016 年 9 月 29 日,倫敦'),(20802,1591,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(20803,1591,'third_tab_1_items_list_repeater_1_title','2016年DEBTWIRE歐洲重組論壇 [Fecker博士為小組主持人]'),(20804,1591,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(20805,1591,'third_tab_1_items_list_repeater_1_description','2016年10月12日,倫敦'),(20806,1591,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(20807,1591,'third_tab_1_items_list_repeater_2_title','論壇及1對1會議。 主題:資本連結 [Fecker博士為演講者]'),(20808,1591,'_third_tab_1_items_list_repeater_2_title','field_57f54ec49b79f'),(20809,1591,'third_tab_1_items_list_repeater_2_description','2016年10月20日至21日,倫敦'),(20810,1591,'_third_tab_1_items_list_repeater_2_description','field_57f54ec49b7a0'),(20811,1591,'third_tab_2_contact_icon','icon-mail'),(20812,1591,'_third_tab_2_contact_icon','field_58568c5a91b24'),(20813,1591,'third_tab_2_contact_title','先前的會議可依要求提供'),(20814,1591,'_third_tab_2_contact_title','field_58568c7791b25'),(20815,1591,'third_tab_2_contact_values_0_contact_value_left','電子郵件:'),(20816,1591,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(20817,1591,'third_tab_2_contact_values_0_contact_value_right','lukas.fecker@innovationbrain.com'),(20818,1591,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(20819,1591,'third_tab_2_contact_values_0_link_type','mailto:'),(20820,1591,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(20821,1591,'third_tab_2_contact_values_0_link','lukas.fecker@innovationbrain.com'),(20822,1591,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(20823,1591,'third_tab_2_contact_values','1'),(20824,1591,'_third_tab_2_contact_values','field_58568c1091b1d'),(21285,1600,'_wp_page_template','front-page.php'),(21286,1600,'_edit_lock','1482181649:1'),(21287,1600,'_edit_last','1'),(21288,1600,'left_tab',''),(21289,1600,'_left_tab','field_56b36c6deeda0'),(21290,1600,'add_second_tab','0'),(21291,1600,'_add_second_tab','field_56b36ca9eeda2'),(21292,1600,'right_tab',''),(21293,1600,'_right_tab','field_56b3fab04554d'),(21294,1600,'add_third_tab','0'),(21295,1600,'_add_third_tab','field_57f54e889b77c'),(21296,1600,'third_tab',''),(21297,1600,'_third_tab','field_57f54ec39b77e'),(21298,1601,'left_tab',''),(21299,1601,'_left_tab','field_56b36c6deeda0'),(21300,1601,'add_second_tab','0'),(21301,1601,'_add_second_tab','field_56b36ca9eeda2'),(21302,1601,'right_tab',''),(21303,1601,'_right_tab','field_56b3fab04554d'),(21304,1601,'add_third_tab','0'),(21305,1601,'_add_third_tab','field_57f54e889b77c'),(21306,1601,'third_tab',''),(21307,1601,'_third_tab','field_57f54ec39b77e'),(21308,1602,'presentations_0_title','Presentation: NPL Trends and Bank restructuring'),(21309,1602,'presentations_0_explanation','Conference: NPL Europe London, 1-2 October 2014'),(21310,1602,'presentations_0_download_link','http://www.smithnovak.com/conferences/npl-europe.html '),(21311,1602,'presentations_1_title','Presentation: Cross-border Banking Turnaround and Resolution'),(21312,1602,'presentations_1_explanation','Conference: Restructuring & Insolvency Europe Vienna, 4-5 December 2014'),(21313,1602,'presentations_1_download_link','http://www.smithnovak.com/conferences/restructuring-insolvency-europe.html'),(21314,1602,'presentations_2_title','Presentation: Private Asset Management Company and value recovery'),(21315,1602,'presentations_2_explanation','Conference: NPL International Paris, 23-24 April, 2014'),(21316,1602,'presentations_2_download_link','http://www.smithnovak.com/conferences/npl-international.html'),(21317,1602,'presentations','3'),(21318,1602,'contact_header','Please feel free to contact us:'),(21319,1602,'contact_values_0_contact_value_left','Zug, Switzerland'),(21320,1602,'contact_values_0_contact_value_right',''),(21321,1602,'contact_values_0_link',''),(21322,1602,'contact_values_0_link_type','null'),(21323,1602,'contact_values_1_contact_value_left','Dr Lukas Fecker'),(21324,1602,'contact_values_1_contact_value_right',''),(21325,1602,'contact_values_1_link',''),(21326,1602,'contact_values_1_link_type','null'),(21327,1602,'contact_values_2_contact_value_left','Tel:'),(21328,1602,'contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(21329,1602,'contact_values_2_link','+41793107090'),(21330,1602,'contact_values_2_link_type','tel:'),(21331,1602,'contact_values_3_contact_value_left','E-mail:'),(21332,1602,'contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(21333,1602,'contact_values_3_link','lukas.fecker@innovationbrain.com'),(21334,1602,'contact_values_3_link_type','mailto:'),(21335,1602,'contact_values','4'),(21336,1602,'left_tab_0_wysiwyg_editor','<h3>您将在此找到我们与媒体Debtwire 分享演说及会议的思想领导。基于竞争的原因,我们无法分享我们解决方案的补偿性知识财产权、方法及详细资料。不过,若您需要更多详细资料,可以与我们连络,我们非常乐意与您讨论您感兴趣的内容。</h3>'),(21337,1602,'left_tab_0_spacer','1'),(21338,1602,'left_tab_1_contact_icon','icon-mail'),(21339,1602,'left_tab_1_contact_title','Please feel free to contact us:'),(21340,1602,'left_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(21341,1602,'left_tab_1_contact_values_0_contact_value_right',''),(21342,1602,'left_tab_1_contact_values_0_link',''),(21343,1602,'left_tab_1_contact_values_0_link_type',''),(21344,1602,'left_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(21345,1602,'left_tab_1_contact_values_1_contact_value_right',''),(21346,1602,'left_tab_1_contact_values_1_link',''),(21347,1602,'left_tab_1_contact_values_1_link_type',''),(21348,1602,'left_tab_1_contact_values_2_contact_value_left','Tel:'),(21349,1602,'left_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(21350,1602,'left_tab_1_contact_values_2_link','+41793107090'),(21351,1602,'left_tab_1_contact_values_2_link_type','tel:'),(21352,1602,'left_tab_1_contact_values_3_contact_value_left',''),(21353,1602,'left_tab_1_contact_values_3_contact_value_right',''),(21354,1602,'left_tab_1_contact_values_3_link',''),(21355,1602,'left_tab_1_contact_values_3_link_type',''),(21356,1602,'left_tab_1_contact_values','4'),(21357,1602,'left_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"external_block\";i:2;s:13:\"contact_block\";}'),(21358,1602,'add_second_tab','0'),(21359,1602,'right_tab',''),(21360,1602,'left_tab_1_external_repeater_0_title','演示报告:NPL (不良债权)趋势和银行重组'),(21361,1602,'left_tab_1_external_repeater_0_details','会议:NPL欧洲伦敦,2014年10月1 - 2日'),(21362,1602,'left_tab_1_external_repeater_0_link','http://www.smithnovak.com/conferences/npl-europe.html'),(21363,1602,'left_tab_1_external_repeater_1_title','演示报告:跨境银行业务转变和解决方案'),(21364,1602,'left_tab_1_external_repeater_1_details','会议:欧洲维也纳重组与破产,2014年12月4 - 5日'),(21365,1602,'left_tab_1_external_repeater_1_link','http://www.smithnovak.com/conferences/restructuring-insolvency-europe.html'),(21366,1602,'left_tab_1_external_repeater_2_title','演示报告:私营资产管理公司与价值回收'),(21367,1602,'left_tab_1_external_repeater_2_details','会议:NPL国际巴黎,2014年4月23 - 24日'),(21368,1602,'left_tab_1_external_repeater_2_link','http://www.smithnovak.com/conferences/npl-international.html'),(21369,1602,'left_tab_1_external_repeater','3'),(21370,1602,'left_tab_1_spacer','0'),(21371,1602,'left_tab_2_contact_icon','icon-mail'),(21372,1602,'left_tab_2_contact_title','请随时联系我们:'),(21373,1602,'left_tab_2_contact_values_0_contact_value_left','瑞士,楚格'),(21374,1602,'left_tab_2_contact_values_0_contact_value_right',''),(21375,1602,'left_tab_2_contact_values_0_link',''),(21376,1602,'left_tab_2_contact_values_0_link_type',''),(21377,1602,'left_tab_2_contact_values_1_contact_value_left','Lukas Fecker博士'),(21378,1602,'left_tab_2_contact_values_1_contact_value_right',''),(21379,1602,'left_tab_2_contact_values_1_link',''),(21380,1602,'left_tab_2_contact_values_1_link_type',''),(21381,1602,'left_tab_2_contact_values_2_contact_value_left','电话:'),(21382,1602,'left_tab_2_contact_values_2_contact_value_right','(+41) 793 107 090 (瑞士)'),(21383,1602,'left_tab_2_contact_values_2_link','+41793107090'),(21384,1602,'left_tab_2_contact_values_2_link_type','tel:'),(21385,1602,'left_tab_2_contact_values_3_contact_value_left','电话:'),(21386,1602,'left_tab_2_contact_values_3_contact_value_right','(+44) 755 767 9504 (英国)'),(21387,1602,'left_tab_2_contact_values_3_link','+447557679504'),(21388,1602,'left_tab_2_contact_values_3_link_type',''),(21389,1602,'left_tab_2_contact_values','5'),(21390,1602,'left_tab_2_contacts_values_0_contact_value_left','Zug, Switzerland'),(21391,1602,'left_tab_2_contacts_values_0_contact_value_right',''),(21392,1602,'left_tab_2_contacts_values_0_link',''),(21393,1602,'left_tab_2_contacts_values_0_link_type',''),(21394,1602,'left_tab_2_contacts_values_1_contact_value_left','Dr Lukas Fecker'),(21395,1602,'left_tab_2_contacts_values_1_contact_value_right',''),(21396,1602,'left_tab_2_contacts_values_1_link',''),(21397,1602,'left_tab_2_contacts_values_1_link_type',''),(21398,1602,'left_tab_2_contacts_values_2_contact_value_left','Tel:'),(21399,1602,'left_tab_2_contacts_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(21400,1602,'left_tab_2_contacts_values_2_link','+41793107090'),(21401,1602,'left_tab_2_contacts_values_2_link_type','tel:'),(21402,1602,'left_tab_2_contacts_values_3_contact_value_left','E-mail:'),(21403,1602,'left_tab_2_contacts_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(21404,1602,'left_tab_2_contacts_values_3_link','lukas.fecker@innovationbrain.com'),(21405,1602,'left_tab_2_contacts_values_3_link_type','mailto:'),(21406,1602,'left_tab_2_contacts_values','4'),(21407,1602,'_wp_page_template','fluid.php'),(21408,1602,'_edit_last','1'),(21409,1602,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(21410,1602,'_left_tab_0_spacer','field_56b371c577c8c'),(21411,1602,'_left_tab_1_external_repeater_0_title','field_56b3e63fb5686'),(21412,1602,'_left_tab_1_external_repeater_0_details','field_56b3e677b5687'),(21413,1602,'_left_tab_1_external_repeater_0_link','field_56b3e69cb5688'),(21414,1602,'_left_tab_1_external_repeater_1_title','field_56b3e63fb5686'),(21415,1602,'_left_tab_1_external_repeater_1_details','field_56b3e677b5687'),(21416,1602,'_left_tab_1_external_repeater_1_link','field_56b3e69cb5688'),(21417,1602,'_left_tab_1_external_repeater_2_title','field_56b3e63fb5686'),(21418,1602,'_left_tab_1_external_repeater_2_details','field_56b3e677b5687'),(21419,1602,'_left_tab_1_external_repeater_2_link','field_56b3e69cb5688'),(21420,1602,'_left_tab_1_external_repeater','field_56b3e5acb5685'),(21421,1602,'_left_tab_1_spacer','field_56b3e588b5684'),(21422,1602,'_left_tab_2_contact_icon','field_56b3f7c0468cc'),(21423,1602,'_left_tab_2_contact_title','field_56b3f7c0468cd'),(21424,1602,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f834453c3'),(21425,1602,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f834453c4'),(21426,1602,'_left_tab_2_contact_values_0_link','field_56b3f834453c5'),(21427,1602,'_left_tab_2_contact_values_0_link_type','field_56b3f834453c6'),(21428,1602,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f834453c3'),(21429,1602,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f834453c4'),(21430,1602,'_left_tab_2_contact_values_1_link','field_56b3f834453c5'),(21431,1602,'_left_tab_2_contact_values_1_link_type','field_56b3f834453c6'),(21432,1602,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f834453c3'),(21433,1602,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f834453c4'),(21434,1602,'_left_tab_2_contact_values_2_link','field_56b3f834453c5'),(21435,1602,'_left_tab_2_contact_values_2_link_type','field_56b3f834453c6'),(21436,1602,'_left_tab_2_contact_values_3_contact_value_left','field_56b3f834453c3'),(21437,1602,'_left_tab_2_contact_values_3_contact_value_right','field_56b3f834453c4'),(21438,1602,'_left_tab_2_contact_values_3_link','field_56b3f834453c5'),(21439,1602,'_left_tab_2_contact_values_3_link_type','field_56b3f834453c6'),(21440,1602,'_left_tab_2_contact_values','field_56b3f834453c2'),(21441,1602,'_left_tab','field_56b36c6deeda0'),(21442,1602,'_add_second_tab','field_56b36ca9eeda2'),(21443,1602,'_right_tab','field_56b3fab04554d'),(21444,1602,'add_third_tab','0'),(21445,1602,'_add_third_tab','field_57f54e889b77c'),(21446,1602,'third_tab',''),(21447,1602,'_third_tab','field_57f54ec39b77e'),(21448,1603,'left_tab_0_wysiwyg_editor','<h3>Here you will find our thought leadership that we share with the press, Debtwire in the speeches and conferences. For competitive reasons we cannot share our propitiatory IP, methodology and details of the solutions. However, you can contact us for more details and we will be more than happy to discuss your interest.</h3>'),(21449,1603,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(21450,1603,'left_tab_0_spacer','1'),(21451,1603,'_left_tab_0_spacer','field_56b371c577c8c'),(21452,1603,'left_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"external_block\";i:2;s:13:\"contact_block\";}'),(21453,1603,'_left_tab','field_56b36c6deeda0'),(21454,1603,'add_second_tab','0'),(21455,1603,'_add_second_tab','field_56b36ca9eeda2'),(21456,1603,'right_tab',''),(21457,1603,'_right_tab','field_56b3fab04554d'),(21458,1603,'left_tab_1_external_repeater_0_title','Presentation: NPL Trends and Bank restructuring'),(21459,1603,'_left_tab_1_external_repeater_0_title','field_56b3e63fb5686'),(21460,1603,'left_tab_1_external_repeater_0_details','Conference: NPL Europe London, 1-2 October 2014'),(21461,1603,'_left_tab_1_external_repeater_0_details','field_56b3e677b5687'),(21462,1603,'left_tab_1_external_repeater_0_link','http://www.smithnovak.com/conferences/npl-europe.html'),(21463,1603,'_left_tab_1_external_repeater_0_link','field_56b3e69cb5688'),(21464,1603,'left_tab_1_external_repeater_1_title','Presentation: Cross-border Banking Turnaround and Resolution'),(21465,1603,'_left_tab_1_external_repeater_1_title','field_56b3e63fb5686'),(21466,1603,'left_tab_1_external_repeater_1_details','Conference: Restructuring & Insolvency Europe Vienna, 4-5 December 2014'),(21467,1603,'_left_tab_1_external_repeater_1_details','field_56b3e677b5687'),(21468,1603,'left_tab_1_external_repeater_1_link','http://www.smithnovak.com/conferences/restructuring-insolvency-europe.html'),(21469,1603,'_left_tab_1_external_repeater_1_link','field_56b3e69cb5688'),(21470,1603,'left_tab_1_external_repeater_2_title','Presentation: Private Asset Management Company and value recovery'),(21471,1603,'_left_tab_1_external_repeater_2_title','field_56b3e63fb5686'),(21472,1603,'left_tab_1_external_repeater_2_details','Conference: NPL International Paris, 23-24 April, 2014'),(21473,1603,'_left_tab_1_external_repeater_2_details','field_56b3e677b5687'),(21474,1603,'left_tab_1_external_repeater_2_link','http://www.smithnovak.com/conferences/npl-international.html'),(21475,1603,'_left_tab_1_external_repeater_2_link','field_56b3e69cb5688'),(21476,1603,'left_tab_1_external_repeater','3'),(21477,1603,'_left_tab_1_external_repeater','field_56b3e5acb5685'),(21478,1603,'left_tab_1_spacer','0'),(21479,1603,'_left_tab_1_spacer','field_56b3e588b5684'),(21480,1603,'left_tab_2_contact_icon','icon-mail'),(21481,1603,'_left_tab_2_contact_icon','field_56b3f7c0468cc'),(21482,1603,'left_tab_2_contact_title','Please feel free to contact us:'),(21483,1603,'_left_tab_2_contact_title','field_56b3f7c0468cd'),(21484,1603,'left_tab_2_contact_values_0_contact_value_left','Zug, Switzerland'),(21485,1603,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f834453c3'),(21486,1603,'left_tab_2_contact_values_0_contact_value_right',''),(21487,1603,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f834453c4'),(21488,1603,'left_tab_2_contact_values_0_link',''),(21489,1603,'_left_tab_2_contact_values_0_link','field_56b3f834453c5'),(21490,1603,'left_tab_2_contact_values_0_link_type',''),(21491,1603,'_left_tab_2_contact_values_0_link_type','field_56b3f834453c6'),(21492,1603,'left_tab_2_contact_values_1_contact_value_left','Dr Lukas Fecker'),(21493,1603,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f834453c3'),(21494,1603,'left_tab_2_contact_values_1_contact_value_right',''),(21495,1603,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f834453c4'),(21496,1603,'left_tab_2_contact_values_1_link',''),(21497,1603,'_left_tab_2_contact_values_1_link','field_56b3f834453c5'),(21498,1603,'left_tab_2_contact_values_1_link_type',''),(21499,1603,'_left_tab_2_contact_values_1_link_type','field_56b3f834453c6'),(21500,1603,'left_tab_2_contact_values_2_contact_value_left','Tel:'),(21501,1603,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f834453c3'),(21502,1603,'left_tab_2_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(21503,1603,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f834453c4'),(21504,1603,'left_tab_2_contact_values_2_link','+41793107090'),(21505,1603,'_left_tab_2_contact_values_2_link','field_56b3f834453c5'),(21506,1603,'left_tab_2_contact_values_2_link_type','tel:'),(21507,1603,'_left_tab_2_contact_values_2_link_type','field_56b3f834453c6'),(21508,1603,'left_tab_2_contact_values_3_contact_value_left','E-mail:'),(21509,1603,'_left_tab_2_contact_values_3_contact_value_left','field_56b3f834453c3'),(21510,1603,'left_tab_2_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(21511,1603,'_left_tab_2_contact_values_3_contact_value_right','field_56b3f834453c4'),(21512,1603,'left_tab_2_contact_values_3_link','lukas.fecker@innovationbrain.com'),(21513,1603,'_left_tab_2_contact_values_3_link','field_56b3f834453c5'),(21514,1603,'left_tab_2_contact_values_3_link_type','mailto:'),(21515,1603,'_left_tab_2_contact_values_3_link_type','field_56b3f834453c6'),(21516,1603,'left_tab_2_contact_values','4'),(21517,1603,'_left_tab_2_contact_values','field_56b3f834453c2'),(21518,1603,'add_third_tab','0'),(21519,1603,'_add_third_tab','field_57f54e889b77c'),(21520,1603,'third_tab',''),(21521,1603,'_third_tab','field_57f54ec39b77e'),(21522,1602,'_edit_lock','1482183713:1'),(21523,1604,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>从破坏到创新和转变的过程中创造价值</h3>\r\n \r\n\r\n我们拥有多种领域的专家,例如金融服务、商品、制药。我们提供重组、转型及创新等服务的专业知识。我们的专家解决方案有回收及改善;贸易转型、制药,以及批发与零售\r\n\r\n</header>'),(21524,1604,'left_tab_0_spacer','0'),(21525,1604,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:19:\"3circles_block_text\";i:2;s:19:\"3circles_block_text\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:15:\"read_more_block\";}'),(21526,1604,'add_second_tab','0'),(21527,1604,'right_tab',''),(21528,1604,'left_tab_1_title','部门'),(21529,1604,'left_tab_1_circle1','icon-bullseye'),(21530,1604,'left_tab_1_circle2','icon-progress'),(21531,1604,'left_tab_1_circle3','icon-pill'),(21532,1604,'left_tab_1_circle1_label','金融服务'),(21533,1604,'left_tab_1_circle2_label','商品'),(21534,1604,'left_tab_1_circle3_label','医药品'),(21535,1604,'left_tab_1_paragraph1','我们专注于提供解决方案,私营资产管理公司的设立和融资、管理运营操作\r\n'),(21536,1604,'left_tab_1_paragraph2','我们的专业在于收购农产品、日常用品,以及需要重组和转型之交易的非核心资产\r\n'),(21537,1604,'left_tab_1_paragraph3','我们支持行业内的分销组织转变;收购和转变生产设施和非核心资产\r\n'),(21538,1604,'left_tab_1_spacer','0'),(21539,1604,'left_tab_2_title','服务'),(21540,1604,'left_tab_2_circle1','icon-grid'),(21541,1604,'left_tab_2_circle2','icon-turnaround'),(21542,1604,'left_tab_2_circle3','icon-folder'),(21543,1604,'left_tab_2_circle1_label','资产管理'),(21544,1604,'left_tab_2_circle2_label','转变顾问'),(21545,1604,'left_tab_2_circle3_label','投资和融资'),(21546,1604,'left_tab_2_paragraph1','资产管理包括我们的专有投资和债务与股权的转换。我们还提供执行领导团队,代表我们自己和代表我们的投资者来运营投资\r\n'),(21547,1604,'left_tab_2_paragraph2','我们的转变专业人士是曾经领导、建立和指导过重要企业实现增长、收购、重组和转变的前任高级管理人员。他们拥有来自4大分析企业等联网公司的分析团队的支持\r\n'),(21548,1604,'left_tab_2_paragraph3','我们为客户操作和管理资金。我们的投资者都是家庭办公室、体育基金和养老基金。重点主要在于不良投资或通过集中投资一个部门的根本性变革来支持战略增长。我们建议我们的客户优先投资到一个新的业务部门\r\n'),(21549,1604,'left_tab_2_spacer','0'),(21550,1604,'left_tab_3_wysiwyg_editor',' \r\n\r\n我们具备大规模专家网络,保证可以免除资产负债表中的风险。我们透过我们的公司、子公司及合作伙伴网络与您合作,以分拆您的业务并创造价值。我们让您能够参与贵公司的清收。'),(21551,1604,'left_tab_3_spacer','1'),(21552,1604,'left_tab_4_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(21553,1604,'left_tab_4_title','通过创新和转变 <br>创造股东价值'),(21554,1604,'left_tab_4_button_label','下载PDF (312 Kb)'),(21555,1604,'left_tab_4_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround-SC.pdf'),(21556,1604,'_wp_page_template','fluid.php'),(21557,1604,'_edit_last','1'),(21558,1604,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(21559,1604,'_left_tab_0_spacer','field_56b371c577c8c'),(21560,1604,'_left_tab_1_title','field_56b3db70da032'),(21561,1604,'_left_tab_1_circle1','field_56b3da76da02b'),(21562,1604,'_left_tab_1_circle2','field_56b3da76da02c'),(21563,1604,'_left_tab_1_circle3','field_56b3da76da02d'),(21564,1604,'_left_tab_1_circle1_label','field_56b3da76da02e'),(21565,1604,'_left_tab_1_circle2_label','field_56b3da76da02f'),(21566,1604,'_left_tab_1_circle3_label','field_56b3da76da030'),(21567,1604,'_left_tab_1_paragraph1','field_56b3db8eda033'),(21568,1604,'_left_tab_1_paragraph2','field_56b3dc6dda035'),(21569,1604,'_left_tab_1_paragraph3','field_56b3dc74da036'),(21570,1604,'_left_tab_1_spacer','field_56b3da76da031'),(21571,1604,'_left_tab_2_title','field_56b3db70da032'),(21572,1604,'_left_tab_2_circle1','field_56b3da76da02b'),(21573,1604,'_left_tab_2_circle2','field_56b3da76da02c'),(21574,1604,'_left_tab_2_circle3','field_56b3da76da02d'),(21575,1604,'_left_tab_2_circle1_label','field_56b3da76da02e'),(21576,1604,'_left_tab_2_circle2_label','field_56b3da76da02f'),(21577,1604,'_left_tab_2_circle3_label','field_56b3da76da030'),(21578,1604,'_left_tab_2_paragraph1','field_56b3db8eda033'),(21579,1604,'_left_tab_2_paragraph2','field_56b3dc6dda035'),(21580,1604,'_left_tab_2_paragraph3','field_56b3dc74da036'),(21581,1604,'_left_tab_2_spacer','field_56b3da76da031'),(21582,1604,'_left_tab_3_wysiwyg_editor','field_56b3711077c86'),(21583,1604,'_left_tab_3_spacer','field_56b371c577c8c'),(21584,1604,'_left_tab_4_image','field_56b373f3b6e44'),(21585,1604,'_left_tab_4_title','field_56b373afb6e42'),(21586,1604,'_left_tab_4_button_label','field_56b373ceb6e43'),(21587,1604,'_left_tab_4_button_link','field_56b374ff0ad17'),(21588,1604,'_left_tab','field_56b36c6deeda0'),(21589,1604,'_add_second_tab','field_56b36ca9eeda2'),(21590,1604,'_right_tab','field_56b3fab04554d'),(21591,1604,'add_third_tab','0'),(21592,1604,'_add_third_tab','field_57f54e889b77c'),(21593,1604,'third_tab',''),(21594,1604,'_third_tab','field_57f54ec39b77e'),(21595,1605,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Value creation from destruction through innovation and turnaround</h3>\r\n</header>Our experts span a wide range of Sectors such as Financial Services, Commodities, Pharmaceuticals. We provide our expertise in Services such as Restructuring, Turnaround and Innovation. Our expert Solutions are Recovery & Work-Out; Trade Turnaround, Pharmaceutical and Distribution & Sales'),(21596,1605,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(21597,1605,'left_tab_0_spacer','0'),(21598,1605,'_left_tab_0_spacer','field_56b371c577c8c'),(21599,1605,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:19:\"3circles_block_text\";i:2;s:19:\"3circles_block_text\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:15:\"read_more_block\";}'),(21600,1605,'_left_tab','field_56b36c6deeda0'),(21601,1605,'add_second_tab','0'),(21602,1605,'_add_second_tab','field_56b36ca9eeda2'),(21603,1605,'right_tab',''),(21604,1605,'_right_tab','field_56b3fab04554d'),(21605,1605,'left_tab_1_title','Sectors'),(21606,1605,'_left_tab_1_title','field_56b3db70da032'),(21607,1605,'left_tab_1_circle1','icon-bullseye'),(21608,1605,'_left_tab_1_circle1','field_56b3da76da02b'),(21609,1605,'left_tab_1_circle2','icon-progress'),(21610,1605,'_left_tab_1_circle2','field_56b3da76da02c'),(21611,1605,'left_tab_1_circle3','icon-pill'),(21612,1605,'_left_tab_1_circle3','field_56b3da76da02d'),(21613,1605,'left_tab_1_circle1_label','Financial Services'),(21614,1605,'_left_tab_1_circle1_label','field_56b3da76da02e'),(21615,1605,'left_tab_1_circle2_label','Commodities'),(21616,1605,'_left_tab_1_circle2_label','field_56b3da76da02f'),(21617,1605,'left_tab_1_circle3_label','Pharmaceuticals'),(21618,1605,'_left_tab_1_circle3_label','field_56b3da76da030'),(21619,1605,'left_tab_1_paragraph1','Our focus is on solutions, the set up and financing of private asset management companies and managing run-off operations.'),(21620,1605,'_left_tab_1_paragraph1','field_56b3db8eda033'),(21621,1605,'left_tab_1_paragraph2','Our expertise lies in the acquisition of non core assets in Agri, FMCG and trading which requires restructuring and turnaround.'),(21622,1605,'_left_tab_1_paragraph2','field_56b3dc6dda035'),(21623,1605,'left_tab_1_paragraph3','We support the industry in the turnaround of distribution organisations; the acquisitions and turnaround of production facilities and non-core assets.'),(21624,1605,'_left_tab_1_paragraph3','field_56b3dc74da036'),(21625,1605,'left_tab_1_spacer','0'),(21626,1605,'_left_tab_1_spacer','field_56b3da76da031'),(21627,1605,'left_tab_2_title','Services'),(21628,1605,'_left_tab_2_title','field_56b3db70da032'),(21629,1605,'left_tab_2_circle1','icon-grid'),(21630,1605,'_left_tab_2_circle1','field_56b3da76da02b'),(21631,1605,'left_tab_2_circle2','icon-turnaround'),(21632,1605,'_left_tab_2_circle2','field_56b3da76da02c'),(21633,1605,'left_tab_2_circle3','icon-folder'),(21634,1605,'_left_tab_2_circle3','field_56b3da76da02d'),(21635,1605,'left_tab_2_circle1_label','Equity Management'),(21636,1605,'_left_tab_2_circle1_label','field_56b3da76da02e'),(21637,1605,'left_tab_2_circle2_label','Turnaround Advisory'),(21638,1605,'_left_tab_2_circle2_label','field_56b3da76da02f'),(21639,1605,'left_tab_2_circle3_label','Investment and Funding'),(21640,1605,'_left_tab_2_circle3_label','field_56b3da76da030'),(21641,1605,'left_tab_2_paragraph1','Equity Management includes our proprietary investments and the conversion of debt to equity. We also provide the executive leadership teams running the investments to represent ourselves and on behalf of our investors.'),(21642,1605,'_left_tab_2_paragraph1','field_56b3db8eda033'),(21643,1605,'left_tab_2_paragraph2','Our turnaround professionals are former senior executives who have lead, built and guided major businesses through growth, acquisition, restructuring and turnaround. They are supported by analytical teams from network companies such as big 4 and analytical boutiques.'),(21644,1605,'_left_tab_2_paragraph2','field_56b3dc6dda035'),(21645,1605,'left_tab_2_paragraph3','We handle and manage funds for our clients. Our investors are family offices, PE funds and Pension funds. The focus is primarily on distressed investments or to support strategic growth by focusing investment in fundamental change in a sector. We advise our clients on prioritising their investments to a new business sector.'),(21646,1605,'_left_tab_2_paragraph3','field_56b3dc74da036'),(21647,1605,'left_tab_2_spacer','0'),(21648,1605,'_left_tab_2_spacer','field_56b3da76da031'),(21649,1605,'left_tab_3_wysiwyg_editor','Our extensive network of experts guarantees to remove the risk from your your balance sheet. Within our network of firms, affiliates and partnerships we work with you to deconsolidate your business and create value. We empower you to participate in the recovery of your firm.'),(21650,1605,'_left_tab_3_wysiwyg_editor','field_56b3711077c86'),(21651,1605,'left_tab_3_spacer','1'),(21652,1605,'_left_tab_3_spacer','field_56b371c577c8c'),(21653,1605,'left_tab_4_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(21654,1605,'_left_tab_4_image','field_56b373f3b6e44'),(21655,1605,'left_tab_4_title','Creating Shareholder Value through Innovation and Turnaround'),(21656,1605,'_left_tab_4_title','field_56b373afb6e42'),(21657,1605,'left_tab_4_button_label','Download PDF (312 kb)'),(21658,1605,'_left_tab_4_button_label','field_56b373ceb6e43'),(21659,1605,'left_tab_4_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(21660,1605,'_left_tab_4_button_link','field_56b374ff0ad17'),(21661,1605,'add_third_tab','0'),(21662,1605,'_add_third_tab','field_57f54e889b77c'),(21663,1605,'third_tab',''),(21664,1605,'_third_tab','field_57f54ec39b77e'),(21665,1604,'_edit_lock','1482403412:1'),(21666,1606,'cases_repeater_0_cases_title','- Largest Greek Bank'),(21667,1606,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(21668,1606,'cases_repeater_0_icon','icon-bullseye-small'),(21669,1606,'cases_repeater_0_cases_icon_title','Financial services'),(21670,1606,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(21671,1606,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(21672,1606,'cases_repeater_1_icon','icon-progress-small'),(21673,1606,'cases_repeater_1_cases_icon_title','Commodities'),(21674,1606,'cases_repeater','3'),(21675,1606,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(21676,1606,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(21677,1606,'cases_repeater_2_icon','icon-pill-small'),(21678,1606,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(21679,1606,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(21680,1606,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(21681,1606,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(21682,1606,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(21683,1606,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(21684,1606,'conferences_repeater_2_conference_place_and_date','September, 2015'),(21685,1606,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(21686,1606,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(21687,1606,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(21688,1606,'conferences_repeater_4_conference_place_and_date','May, 2015'),(21689,1606,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(21690,1606,'conferences_repeater_5_conference_place_and_date','April, 2015'),(21691,1606,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(21692,1606,'conferences_repeater_6_conference_place_and_date','January, 2015'),(21693,1606,'conferences_repeater','7'),(21694,1606,'conferences_contact','Previous conferences available upon request'),(21695,1606,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(21696,1606,'conferences_icon','icon-mail'),(21697,1606,'conferences_contact_text','Previous conferences available upon request'),(21698,1606,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(21699,1606,'add_second_tab','1'),(21700,1606,'right_tab','a:7:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";i:4;s:20:\"wysiwyg_editor_block\";i:5;s:16:\"items_list_block\";i:6;s:13:\"contact_block\";}'),(21701,1606,'left_tab_0_wysiwyg_editor','<h3>我们成功重组和转变了一些最大规模的公司和金融机构。下面介绍一些例子以及我们所获得的成功:</h3>'),(21702,1606,'left_tab_0_spacer','0'),(21703,1606,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(21704,1606,'left_tab_1_cases_repeater_0_title','希腊最大的银行'),(21705,1606,'left_tab_1_cases_repeater_0_icon_title','金融服务'),(21706,1606,'left_tab_1_cases_repeater_0_details','重组了一家领先的国际银行。我们解决了约80%的负债,处置了非核心资产,并确定和实现了收购。这使我们的客户在24个月内规模加倍,并重新定位成为市场领导者,成功募集资金超过10%。'),(21707,1606,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(21708,1606,'left_tab_1_cases_repeater_1_title','- 最大的全球独立炼油厂\r\n-GATE Alternative Energy'),(21709,1606,'left_tab_1_cases_repeater_1_icon_title','商品'),(21710,1606,'left_tab_1_cases_repeater_1_details','一个营收超过200亿美元(5亿美元的税前息前折旧摊销前盈余)的大型石化企业集团。这一参与需要彻底改变市场焦点,分析集团结构,同时重新定位各部门,逐渐减少其非核心实体。创造的总价值是初始基本价值的20% (重组后从100%至120%)。'),(21711,1606,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(21712,1606,'left_tab_1_cases_repeater_2_title','-医药分销\r\n-医药跟踪与生产'),(21713,1606,'left_tab_1_cases_repeater_2_icon_title','医药品'),(21714,1606,'left_tab_1_cases_repeater_2_details','我们引领了一个大型制药企业的收购和转变。这包括分割单一险种保险公司和以购买成本50%的利润处置单一险种保险公司。'),(21715,1606,'left_tab_1_cases_repeater','3'),(21716,1606,'left_tab_1_spacer','0'),(21717,1606,'left_tab_name','案例'),(21718,1606,'right_tab_name','会议'),(21719,1606,'right_tab_0_wysiwyg_editor','<h3>2016年会议</h3>'),(21720,1606,'right_tab_0_spacer','1'),(21721,1606,'right_tab_1_items_list_repeater_0_title','英国退欧:公投结果 - 这是正确的答案吗?'),(21722,1606,'right_tab_1_items_list_repeater_0_description','伦敦,2016年6月29日'),(21723,1606,'right_tab_1_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(21724,1606,'right_tab_1_items_list_repeater_1_description','克雷姆斯,2016年4月14日'),(21725,1606,'right_tab_1_items_list_repeater','4'),(21726,1606,'right_tab_1_spacer','0'),(21727,1606,'right_tab_2_contact_icon','icon-mail'),(21728,1606,'right_tab_2_contact_title','Previous conferences available upon request.'),(21729,1606,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(21730,1606,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(21731,1606,'right_tab_2_contact_values_0_link_type','mailto:'),(21732,1606,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(21733,1606,'right_tab_2_contact_values','1'),(21734,1606,'add_third_tab','1'),(21735,1606,'third_tab_name','活动预告'),(21736,1606,'third_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(21737,1606,'right_tab_2_wysiwyg_editor','<h3>2015年会议</h3>'),(21738,1606,'right_tab_2_spacer','1'),(21739,1606,'right_tab_3_items_list_repeater_0_title','法兰克福在欧洲金融市场中的作用'),(21740,1606,'right_tab_3_items_list_repeater_0_description','法兰克福,2015年10月'),(21741,1606,'right_tab_3_items_list_repeater_1_title','FS米兰圆桌会议:私营资产管理公司对于意大利银行结构重组的作用'),(21742,1606,'right_tab_3_items_list_repeater_1_description','米兰,2015年10月'),(21743,1606,'right_tab_3_items_list_repeater_2_title','不良投资会议 - NPL交易与价值回收'),(21744,1606,'right_tab_3_items_list_repeater_2_description','伦敦,2015年9月'),(21745,1606,'right_tab_3_items_list_repeater_3_title','转变后的重建小组'),(21746,1606,'right_tab_3_items_list_repeater_3_description','斯德哥尔摩,2015年6月'),(21747,1606,'right_tab_3_items_list_repeater_4_title','FS马德里圆桌会议:马德里如何继续在AQR后的欧洲创造大机遇?'),(21748,1606,'right_tab_3_items_list_repeater_4_description','马德里,2015年5月'),(21749,1606,'right_tab_3_items_list_repeater_5_title','东欧会议 – 转变的新兴金融前沿领域,2014年3月'),(21750,1606,'right_tab_3_items_list_repeater_5_description','布加勒斯特,2015年4月'),(21751,1606,'right_tab_3_items_list_repeater_6_title','FS伦敦圆桌会议:伦敦作为欧洲银行结构重组的枢纽作用'),(21752,1606,'right_tab_3_items_list_repeater_6_description','伦敦,2015年1月'),(21753,1606,'right_tab_3_items_list_repeater','7'),(21754,1606,'right_tab_3_spacer','0'),(21755,1606,'right_tab_4_contact_icon','icon-mail'),(21756,1606,'right_tab_4_contact_title','Previous conferences available upon request.'),(21757,1606,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(21758,1606,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(21759,1606,'right_tab_4_contact_values_0_link_type','mailto:'),(21760,1606,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(21761,1606,'right_tab_4_contact_values','1'),(21762,1606,'right_tab_1_items_list_repeater_2_title','私人股权收购至CEE'),(21763,1606,'right_tab_1_items_list_repeater_2_description','布拉格,2016年3月16日'),(21764,1606,'right_tab_1_items_list_repeater_3_title','2016年不良资产投资论坛 - DDC Financial Group'),(21765,1606,'right_tab_1_items_list_repeater_3_description','伦敦,2016年3月9 - 10日'),(21766,1606,'right_tab_4_wysiwyg_editor','<h3>2014年会议</h3>'),(21767,1606,'right_tab_4_spacer','1'),(21768,1606,'right_tab_5_items_list_repeater_0_title','私营资产管理公司和价值回收(NPL International)'),(21769,1606,'right_tab_5_items_list_repeater_0_description','巴黎,2014年4月'),(21770,1606,'right_tab_5_items_list_repeater_1_title','在重组之后;重建强大的金融平台实现在中欧的恢复与好转'),(21771,1606,'right_tab_5_items_list_repeater_1_description','布加勒斯特,2014年6月'),(21772,1606,'right_tab_5_items_list_repeater_2_title','跨境银行业务转变和解决方案(欧洲重组&破产)'),(21773,1606,'right_tab_5_items_list_repeater_2_description','维也纳,2014年12月'),(21774,1606,'right_tab_5_items_list_repeater_3_title','NPL趋势与银行重组(NPL欧洲'),(21775,1606,'right_tab_5_items_list_repeater_3_description','伦敦,2014年10月'),(21776,1606,'right_tab_5_items_list_repeater','4'),(21777,1606,'right_tab_5_spacer','1'),(21778,1606,'right_tab_6_contact_icon','icon-mail'),(21779,1606,'right_tab_6_contact_title','先前的会议可依要求提供'),(21780,1606,'right_tab_6_contact_values_0_contact_value_left','电子邮件:'),(21781,1606,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(21782,1606,'right_tab_6_contact_values_0_link_type','mailto:'),(21783,1606,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(21784,1606,'right_tab_6_contact_values','1'),(21785,1606,'third_tab_0_wysiwyg_editor','<h3>2016年活动预告</h3>'),(21786,1606,'third_tab_0_spacer','1'),(21787,1606,'third_tab_1_items_list_repeater','3'),(21788,1606,'third_tab_1_spacer','1'),(21789,1606,'third_tab_1_items_list_repeater_0_title','不良投资。重组专业人员“工具包”的变化。新发展和未来趋势 [Fecker博士是小组成员]'),(21790,1606,'third_tab_1_items_list_repeater_0_description','伦敦,2016年9月29日'),(21791,1606,'third_tab_1_items_list_repeater_1_title','DEBTWIRE欧洲重组论坛2016 [Fecker博士是小组主持人'),(21792,1606,'third_tab_1_items_list_repeater_1_description','伦敦,2016年10月12日'),(21793,1606,'third_tab_1_items_list_repeater_2_title','论坛和1对1会谈。 主题:资本对接 [Fecker博士是发言人]'),(21794,1606,'third_tab_1_items_list_repeater_2_description','伦敦,2016年10月20 - 21日'),(21795,1606,'third_tab_2_contact_icon','icon-mail'),(21796,1606,'third_tab_2_contact_title','先前的会议可依要求提供'),(21797,1606,'third_tab_2_contact_values_0_contact_value_left','电子邮件:'),(21798,1606,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(21799,1606,'third_tab_2_contact_values_0_link_type','mailto:'),(21800,1606,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(21801,1606,'third_tab_2_contact_values','1'),(21802,1606,'_wp_page_template','fluid.php'),(21803,1606,'_edit_last','1'),(21804,1606,'_left_tab_name','field_56b3976017dce'),(21805,1606,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(21806,1606,'_left_tab_0_spacer','field_56b371c577c8c'),(21807,1606,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(21808,1606,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(21809,1606,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(21810,1606,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(21811,1606,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(21812,1606,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(21813,1606,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(21814,1606,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(21815,1606,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(21816,1606,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(21817,1606,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(21818,1606,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(21819,1606,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(21820,1606,'_left_tab_1_spacer','field_56b3f001dbf09'),(21821,1606,'_left_tab','field_56b36c6deeda0'),(21822,1606,'_add_second_tab','field_56b36ca9eeda2'),(21823,1606,'_right_tab_name','field_56b3978117dcf'),(21824,1606,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(21825,1606,'_right_tab_0_spacer','field_56b3fab14554f'),(21826,1606,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(21827,1606,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(21828,1606,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(21829,1606,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(21830,1606,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(21831,1606,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(21832,1606,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(21833,1606,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(21834,1606,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(21835,1606,'_right_tab_1_spacer','field_56b3fab145570'),(21836,1606,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(21837,1606,'_right_tab_2_spacer','field_56b3fab14554f'),(21838,1606,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(21839,1606,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(21840,1606,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(21841,1606,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(21842,1606,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(21843,1606,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(21844,1606,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(21845,1606,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(21846,1606,'_right_tab_3_items_list_repeater_4_title','field_56b3fab14556e'),(21847,1606,'_right_tab_3_items_list_repeater_4_description','field_56b3fab14556f'),(21848,1606,'_right_tab_3_items_list_repeater_5_title','field_56b3fab14556e'),(21849,1606,'_right_tab_3_items_list_repeater_5_description','field_56b3fab14556f'),(21850,1606,'_right_tab_3_items_list_repeater_6_title','field_56b3fab14556e'),(21851,1606,'_right_tab_3_items_list_repeater_6_description','field_56b3fab14556f'),(21852,1606,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(21853,1606,'_right_tab_3_spacer','field_56b3fab145570'),(21854,1606,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(21855,1606,'_right_tab_4_spacer','field_56b3fab14554f'),(21856,1606,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(21857,1606,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(21858,1606,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(21859,1606,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(21860,1606,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(21861,1606,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(21862,1606,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(21863,1606,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(21864,1606,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(21865,1606,'_right_tab_5_spacer','field_56b3fab145570'),(21866,1606,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(21867,1606,'_right_tab_6_contact_title','field_56b4001eb0921'),(21868,1606,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(21869,1606,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(21870,1606,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(21871,1606,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(21872,1606,'_right_tab_6_contact_values','field_56b3fde2ce062'),(21873,1606,'_right_tab','field_56b3fab04554d'),(21874,1606,'_add_third_tab','field_57f54e889b77c'),(21875,1606,'_third_tab_name','field_57f54ea19b77d'),(21876,1606,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(21877,1606,'_third_tab_0_spacer','field_57f54ec49b780'),(21878,1606,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(21879,1606,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(21880,1606,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(21881,1606,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(21882,1606,'_third_tab_1_items_list_repeater_2_title','field_57f54ec49b79f'),(21883,1606,'_third_tab_1_items_list_repeater_2_description','field_57f54ec49b7a0'),(21884,1606,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(21885,1606,'_third_tab_1_spacer','field_57f54ec49b7a1'),(21886,1606,'_third_tab_2_contact_icon','field_58568c5a91b24'),(21887,1606,'_third_tab_2_contact_title','field_58568c7791b25'),(21888,1606,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(21889,1606,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(21890,1606,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(21891,1606,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(21892,1606,'_third_tab_2_contact_values','field_58568c1091b1d'),(21893,1606,'_third_tab','field_57f54ec39b77e'),(21894,1607,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(21895,1607,'_left_tab','field_56b36c6deeda0'),(21896,1607,'add_second_tab','1'),(21897,1607,'_add_second_tab','field_56b36ca9eeda2'),(21898,1607,'right_tab','a:7:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";i:4;s:20:\"wysiwyg_editor_block\";i:5;s:16:\"items_list_block\";i:6;s:13:\"contact_block\";}'),(21899,1607,'_right_tab','field_56b3fab04554d'),(21900,1607,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(21901,1607,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(21902,1607,'left_tab_0_spacer','0'),(21903,1607,'_left_tab_0_spacer','field_56b371c577c8c'),(21904,1607,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(21905,1607,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(21906,1607,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(21907,1607,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(21908,1607,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(21909,1607,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(21910,1607,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(21911,1607,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(21912,1607,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(21913,1607,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(21914,1607,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(21915,1607,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(21916,1607,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(21917,1607,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(21918,1607,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(21919,1607,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(21920,1607,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(21921,1607,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(21922,1607,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(21923,1607,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(21924,1607,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(21925,1607,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(21926,1607,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(21927,1607,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(21928,1607,'left_tab_1_cases_repeater','3'),(21929,1607,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(21930,1607,'left_tab_1_spacer','0'),(21931,1607,'_left_tab_1_spacer','field_56b3f001dbf09'),(21932,1607,'left_tab_name','Cases'),(21933,1607,'_left_tab_name','field_56b3976017dce'),(21934,1607,'right_tab_name','Conferences'),(21935,1607,'_right_tab_name','field_56b3978117dcf'),(21936,1607,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(21937,1607,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(21938,1607,'right_tab_0_spacer','1'),(21939,1607,'_right_tab_0_spacer','field_56b3fab14554f'),(21940,1607,'right_tab_1_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(21941,1607,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(21942,1607,'right_tab_1_items_list_repeater_0_description','London, 29 June 2016'),(21943,1607,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(21944,1607,'right_tab_1_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(21945,1607,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(21946,1607,'right_tab_1_items_list_repeater_1_description','London, 29 June 2016'),(21947,1607,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(21948,1607,'right_tab_1_items_list_repeater','4'),(21949,1607,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(21950,1607,'right_tab_1_spacer','0'),(21951,1607,'_right_tab_1_spacer','field_56b3fab145570'),(21952,1607,'add_third_tab','1'),(21953,1607,'_add_third_tab','field_57f54e889b77c'),(21954,1607,'third_tab_name','Upcoming Events'),(21955,1607,'_third_tab_name','field_57f54ea19b77d'),(21956,1607,'third_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(21957,1607,'_third_tab','field_57f54ec39b77e'),(21958,1607,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(21959,1607,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(21960,1607,'right_tab_2_spacer','1'),(21961,1607,'_right_tab_2_spacer','field_56b3fab14554f'),(21962,1607,'right_tab_3_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(21963,1607,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(21964,1607,'right_tab_3_items_list_repeater_0_description','Frankfurt, October, 2015'),(21965,1607,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(21966,1607,'right_tab_3_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(21967,1607,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(21968,1607,'right_tab_3_items_list_repeater_1_description','Milan, October, 2015'),(21969,1607,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(21970,1607,'right_tab_3_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(21971,1607,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(21972,1607,'right_tab_3_items_list_repeater_2_description','London, September, 2015'),(21973,1607,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(21974,1607,'right_tab_3_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(21975,1607,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(21976,1607,'right_tab_3_items_list_repeater_3_description','Stockholm June, 2015'),(21977,1607,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(21978,1607,'right_tab_3_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(21979,1607,'_right_tab_3_items_list_repeater_4_title','field_56b3fab14556e'),(21980,1607,'right_tab_3_items_list_repeater_4_description','Madrid, May, 2015'),(21981,1607,'_right_tab_3_items_list_repeater_4_description','field_56b3fab14556f'),(21982,1607,'right_tab_3_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(21983,1607,'_right_tab_3_items_list_repeater_5_title','field_56b3fab14556e'),(21984,1607,'right_tab_3_items_list_repeater_5_description','Bucharest, April, 2015'),(21985,1607,'_right_tab_3_items_list_repeater_5_description','field_56b3fab14556f'),(21986,1607,'right_tab_3_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(21987,1607,'_right_tab_3_items_list_repeater_6_title','field_56b3fab14556e'),(21988,1607,'right_tab_3_items_list_repeater_6_description','London, January, 2015'),(21989,1607,'_right_tab_3_items_list_repeater_6_description','field_56b3fab14556f'),(21990,1607,'right_tab_3_items_list_repeater','7'),(21991,1607,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(21992,1607,'right_tab_3_spacer','0'),(21993,1607,'_right_tab_3_spacer','field_56b3fab145570'),(21994,1607,'right_tab_1_items_list_repeater_2_title','Private Equity Buying into CEE'),(21995,1607,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(21996,1607,'right_tab_1_items_list_repeater_2_description','Prague, 16 March 2016'),(21997,1607,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(21998,1607,'right_tab_1_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(21999,1607,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(22000,1607,'right_tab_1_items_list_repeater_3_description','London, 9-10 March 2016'),(22001,1607,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(22002,1607,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(22003,1607,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(22004,1607,'right_tab_4_spacer','1'),(22005,1607,'_right_tab_4_spacer','field_56b3fab14554f'),(22006,1607,'right_tab_5_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(22007,1607,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(22008,1607,'right_tab_5_items_list_repeater_0_description','Paris, April 2014'),(22009,1607,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(22010,1607,'right_tab_5_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(22011,1607,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(22012,1607,'right_tab_5_items_list_repeater_1_description','Bucharest, Jun 2014'),(22013,1607,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(22014,1607,'right_tab_5_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(22015,1607,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(22016,1607,'right_tab_5_items_list_repeater_2_description','Vienna, December 2014'),(22017,1607,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(22018,1607,'right_tab_5_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(22019,1607,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(22020,1607,'right_tab_5_items_list_repeater_3_description','London, October 2014'),(22021,1607,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(22022,1607,'right_tab_5_items_list_repeater','4'),(22023,1607,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(22024,1607,'right_tab_5_spacer','1'),(22025,1607,'_right_tab_5_spacer','field_56b3fab145570'),(22026,1607,'right_tab_6_contact_icon','icon-mail'),(22027,1607,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(22028,1607,'right_tab_6_contact_title','Previous conferences available upon request.'),(22029,1607,'_right_tab_6_contact_title','field_56b4001eb0921'),(22030,1607,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(22031,1607,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(22032,1607,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(22033,1607,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(22034,1607,'right_tab_6_contact_values_0_link_type','mailto:'),(22035,1607,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(22036,1607,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(22037,1607,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(22038,1607,'right_tab_6_contact_values','1'),(22039,1607,'_right_tab_6_contact_values','field_56b3fde2ce062'),(22040,1607,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2016</h3>'),(22041,1607,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(22042,1607,'third_tab_0_spacer','1'),(22043,1607,'_third_tab_0_spacer','field_57f54ec49b780'),(22044,1607,'third_tab_1_items_list_repeater','3'),(22045,1607,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(22046,1607,'third_tab_1_spacer','1'),(22047,1607,'_third_tab_1_spacer','field_57f54ec49b7a1'),(22048,1607,'third_tab_1_items_list_repeater_0_title','Distressed Investing. Changes to the restructuring professionals \"toolkit\". New developments and future trends [Dr Fecker is Panelist]'),(22049,1607,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(22050,1607,'third_tab_1_items_list_repeater_0_description','London, 29 September 2016'),(22051,1607,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(22052,1607,'third_tab_1_items_list_repeater_1_title','DEBTWIREEuropean Restructuring Forum 2016 [Dr Fecker is Moderator for The Panel]'),(22053,1607,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(22054,1607,'third_tab_1_items_list_repeater_1_description','London, 12 October 2016'),(22055,1607,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(22056,1607,'third_tab_1_items_list_repeater_2_title','Forum and 1 on 1 Meetings. Topic: Capital Connections [Dr Fecker is Speaker]'),(22057,1607,'_third_tab_1_items_list_repeater_2_title','field_57f54ec49b79f'),(22058,1607,'third_tab_1_items_list_repeater_2_description','London, 20 - 21st October 2016'),(22059,1607,'_third_tab_1_items_list_repeater_2_description','field_57f54ec49b7a0'),(22060,1607,'third_tab_2_contact_icon','icon-mail'),(22061,1607,'_third_tab_2_contact_icon','field_58568c5a91b24'),(22062,1607,'third_tab_2_contact_title','Previous conferences available upon request.'),(22063,1607,'_third_tab_2_contact_title','field_58568c7791b25'),(22064,1607,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(22065,1607,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(22066,1607,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(22067,1607,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(22068,1607,'third_tab_2_contact_values_0_link_type','mailto:'),(22069,1607,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(22070,1607,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(22071,1607,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(22072,1607,'third_tab_2_contact_values','1'),(22073,1607,'_third_tab_2_contact_values','field_58568c1091b1d'),(22074,1606,'_edit_lock','1482183446:1'),(22075,1608,'contacts_repeater_0_contact_title','General enquiries'),(22076,1608,'contacts_repeater_1_contact_title','Finance / Sales'),(22077,1608,'contacts_repeater','3'),(22078,1608,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(22079,1608,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(22080,1608,'contacts_repeater_0_contact_values','1'),(22081,1608,'contacts_repeater_0_contact_icon','icon-cloud'),(22082,1608,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(22083,1608,'contacts_repeater_1_contact_values_0_contact_value_right',''),(22084,1608,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(22085,1608,'contacts_repeater_1_contact_values_1_contact_value_right',''),(22086,1608,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(22087,1608,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(22088,1608,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(22089,1608,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(22090,1608,'contacts_repeater_1_contact_values','4'),(22091,1608,'contacts_repeater_1_contact_icon','icon-paper'),(22092,1608,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(22093,1608,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(22094,1608,'contacts_repeater_1_contact_values_1_link_type',''),(22095,1608,'contacts_repeater_1_contact_values_2_link_type','tel:'),(22096,1608,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(22097,1608,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(22098,1608,'contacts_repeater_1_contact_values_0_link',''),(22099,1608,'contacts_repeater_1_contact_values_1_link',''),(22100,1608,'contacts_repeater_1_contact_values_2_link','+447899747275'),(22101,1608,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(22102,1608,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(22103,1608,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(22104,1608,'contacts_repeater_2_contact_values_0_contact_value_right',''),(22105,1608,'contacts_repeater_2_contact_values_0_link',''),(22106,1608,'contacts_repeater_2_contact_values_0_link_type',''),(22107,1608,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(22108,1608,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(22109,1608,'contacts_repeater_2_contact_values_1_link',''),(22110,1608,'contacts_repeater_2_contact_values_1_link_type','tel:'),(22111,1608,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(22112,1608,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(22113,1608,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(22114,1608,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(22115,1608,'contacts_repeater_2_contact_values','3'),(22116,1608,'contacts_repeater_2_contact_icon','icon-pie'),(22117,1608,'left_tab','a:5:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";}'),(22118,1608,'add_second_tab','0'),(22119,1608,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(22120,1608,'left_tab_0_departmant_repeater_0_contact_icon','icon-cloud'),(22121,1608,'left_tab_0_departmant_repeater_0_departmant','General enquiries'),(22122,1608,'left_tab_0_departmant_repeater_0_contact_values','0'),(22123,1608,'left_tab_0_departmant_repeater','1'),(22124,1608,'left_tab_0_contact_icon','icon-pie'),(22125,1608,'left_tab_0_departmant','伦敦'),(22126,1608,'left_tab_0_contact_values','3'),(22127,1608,'left_tab_0_spacer','1'),(22128,1608,'left_tab_0_contact_values_0_contact_value_left','地址:'),(22129,1608,'left_tab_0_contact_values_0_contact_value_right','1st Floor, 7/8 St Martin\'s Place, London, WC2N 4HA, UK'),(22130,1608,'left_tab_0_contact_values_0_link',''),(22131,1608,'left_tab_0_contact_values_0_link_type',''),(22132,1608,'left_tab_0_contact_values_1_contact_value_left','电话:'),(22133,1608,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(22134,1608,'left_tab_0_contact_values_1_link','+4402032865453'),(22135,1608,'left_tab_0_contact_values_1_link_type','tel:'),(22136,1608,'left_tab_0_contact_values_2_contact_value_left','电子邮件:'),(22137,1608,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(22138,1608,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(22139,1608,'left_tab_0_contact_values_2_link_type','mailto:'),(22140,1608,'left_tab_1_contact_icon','icon-paper'),(22141,1608,'left_tab_1_departmant','瑞士'),(22142,1608,'left_tab_1_contact_values_0_contact_value_left','地址:'),(22143,1608,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(22144,1608,'left_tab_1_contact_values_0_link',''),(22145,1608,'left_tab_1_contact_values_0_link_type',''),(22146,1608,'left_tab_1_contact_values_1_contact_value_left','电话:'),(22147,1608,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(22148,1608,'left_tab_1_contact_values_1_link','+410445853297'),(22149,1608,'left_tab_1_contact_values_1_link_type','tel:'),(22150,1608,'left_tab_1_contact_values_2_contact_value_left','电子邮件:'),(22151,1608,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(22152,1608,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(22153,1608,'left_tab_1_contact_values_2_link_type','mailto:'),(22154,1608,'left_tab_1_contact_values','3'),(22155,1608,'left_tab_1_spacer','1'),(22156,1608,'left_tab_2_contact_icon','icon-bullseye-small'),(22157,1608,'left_tab_2_departmant','塞浦路斯'),(22158,1608,'left_tab_2_contact_values_0_contact_value_left','地址:'),(22159,1608,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(22160,1608,'left_tab_2_contact_values_0_link',''),(22161,1608,'left_tab_2_contact_values_0_link_type',''),(22162,1608,'left_tab_2_contact_values_1_contact_value_left','电话:'),(22163,1608,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(22164,1608,'left_tab_2_contact_values_1_link','+4402032865453'),(22165,1608,'left_tab_2_contact_values_1_link_type','tel:'),(22166,1608,'left_tab_2_contact_values_2_contact_value_left','电子邮件:'),(22167,1608,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(22168,1608,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(22169,1608,'left_tab_2_contact_values_2_link_type','mailto:'),(22170,1608,'left_tab_2_contact_values','3'),(22171,1608,'left_tab_2_spacer','1'),(22172,1608,'left_tab_3_contact_icon','icon-cloud'),(22173,1608,'left_tab_3_departmant','塞尔维亚'),(22174,1608,'left_tab_3_contact_values_0_contact_value_left','电话:'),(22175,1608,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(22176,1608,'left_tab_3_contact_values_0_link','+4402032865453'),(22177,1608,'left_tab_3_contact_values_0_link_type','tel:'),(22178,1608,'left_tab_3_contact_values_1_contact_value_left','电子邮件:'),(22179,1608,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(22180,1608,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(22181,1608,'left_tab_3_contact_values_1_link_type','mailto:'),(22182,1608,'left_tab_3_contact_values','2'),(22183,1608,'left_tab_3_spacer','1'),(22184,1608,'left_tab_4_contact_icon','icon-mail'),(22185,1608,'left_tab_4_departmant','一般查询'),(22186,1608,'left_tab_4_contact_values_0_contact_value_left','电子邮件:'),(22187,1608,'left_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(22188,1608,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(22189,1608,'left_tab_4_contact_values_0_link_type','mailto:'),(22190,1608,'left_tab_4_contact_values','1'),(22191,1608,'left_tab_4_spacer','1'),(22192,1608,'left_tab_name',''),(22193,1608,'right_tab_name','vsdvs'),(22194,1608,'right_tab_0_title',''),(22195,1608,'right_tab_0_circle1','icon-mail'),(22196,1608,'right_tab_0_circle2','icon-mail'),(22197,1608,'right_tab_0_circle3','icon-mail'),(22198,1608,'right_tab_0_circle1_label',''),(22199,1608,'right_tab_0_circle2_label',''),(22200,1608,'right_tab_0_circle3_label',''),(22201,1608,'right_tab_0_paragraph1',''),(22202,1608,'right_tab_0_paragraph2',''),(22203,1608,'right_tab_0_paragraph3',''),(22204,1608,'right_tab_0_spacer','1'),(22205,1608,'right_tab_1_items_list_repeater_0_title',''),(22206,1608,'right_tab_1_items_list_repeater_0_description',''),(22207,1608,'right_tab_1_items_list_repeater_1_title',''),(22208,1608,'right_tab_1_items_list_repeater_1_description',''),(22209,1608,'right_tab_1_items_list_repeater','2'),(22210,1608,'right_tab_1_spacer','1'),(22211,1608,'right_tab_2_image',''),(22212,1608,'right_tab_2_content',''),(22213,1608,'right_tab_2_button_label',''),(22214,1608,'right_tab_2_button_link',''),(22215,1608,'right_tab_2_spacer','1'),(22216,1608,'_wp_page_template','fluid.php'),(22217,1608,'_edit_last','1'),(22218,1608,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(22219,1608,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(22220,1608,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(22221,1608,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(22222,1608,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(22223,1608,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(22224,1608,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(22225,1608,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(22226,1608,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(22227,1608,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(22228,1608,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(22229,1608,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(22230,1608,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(22231,1608,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(22232,1608,'_left_tab_0_contact_values','field_56b3f47e69426'),(22233,1608,'_left_tab_0_spacer','field_56b3f305fafdb'),(22234,1608,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(22235,1608,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(22236,1608,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(22237,1608,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(22238,1608,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(22239,1608,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(22240,1608,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(22241,1608,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(22242,1608,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(22243,1608,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(22244,1608,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(22245,1608,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(22246,1608,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(22247,1608,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(22248,1608,'_left_tab_1_contact_values','field_56b3f47e69426'),(22249,1608,'_left_tab_1_spacer','field_56b3f305fafdb'),(22250,1608,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(22251,1608,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(22252,1608,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(22253,1608,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(22254,1608,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(22255,1608,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(22256,1608,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(22257,1608,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(22258,1608,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(22259,1608,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(22260,1608,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(22261,1608,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(22262,1608,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(22263,1608,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(22264,1608,'_left_tab_2_contact_values','field_56b3f47e69426'),(22265,1608,'_left_tab_2_spacer','field_56b3f305fafdb'),(22266,1608,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(22267,1608,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(22268,1608,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(22269,1608,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(22270,1608,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(22271,1608,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(22272,1608,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(22273,1608,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(22274,1608,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(22275,1608,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(22276,1608,'_left_tab_3_contact_values','field_56b3f47e69426'),(22277,1608,'_left_tab_3_spacer','field_56b3f305fafdb'),(22278,1608,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(22279,1608,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(22280,1608,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(22281,1608,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(22282,1608,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(22283,1608,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(22284,1608,'_left_tab_4_contact_values','field_56b3f47e69426'),(22285,1608,'_left_tab_4_spacer','field_56b3f305fafdb'),(22286,1608,'_left_tab','field_56b36c6deeda0'),(22287,1608,'_add_second_tab','field_56b36ca9eeda2'),(22288,1608,'_right_tab_0_title','field_56b3fab145550'),(22289,1608,'_right_tab_0_circle1','field_56b3fab145551'),(22290,1608,'_right_tab_0_circle2','field_56b3fab145552'),(22291,1608,'_right_tab_0_circle3','field_56b3fab145553'),(22292,1608,'_right_tab_0_circle1_label','field_56b3fab145554'),(22293,1608,'_right_tab_0_circle2_label','field_56b3fab145555'),(22294,1608,'_right_tab_0_circle3_label','field_56b3fab145556'),(22295,1608,'_right_tab_0_paragraph1','field_56b3fab145557'),(22296,1608,'_right_tab_0_paragraph2','field_56b3fab145558'),(22297,1608,'_right_tab_0_paragraph3','field_56b3fab145559'),(22298,1608,'_right_tab_0_spacer','field_56b3fab14555a'),(22299,1608,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(22300,1608,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(22301,1608,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(22302,1608,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(22303,1608,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(22304,1608,'_right_tab_1_spacer','field_56b3fab145570'),(22305,1608,'_right_tab_2_image','field_56b3fab145571'),(22306,1608,'_right_tab_2_content','field_56b3fab145572'),(22307,1608,'_right_tab_2_button_label','field_56b3fab145573'),(22308,1608,'_right_tab_2_button_link','field_56b3fab145574'),(22309,1608,'_right_tab_2_spacer','field_56b3fab145575'),(22310,1608,'_right_tab','field_56b3fab04554d'),(22311,1608,'add_third_tab','0'),(22312,1608,'_add_third_tab','field_57f54e889b77c'),(22313,1608,'third_tab',''),(22314,1608,'_third_tab','field_57f54ec39b77e'),(22315,1609,'left_tab','a:5:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";}'),(22316,1609,'_left_tab','field_56b36c6deeda0'),(22317,1609,'add_second_tab','0'),(22318,1609,'_add_second_tab','field_56b36ca9eeda2'),(22319,1609,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(22320,1609,'_right_tab','field_56b3fab04554d'),(22321,1609,'left_tab_0_contact_icon','icon-pie'),(22322,1609,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(22323,1609,'left_tab_0_departmant','London'),(22324,1609,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(22325,1609,'left_tab_0_contact_values','3'),(22326,1609,'_left_tab_0_contact_values','field_56b3f47e69426'),(22327,1609,'left_tab_0_spacer','1'),(22328,1609,'_left_tab_0_spacer','field_56b3f305fafdb'),(22329,1609,'left_tab_0_contact_values_0_contact_value_left','Address:'),(22330,1609,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(22331,1609,'left_tab_0_contact_values_0_contact_value_right','1st Floor, 7/8 St Martin\'s Place, London, WC2N 4HA, UK'),(22332,1609,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(22333,1609,'left_tab_0_contact_values_0_link',''),(22334,1609,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(22335,1609,'left_tab_0_contact_values_0_link_type',''),(22336,1609,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(22337,1609,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(22338,1609,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(22339,1609,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(22340,1609,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(22341,1609,'left_tab_0_contact_values_1_link','+4402032865453'),(22342,1609,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(22343,1609,'left_tab_0_contact_values_1_link_type','tel:'),(22344,1609,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(22345,1609,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(22346,1609,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(22347,1609,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(22348,1609,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(22349,1609,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(22350,1609,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(22351,1609,'left_tab_0_contact_values_2_link_type','mailto:'),(22352,1609,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(22353,1609,'left_tab_1_contact_icon','icon-paper'),(22354,1609,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(22355,1609,'left_tab_1_departmant','Switzerland'),(22356,1609,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(22357,1609,'left_tab_1_contact_values_0_contact_value_left','Address:'),(22358,1609,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(22359,1609,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(22360,1609,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(22361,1609,'left_tab_1_contact_values_0_link',''),(22362,1609,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(22363,1609,'left_tab_1_contact_values_0_link_type',''),(22364,1609,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(22365,1609,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(22366,1609,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(22367,1609,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(22368,1609,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(22369,1609,'left_tab_1_contact_values_1_link','+410445853297'),(22370,1609,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(22371,1609,'left_tab_1_contact_values_1_link_type','tel:'),(22372,1609,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(22373,1609,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(22374,1609,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(22375,1609,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(22376,1609,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(22377,1609,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(22378,1609,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(22379,1609,'left_tab_1_contact_values_2_link_type','mailto:'),(22380,1609,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(22381,1609,'left_tab_1_contact_values','3'),(22382,1609,'_left_tab_1_contact_values','field_56b3f47e69426'),(22383,1609,'left_tab_1_spacer','1'),(22384,1609,'_left_tab_1_spacer','field_56b3f305fafdb'),(22385,1609,'left_tab_2_contact_icon','icon-bullseye-small'),(22386,1609,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(22387,1609,'left_tab_2_departmant','Cyprus'),(22388,1609,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(22389,1609,'left_tab_2_contact_values_0_contact_value_left','Address:'),(22390,1609,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(22391,1609,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(22392,1609,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(22393,1609,'left_tab_2_contact_values_0_link',''),(22394,1609,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(22395,1609,'left_tab_2_contact_values_0_link_type',''),(22396,1609,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(22397,1609,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(22398,1609,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(22399,1609,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(22400,1609,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(22401,1609,'left_tab_2_contact_values_1_link','+4402032865453'),(22402,1609,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(22403,1609,'left_tab_2_contact_values_1_link_type','tel:'),(22404,1609,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(22405,1609,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(22406,1609,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(22407,1609,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(22408,1609,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(22409,1609,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(22410,1609,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(22411,1609,'left_tab_2_contact_values_2_link_type','mailto:'),(22412,1609,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(22413,1609,'left_tab_2_contact_values','3'),(22414,1609,'_left_tab_2_contact_values','field_56b3f47e69426'),(22415,1609,'left_tab_2_spacer','1'),(22416,1609,'_left_tab_2_spacer','field_56b3f305fafdb'),(22417,1609,'left_tab_3_contact_icon','icon-cloud'),(22418,1609,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(22419,1609,'left_tab_3_departmant','Serbia'),(22420,1609,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(22421,1609,'left_tab_3_contact_values_0_contact_value_left','Tel:'),(22422,1609,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(22423,1609,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(22424,1609,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(22425,1609,'left_tab_3_contact_values_0_link','+4402032865453'),(22426,1609,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(22427,1609,'left_tab_3_contact_values_0_link_type','tel:'),(22428,1609,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(22429,1609,'left_tab_3_contact_values_1_contact_value_left','E-mail:'),(22430,1609,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(22431,1609,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(22432,1609,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(22433,1609,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(22434,1609,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(22435,1609,'left_tab_3_contact_values_1_link_type','mailto:'),(22436,1609,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(22437,1609,'left_tab_3_contact_values','2'),(22438,1609,'_left_tab_3_contact_values','field_56b3f47e69426'),(22439,1609,'left_tab_3_spacer','1'),(22440,1609,'_left_tab_3_spacer','field_56b3f305fafdb'),(22441,1609,'left_tab_4_contact_icon','icon-mail'),(22442,1609,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(22443,1609,'left_tab_4_departmant','General enquiries'),(22444,1609,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(22445,1609,'left_tab_4_contact_values_0_contact_value_left','E-mail:'),(22446,1609,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(22447,1609,'left_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(22448,1609,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(22449,1609,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(22450,1609,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(22451,1609,'left_tab_4_contact_values_0_link_type','mailto:'),(22452,1609,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(22453,1609,'left_tab_4_contact_values','1'),(22454,1609,'_left_tab_4_contact_values','field_56b3f47e69426'),(22455,1609,'left_tab_4_spacer','1'),(22456,1609,'_left_tab_4_spacer','field_56b3f305fafdb'),(22457,1609,'right_tab_0_title',''),(22458,1609,'_right_tab_0_title','field_56b3fab145550'),(22459,1609,'right_tab_0_circle1','icon-mail'),(22460,1609,'_right_tab_0_circle1','field_56b3fab145551'),(22461,1609,'right_tab_0_circle2','icon-mail'),(22462,1609,'_right_tab_0_circle2','field_56b3fab145552'),(22463,1609,'right_tab_0_circle3','icon-mail'),(22464,1609,'_right_tab_0_circle3','field_56b3fab145553'),(22465,1609,'right_tab_0_circle1_label',''),(22466,1609,'_right_tab_0_circle1_label','field_56b3fab145554'),(22467,1609,'right_tab_0_circle2_label',''),(22468,1609,'_right_tab_0_circle2_label','field_56b3fab145555'),(22469,1609,'right_tab_0_circle3_label',''),(22470,1609,'_right_tab_0_circle3_label','field_56b3fab145556'),(22471,1609,'right_tab_0_paragraph1',''),(22472,1609,'_right_tab_0_paragraph1','field_56b3fab145557'),(22473,1609,'right_tab_0_paragraph2',''),(22474,1609,'_right_tab_0_paragraph2','field_56b3fab145558'),(22475,1609,'right_tab_0_paragraph3',''),(22476,1609,'_right_tab_0_paragraph3','field_56b3fab145559'),(22477,1609,'right_tab_0_spacer','1'),(22478,1609,'_right_tab_0_spacer','field_56b3fab14555a'),(22479,1609,'right_tab_1_items_list_repeater_0_title',''),(22480,1609,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(22481,1609,'right_tab_1_items_list_repeater_0_description',''),(22482,1609,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(22483,1609,'right_tab_1_items_list_repeater_1_title',''),(22484,1609,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(22485,1609,'right_tab_1_items_list_repeater_1_description',''),(22486,1609,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(22487,1609,'right_tab_1_items_list_repeater','2'),(22488,1609,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(22489,1609,'right_tab_1_spacer','1'),(22490,1609,'_right_tab_1_spacer','field_56b3fab145570'),(22491,1609,'right_tab_2_image',''),(22492,1609,'_right_tab_2_image','field_56b3fab145571'),(22493,1609,'right_tab_2_content',''),(22494,1609,'_right_tab_2_content','field_56b3fab145572'),(22495,1609,'right_tab_2_button_label',''),(22496,1609,'_right_tab_2_button_label','field_56b3fab145573'),(22497,1609,'right_tab_2_button_link',''),(22498,1609,'_right_tab_2_button_link','field_56b3fab145574'),(22499,1609,'right_tab_2_spacer','1'),(22500,1609,'_right_tab_2_spacer','field_56b3fab145575'),(22501,1609,'add_third_tab','0'),(22502,1609,'_add_third_tab','field_57f54e889b77c'),(22503,1609,'third_tab',''),(22504,1609,'_third_tab','field_57f54ec39b77e'),(22505,1608,'_edit_lock','1482184135:1'),(22506,1610,'builder','a:0:{}'),(22507,1610,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(22508,1610,'add_second_tab','1'),(22509,1610,'right_tab','a:2:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";}'),(22510,1610,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain拥有超过20位业界最佳的重组和转变领域的专家。</h3>\r\n我们所有的高级管理人员在各种公司中担任着董事会和管理层职位,并且创造了数十亿美元的业务记录。我们认为与我们的客户合作非常重要,寻找并实现客户业务的最佳价值。我们的客户关系基础是相互信任和合作 –审慎处理,并且随时将客户的最大利益视为重点。\r\n\r\n我们的专家遍布各种行业,且专注于三大核心部门:\r\n\r\n</header>'),(22511,1610,'left_tab_0_spacer','1'),(22512,1610,'left_tab_1_circle1','icon-grid'),(22513,1610,'left_tab_1_circle2','icon-turnaround'),(22514,1610,'left_tab_1_circle3','icon-masonery'),(22515,1610,'left_tab_1_circle1_label','重组'),(22516,1610,'left_tab_1_circle2_label','转变'),(22517,1610,'left_tab_1_circle3_label','创新'),(22518,1610,'left_tab_1_spacer','1'),(22519,1610,'left_tab_2_wysiwyg_editor','最近,我们团队受欧洲委员会任命负责监督欧盟成员国最大银行的重组工作。\r\n\r\n我们在发现有机会收购复杂的团队时介入,为他们整体或独立的部分带来创新,并带领他们迈向下一个成长周期。\r\n\r\n在Innovation Brain,我们专注于研究重组业务。我们尝试帮助一个企业在其生命周期的十字路口创造价值,未来取决于大胆的决定和创新的解决方案。\r\n\r\n除了丰富的专业知识,我们还会透过转型让您能够从关键的非绩效与非核心资产获得价值。企业组织要求我们在以下时机介入:\r\n<ul>\r\n <li>需要强大的管理人员、投资能力和建议</li>\r\n <li>寻求重组和转变的股权合作伙伴</li>\r\n <li>其他解决方案均告失败,需要创新与全新的想法</li>\r\n</ul>\r\n '),(22520,1610,'left_tab_2_spacer','1'),(22521,1610,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(22522,1610,'left_tab_3_title','通过创新和转变 <br>创造股东价值'),(22523,1610,'left_tab_3_button_label','下载PDF (312 kb)'),(22524,1610,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround-SC.pdf'),(22525,1610,'left_tab_name','公司'),(22526,1610,'right_tab_name','人员'),(22527,1610,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(22528,1610,'right_tab_0_content','Lukas Fecker博士\r\n\r\n<strong><span style=\"color: #00ccff;\">Innovation Brain</span></strong>\r\n\r\n<strong><span style=\"color: #00ccff;\">的创始人兼CEO</span></strong>\r\n\r\nLukas Fecker博士是创始人兼CEO。他是欧洲转变管理协会(TMA)的主席。Lukas专注于研究银行业务的转变。他专注于私营资产管理公司的投资、银行业务清算及不良投资。Lukas拥有20多年的经验,而且曾经是安永(EY)及毕马威(KPMG)的合作伙伴和 Alvarez&Marsal (奥迈企业顾问公司)的总监。他曾领导了EY的银行业务转变解决方案EMEIA。除了提供咨询,Lukas 也曾担任6 大转型业务的CRO、CEO 或董事的高阶管理职位。\r\n\r\nLukas的重要业绩包括上市公司的250亿瑞士法郎交易额方案、欧洲主要银行的重组和2项基金重组。过去的几年中,他与全球多家领先的金融机构保持合作。'),(22529,1610,'right_tab_0_button_label','下载v卡'),(22530,1610,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(22531,1610,'right_tab_0_spacer','1'),(22532,1610,'right_tab_1_contact_title','请随时联系我们:'),(22533,1610,'right_tab_1_contact_values_0_contact_value_left','瑞士,楚格'),(22534,1610,'right_tab_1_contact_values_0_contact_value_right',''),(22535,1610,'right_tab_1_contact_values_0_link',''),(22536,1610,'right_tab_1_contact_values_0_link_type',''),(22537,1610,'right_tab_1_contact_values_1_contact_value_left','Lukas Fecker博士'),(22538,1610,'right_tab_1_contact_values_1_contact_value_right',''),(22539,1610,'right_tab_1_contact_values_1_link',''),(22540,1610,'right_tab_1_contact_values_1_link_type',''),(22541,1610,'right_tab_1_contact_values_2_contact_value_left','电话:'),(22542,1610,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (瑞士)'),(22543,1610,'right_tab_1_contact_values_2_link','+41793107090'),(22544,1610,'right_tab_1_contact_values_2_link_type','tel:'),(22545,1610,'right_tab_1_contact_values_3_contact_value_left','电话:'),(22546,1610,'right_tab_1_contact_values_3_contact_value_right','(+44) 755 767 9504 (英国)'),(22547,1610,'right_tab_1_contact_values_3_link','+447557679504'),(22548,1610,'right_tab_1_contact_values_3_link_type',''),(22549,1610,'right_tab_1_contact_icon','icon-mail'),(22550,1610,'right_tab_1_contact_values','5'),(22551,1610,'_wp_page_template','fluid.php'),(22552,1610,'_edit_last','1'),(22553,1610,'_left_tab_name','field_56b3976017dce'),(22554,1610,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(22555,1610,'_left_tab_0_spacer','field_56b371c577c8c'),(22556,1610,'_left_tab_1_circle1','field_56b3dc86da039'),(22557,1610,'_left_tab_1_circle2','field_56b3dc86da03a'),(22558,1610,'_left_tab_1_circle3','field_56b3dc86da03b'),(22559,1610,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(22560,1610,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(22561,1610,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(22562,1610,'_left_tab_1_spacer','field_56b3dc86da042'),(22563,1610,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(22564,1610,'_left_tab_2_spacer','field_56b371c577c8c'),(22565,1610,'_left_tab_3_image','field_56b373f3b6e44'),(22566,1610,'_left_tab_3_title','field_56b373afb6e42'),(22567,1610,'_left_tab_3_button_label','field_56b373ceb6e43'),(22568,1610,'_left_tab_3_button_link','field_56b374ff0ad17'),(22569,1610,'_left_tab','field_56b36c6deeda0'),(22570,1610,'_add_second_tab','field_56b36ca9eeda2'),(22571,1610,'_right_tab_name','field_56b3978117dcf'),(22572,1610,'_right_tab_0_image','field_56b3fab145571'),(22573,1610,'_right_tab_0_content','field_56b3fab145572'),(22574,1610,'_right_tab_0_button_label','field_56b3fab145573'),(22575,1610,'_right_tab_0_button_link','field_56b3fab145574'),(22576,1610,'_right_tab_0_spacer','field_56b3fab145575'),(22577,1610,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(22578,1610,'_right_tab_1_contact_title','field_56b4001eb0921'),(22579,1610,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(22580,1610,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(22581,1610,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(22582,1610,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(22583,1610,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(22584,1610,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(22585,1610,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(22586,1610,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(22587,1610,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(22588,1610,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(22589,1610,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(22590,1610,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(22591,1610,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(22592,1610,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(22593,1610,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(22594,1610,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(22595,1610,'_right_tab_1_contact_values','field_56b3fde2ce062'),(22596,1610,'_right_tab','field_56b3fab04554d'),(22597,1610,'add_third_tab','0'),(22598,1610,'_add_third_tab','field_57f54e889b77c'),(22599,1610,'third_tab_name',''),(22600,1610,'_third_tab_name','field_57f54ea19b77d'),(22601,1610,'third_tab',''),(22602,1610,'_third_tab','field_57f54ec39b77e'),(22603,1611,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(22604,1611,'_left_tab','field_56b36c6deeda0'),(22605,1611,'add_second_tab','1'),(22606,1611,'_add_second_tab','field_56b36ca9eeda2'),(22607,1611,'right_tab','a:2:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";}'),(22608,1611,'_right_tab','field_56b3fab04554d'),(22609,1611,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(22610,1611,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(22611,1611,'left_tab_0_spacer','1'),(22612,1611,'_left_tab_0_spacer','field_56b371c577c8c'),(22613,1611,'left_tab_1_circle1','icon-grid'),(22614,1611,'_left_tab_1_circle1','field_56b3dc86da039'),(22615,1611,'left_tab_1_circle2','icon-turnaround'),(22616,1611,'_left_tab_1_circle2','field_56b3dc86da03a'),(22617,1611,'left_tab_1_circle3','icon-masonery'),(22618,1611,'_left_tab_1_circle3','field_56b3dc86da03b'),(22619,1611,'left_tab_1_circle1_label','Restructuring'),(22620,1611,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(22621,1611,'left_tab_1_circle2_label','Turnaround'),(22622,1611,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(22623,1611,'left_tab_1_circle3_label','Innovation'),(22624,1611,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(22625,1611,'left_tab_1_spacer','1'),(22626,1611,'_left_tab_1_spacer','field_56b3dc86da042'),(22627,1611,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(22628,1611,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(22629,1611,'left_tab_2_spacer','1'),(22630,1611,'_left_tab_2_spacer','field_56b371c577c8c'),(22631,1611,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(22632,1611,'_left_tab_3_image','field_56b373f3b6e44'),(22633,1611,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(22634,1611,'_left_tab_3_title','field_56b373afb6e42'),(22635,1611,'left_tab_3_button_label','Download PDF (312 kb)'),(22636,1611,'_left_tab_3_button_label','field_56b373ceb6e43'),(22637,1611,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(22638,1611,'_left_tab_3_button_link','field_56b374ff0ad17'),(22639,1611,'left_tab_name','Company'),(22640,1611,'_left_tab_name','field_56b3976017dce'),(22641,1611,'right_tab_name','People'),(22642,1611,'_right_tab_name','field_56b3978117dcf'),(22643,1611,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(22644,1611,'_right_tab_0_image','field_56b3fab145571'),(22645,1611,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(22646,1611,'_right_tab_0_content','field_56b3fab145572'),(22647,1611,'right_tab_0_button_label','Download VCard'),(22648,1611,'_right_tab_0_button_label','field_56b3fab145573'),(22649,1611,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(22650,1611,'_right_tab_0_button_link','field_56b3fab145574'),(22651,1611,'right_tab_0_spacer','1'),(22652,1611,'_right_tab_0_spacer','field_56b3fab145575'),(22653,1611,'right_tab_1_contact_title','Please feel free to contact us:'),(22654,1611,'_right_tab_1_contact_title','field_56b4001eb0921'),(22655,1611,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(22656,1611,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(22657,1611,'right_tab_1_contact_values_0_contact_value_right',''),(22658,1611,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(22659,1611,'right_tab_1_contact_values_0_link',''),(22660,1611,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(22661,1611,'right_tab_1_contact_values_0_link_type',''),(22662,1611,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(22663,1611,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(22664,1611,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(22665,1611,'right_tab_1_contact_values_1_contact_value_right',''),(22666,1611,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(22667,1611,'right_tab_1_contact_values_1_link',''),(22668,1611,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(22669,1611,'right_tab_1_contact_values_1_link_type',''),(22670,1611,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(22671,1611,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(22672,1611,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(22673,1611,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(22674,1611,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(22675,1611,'right_tab_1_contact_values_2_link','+41793107090'),(22676,1611,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(22677,1611,'right_tab_1_contact_values_2_link_type','tel:'),(22678,1611,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(22679,1611,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(22680,1611,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(22681,1611,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(22682,1611,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(22683,1611,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(22684,1611,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(22685,1611,'right_tab_1_contact_values_3_link_type','mailto:'),(22686,1611,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(22687,1611,'right_tab_1_contact_icon','icon-mail'),(22688,1611,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(22689,1611,'right_tab_1_contact_values','4'),(22690,1611,'_right_tab_1_contact_values','field_56b3fde2ce062'),(22691,1611,'add_third_tab','0'),(22692,1611,'_add_third_tab','field_57f54e889b77c'),(22693,1611,'third_tab_name',''),(22694,1611,'_third_tab_name','field_57f54ea19b77d'),(22695,1611,'third_tab',''),(22696,1611,'_third_tab','field_57f54ec39b77e'),(22697,1610,'_edit_lock','1482403346:1'),(22698,1612,'_menu_item_type','post_type'),(22699,1612,'_menu_item_menu_item_parent','0'),(22700,1612,'_menu_item_object_id','1600'),(22701,1612,'_menu_item_object','page'),(22702,1612,'_menu_item_target',''),(22703,1612,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(22704,1612,'_menu_item_xfn',''),(22705,1612,'_menu_item_url',''),(22707,1613,'_menu_item_type','custom'),(22708,1613,'_menu_item_menu_item_parent','0'),(22709,1613,'_menu_item_object_id','1613'),(22710,1613,'_menu_item_object','custom'),(22711,1613,'_menu_item_target',''),(22712,1613,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(22713,1613,'_menu_item_xfn',''),(22714,1613,'_menu_item_url','#'),(22716,1614,'_menu_item_type','custom'),(22717,1614,'_menu_item_menu_item_parent','0'),(22718,1614,'_menu_item_object_id','1614'),(22719,1614,'_menu_item_object','custom'),(22720,1614,'_menu_item_target',''),(22721,1614,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(22722,1614,'_menu_item_xfn',''),(22723,1614,'_menu_item_url','#'),(22725,1615,'_menu_item_type','post_type'),(22726,1615,'_menu_item_menu_item_parent','0'),(22727,1615,'_menu_item_object_id','1610'),(22728,1615,'_menu_item_object','page'),(22729,1615,'_menu_item_target',''),(22730,1615,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(22731,1615,'_menu_item_xfn',''),(22732,1615,'_menu_item_url',''),(22734,1616,'_menu_item_type','post_type'),(22735,1616,'_menu_item_menu_item_parent','0'),(22736,1616,'_menu_item_object_id','1608'),(22737,1616,'_menu_item_object','page'),(22738,1616,'_menu_item_target',''),(22739,1616,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(22740,1616,'_menu_item_xfn','icon-mail'),(22741,1616,'_menu_item_url',''),(22743,1617,'_menu_item_type','post_type'),(22744,1617,'_menu_item_menu_item_parent','0'),(22745,1617,'_menu_item_object_id','1606'),(22746,1617,'_menu_item_object','page'),(22747,1617,'_menu_item_target',''),(22748,1617,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(22749,1617,'_menu_item_xfn',''),(22750,1617,'_menu_item_url',''),(22752,1618,'_menu_item_type','post_type'),(22753,1618,'_menu_item_menu_item_parent','0'),(22754,1618,'_menu_item_object_id','1604'),(22755,1618,'_menu_item_object','page'),(22756,1618,'_menu_item_target',''),(22757,1618,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(22758,1618,'_menu_item_xfn',''),(22759,1618,'_menu_item_url',''),(22761,1619,'_menu_item_type','post_type'),(22762,1619,'_menu_item_menu_item_parent','0'),(22763,1619,'_menu_item_object_id','1602'),(22764,1619,'_menu_item_object','page'),(22765,1619,'_menu_item_target',''),(22766,1619,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(22767,1619,'_menu_item_xfn',''),(22768,1619,'_menu_item_url',''),(22770,1620,'_menu_item_type','custom'),(22771,1620,'_menu_item_menu_item_parent','0'),(22772,1620,'_menu_item_object_id','1620'),(22773,1620,'_menu_item_object','custom'),(22774,1620,'_menu_item_target',''),(22775,1620,'_menu_item_classes','a:2:{i:0;s:17:\"newsletter-button\";i:1;s:9:\"subscribe\";}'),(22776,1620,'_menu_item_xfn','icon-star'),(22777,1620,'_menu_item_url','#'),(22779,1621,'_menu_item_type','post_type'),(22780,1621,'_menu_item_menu_item_parent','0'),(22781,1621,'_menu_item_object_id','1604'),(22782,1621,'_menu_item_object','page'),(22783,1621,'_menu_item_target',''),(22784,1621,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(22785,1621,'_menu_item_xfn',''),(22786,1621,'_menu_item_url',''),(22788,1622,'_menu_item_type','post_type'),(22789,1622,'_menu_item_menu_item_parent','0'),(22790,1622,'_menu_item_object_id','1604'),(22791,1622,'_menu_item_object','page'),(22792,1622,'_menu_item_target',''),(22793,1622,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(22794,1622,'_menu_item_xfn',''),(22795,1622,'_menu_item_url',''),(22797,1623,'_menu_item_type','post_type'),(22798,1623,'_menu_item_menu_item_parent','0'),(22799,1623,'_menu_item_object_id','1604'),(22800,1623,'_menu_item_object','page'),(22801,1623,'_menu_item_target',''),(22802,1623,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(22803,1623,'_menu_item_xfn',''),(22804,1623,'_menu_item_url',''),(22806,1624,'_menu_item_type','post_type'),(22807,1624,'_menu_item_menu_item_parent','0'),(22808,1624,'_menu_item_object_id','1604'),(22809,1624,'_menu_item_object','page'),(22810,1624,'_menu_item_target',''),(22811,1624,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(22812,1624,'_menu_item_xfn',''),(22813,1624,'_menu_item_url',''),(22815,1625,'_menu_item_type','post_type'),(22816,1625,'_menu_item_menu_item_parent','0'),(22817,1625,'_menu_item_object_id','1604'),(22818,1625,'_menu_item_object','page'),(22819,1625,'_menu_item_target',''),(22820,1625,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(22821,1625,'_menu_item_xfn',''),(22822,1625,'_menu_item_url',''),(22824,1626,'_menu_item_type','post_type'),(22825,1626,'_menu_item_menu_item_parent','0'),(22826,1626,'_menu_item_object_id','1604'),(22827,1626,'_menu_item_object','page'),(22828,1626,'_menu_item_target',''),(22829,1626,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(22830,1626,'_menu_item_xfn',''),(22831,1626,'_menu_item_url',''),(22833,1627,'_menu_item_type','post_type'),(22834,1627,'_menu_item_menu_item_parent','0'),(22835,1627,'_menu_item_object_id','1604'),(22836,1627,'_menu_item_object','page'),(22837,1627,'_menu_item_target',''),(22838,1627,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(22839,1627,'_menu_item_xfn',''),(22840,1627,'_menu_item_url',''),(22842,1628,'_menu_item_type','post_type'),(22843,1628,'_menu_item_menu_item_parent','0'),(22844,1628,'_menu_item_object_id','1604'),(22845,1628,'_menu_item_object','page'),(22846,1628,'_menu_item_target',''),(22847,1628,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(22848,1628,'_menu_item_xfn',''),(22849,1628,'_menu_item_url',''),(22851,1629,'_menu_item_type','post_type'),(22852,1629,'_menu_item_menu_item_parent','0'),(22853,1629,'_menu_item_object_id','1604'),(22854,1629,'_menu_item_object','page'),(22855,1629,'_menu_item_target',''),(22856,1629,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(22857,1629,'_menu_item_xfn',''),(22858,1629,'_menu_item_url',''),(22860,1631,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(22861,1631,'_left_tab','field_56b36c6deeda0'),(22862,1631,'add_second_tab','1'),(22863,1631,'_add_second_tab','field_56b36ca9eeda2'),(22864,1631,'right_tab','a:2:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";}'),(22865,1631,'_right_tab','field_56b3fab04554d'),(22866,1631,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain拥有超过20位业界最佳的重组和转变领域的专家。</h3>\r\n \r\n\r\n我们所有的高级管理人员在各种公司中担任着董事会和管理层职位,并且创造了数十亿美元的业务记录。我们认为与我们的客户合作非常重要,寻找并实现客户业务的最佳价值。我们的客户关系基础是相互信任和合作 –审慎处理,并且随时将客户的最大利益视为重点。\r\n\r\n \r\n\r\n我们的专家遍布各种行业,且专注于三大核心部门:\r\n\r\n</header>'),(22867,1631,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(22868,1631,'left_tab_0_spacer','1'),(22869,1631,'_left_tab_0_spacer','field_56b371c577c8c'),(22870,1631,'left_tab_1_circle1','icon-grid'),(22871,1631,'_left_tab_1_circle1','field_56b3dc86da039'),(22872,1631,'left_tab_1_circle2','icon-turnaround'),(22873,1631,'_left_tab_1_circle2','field_56b3dc86da03a'),(22874,1631,'left_tab_1_circle3','icon-masonery'),(22875,1631,'_left_tab_1_circle3','field_56b3dc86da03b'),(22876,1631,'left_tab_1_circle1_label','重组'),(22877,1631,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(22878,1631,'left_tab_1_circle2_label','转变'),(22879,1631,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(22880,1631,'left_tab_1_circle3_label','创新'),(22881,1631,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(22882,1631,'left_tab_1_spacer','1'),(22883,1631,'_left_tab_1_spacer','field_56b3dc86da042'),(22884,1631,'left_tab_2_wysiwyg_editor','最近,我们团队受欧洲委员会任命负责监督欧盟成员国最大银行的重组工作。\r\n\r\n \r\n\r\n我们在发现有机会收购复杂的团队时介入,为他们整体或独立的部分带来创新,并带领他们迈向下一个成长周期。\r\n\r\n \r\n\r\n在Innovation Brain,我们专注于研究重组业务。我们尝试帮助一个企业在其生命周期的十字路口创造价值,未来取决于大胆的决定和创新的解决方案。\r\n\r\n \r\n\r\n除了丰富的专业知识,我们还会透过转型让您能够从关键的非绩效与非核心资产获得价值。企业组织要求我们在以下时机介入:\r\n\r\n \r\n<ul>\r\n <li>需要强大的管理人员、投资能力和建议</li>\r\n <li>寻求重组和转变的股权合作伙伴</li>\r\n <li>其他解决方案均告失败,需要创新与全新的想法</li>\r\n</ul>\r\n '),(22885,1631,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(22886,1631,'left_tab_2_spacer','1'),(22887,1631,'_left_tab_2_spacer','field_56b371c577c8c'),(22888,1631,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(22889,1631,'_left_tab_3_image','field_56b373f3b6e44'),(22890,1631,'left_tab_3_title','通过创新和转变创造股东价值'),(22891,1631,'_left_tab_3_title','field_56b373afb6e42'),(22892,1631,'left_tab_3_button_label','下载PDF (312 kb)'),(22893,1631,'_left_tab_3_button_label','field_56b373ceb6e43'),(22894,1631,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(22895,1631,'_left_tab_3_button_link','field_56b374ff0ad17'),(22896,1631,'left_tab_name','公司'),(22897,1631,'_left_tab_name','field_56b3976017dce'),(22898,1631,'right_tab_name','People'),(22899,1631,'_right_tab_name','field_56b3978117dcf'),(22900,1631,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(22901,1631,'_right_tab_0_image','field_56b3fab145571'),(22902,1631,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(22903,1631,'_right_tab_0_content','field_56b3fab145572'),(22904,1631,'right_tab_0_button_label','Download VCard'),(22905,1631,'_right_tab_0_button_label','field_56b3fab145573'),(22906,1631,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(22907,1631,'_right_tab_0_button_link','field_56b3fab145574'),(22908,1631,'right_tab_0_spacer','1'),(22909,1631,'_right_tab_0_spacer','field_56b3fab145575'),(22910,1631,'right_tab_1_contact_title','Please feel free to contact us:'),(22911,1631,'_right_tab_1_contact_title','field_56b4001eb0921'),(22912,1631,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(22913,1631,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(22914,1631,'right_tab_1_contact_values_0_contact_value_right',''),(22915,1631,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(22916,1631,'right_tab_1_contact_values_0_link',''),(22917,1631,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(22918,1631,'right_tab_1_contact_values_0_link_type',''),(22919,1631,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(22920,1631,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(22921,1631,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(22922,1631,'right_tab_1_contact_values_1_contact_value_right',''),(22923,1631,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(22924,1631,'right_tab_1_contact_values_1_link',''),(22925,1631,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(22926,1631,'right_tab_1_contact_values_1_link_type',''),(22927,1631,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(22928,1631,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(22929,1631,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(22930,1631,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(22931,1631,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(22932,1631,'right_tab_1_contact_values_2_link','+41793107090'),(22933,1631,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(22934,1631,'right_tab_1_contact_values_2_link_type','tel:'),(22935,1631,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(22936,1631,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(22937,1631,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(22938,1631,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(22939,1631,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(22940,1631,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(22941,1631,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(22942,1631,'right_tab_1_contact_values_3_link_type','mailto:'),(22943,1631,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(22944,1631,'right_tab_1_contact_icon','icon-mail'),(22945,1631,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(22946,1631,'right_tab_1_contact_values','4'),(22947,1631,'_right_tab_1_contact_values','field_56b3fde2ce062'),(22948,1631,'add_third_tab','0'),(22949,1631,'_add_third_tab','field_57f54e889b77c'),(22950,1631,'third_tab_name',''),(22951,1631,'_third_tab_name','field_57f54ea19b77d'),(22952,1631,'third_tab',''),(22953,1631,'_third_tab','field_57f54ec39b77e'),(22954,1610,'right_tab_1_contact_values_4_contact_value_left','E-mail:'),(22955,1610,'_right_tab_1_contact_values_4_contact_value_left','field_56b3ff0a543e0'),(22956,1610,'right_tab_1_contact_values_4_contact_value_right','lukas.fecker@innovationbrain.com'),(22957,1610,'_right_tab_1_contact_values_4_contact_value_right','field_56b3fefe543df'),(22958,1610,'right_tab_1_contact_values_4_link_type','mailto:'),(22959,1610,'_right_tab_1_contact_values_4_link_type','field_56b3fed6543dd'),(22960,1610,'right_tab_1_contact_values_4_link','lukas.fecker@innovationbrain.com'),(22961,1610,'_right_tab_1_contact_values_4_link','field_56b3fef2543de'),(22962,1632,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(22963,1632,'_left_tab','field_56b36c6deeda0'),(22964,1632,'add_second_tab','1'),(22965,1632,'_add_second_tab','field_56b36ca9eeda2'),(22966,1632,'right_tab','a:2:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";}'),(22967,1632,'_right_tab','field_56b3fab04554d'),(22968,1632,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain拥有超过20位业界最佳的重组和转变领域的专家。</h3>\r\n \r\n\r\n我们所有的高级管理人员在各种公司中担任着董事会和管理层职位,并且创造了数十亿美元的业务记录。我们认为与我们的客户合作非常重要,寻找并实现客户业务的最佳价值。我们的客户关系基础是相互信任和合作 –审慎处理,并且随时将客户的最大利益视为重点。\r\n\r\n \r\n\r\n我们的专家遍布各种行业,且专注于三大核心部门:\r\n\r\n</header>'),(22969,1632,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(22970,1632,'left_tab_0_spacer','1'),(22971,1632,'_left_tab_0_spacer','field_56b371c577c8c'),(22972,1632,'left_tab_1_circle1','icon-grid'),(22973,1632,'_left_tab_1_circle1','field_56b3dc86da039'),(22974,1632,'left_tab_1_circle2','icon-turnaround'),(22975,1632,'_left_tab_1_circle2','field_56b3dc86da03a'),(22976,1632,'left_tab_1_circle3','icon-masonery'),(22977,1632,'_left_tab_1_circle3','field_56b3dc86da03b'),(22978,1632,'left_tab_1_circle1_label','重组'),(22979,1632,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(22980,1632,'left_tab_1_circle2_label','转变'),(22981,1632,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(22982,1632,'left_tab_1_circle3_label','创新'),(22983,1632,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(22984,1632,'left_tab_1_spacer','1'),(22985,1632,'_left_tab_1_spacer','field_56b3dc86da042'),(22986,1632,'left_tab_2_wysiwyg_editor','最近,我们团队受欧洲委员会任命负责监督欧盟成员国最大银行的重组工作。\r\n\r\n \r\n\r\n我们在发现有机会收购复杂的团队时介入,为他们整体或独立的部分带来创新,并带领他们迈向下一个成长周期。\r\n\r\n \r\n\r\n在Innovation Brain,我们专注于研究重组业务。我们尝试帮助一个企业在其生命周期的十字路口创造价值,未来取决于大胆的决定和创新的解决方案。\r\n\r\n \r\n\r\n除了丰富的专业知识,我们还会透过转型让您能够从关键的非绩效与非核心资产获得价值。企业组织要求我们在以下时机介入:\r\n\r\n \r\n<ul>\r\n <li>需要强大的管理人员、投资能力和建议</li>\r\n <li>寻求重组和转变的股权合作伙伴</li>\r\n <li>其他解决方案均告失败,需要创新与全新的想法</li>\r\n</ul>\r\n '),(22987,1632,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(22988,1632,'left_tab_2_spacer','1'),(22989,1632,'_left_tab_2_spacer','field_56b371c577c8c'),(22990,1632,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(22991,1632,'_left_tab_3_image','field_56b373f3b6e44'),(22992,1632,'left_tab_3_title','通过创新和转变创造股东价值'),(22993,1632,'_left_tab_3_title','field_56b373afb6e42'),(22994,1632,'left_tab_3_button_label','下载PDF (312 kb)'),(22995,1632,'_left_tab_3_button_label','field_56b373ceb6e43'),(22996,1632,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(22997,1632,'_left_tab_3_button_link','field_56b374ff0ad17'),(22998,1632,'left_tab_name','公司'),(22999,1632,'_left_tab_name','field_56b3976017dce'),(23000,1632,'right_tab_name','人员'),(23001,1632,'_right_tab_name','field_56b3978117dcf'),(23002,1632,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(23003,1632,'_right_tab_0_image','field_56b3fab145571'),(23004,1632,'right_tab_0_content','Lukas Fecker博士\r\n\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\n<span style=\"color: #00ccff;\">的创始人兼CEO</span>\r\n\r\nLukas Fecker博士是创始人兼CEO。他是欧洲转变管理协会(TMA)的主席。Lukas专注于研究银行业务的转变。他专注于私营资产管理公司的投资、银行业务清算及不良投资。Lukas拥有20多年的经验,而且曾经是安永(EY)及毕马威(KPMG)的合作伙伴和 Alvarez&Marsal (奥迈企业顾问公司)的总监。他曾领导了EY的银行业务转变解决方案EMEIA。除了提供咨询,Lukas 也曾担任6 大转型业务的CRO、CEO 或董事的高阶管理职位。\r\n\r\nLukas的重要业绩包括上市公司的250亿瑞士法郎交易额方案、欧洲主要银行的重组和2项基金重组。过去的几年中,他与全球多家领先的金融机构保持合作。'),(23005,1632,'_right_tab_0_content','field_56b3fab145572'),(23006,1632,'right_tab_0_button_label','下载v卡'),(23007,1632,'_right_tab_0_button_label','field_56b3fab145573'); INSERT INTO `wp_postmeta` VALUES (23008,1632,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(23009,1632,'_right_tab_0_button_link','field_56b3fab145574'),(23010,1632,'right_tab_0_spacer','1'),(23011,1632,'_right_tab_0_spacer','field_56b3fab145575'),(23012,1632,'right_tab_1_contact_title','请随时联系我们:'),(23013,1632,'_right_tab_1_contact_title','field_56b4001eb0921'),(23014,1632,'right_tab_1_contact_values_0_contact_value_left','瑞士,楚格'),(23015,1632,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(23016,1632,'right_tab_1_contact_values_0_contact_value_right',''),(23017,1632,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(23018,1632,'right_tab_1_contact_values_0_link',''),(23019,1632,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(23020,1632,'right_tab_1_contact_values_0_link_type',''),(23021,1632,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(23022,1632,'right_tab_1_contact_values_1_contact_value_left','Lukas Fecker博士'),(23023,1632,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(23024,1632,'right_tab_1_contact_values_1_contact_value_right',''),(23025,1632,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(23026,1632,'right_tab_1_contact_values_1_link',''),(23027,1632,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(23028,1632,'right_tab_1_contact_values_1_link_type',''),(23029,1632,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(23030,1632,'right_tab_1_contact_values_2_contact_value_left','电话:'),(23031,1632,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(23032,1632,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (瑞士)'),(23033,1632,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(23034,1632,'right_tab_1_contact_values_2_link','+41793107090'),(23035,1632,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(23036,1632,'right_tab_1_contact_values_2_link_type','tel:'),(23037,1632,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(23038,1632,'right_tab_1_contact_values_3_contact_value_left','电话:'),(23039,1632,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(23040,1632,'right_tab_1_contact_values_3_contact_value_right','(+44) 755 767 9504 (英国)'),(23041,1632,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(23042,1632,'right_tab_1_contact_values_3_link','+447557679504 '),(23043,1632,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(23044,1632,'right_tab_1_contact_values_3_link_type',''),(23045,1632,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(23046,1632,'right_tab_1_contact_icon','icon-mail'),(23047,1632,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(23048,1632,'right_tab_1_contact_values','5'),(23049,1632,'_right_tab_1_contact_values','field_56b3fde2ce062'),(23050,1632,'add_third_tab','0'),(23051,1632,'_add_third_tab','field_57f54e889b77c'),(23052,1632,'third_tab_name',''),(23053,1632,'_third_tab_name','field_57f54ea19b77d'),(23054,1632,'third_tab',''),(23055,1632,'_third_tab','field_57f54ec39b77e'),(23056,1632,'right_tab_1_contact_values_4_contact_value_left','E-mail:'),(23057,1632,'_right_tab_1_contact_values_4_contact_value_left','field_56b3ff0a543e0'),(23058,1632,'right_tab_1_contact_values_4_contact_value_right','lukas.fecker@innovationbrain.com'),(23059,1632,'_right_tab_1_contact_values_4_contact_value_right','field_56b3fefe543df'),(23060,1632,'right_tab_1_contact_values_4_link_type','mailto:'),(23061,1632,'_right_tab_1_contact_values_4_link_type','field_56b3fed6543dd'),(23062,1632,'right_tab_1_contact_values_4_link','lukas.fecker@innovationbrain.com'),(23063,1632,'_right_tab_1_contact_values_4_link','field_56b3fef2543de'),(23064,1633,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(23065,1633,'_left_tab','field_56b36c6deeda0'),(23066,1633,'add_second_tab','1'),(23067,1633,'_add_second_tab','field_56b36ca9eeda2'),(23068,1633,'right_tab','a:2:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";}'),(23069,1633,'_right_tab','field_56b3fab04554d'),(23070,1633,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain拥有超过20位业界最佳的重组和转变领域的专家。</h3>\r\n \r\n\r\n我们所有的高级管理人员在各种公司中担任着董事会和管理层职位,并且创造了数十亿美元的业务记录。我们认为与我们的客户合作非常重要,寻找并实现客户业务的最佳价值。我们的客户关系基础是相互信任和合作 –审慎处理,并且随时将客户的最大利益视为重点。\r\n\r\n \r\n\r\n我们的专家遍布各种行业,且专注于三大核心部门:\r\n\r\n</header>'),(23071,1633,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(23072,1633,'left_tab_0_spacer','1'),(23073,1633,'_left_tab_0_spacer','field_56b371c577c8c'),(23074,1633,'left_tab_1_circle1','icon-grid'),(23075,1633,'_left_tab_1_circle1','field_56b3dc86da039'),(23076,1633,'left_tab_1_circle2','icon-turnaround'),(23077,1633,'_left_tab_1_circle2','field_56b3dc86da03a'),(23078,1633,'left_tab_1_circle3','icon-masonery'),(23079,1633,'_left_tab_1_circle3','field_56b3dc86da03b'),(23080,1633,'left_tab_1_circle1_label','重组'),(23081,1633,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(23082,1633,'left_tab_1_circle2_label','转变'),(23083,1633,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(23084,1633,'left_tab_1_circle3_label','创新'),(23085,1633,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(23086,1633,'left_tab_1_spacer','1'),(23087,1633,'_left_tab_1_spacer','field_56b3dc86da042'),(23088,1633,'left_tab_2_wysiwyg_editor','最近,我们团队受欧洲委员会任命负责监督欧盟成员国最大银行的重组工作。\r\n\r\n我们在发现有机会收购复杂的团队时介入,为他们整体或独立的部分带来创新,并带领他们迈向下一个成长周期。\r\n\r\n在Innovation Brain,我们专注于研究重组业务。我们尝试帮助一个企业在其生命周期的十字路口创造价值,未来取决于大胆的决定和创新的解决方案。\r\n\r\n除了丰富的专业知识,我们还会透过转型让您能够从关键的非绩效与非核心资产获得价值。企业组织要求我们在以下时机介入:\r\n<ul>\r\n <li>需要强大的管理人员、投资能力和建议</li>\r\n <li>寻求重组和转变的股权合作伙伴</li>\r\n <li>其他解决方案均告失败,需要创新与全新的想法</li>\r\n</ul>\r\n '),(23089,1633,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(23090,1633,'left_tab_2_spacer','1'),(23091,1633,'_left_tab_2_spacer','field_56b371c577c8c'),(23092,1633,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(23093,1633,'_left_tab_3_image','field_56b373f3b6e44'),(23094,1633,'left_tab_3_title','通过创新和转变创造股东价值'),(23095,1633,'_left_tab_3_title','field_56b373afb6e42'),(23096,1633,'left_tab_3_button_label','下载PDF (312 kb)'),(23097,1633,'_left_tab_3_button_label','field_56b373ceb6e43'),(23098,1633,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(23099,1633,'_left_tab_3_button_link','field_56b374ff0ad17'),(23100,1633,'left_tab_name','公司'),(23101,1633,'_left_tab_name','field_56b3976017dce'),(23102,1633,'right_tab_name','人员'),(23103,1633,'_right_tab_name','field_56b3978117dcf'),(23104,1633,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(23105,1633,'_right_tab_0_image','field_56b3fab145571'),(23106,1633,'right_tab_0_content','Lukas Fecker博士\r\n\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\n<span style=\"color: #00ccff;\">的创始人兼CEO</span>\r\n\r\nLukas Fecker博士是创始人兼CEO。他是欧洲转变管理协会(TMA)的主席。Lukas专注于研究银行业务的转变。他专注于私营资产管理公司的投资、银行业务清算及不良投资。Lukas拥有20多年的经验,而且曾经是安永(EY)及毕马威(KPMG)的合作伙伴和 Alvarez&Marsal (奥迈企业顾问公司)的总监。他曾领导了EY的银行业务转变解决方案EMEIA。除了提供咨询,Lukas 也曾担任6 大转型业务的CRO、CEO 或董事的高阶管理职位。\r\n\r\nLukas的重要业绩包括上市公司的250亿瑞士法郎交易额方案、欧洲主要银行的重组和2项基金重组。过去的几年中,他与全球多家领先的金融机构保持合作。'),(23107,1633,'_right_tab_0_content','field_56b3fab145572'),(23108,1633,'right_tab_0_button_label','下载v卡'),(23109,1633,'_right_tab_0_button_label','field_56b3fab145573'),(23110,1633,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(23111,1633,'_right_tab_0_button_link','field_56b3fab145574'),(23112,1633,'right_tab_0_spacer','1'),(23113,1633,'_right_tab_0_spacer','field_56b3fab145575'),(23114,1633,'right_tab_1_contact_title','请随时联系我们:'),(23115,1633,'_right_tab_1_contact_title','field_56b4001eb0921'),(23116,1633,'right_tab_1_contact_values_0_contact_value_left','瑞士,楚格'),(23117,1633,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(23118,1633,'right_tab_1_contact_values_0_contact_value_right',''),(23119,1633,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(23120,1633,'right_tab_1_contact_values_0_link',''),(23121,1633,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(23122,1633,'right_tab_1_contact_values_0_link_type',''),(23123,1633,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(23124,1633,'right_tab_1_contact_values_1_contact_value_left','Lukas Fecker博士'),(23125,1633,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(23126,1633,'right_tab_1_contact_values_1_contact_value_right',''),(23127,1633,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(23128,1633,'right_tab_1_contact_values_1_link',''),(23129,1633,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(23130,1633,'right_tab_1_contact_values_1_link_type',''),(23131,1633,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(23132,1633,'right_tab_1_contact_values_2_contact_value_left','电话:'),(23133,1633,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(23134,1633,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (瑞士)'),(23135,1633,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(23136,1633,'right_tab_1_contact_values_2_link','+41793107090'),(23137,1633,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(23138,1633,'right_tab_1_contact_values_2_link_type','tel:'),(23139,1633,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(23140,1633,'right_tab_1_contact_values_3_contact_value_left','电话:'),(23141,1633,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(23142,1633,'right_tab_1_contact_values_3_contact_value_right','(+44) 755 767 9504 (英国)'),(23143,1633,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(23144,1633,'right_tab_1_contact_values_3_link','+447557679504'),(23145,1633,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(23146,1633,'right_tab_1_contact_values_3_link_type',''),(23147,1633,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(23148,1633,'right_tab_1_contact_icon','icon-mail'),(23149,1633,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(23150,1633,'right_tab_1_contact_values','5'),(23151,1633,'_right_tab_1_contact_values','field_56b3fde2ce062'),(23152,1633,'add_third_tab','0'),(23153,1633,'_add_third_tab','field_57f54e889b77c'),(23154,1633,'third_tab_name',''),(23155,1633,'_third_tab_name','field_57f54ea19b77d'),(23156,1633,'third_tab',''),(23157,1633,'_third_tab','field_57f54ec39b77e'),(23158,1633,'right_tab_1_contact_values_4_contact_value_left','E-mail:'),(23159,1633,'_right_tab_1_contact_values_4_contact_value_left','field_56b3ff0a543e0'),(23160,1633,'right_tab_1_contact_values_4_contact_value_right','lukas.fecker@innovationbrain.com'),(23161,1633,'_right_tab_1_contact_values_4_contact_value_right','field_56b3fefe543df'),(23162,1633,'right_tab_1_contact_values_4_link_type','mailto:'),(23163,1633,'_right_tab_1_contact_values_4_link_type','field_56b3fed6543dd'),(23164,1633,'right_tab_1_contact_values_4_link','lukas.fecker@innovationbrain.com'),(23165,1633,'_right_tab_1_contact_values_4_link','field_56b3fef2543de'),(23166,1634,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(23167,1634,'_left_tab','field_56b36c6deeda0'),(23168,1634,'add_second_tab','1'),(23169,1634,'_add_second_tab','field_56b36ca9eeda2'),(23170,1634,'right_tab','a:2:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";}'),(23171,1634,'_right_tab','field_56b3fab04554d'),(23172,1634,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain拥有超过20位业界最佳的重组和转变领域的专家。</h3>\r\n \r\n\r\n我们所有的高级管理人员在各种公司中担任着董事会和管理层职位,并且创造了数十亿美元的业务记录。我们认为与我们的客户合作非常重要,寻找并实现客户业务的最佳价值。我们的客户关系基础是相互信任和合作 –审慎处理,并且随时将客户的最大利益视为重点。\r\n\r\n \r\n\r\n我们的专家遍布各种行业,且专注于三大核心部门:\r\n\r\n</header>'),(23173,1634,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(23174,1634,'left_tab_0_spacer','1'),(23175,1634,'_left_tab_0_spacer','field_56b371c577c8c'),(23176,1634,'left_tab_1_circle1','icon-grid'),(23177,1634,'_left_tab_1_circle1','field_56b3dc86da039'),(23178,1634,'left_tab_1_circle2','icon-turnaround'),(23179,1634,'_left_tab_1_circle2','field_56b3dc86da03a'),(23180,1634,'left_tab_1_circle3','icon-masonery'),(23181,1634,'_left_tab_1_circle3','field_56b3dc86da03b'),(23182,1634,'left_tab_1_circle1_label','重组'),(23183,1634,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(23184,1634,'left_tab_1_circle2_label','转变'),(23185,1634,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(23186,1634,'left_tab_1_circle3_label','创新'),(23187,1634,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(23188,1634,'left_tab_1_spacer','1'),(23189,1634,'_left_tab_1_spacer','field_56b3dc86da042'),(23190,1634,'left_tab_2_wysiwyg_editor','最近,我们团队受欧洲委员会任命负责监督欧盟成员国最大银行的重组工作。\r\n\r\n我们在发现有机会收购复杂的团队时介入,为他们整体或独立的部分带来创新,并带领他们迈向下一个成长周期。\r\n\r\n在Innovation Brain,我们专注于研究重组业务。我们尝试帮助一个企业在其生命周期的十字路口创造价值,未来取决于大胆的决定和创新的解决方案。\r\n\r\n除了丰富的专业知识,我们还会透过转型让您能够从关键的非绩效与非核心资产获得价值。企业组织要求我们在以下时机介入:\r\n<ul>\r\n <li>需要强大的管理人员、投资能力和建议</li>\r\n <li>寻求重组和转变的股权合作伙伴</li>\r\n <li>其他解决方案均告失败,需要创新与全新的想法</li>\r\n</ul>\r\n '),(23191,1634,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(23192,1634,'left_tab_2_spacer','1'),(23193,1634,'_left_tab_2_spacer','field_56b371c577c8c'),(23194,1634,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(23195,1634,'_left_tab_3_image','field_56b373f3b6e44'),(23196,1634,'left_tab_3_title','通过创新和转变创造股东价值'),(23197,1634,'_left_tab_3_title','field_56b373afb6e42'),(23198,1634,'left_tab_3_button_label','下载PDF (312 kb)'),(23199,1634,'_left_tab_3_button_label','field_56b373ceb6e43'),(23200,1634,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(23201,1634,'_left_tab_3_button_link','field_56b374ff0ad17'),(23202,1634,'left_tab_name','公司'),(23203,1634,'_left_tab_name','field_56b3976017dce'),(23204,1634,'right_tab_name','人员'),(23205,1634,'_right_tab_name','field_56b3978117dcf'),(23206,1634,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(23207,1634,'_right_tab_0_image','field_56b3fab145571'),(23208,1634,'right_tab_0_content','Lukas Fecker博士\r\n\r\n<strong><span style=\"color: #00ccff;\">Innovation Brain</span></strong>\r\n\r\n<strong><span style=\"color: #00ccff;\">的创始人兼CEO</span></strong>\r\n\r\nLukas Fecker博士是创始人兼CEO。他是欧洲转变管理协会(TMA)的主席。Lukas专注于研究银行业务的转变。他专注于私营资产管理公司的投资、银行业务清算及不良投资。Lukas拥有20多年的经验,而且曾经是安永(EY)及毕马威(KPMG)的合作伙伴和 Alvarez&Marsal (奥迈企业顾问公司)的总监。他曾领导了EY的银行业务转变解决方案EMEIA。除了提供咨询,Lukas 也曾担任6 大转型业务的CRO、CEO 或董事的高阶管理职位。\r\n\r\nLukas的重要业绩包括上市公司的250亿瑞士法郎交易额方案、欧洲主要银行的重组和2项基金重组。过去的几年中,他与全球多家领先的金融机构保持合作。'),(23209,1634,'_right_tab_0_content','field_56b3fab145572'),(23210,1634,'right_tab_0_button_label','下载v卡'),(23211,1634,'_right_tab_0_button_label','field_56b3fab145573'),(23212,1634,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(23213,1634,'_right_tab_0_button_link','field_56b3fab145574'),(23214,1634,'right_tab_0_spacer','1'),(23215,1634,'_right_tab_0_spacer','field_56b3fab145575'),(23216,1634,'right_tab_1_contact_title','请随时联系我们:'),(23217,1634,'_right_tab_1_contact_title','field_56b4001eb0921'),(23218,1634,'right_tab_1_contact_values_0_contact_value_left','瑞士,楚格'),(23219,1634,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(23220,1634,'right_tab_1_contact_values_0_contact_value_right',''),(23221,1634,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(23222,1634,'right_tab_1_contact_values_0_link',''),(23223,1634,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(23224,1634,'right_tab_1_contact_values_0_link_type',''),(23225,1634,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(23226,1634,'right_tab_1_contact_values_1_contact_value_left','Lukas Fecker博士'),(23227,1634,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(23228,1634,'right_tab_1_contact_values_1_contact_value_right',''),(23229,1634,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(23230,1634,'right_tab_1_contact_values_1_link',''),(23231,1634,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(23232,1634,'right_tab_1_contact_values_1_link_type',''),(23233,1634,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(23234,1634,'right_tab_1_contact_values_2_contact_value_left','电话:'),(23235,1634,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(23236,1634,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (瑞士)'),(23237,1634,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(23238,1634,'right_tab_1_contact_values_2_link','+41793107090'),(23239,1634,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(23240,1634,'right_tab_1_contact_values_2_link_type','tel:'),(23241,1634,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(23242,1634,'right_tab_1_contact_values_3_contact_value_left','电话:'),(23243,1634,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(23244,1634,'right_tab_1_contact_values_3_contact_value_right','(+44) 755 767 9504 (英国)'),(23245,1634,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(23246,1634,'right_tab_1_contact_values_3_link','+447557679504'),(23247,1634,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(23248,1634,'right_tab_1_contact_values_3_link_type',''),(23249,1634,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(23250,1634,'right_tab_1_contact_icon','icon-mail'),(23251,1634,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(23252,1634,'right_tab_1_contact_values','5'),(23253,1634,'_right_tab_1_contact_values','field_56b3fde2ce062'),(23254,1634,'add_third_tab','0'),(23255,1634,'_add_third_tab','field_57f54e889b77c'),(23256,1634,'third_tab_name',''),(23257,1634,'_third_tab_name','field_57f54ea19b77d'),(23258,1634,'third_tab',''),(23259,1634,'_third_tab','field_57f54ec39b77e'),(23260,1634,'right_tab_1_contact_values_4_contact_value_left','E-mail:'),(23261,1634,'_right_tab_1_contact_values_4_contact_value_left','field_56b3ff0a543e0'),(23262,1634,'right_tab_1_contact_values_4_contact_value_right','lukas.fecker@innovationbrain.com'),(23263,1634,'_right_tab_1_contact_values_4_contact_value_right','field_56b3fefe543df'),(23264,1634,'right_tab_1_contact_values_4_link_type','mailto:'),(23265,1634,'_right_tab_1_contact_values_4_link_type','field_56b3fed6543dd'),(23266,1634,'right_tab_1_contact_values_4_link','lukas.fecker@innovationbrain.com'),(23267,1634,'_right_tab_1_contact_values_4_link','field_56b3fef2543de'),(23268,1636,'left_tab','a:5:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";}'),(23269,1636,'_left_tab','field_56b36c6deeda0'),(23270,1636,'add_second_tab','0'),(23271,1636,'_add_second_tab','field_56b36ca9eeda2'),(23272,1636,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(23273,1636,'_right_tab','field_56b3fab04554d'),(23274,1636,'left_tab_0_contact_icon','icon-pie'),(23275,1636,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(23276,1636,'left_tab_0_departmant','伦敦'),(23277,1636,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(23278,1636,'left_tab_0_contact_values','3'),(23279,1636,'_left_tab_0_contact_values','field_56b3f47e69426'),(23280,1636,'left_tab_0_spacer','1'),(23281,1636,'_left_tab_0_spacer','field_56b3f305fafdb'),(23282,1636,'left_tab_0_contact_values_0_contact_value_left','地址:'),(23283,1636,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(23284,1636,'left_tab_0_contact_values_0_contact_value_right','1st Floor, 7/8 St Martin\'s Place, London, WC2N 4HA, UK'),(23285,1636,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(23286,1636,'left_tab_0_contact_values_0_link',''),(23287,1636,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(23288,1636,'left_tab_0_contact_values_0_link_type',''),(23289,1636,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(23290,1636,'left_tab_0_contact_values_1_contact_value_left','电话:'),(23291,1636,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(23292,1636,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(23293,1636,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(23294,1636,'left_tab_0_contact_values_1_link','+4402032865453'),(23295,1636,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(23296,1636,'left_tab_0_contact_values_1_link_type','tel:'),(23297,1636,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(23298,1636,'left_tab_0_contact_values_2_contact_value_left','电子邮件:'),(23299,1636,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(23300,1636,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(23301,1636,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(23302,1636,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(23303,1636,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(23304,1636,'left_tab_0_contact_values_2_link_type','mailto:'),(23305,1636,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(23306,1636,'left_tab_1_contact_icon','icon-paper'),(23307,1636,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(23308,1636,'left_tab_1_departmant','瑞士'),(23309,1636,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(23310,1636,'left_tab_1_contact_values_0_contact_value_left','地址:'),(23311,1636,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(23312,1636,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(23313,1636,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(23314,1636,'left_tab_1_contact_values_0_link',''),(23315,1636,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(23316,1636,'left_tab_1_contact_values_0_link_type',''),(23317,1636,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(23318,1636,'left_tab_1_contact_values_1_contact_value_left','电话:'),(23319,1636,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(23320,1636,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(23321,1636,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(23322,1636,'left_tab_1_contact_values_1_link','+410445853297'),(23323,1636,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(23324,1636,'left_tab_1_contact_values_1_link_type','tel:'),(23325,1636,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(23326,1636,'left_tab_1_contact_values_2_contact_value_left','电子邮件:'),(23327,1636,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(23328,1636,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(23329,1636,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(23330,1636,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(23331,1636,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(23332,1636,'left_tab_1_contact_values_2_link_type','mailto:'),(23333,1636,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(23334,1636,'left_tab_1_contact_values','3'),(23335,1636,'_left_tab_1_contact_values','field_56b3f47e69426'),(23336,1636,'left_tab_1_spacer','1'),(23337,1636,'_left_tab_1_spacer','field_56b3f305fafdb'),(23338,1636,'left_tab_2_contact_icon','icon-bullseye-small'),(23339,1636,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(23340,1636,'left_tab_2_departmant','塞浦路斯'),(23341,1636,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(23342,1636,'left_tab_2_contact_values_0_contact_value_left','地址:'),(23343,1636,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(23344,1636,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(23345,1636,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(23346,1636,'left_tab_2_contact_values_0_link',''),(23347,1636,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(23348,1636,'left_tab_2_contact_values_0_link_type',''),(23349,1636,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(23350,1636,'left_tab_2_contact_values_1_contact_value_left','电话:'),(23351,1636,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(23352,1636,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(23353,1636,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(23354,1636,'left_tab_2_contact_values_1_link','+4402032865453'),(23355,1636,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(23356,1636,'left_tab_2_contact_values_1_link_type','tel:'),(23357,1636,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(23358,1636,'left_tab_2_contact_values_2_contact_value_left','电子邮件:'),(23359,1636,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(23360,1636,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(23361,1636,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(23362,1636,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(23363,1636,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(23364,1636,'left_tab_2_contact_values_2_link_type','mailto:'),(23365,1636,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(23366,1636,'left_tab_2_contact_values','3'),(23367,1636,'_left_tab_2_contact_values','field_56b3f47e69426'),(23368,1636,'left_tab_2_spacer','1'),(23369,1636,'_left_tab_2_spacer','field_56b3f305fafdb'),(23370,1636,'left_tab_3_contact_icon','icon-cloud'),(23371,1636,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(23372,1636,'left_tab_3_departmant','塞尔维亚'),(23373,1636,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(23374,1636,'left_tab_3_contact_values_0_contact_value_left','电话:'),(23375,1636,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(23376,1636,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(23377,1636,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(23378,1636,'left_tab_3_contact_values_0_link','+4402032865453'),(23379,1636,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(23380,1636,'left_tab_3_contact_values_0_link_type','tel:'),(23381,1636,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(23382,1636,'left_tab_3_contact_values_1_contact_value_left','电子邮件:'),(23383,1636,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(23384,1636,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(23385,1636,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(23386,1636,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(23387,1636,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(23388,1636,'left_tab_3_contact_values_1_link_type','mailto:'),(23389,1636,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(23390,1636,'left_tab_3_contact_values','2'),(23391,1636,'_left_tab_3_contact_values','field_56b3f47e69426'),(23392,1636,'left_tab_3_spacer','1'),(23393,1636,'_left_tab_3_spacer','field_56b3f305fafdb'),(23394,1636,'left_tab_4_contact_icon','icon-mail'),(23395,1636,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(23396,1636,'left_tab_4_departmant','一般查询'),(23397,1636,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(23398,1636,'left_tab_4_contact_values_0_contact_value_left','电子邮件:'),(23399,1636,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(23400,1636,'left_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(23401,1636,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(23402,1636,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(23403,1636,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(23404,1636,'left_tab_4_contact_values_0_link_type','mailto:'),(23405,1636,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(23406,1636,'left_tab_4_contact_values','1'),(23407,1636,'_left_tab_4_contact_values','field_56b3f47e69426'),(23408,1636,'left_tab_4_spacer','1'),(23409,1636,'_left_tab_4_spacer','field_56b3f305fafdb'),(23410,1636,'right_tab_0_title',''),(23411,1636,'_right_tab_0_title','field_56b3fab145550'),(23412,1636,'right_tab_0_circle1','icon-mail'),(23413,1636,'_right_tab_0_circle1','field_56b3fab145551'),(23414,1636,'right_tab_0_circle2','icon-mail'),(23415,1636,'_right_tab_0_circle2','field_56b3fab145552'),(23416,1636,'right_tab_0_circle3','icon-mail'),(23417,1636,'_right_tab_0_circle3','field_56b3fab145553'),(23418,1636,'right_tab_0_circle1_label',''),(23419,1636,'_right_tab_0_circle1_label','field_56b3fab145554'),(23420,1636,'right_tab_0_circle2_label',''),(23421,1636,'_right_tab_0_circle2_label','field_56b3fab145555'),(23422,1636,'right_tab_0_circle3_label',''),(23423,1636,'_right_tab_0_circle3_label','field_56b3fab145556'),(23424,1636,'right_tab_0_paragraph1',''),(23425,1636,'_right_tab_0_paragraph1','field_56b3fab145557'),(23426,1636,'right_tab_0_paragraph2',''),(23427,1636,'_right_tab_0_paragraph2','field_56b3fab145558'),(23428,1636,'right_tab_0_paragraph3',''),(23429,1636,'_right_tab_0_paragraph3','field_56b3fab145559'),(23430,1636,'right_tab_0_spacer','1'),(23431,1636,'_right_tab_0_spacer','field_56b3fab14555a'),(23432,1636,'right_tab_1_items_list_repeater_0_title',''),(23433,1636,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(23434,1636,'right_tab_1_items_list_repeater_0_description',''),(23435,1636,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(23436,1636,'right_tab_1_items_list_repeater_1_title',''),(23437,1636,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(23438,1636,'right_tab_1_items_list_repeater_1_description',''),(23439,1636,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(23440,1636,'right_tab_1_items_list_repeater','2'),(23441,1636,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(23442,1636,'right_tab_1_spacer','1'),(23443,1636,'_right_tab_1_spacer','field_56b3fab145570'),(23444,1636,'right_tab_2_image',''),(23445,1636,'_right_tab_2_image','field_56b3fab145571'),(23446,1636,'right_tab_2_content',''),(23447,1636,'_right_tab_2_content','field_56b3fab145572'),(23448,1636,'right_tab_2_button_label',''),(23449,1636,'_right_tab_2_button_label','field_56b3fab145573'),(23450,1636,'right_tab_2_button_link',''),(23451,1636,'_right_tab_2_button_link','field_56b3fab145574'),(23452,1636,'right_tab_2_spacer','1'),(23453,1636,'_right_tab_2_spacer','field_56b3fab145575'),(23454,1636,'add_third_tab','0'),(23455,1636,'_add_third_tab','field_57f54e889b77c'),(23456,1636,'third_tab',''),(23457,1636,'_third_tab','field_57f54ec39b77e'),(23458,1638,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(23459,1638,'_left_tab','field_56b36c6deeda0'),(23460,1638,'add_second_tab','1'),(23461,1638,'_add_second_tab','field_56b36ca9eeda2'),(23462,1638,'right_tab','a:7:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";i:4;s:20:\"wysiwyg_editor_block\";i:5;s:16:\"items_list_block\";i:6;s:13:\"contact_block\";}'),(23463,1638,'_right_tab','field_56b3fab04554d'),(23464,1638,'left_tab_0_wysiwyg_editor','<h3>我们成功重组和转变了一些最大规模的公司和金融机构。下面介绍一些例子以及我们所获得的成功:</h3>'),(23465,1638,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(23466,1638,'left_tab_0_spacer','0'),(23467,1638,'_left_tab_0_spacer','field_56b371c577c8c'),(23468,1638,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(23469,1638,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(23470,1638,'left_tab_1_cases_repeater_0_title','希腊最大的银行'),(23471,1638,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(23472,1638,'left_tab_1_cases_repeater_0_icon_title','金融服务'),(23473,1638,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(23474,1638,'left_tab_1_cases_repeater_0_details','重组了一家领先的国际银行。我们解决了约80%的负债,处置了非核心资产,并确定和实现了收购。这使我们的客户在24个月内规模加倍,并重新定位成为市场领导者,成功募集资金超过10%。'),(23475,1638,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(23476,1638,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(23477,1638,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(23478,1638,'left_tab_1_cases_repeater_1_title','- 最大的全球独立炼油厂\r\n-GATE Alternative Energy'),(23479,1638,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(23480,1638,'left_tab_1_cases_repeater_1_icon_title','商品'),(23481,1638,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(23482,1638,'left_tab_1_cases_repeater_1_details','一个营收超过200亿美元(5亿美元的税前息前折旧摊销前盈余)的大型石化企业集团。这一参与需要彻底改变市场焦点,分析集团结构,同时重新定位各部门,逐渐减少其非核心实体。创造的总价值是初始基本价值的20% (重组后从100%至120%)。'),(23483,1638,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(23484,1638,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(23485,1638,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(23486,1638,'left_tab_1_cases_repeater_2_title','-医药分销\r\n-医药跟踪与生产'),(23487,1638,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(23488,1638,'left_tab_1_cases_repeater_2_icon_title','医药品'),(23489,1638,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(23490,1638,'left_tab_1_cases_repeater_2_details','我们引领了一个大型制药企业的收购和转变。这包括分割单一险种保险公司和以购买成本50%的利润处置单一险种保险公司。'),(23491,1638,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(23492,1638,'left_tab_1_cases_repeater','3'),(23493,1638,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(23494,1638,'left_tab_1_spacer','0'),(23495,1638,'_left_tab_1_spacer','field_56b3f001dbf09'),(23496,1638,'left_tab_name','案例'),(23497,1638,'_left_tab_name','field_56b3976017dce'),(23498,1638,'right_tab_name','Conferences'),(23499,1638,'_right_tab_name','field_56b3978117dcf'),(23500,1638,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(23501,1638,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(23502,1638,'right_tab_0_spacer','1'),(23503,1638,'_right_tab_0_spacer','field_56b3fab14554f'),(23504,1638,'right_tab_1_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(23505,1638,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(23506,1638,'right_tab_1_items_list_repeater_0_description','London, 29 June 2016'),(23507,1638,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(23508,1638,'right_tab_1_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(23509,1638,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(23510,1638,'right_tab_1_items_list_repeater_1_description','London, 29 June 2016'),(23511,1638,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(23512,1638,'right_tab_1_items_list_repeater','4'),(23513,1638,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(23514,1638,'right_tab_1_spacer','0'),(23515,1638,'_right_tab_1_spacer','field_56b3fab145570'),(23516,1638,'add_third_tab','1'),(23517,1638,'_add_third_tab','field_57f54e889b77c'),(23518,1638,'third_tab_name','Upcoming Events'),(23519,1638,'_third_tab_name','field_57f54ea19b77d'),(23520,1638,'third_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(23521,1638,'_third_tab','field_57f54ec39b77e'),(23522,1638,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(23523,1638,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(23524,1638,'right_tab_2_spacer','1'),(23525,1638,'_right_tab_2_spacer','field_56b3fab14554f'),(23526,1638,'right_tab_3_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(23527,1638,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(23528,1638,'right_tab_3_items_list_repeater_0_description','Frankfurt, October, 2015'),(23529,1638,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(23530,1638,'right_tab_3_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(23531,1638,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(23532,1638,'right_tab_3_items_list_repeater_1_description','Milan, October, 2015'),(23533,1638,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(23534,1638,'right_tab_3_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(23535,1638,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(23536,1638,'right_tab_3_items_list_repeater_2_description','London, September, 2015'),(23537,1638,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(23538,1638,'right_tab_3_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(23539,1638,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(23540,1638,'right_tab_3_items_list_repeater_3_description','Stockholm June, 2015'),(23541,1638,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(23542,1638,'right_tab_3_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(23543,1638,'_right_tab_3_items_list_repeater_4_title','field_56b3fab14556e'),(23544,1638,'right_tab_3_items_list_repeater_4_description','Madrid, May, 2015'),(23545,1638,'_right_tab_3_items_list_repeater_4_description','field_56b3fab14556f'),(23546,1638,'right_tab_3_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(23547,1638,'_right_tab_3_items_list_repeater_5_title','field_56b3fab14556e'),(23548,1638,'right_tab_3_items_list_repeater_5_description','Bucharest, April, 2015'),(23549,1638,'_right_tab_3_items_list_repeater_5_description','field_56b3fab14556f'),(23550,1638,'right_tab_3_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(23551,1638,'_right_tab_3_items_list_repeater_6_title','field_56b3fab14556e'),(23552,1638,'right_tab_3_items_list_repeater_6_description','London, January, 2015'),(23553,1638,'_right_tab_3_items_list_repeater_6_description','field_56b3fab14556f'),(23554,1638,'right_tab_3_items_list_repeater','7'),(23555,1638,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(23556,1638,'right_tab_3_spacer','0'),(23557,1638,'_right_tab_3_spacer','field_56b3fab145570'),(23558,1638,'right_tab_1_items_list_repeater_2_title','Private Equity Buying into CEE'),(23559,1638,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(23560,1638,'right_tab_1_items_list_repeater_2_description','Prague, 16 March 2016'),(23561,1638,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(23562,1638,'right_tab_1_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(23563,1638,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(23564,1638,'right_tab_1_items_list_repeater_3_description','London, 9-10 March 2016'),(23565,1638,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(23566,1638,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(23567,1638,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(23568,1638,'right_tab_4_spacer','1'),(23569,1638,'_right_tab_4_spacer','field_56b3fab14554f'),(23570,1638,'right_tab_5_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(23571,1638,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(23572,1638,'right_tab_5_items_list_repeater_0_description','Paris, April 2014'),(23573,1638,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(23574,1638,'right_tab_5_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(23575,1638,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(23576,1638,'right_tab_5_items_list_repeater_1_description','Bucharest, Jun 2014'),(23577,1638,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(23578,1638,'right_tab_5_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(23579,1638,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(23580,1638,'right_tab_5_items_list_repeater_2_description','Vienna, December 2014'),(23581,1638,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(23582,1638,'right_tab_5_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(23583,1638,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(23584,1638,'right_tab_5_items_list_repeater_3_description','London, October 2014'),(23585,1638,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(23586,1638,'right_tab_5_items_list_repeater','4'),(23587,1638,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(23588,1638,'right_tab_5_spacer','1'),(23589,1638,'_right_tab_5_spacer','field_56b3fab145570'),(23590,1638,'right_tab_6_contact_icon','icon-mail'),(23591,1638,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(23592,1638,'right_tab_6_contact_title','Previous conferences available upon request.'),(23593,1638,'_right_tab_6_contact_title','field_56b4001eb0921'),(23594,1638,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(23595,1638,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(23596,1638,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(23597,1638,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(23598,1638,'right_tab_6_contact_values_0_link_type','mailto:'),(23599,1638,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(23600,1638,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(23601,1638,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(23602,1638,'right_tab_6_contact_values','1'),(23603,1638,'_right_tab_6_contact_values','field_56b3fde2ce062'),(23604,1638,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2016</h3>'),(23605,1638,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(23606,1638,'third_tab_0_spacer','1'),(23607,1638,'_third_tab_0_spacer','field_57f54ec49b780'),(23608,1638,'third_tab_1_items_list_repeater','3'),(23609,1638,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(23610,1638,'third_tab_1_spacer','1'),(23611,1638,'_third_tab_1_spacer','field_57f54ec49b7a1'),(23612,1638,'third_tab_1_items_list_repeater_0_title','Distressed Investing. Changes to the restructuring professionals \"toolkit\". New developments and future trends [Dr Fecker is Panelist]'),(23613,1638,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(23614,1638,'third_tab_1_items_list_repeater_0_description','London, 29 September 2016'),(23615,1638,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(23616,1638,'third_tab_1_items_list_repeater_1_title','DEBTWIREEuropean Restructuring Forum 2016 [Dr Fecker is Moderator for The Panel]'),(23617,1638,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(23618,1638,'third_tab_1_items_list_repeater_1_description','London, 12 October 2016'),(23619,1638,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(23620,1638,'third_tab_1_items_list_repeater_2_title','Forum and 1 on 1 Meetings. Topic: Capital Connections [Dr Fecker is Speaker]'),(23621,1638,'_third_tab_1_items_list_repeater_2_title','field_57f54ec49b79f'),(23622,1638,'third_tab_1_items_list_repeater_2_description','London, 20 - 21st October 2016'),(23623,1638,'_third_tab_1_items_list_repeater_2_description','field_57f54ec49b7a0'),(23624,1638,'third_tab_2_contact_icon','icon-mail'),(23625,1638,'_third_tab_2_contact_icon','field_58568c5a91b24'),(23626,1638,'third_tab_2_contact_title','Previous conferences available upon request.'),(23627,1638,'_third_tab_2_contact_title','field_58568c7791b25'),(23628,1638,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(23629,1638,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(23630,1638,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(23631,1638,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(23632,1638,'third_tab_2_contact_values_0_link_type','mailto:'),(23633,1638,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(23634,1638,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(23635,1638,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(23636,1638,'third_tab_2_contact_values','1'),(23637,1638,'_third_tab_2_contact_values','field_58568c1091b1d'),(23638,1639,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(23639,1639,'_left_tab','field_56b36c6deeda0'),(23640,1639,'add_second_tab','1'),(23641,1639,'_add_second_tab','field_56b36ca9eeda2'),(23642,1639,'right_tab','a:7:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";i:4;s:20:\"wysiwyg_editor_block\";i:5;s:16:\"items_list_block\";i:6;s:13:\"contact_block\";}'),(23643,1639,'_right_tab','field_56b3fab04554d'),(23644,1639,'left_tab_0_wysiwyg_editor','<h3>我们成功重组和转变了一些最大规模的公司和金融机构。下面介绍一些例子以及我们所获得的成功:</h3>'),(23645,1639,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(23646,1639,'left_tab_0_spacer','0'),(23647,1639,'_left_tab_0_spacer','field_56b371c577c8c'),(23648,1639,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(23649,1639,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(23650,1639,'left_tab_1_cases_repeater_0_title','希腊最大的银行'),(23651,1639,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(23652,1639,'left_tab_1_cases_repeater_0_icon_title','金融服务'),(23653,1639,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(23654,1639,'left_tab_1_cases_repeater_0_details','重组了一家领先的国际银行。我们解决了约80%的负债,处置了非核心资产,并确定和实现了收购。这使我们的客户在24个月内规模加倍,并重新定位成为市场领导者,成功募集资金超过10%。'),(23655,1639,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(23656,1639,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(23657,1639,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(23658,1639,'left_tab_1_cases_repeater_1_title','- 最大的全球独立炼油厂\r\n-GATE Alternative Energy'),(23659,1639,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(23660,1639,'left_tab_1_cases_repeater_1_icon_title','商品'),(23661,1639,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(23662,1639,'left_tab_1_cases_repeater_1_details','一个营收超过200亿美元(5亿美元的税前息前折旧摊销前盈余)的大型石化企业集团。这一参与需要彻底改变市场焦点,分析集团结构,同时重新定位各部门,逐渐减少其非核心实体。创造的总价值是初始基本价值的20% (重组后从100%至120%)。'),(23663,1639,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(23664,1639,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(23665,1639,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(23666,1639,'left_tab_1_cases_repeater_2_title','-医药分销\r\n-医药跟踪与生产'),(23667,1639,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(23668,1639,'left_tab_1_cases_repeater_2_icon_title','医药品'),(23669,1639,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(23670,1639,'left_tab_1_cases_repeater_2_details','我们引领了一个大型制药企业的收购和转变。这包括分割单一险种保险公司和以购买成本50%的利润处置单一险种保险公司。'),(23671,1639,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(23672,1639,'left_tab_1_cases_repeater','3'),(23673,1639,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(23674,1639,'left_tab_1_spacer','0'),(23675,1639,'_left_tab_1_spacer','field_56b3f001dbf09'),(23676,1639,'left_tab_name','案例'),(23677,1639,'_left_tab_name','field_56b3976017dce'),(23678,1639,'right_tab_name','Conferences'),(23679,1639,'_right_tab_name','field_56b3978117dcf'),(23680,1639,'right_tab_0_wysiwyg_editor','<h3>2016年会议</h3>'),(23681,1639,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(23682,1639,'right_tab_0_spacer','1'),(23683,1639,'_right_tab_0_spacer','field_56b3fab14554f'),(23684,1639,'right_tab_1_items_list_repeater_0_title','英国退欧:公投结果 - 这是正确的答案吗?'),(23685,1639,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(23686,1639,'right_tab_1_items_list_repeater_0_description','伦敦,2016年6月29日'),(23687,1639,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(23688,1639,'right_tab_1_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(23689,1639,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(23690,1639,'right_tab_1_items_list_repeater_1_description','克雷姆斯,2016年4月14日'),(23691,1639,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(23692,1639,'right_tab_1_items_list_repeater','4'),(23693,1639,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(23694,1639,'right_tab_1_spacer','0'),(23695,1639,'_right_tab_1_spacer','field_56b3fab145570'),(23696,1639,'add_third_tab','1'),(23697,1639,'_add_third_tab','field_57f54e889b77c'),(23698,1639,'third_tab_name','Upcoming Events'),(23699,1639,'_third_tab_name','field_57f54ea19b77d'),(23700,1639,'third_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(23701,1639,'_third_tab','field_57f54ec39b77e'),(23702,1639,'right_tab_2_wysiwyg_editor','<h3>2015年会议</h3>'),(23703,1639,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(23704,1639,'right_tab_2_spacer','1'),(23705,1639,'_right_tab_2_spacer','field_56b3fab14554f'),(23706,1639,'right_tab_3_items_list_repeater_0_title','法兰克福在欧洲金融市场中的作用'),(23707,1639,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(23708,1639,'right_tab_3_items_list_repeater_0_description','法兰克福,2015年10月'),(23709,1639,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(23710,1639,'right_tab_3_items_list_repeater_1_title','FS米兰圆桌会议:私营资产管理公司对于意大利银行结构重组的作用'),(23711,1639,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(23712,1639,'right_tab_3_items_list_repeater_1_description','米兰,2015年10月'),(23713,1639,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(23714,1639,'right_tab_3_items_list_repeater_2_title','不良投资会议 - NPL交易与价值回收'),(23715,1639,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(23716,1639,'right_tab_3_items_list_repeater_2_description','伦敦,2015年9月'),(23717,1639,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(23718,1639,'right_tab_3_items_list_repeater_3_title',' 转变后的重建小组'),(23719,1639,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(23720,1639,'right_tab_3_items_list_repeater_3_description','斯德哥尔摩,2015年6月'),(23721,1639,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(23722,1639,'right_tab_3_items_list_repeater_4_title','FS马德里圆桌会议:马德里如何继续在AQR后的欧洲创造大机遇?'),(23723,1639,'_right_tab_3_items_list_repeater_4_title','field_56b3fab14556e'),(23724,1639,'right_tab_3_items_list_repeater_4_description','马德里,2015年5月'),(23725,1639,'_right_tab_3_items_list_repeater_4_description','field_56b3fab14556f'),(23726,1639,'right_tab_3_items_list_repeater_5_title','东欧会议 – 转变的新兴金融前沿领域,2014年3月'),(23727,1639,'_right_tab_3_items_list_repeater_5_title','field_56b3fab14556e'),(23728,1639,'right_tab_3_items_list_repeater_5_description','布加勒斯特,2015年4月'),(23729,1639,'_right_tab_3_items_list_repeater_5_description','field_56b3fab14556f'),(23730,1639,'right_tab_3_items_list_repeater_6_title','FS伦敦圆桌会议:伦敦作为欧洲银行结构重组的枢纽作用'),(23731,1639,'_right_tab_3_items_list_repeater_6_title','field_56b3fab14556e'),(23732,1639,'right_tab_3_items_list_repeater_6_description','伦敦,2015年1月'),(23733,1639,'_right_tab_3_items_list_repeater_6_description','field_56b3fab14556f'),(23734,1639,'right_tab_3_items_list_repeater','7'),(23735,1639,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(23736,1639,'right_tab_3_spacer','0'),(23737,1639,'_right_tab_3_spacer','field_56b3fab145570'),(23738,1639,'right_tab_1_items_list_repeater_2_title','私人股权收购至CEE'),(23739,1639,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(23740,1639,'right_tab_1_items_list_repeater_2_description','布拉格,2016年3月16日'),(23741,1639,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(23742,1639,'right_tab_1_items_list_repeater_3_title','2016年不良资产投资论坛 - DDC Financial Group'),(23743,1639,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(23744,1639,'right_tab_1_items_list_repeater_3_description','伦敦,2016年3月9 - 10日'),(23745,1639,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(23746,1639,'right_tab_4_wysiwyg_editor','<h3>2014年会议</h3>'),(23747,1639,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(23748,1639,'right_tab_4_spacer','1'),(23749,1639,'_right_tab_4_spacer','field_56b3fab14554f'),(23750,1639,'right_tab_5_items_list_repeater_0_title','私营资产管理公司和价值回收(NPL International)'),(23751,1639,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(23752,1639,'right_tab_5_items_list_repeater_0_description','巴黎,2014年4月'),(23753,1639,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(23754,1639,'right_tab_5_items_list_repeater_1_title','在重组之后;重建强大的金融平台实现在中欧的恢复与好转'),(23755,1639,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(23756,1639,'right_tab_5_items_list_repeater_1_description','布加勒斯特,2014年6月'),(23757,1639,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(23758,1639,'right_tab_5_items_list_repeater_2_title','跨境银行业务转变和解决方案(欧洲重组&破产)'),(23759,1639,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(23760,1639,'right_tab_5_items_list_repeater_2_description','维也纳,2014年12月'),(23761,1639,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(23762,1639,'right_tab_5_items_list_repeater_3_title','NPL趋势与银行重组(NPL欧洲'),(23763,1639,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(23764,1639,'right_tab_5_items_list_repeater_3_description','伦敦,2014年10月'),(23765,1639,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(23766,1639,'right_tab_5_items_list_repeater','4'),(23767,1639,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(23768,1639,'right_tab_5_spacer','1'),(23769,1639,'_right_tab_5_spacer','field_56b3fab145570'),(23770,1639,'right_tab_6_contact_icon','icon-mail'),(23771,1639,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(23772,1639,'right_tab_6_contact_title','先前的会议可依要求提供'),(23773,1639,'_right_tab_6_contact_title','field_56b4001eb0921'),(23774,1639,'right_tab_6_contact_values_0_contact_value_left','电子邮件:'),(23775,1639,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(23776,1639,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(23777,1639,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(23778,1639,'right_tab_6_contact_values_0_link_type','mailto:'),(23779,1639,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(23780,1639,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(23781,1639,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(23782,1639,'right_tab_6_contact_values','1'),(23783,1639,'_right_tab_6_contact_values','field_56b3fde2ce062'),(23784,1639,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2016</h3>'),(23785,1639,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(23786,1639,'third_tab_0_spacer','1'),(23787,1639,'_third_tab_0_spacer','field_57f54ec49b780'),(23788,1639,'third_tab_1_items_list_repeater','3'),(23789,1639,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(23790,1639,'third_tab_1_spacer','1'),(23791,1639,'_third_tab_1_spacer','field_57f54ec49b7a1'),(23792,1639,'third_tab_1_items_list_repeater_0_title','Distressed Investing. Changes to the restructuring professionals \"toolkit\". New developments and future trends [Dr Fecker is Panelist]'),(23793,1639,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(23794,1639,'third_tab_1_items_list_repeater_0_description','London, 29 September 2016'),(23795,1639,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(23796,1639,'third_tab_1_items_list_repeater_1_title','DEBTWIREEuropean Restructuring Forum 2016 [Dr Fecker is Moderator for The Panel]'),(23797,1639,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(23798,1639,'third_tab_1_items_list_repeater_1_description','London, 12 October 2016'),(23799,1639,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(23800,1639,'third_tab_1_items_list_repeater_2_title','Forum and 1 on 1 Meetings. Topic: Capital Connections [Dr Fecker is Speaker]'),(23801,1639,'_third_tab_1_items_list_repeater_2_title','field_57f54ec49b79f'),(23802,1639,'third_tab_1_items_list_repeater_2_description','London, 20 - 21st October 2016'),(23803,1639,'_third_tab_1_items_list_repeater_2_description','field_57f54ec49b7a0'),(23804,1639,'third_tab_2_contact_icon','icon-mail'),(23805,1639,'_third_tab_2_contact_icon','field_58568c5a91b24'),(23806,1639,'third_tab_2_contact_title','Previous conferences available upon request.'),(23807,1639,'_third_tab_2_contact_title','field_58568c7791b25'),(23808,1639,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(23809,1639,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(23810,1639,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(23811,1639,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(23812,1639,'third_tab_2_contact_values_0_link_type','mailto:'),(23813,1639,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(23814,1639,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(23815,1639,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(23816,1639,'third_tab_2_contact_values','1'),(23817,1639,'_third_tab_2_contact_values','field_58568c1091b1d'),(23818,1640,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(23819,1640,'_left_tab','field_56b36c6deeda0'),(23820,1640,'add_second_tab','1'),(23821,1640,'_add_second_tab','field_56b36ca9eeda2'),(23822,1640,'right_tab','a:7:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";i:4;s:20:\"wysiwyg_editor_block\";i:5;s:16:\"items_list_block\";i:6;s:13:\"contact_block\";}'),(23823,1640,'_right_tab','field_56b3fab04554d'),(23824,1640,'left_tab_0_wysiwyg_editor','<h3>我们成功重组和转变了一些最大规模的公司和金融机构。下面介绍一些例子以及我们所获得的成功:</h3>'),(23825,1640,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(23826,1640,'left_tab_0_spacer','0'),(23827,1640,'_left_tab_0_spacer','field_56b371c577c8c'),(23828,1640,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(23829,1640,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(23830,1640,'left_tab_1_cases_repeater_0_title','希腊最大的银行'),(23831,1640,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(23832,1640,'left_tab_1_cases_repeater_0_icon_title','金融服务'),(23833,1640,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(23834,1640,'left_tab_1_cases_repeater_0_details','重组了一家领先的国际银行。我们解决了约80%的负债,处置了非核心资产,并确定和实现了收购。这使我们的客户在24个月内规模加倍,并重新定位成为市场领导者,成功募集资金超过10%。'),(23835,1640,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(23836,1640,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(23837,1640,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(23838,1640,'left_tab_1_cases_repeater_1_title','- 最大的全球独立炼油厂\r\n-GATE Alternative Energy'),(23839,1640,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(23840,1640,'left_tab_1_cases_repeater_1_icon_title','商品'),(23841,1640,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(23842,1640,'left_tab_1_cases_repeater_1_details','一个营收超过200亿美元(5亿美元的税前息前折旧摊销前盈余)的大型石化企业集团。这一参与需要彻底改变市场焦点,分析集团结构,同时重新定位各部门,逐渐减少其非核心实体。创造的总价值是初始基本价值的20% (重组后从100%至120%)。'),(23843,1640,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(23844,1640,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(23845,1640,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(23846,1640,'left_tab_1_cases_repeater_2_title','-医药分销\r\n-医药跟踪与生产'),(23847,1640,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(23848,1640,'left_tab_1_cases_repeater_2_icon_title','医药品'),(23849,1640,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(23850,1640,'left_tab_1_cases_repeater_2_details','我们引领了一个大型制药企业的收购和转变。这包括分割单一险种保险公司和以购买成本50%的利润处置单一险种保险公司。'),(23851,1640,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(23852,1640,'left_tab_1_cases_repeater','3'),(23853,1640,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(23854,1640,'left_tab_1_spacer','0'),(23855,1640,'_left_tab_1_spacer','field_56b3f001dbf09'),(23856,1640,'left_tab_name','案例'),(23857,1640,'_left_tab_name','field_56b3976017dce'),(23858,1640,'right_tab_name','会议'),(23859,1640,'_right_tab_name','field_56b3978117dcf'),(23860,1640,'right_tab_0_wysiwyg_editor','<h3>2016年会议</h3>'),(23861,1640,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(23862,1640,'right_tab_0_spacer','1'),(23863,1640,'_right_tab_0_spacer','field_56b3fab14554f'),(23864,1640,'right_tab_1_items_list_repeater_0_title','英国退欧:公投结果 - 这是正确的答案吗?'),(23865,1640,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(23866,1640,'right_tab_1_items_list_repeater_0_description','伦敦,2016年6月29日'),(23867,1640,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(23868,1640,'right_tab_1_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(23869,1640,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(23870,1640,'right_tab_1_items_list_repeater_1_description','克雷姆斯,2016年4月14日'),(23871,1640,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(23872,1640,'right_tab_1_items_list_repeater','4'),(23873,1640,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(23874,1640,'right_tab_1_spacer','0'),(23875,1640,'_right_tab_1_spacer','field_56b3fab145570'),(23876,1640,'add_third_tab','1'),(23877,1640,'_add_third_tab','field_57f54e889b77c'),(23878,1640,'third_tab_name','Upcoming Events'),(23879,1640,'_third_tab_name','field_57f54ea19b77d'),(23880,1640,'third_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(23881,1640,'_third_tab','field_57f54ec39b77e'),(23882,1640,'right_tab_2_wysiwyg_editor','<h3>2015年会议</h3>'),(23883,1640,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(23884,1640,'right_tab_2_spacer','1'),(23885,1640,'_right_tab_2_spacer','field_56b3fab14554f'),(23886,1640,'right_tab_3_items_list_repeater_0_title','法兰克福在欧洲金融市场中的作用'),(23887,1640,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(23888,1640,'right_tab_3_items_list_repeater_0_description','法兰克福,2015年10月'),(23889,1640,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(23890,1640,'right_tab_3_items_list_repeater_1_title','FS米兰圆桌会议:私营资产管理公司对于意大利银行结构重组的作用'),(23891,1640,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(23892,1640,'right_tab_3_items_list_repeater_1_description','米兰,2015年10月'),(23893,1640,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(23894,1640,'right_tab_3_items_list_repeater_2_title','不良投资会议 - NPL交易与价值回收'),(23895,1640,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(23896,1640,'right_tab_3_items_list_repeater_2_description','伦敦,2015年9月'),(23897,1640,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(23898,1640,'right_tab_3_items_list_repeater_3_title','转变后的重建小组'),(23899,1640,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(23900,1640,'right_tab_3_items_list_repeater_3_description','斯德哥尔摩,2015年6月'),(23901,1640,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(23902,1640,'right_tab_3_items_list_repeater_4_title','FS马德里圆桌会议:马德里如何继续在AQR后的欧洲创造大机遇?'),(23903,1640,'_right_tab_3_items_list_repeater_4_title','field_56b3fab14556e'),(23904,1640,'right_tab_3_items_list_repeater_4_description','马德里,2015年5月'),(23905,1640,'_right_tab_3_items_list_repeater_4_description','field_56b3fab14556f'),(23906,1640,'right_tab_3_items_list_repeater_5_title','东欧会议 – 转变的新兴金融前沿领域,2014年3月'),(23907,1640,'_right_tab_3_items_list_repeater_5_title','field_56b3fab14556e'),(23908,1640,'right_tab_3_items_list_repeater_5_description','布加勒斯特,2015年4月'),(23909,1640,'_right_tab_3_items_list_repeater_5_description','field_56b3fab14556f'),(23910,1640,'right_tab_3_items_list_repeater_6_title','FS伦敦圆桌会议:伦敦作为欧洲银行结构重组的枢纽作用'),(23911,1640,'_right_tab_3_items_list_repeater_6_title','field_56b3fab14556e'),(23912,1640,'right_tab_3_items_list_repeater_6_description','伦敦,2015年1月'),(23913,1640,'_right_tab_3_items_list_repeater_6_description','field_56b3fab14556f'),(23914,1640,'right_tab_3_items_list_repeater','7'),(23915,1640,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(23916,1640,'right_tab_3_spacer','0'),(23917,1640,'_right_tab_3_spacer','field_56b3fab145570'),(23918,1640,'right_tab_1_items_list_repeater_2_title','私人股权收购至CEE'),(23919,1640,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(23920,1640,'right_tab_1_items_list_repeater_2_description','布拉格,2016年3月16日'),(23921,1640,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(23922,1640,'right_tab_1_items_list_repeater_3_title','2016年不良资产投资论坛 - DDC Financial Group'),(23923,1640,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(23924,1640,'right_tab_1_items_list_repeater_3_description','伦敦,2016年3月9 - 10日'),(23925,1640,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(23926,1640,'right_tab_4_wysiwyg_editor','<h3>2014年会议</h3>'),(23927,1640,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(23928,1640,'right_tab_4_spacer','1'),(23929,1640,'_right_tab_4_spacer','field_56b3fab14554f'),(23930,1640,'right_tab_5_items_list_repeater_0_title','私营资产管理公司和价值回收(NPL International)'),(23931,1640,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(23932,1640,'right_tab_5_items_list_repeater_0_description','巴黎,2014年4月'),(23933,1640,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(23934,1640,'right_tab_5_items_list_repeater_1_title','在重组之后;重建强大的金融平台实现在中欧的恢复与好转'),(23935,1640,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(23936,1640,'right_tab_5_items_list_repeater_1_description','布加勒斯特,2014年6月'),(23937,1640,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(23938,1640,'right_tab_5_items_list_repeater_2_title','跨境银行业务转变和解决方案(欧洲重组&破产)'),(23939,1640,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(23940,1640,'right_tab_5_items_list_repeater_2_description','维也纳,2014年12月'),(23941,1640,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(23942,1640,'right_tab_5_items_list_repeater_3_title','NPL趋势与银行重组(NPL欧洲'),(23943,1640,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(23944,1640,'right_tab_5_items_list_repeater_3_description','伦敦,2014年10月'),(23945,1640,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(23946,1640,'right_tab_5_items_list_repeater','4'),(23947,1640,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(23948,1640,'right_tab_5_spacer','1'),(23949,1640,'_right_tab_5_spacer','field_56b3fab145570'),(23950,1640,'right_tab_6_contact_icon','icon-mail'),(23951,1640,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(23952,1640,'right_tab_6_contact_title','先前的会议可依要求提供'),(23953,1640,'_right_tab_6_contact_title','field_56b4001eb0921'),(23954,1640,'right_tab_6_contact_values_0_contact_value_left','电子邮件:'),(23955,1640,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(23956,1640,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(23957,1640,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(23958,1640,'right_tab_6_contact_values_0_link_type','mailto:'),(23959,1640,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(23960,1640,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(23961,1640,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(23962,1640,'right_tab_6_contact_values','1'),(23963,1640,'_right_tab_6_contact_values','field_56b3fde2ce062'),(23964,1640,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2016</h3>'),(23965,1640,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(23966,1640,'third_tab_0_spacer','1'),(23967,1640,'_third_tab_0_spacer','field_57f54ec49b780'),(23968,1640,'third_tab_1_items_list_repeater','3'),(23969,1640,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(23970,1640,'third_tab_1_spacer','1'),(23971,1640,'_third_tab_1_spacer','field_57f54ec49b7a1'),(23972,1640,'third_tab_1_items_list_repeater_0_title','Distressed Investing. Changes to the restructuring professionals \"toolkit\". New developments and future trends [Dr Fecker is Panelist]'),(23973,1640,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(23974,1640,'third_tab_1_items_list_repeater_0_description','London, 29 September 2016'),(23975,1640,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(23976,1640,'third_tab_1_items_list_repeater_1_title','DEBTWIREEuropean Restructuring Forum 2016 [Dr Fecker is Moderator for The Panel]'),(23977,1640,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(23978,1640,'third_tab_1_items_list_repeater_1_description','London, 12 October 2016'),(23979,1640,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(23980,1640,'third_tab_1_items_list_repeater_2_title','Forum and 1 on 1 Meetings. Topic: Capital Connections [Dr Fecker is Speaker]'),(23981,1640,'_third_tab_1_items_list_repeater_2_title','field_57f54ec49b79f'),(23982,1640,'third_tab_1_items_list_repeater_2_description','London, 20 - 21st October 2016'),(23983,1640,'_third_tab_1_items_list_repeater_2_description','field_57f54ec49b7a0'),(23984,1640,'third_tab_2_contact_icon','icon-mail'),(23985,1640,'_third_tab_2_contact_icon','field_58568c5a91b24'),(23986,1640,'third_tab_2_contact_title','Previous conferences available upon request.'),(23987,1640,'_third_tab_2_contact_title','field_58568c7791b25'),(23988,1640,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(23989,1640,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(23990,1640,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(23991,1640,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(23992,1640,'third_tab_2_contact_values_0_link_type','mailto:'),(23993,1640,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(23994,1640,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(23995,1640,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(23996,1640,'third_tab_2_contact_values','1'),(23997,1640,'_third_tab_2_contact_values','field_58568c1091b1d'),(23998,1641,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(23999,1641,'_left_tab','field_56b36c6deeda0'),(24000,1641,'add_second_tab','1'),(24001,1641,'_add_second_tab','field_56b36ca9eeda2'),(24002,1641,'right_tab','a:7:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";i:4;s:20:\"wysiwyg_editor_block\";i:5;s:16:\"items_list_block\";i:6;s:13:\"contact_block\";}'),(24003,1641,'_right_tab','field_56b3fab04554d'),(24004,1641,'left_tab_0_wysiwyg_editor','<h3>我们成功重组和转变了一些最大规模的公司和金融机构。下面介绍一些例子以及我们所获得的成功:</h3>'),(24005,1641,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(24006,1641,'left_tab_0_spacer','0'),(24007,1641,'_left_tab_0_spacer','field_56b371c577c8c'),(24008,1641,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(24009,1641,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(24010,1641,'left_tab_1_cases_repeater_0_title','希腊最大的银行'),(24011,1641,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(24012,1641,'left_tab_1_cases_repeater_0_icon_title','金融服务'),(24013,1641,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(24014,1641,'left_tab_1_cases_repeater_0_details','重组了一家领先的国际银行。我们解决了约80%的负债,处置了非核心资产,并确定和实现了收购。这使我们的客户在24个月内规模加倍,并重新定位成为市场领导者,成功募集资金超过10%。'),(24015,1641,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(24016,1641,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(24017,1641,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(24018,1641,'left_tab_1_cases_repeater_1_title','- 最大的全球独立炼油厂\r\n-GATE Alternative Energy'),(24019,1641,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(24020,1641,'left_tab_1_cases_repeater_1_icon_title','商品'),(24021,1641,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(24022,1641,'left_tab_1_cases_repeater_1_details','一个营收超过200亿美元(5亿美元的税前息前折旧摊销前盈余)的大型石化企业集团。这一参与需要彻底改变市场焦点,分析集团结构,同时重新定位各部门,逐渐减少其非核心实体。创造的总价值是初始基本价值的20% (重组后从100%至120%)。'),(24023,1641,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(24024,1641,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(24025,1641,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(24026,1641,'left_tab_1_cases_repeater_2_title','-医药分销\r\n-医药跟踪与生产'),(24027,1641,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(24028,1641,'left_tab_1_cases_repeater_2_icon_title','医药品'),(24029,1641,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(24030,1641,'left_tab_1_cases_repeater_2_details','我们引领了一个大型制药企业的收购和转变。这包括分割单一险种保险公司和以购买成本50%的利润处置单一险种保险公司。'),(24031,1641,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(24032,1641,'left_tab_1_cases_repeater','3'),(24033,1641,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(24034,1641,'left_tab_1_spacer','0'),(24035,1641,'_left_tab_1_spacer','field_56b3f001dbf09'),(24036,1641,'left_tab_name','案例'),(24037,1641,'_left_tab_name','field_56b3976017dce'),(24038,1641,'right_tab_name','会议'),(24039,1641,'_right_tab_name','field_56b3978117dcf'),(24040,1641,'right_tab_0_wysiwyg_editor','<h3>2016年会议</h3>'),(24041,1641,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(24042,1641,'right_tab_0_spacer','1'),(24043,1641,'_right_tab_0_spacer','field_56b3fab14554f'),(24044,1641,'right_tab_1_items_list_repeater_0_title','英国退欧:公投结果 - 这是正确的答案吗?'),(24045,1641,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(24046,1641,'right_tab_1_items_list_repeater_0_description','伦敦,2016年6月29日'),(24047,1641,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(24048,1641,'right_tab_1_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(24049,1641,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(24050,1641,'right_tab_1_items_list_repeater_1_description','克雷姆斯,2016年4月14日'),(24051,1641,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(24052,1641,'right_tab_1_items_list_repeater','4'),(24053,1641,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(24054,1641,'right_tab_1_spacer','0'),(24055,1641,'_right_tab_1_spacer','field_56b3fab145570'),(24056,1641,'add_third_tab','1'),(24057,1641,'_add_third_tab','field_57f54e889b77c'),(24058,1641,'third_tab_name','活动预告'),(24059,1641,'_third_tab_name','field_57f54ea19b77d'),(24060,1641,'third_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(24061,1641,'_third_tab','field_57f54ec39b77e'),(24062,1641,'right_tab_2_wysiwyg_editor','<h3>2015年会议</h3>'),(24063,1641,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(24064,1641,'right_tab_2_spacer','1'),(24065,1641,'_right_tab_2_spacer','field_56b3fab14554f'),(24066,1641,'right_tab_3_items_list_repeater_0_title','法兰克福在欧洲金融市场中的作用'),(24067,1641,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(24068,1641,'right_tab_3_items_list_repeater_0_description','法兰克福,2015年10月'),(24069,1641,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(24070,1641,'right_tab_3_items_list_repeater_1_title','FS米兰圆桌会议:私营资产管理公司对于意大利银行结构重组的作用'),(24071,1641,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(24072,1641,'right_tab_3_items_list_repeater_1_description','米兰,2015年10月'),(24073,1641,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(24074,1641,'right_tab_3_items_list_repeater_2_title','不良投资会议 - NPL交易与价值回收'),(24075,1641,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(24076,1641,'right_tab_3_items_list_repeater_2_description','伦敦,2015年9月'),(24077,1641,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(24078,1641,'right_tab_3_items_list_repeater_3_title','转变后的重建小组'),(24079,1641,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(24080,1641,'right_tab_3_items_list_repeater_3_description','斯德哥尔摩,2015年6月'),(24081,1641,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(24082,1641,'right_tab_3_items_list_repeater_4_title','FS马德里圆桌会议:马德里如何继续在AQR后的欧洲创造大机遇?'),(24083,1641,'_right_tab_3_items_list_repeater_4_title','field_56b3fab14556e'),(24084,1641,'right_tab_3_items_list_repeater_4_description','马德里,2015年5月'),(24085,1641,'_right_tab_3_items_list_repeater_4_description','field_56b3fab14556f'),(24086,1641,'right_tab_3_items_list_repeater_5_title','东欧会议 – 转变的新兴金融前沿领域,2014年3月'),(24087,1641,'_right_tab_3_items_list_repeater_5_title','field_56b3fab14556e'),(24088,1641,'right_tab_3_items_list_repeater_5_description','布加勒斯特,2015年4月'),(24089,1641,'_right_tab_3_items_list_repeater_5_description','field_56b3fab14556f'),(24090,1641,'right_tab_3_items_list_repeater_6_title','FS伦敦圆桌会议:伦敦作为欧洲银行结构重组的枢纽作用'),(24091,1641,'_right_tab_3_items_list_repeater_6_title','field_56b3fab14556e'),(24092,1641,'right_tab_3_items_list_repeater_6_description','伦敦,2015年1月'),(24093,1641,'_right_tab_3_items_list_repeater_6_description','field_56b3fab14556f'),(24094,1641,'right_tab_3_items_list_repeater','7'),(24095,1641,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(24096,1641,'right_tab_3_spacer','0'),(24097,1641,'_right_tab_3_spacer','field_56b3fab145570'),(24098,1641,'right_tab_1_items_list_repeater_2_title','私人股权收购至CEE'),(24099,1641,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(24100,1641,'right_tab_1_items_list_repeater_2_description','布拉格,2016年3月16日'),(24101,1641,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(24102,1641,'right_tab_1_items_list_repeater_3_title','2016年不良资产投资论坛 - DDC Financial Group'),(24103,1641,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(24104,1641,'right_tab_1_items_list_repeater_3_description','伦敦,2016年3月9 - 10日'),(24105,1641,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(24106,1641,'right_tab_4_wysiwyg_editor','<h3>2014年会议</h3>'),(24107,1641,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(24108,1641,'right_tab_4_spacer','1'),(24109,1641,'_right_tab_4_spacer','field_56b3fab14554f'),(24110,1641,'right_tab_5_items_list_repeater_0_title','私营资产管理公司和价值回收(NPL International)'),(24111,1641,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(24112,1641,'right_tab_5_items_list_repeater_0_description','巴黎,2014年4月'),(24113,1641,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(24114,1641,'right_tab_5_items_list_repeater_1_title','在重组之后;重建强大的金融平台实现在中欧的恢复与好转'),(24115,1641,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(24116,1641,'right_tab_5_items_list_repeater_1_description','布加勒斯特,2014年6月'),(24117,1641,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(24118,1641,'right_tab_5_items_list_repeater_2_title','跨境银行业务转变和解决方案(欧洲重组&破产)'),(24119,1641,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(24120,1641,'right_tab_5_items_list_repeater_2_description','维也纳,2014年12月'),(24121,1641,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(24122,1641,'right_tab_5_items_list_repeater_3_title','NPL趋势与银行重组(NPL欧洲'),(24123,1641,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(24124,1641,'right_tab_5_items_list_repeater_3_description','伦敦,2014年10月'),(24125,1641,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(24126,1641,'right_tab_5_items_list_repeater','4'),(24127,1641,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(24128,1641,'right_tab_5_spacer','1'),(24129,1641,'_right_tab_5_spacer','field_56b3fab145570'),(24130,1641,'right_tab_6_contact_icon','icon-mail'),(24131,1641,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(24132,1641,'right_tab_6_contact_title','先前的会议可依要求提供'),(24133,1641,'_right_tab_6_contact_title','field_56b4001eb0921'),(24134,1641,'right_tab_6_contact_values_0_contact_value_left','电子邮件:'),(24135,1641,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(24136,1641,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(24137,1641,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(24138,1641,'right_tab_6_contact_values_0_link_type','mailto:'),(24139,1641,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(24140,1641,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(24141,1641,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(24142,1641,'right_tab_6_contact_values','1'),(24143,1641,'_right_tab_6_contact_values','field_56b3fde2ce062'),(24144,1641,'third_tab_0_wysiwyg_editor','2016年活动预告'),(24145,1641,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(24146,1641,'third_tab_0_spacer','1'),(24147,1641,'_third_tab_0_spacer','field_57f54ec49b780'),(24148,1641,'third_tab_1_items_list_repeater','3'),(24149,1641,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(24150,1641,'third_tab_1_spacer','1'),(24151,1641,'_third_tab_1_spacer','field_57f54ec49b7a1'),(24152,1641,'third_tab_1_items_list_repeater_0_title','不良投资。重组专业人员“工具包”的变化。新发展和未来趋势 [Fecker博士是小组成员]'),(24153,1641,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(24154,1641,'third_tab_1_items_list_repeater_0_description','伦敦,2016年9月29日'),(24155,1641,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(24156,1641,'third_tab_1_items_list_repeater_1_title','DEBTWIRE欧洲重组论坛2016 [Fecker博士是小组主持人'),(24157,1641,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(24158,1641,'third_tab_1_items_list_repeater_1_description','伦敦,2016年10月12日'),(24159,1641,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(24160,1641,'third_tab_1_items_list_repeater_2_title','论坛和1对1会谈。 主题:资本对接 [Fecker博士是发言人]'),(24161,1641,'_third_tab_1_items_list_repeater_2_title','field_57f54ec49b79f'),(24162,1641,'third_tab_1_items_list_repeater_2_description','伦敦,2016年10月20 - 21日'),(24163,1641,'_third_tab_1_items_list_repeater_2_description','field_57f54ec49b7a0'),(24164,1641,'third_tab_2_contact_icon','icon-mail'),(24165,1641,'_third_tab_2_contact_icon','field_58568c5a91b24'),(24166,1641,'third_tab_2_contact_title','先前的会议可依要求提供'),(24167,1641,'_third_tab_2_contact_title','field_58568c7791b25'),(24168,1641,'third_tab_2_contact_values_0_contact_value_left','电子邮件:'),(24169,1641,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(24170,1641,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(24171,1641,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(24172,1641,'third_tab_2_contact_values_0_link_type','mailto:'),(24173,1641,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(24174,1641,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(24175,1641,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(24176,1641,'third_tab_2_contact_values','1'),(24177,1641,'_third_tab_2_contact_values','field_58568c1091b1d'),(24178,1642,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(24179,1642,'_left_tab','field_56b36c6deeda0'),(24180,1642,'add_second_tab','1'),(24181,1642,'_add_second_tab','field_56b36ca9eeda2'),(24182,1642,'right_tab','a:7:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";i:4;s:20:\"wysiwyg_editor_block\";i:5;s:16:\"items_list_block\";i:6;s:13:\"contact_block\";}'),(24183,1642,'_right_tab','field_56b3fab04554d'),(24184,1642,'left_tab_0_wysiwyg_editor','<h3>我们成功重组和转变了一些最大规模的公司和金融机构。下面介绍一些例子以及我们所获得的成功:</h3>'),(24185,1642,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(24186,1642,'left_tab_0_spacer','0'),(24187,1642,'_left_tab_0_spacer','field_56b371c577c8c'),(24188,1642,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(24189,1642,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(24190,1642,'left_tab_1_cases_repeater_0_title','希腊最大的银行'),(24191,1642,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(24192,1642,'left_tab_1_cases_repeater_0_icon_title','金融服务'),(24193,1642,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(24194,1642,'left_tab_1_cases_repeater_0_details','重组了一家领先的国际银行。我们解决了约80%的负债,处置了非核心资产,并确定和实现了收购。这使我们的客户在24个月内规模加倍,并重新定位成为市场领导者,成功募集资金超过10%。'),(24195,1642,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(24196,1642,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(24197,1642,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(24198,1642,'left_tab_1_cases_repeater_1_title','- 最大的全球独立炼油厂\r\n-GATE Alternative Energy'),(24199,1642,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(24200,1642,'left_tab_1_cases_repeater_1_icon_title','商品'),(24201,1642,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(24202,1642,'left_tab_1_cases_repeater_1_details','一个营收超过200亿美元(5亿美元的税前息前折旧摊销前盈余)的大型石化企业集团。这一参与需要彻底改变市场焦点,分析集团结构,同时重新定位各部门,逐渐减少其非核心实体。创造的总价值是初始基本价值的20% (重组后从100%至120%)。'),(24203,1642,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(24204,1642,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(24205,1642,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(24206,1642,'left_tab_1_cases_repeater_2_title','-医药分销\r\n-医药跟踪与生产'),(24207,1642,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(24208,1642,'left_tab_1_cases_repeater_2_icon_title','医药品'),(24209,1642,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(24210,1642,'left_tab_1_cases_repeater_2_details','我们引领了一个大型制药企业的收购和转变。这包括分割单一险种保险公司和以购买成本50%的利润处置单一险种保险公司。'),(24211,1642,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(24212,1642,'left_tab_1_cases_repeater','3'),(24213,1642,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(24214,1642,'left_tab_1_spacer','0'),(24215,1642,'_left_tab_1_spacer','field_56b3f001dbf09'),(24216,1642,'left_tab_name','案例'),(24217,1642,'_left_tab_name','field_56b3976017dce'),(24218,1642,'right_tab_name','会议'),(24219,1642,'_right_tab_name','field_56b3978117dcf'),(24220,1642,'right_tab_0_wysiwyg_editor','<h3>2016年会议</h3>'),(24221,1642,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(24222,1642,'right_tab_0_spacer','1'),(24223,1642,'_right_tab_0_spacer','field_56b3fab14554f'),(24224,1642,'right_tab_1_items_list_repeater_0_title','英国退欧:公投结果 - 这是正确的答案吗?'),(24225,1642,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(24226,1642,'right_tab_1_items_list_repeater_0_description','伦敦,2016年6月29日'),(24227,1642,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(24228,1642,'right_tab_1_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(24229,1642,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(24230,1642,'right_tab_1_items_list_repeater_1_description','克雷姆斯,2016年4月14日'),(24231,1642,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(24232,1642,'right_tab_1_items_list_repeater','4'),(24233,1642,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(24234,1642,'right_tab_1_spacer','0'),(24235,1642,'_right_tab_1_spacer','field_56b3fab145570'),(24236,1642,'add_third_tab','1'),(24237,1642,'_add_third_tab','field_57f54e889b77c'),(24238,1642,'third_tab_name','活动预告'),(24239,1642,'_third_tab_name','field_57f54ea19b77d'),(24240,1642,'third_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(24241,1642,'_third_tab','field_57f54ec39b77e'),(24242,1642,'right_tab_2_wysiwyg_editor','<h3>2015年会议</h3>'),(24243,1642,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(24244,1642,'right_tab_2_spacer','1'),(24245,1642,'_right_tab_2_spacer','field_56b3fab14554f'),(24246,1642,'right_tab_3_items_list_repeater_0_title','法兰克福在欧洲金融市场中的作用'),(24247,1642,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(24248,1642,'right_tab_3_items_list_repeater_0_description','法兰克福,2015年10月'),(24249,1642,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(24250,1642,'right_tab_3_items_list_repeater_1_title','FS米兰圆桌会议:私营资产管理公司对于意大利银行结构重组的作用'),(24251,1642,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(24252,1642,'right_tab_3_items_list_repeater_1_description','米兰,2015年10月'),(24253,1642,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(24254,1642,'right_tab_3_items_list_repeater_2_title','不良投资会议 - NPL交易与价值回收'),(24255,1642,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(24256,1642,'right_tab_3_items_list_repeater_2_description','伦敦,2015年9月'),(24257,1642,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(24258,1642,'right_tab_3_items_list_repeater_3_title','转变后的重建小组'),(24259,1642,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(24260,1642,'right_tab_3_items_list_repeater_3_description','斯德哥尔摩,2015年6月'),(24261,1642,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(24262,1642,'right_tab_3_items_list_repeater_4_title','FS马德里圆桌会议:马德里如何继续在AQR后的欧洲创造大机遇?'),(24263,1642,'_right_tab_3_items_list_repeater_4_title','field_56b3fab14556e'),(24264,1642,'right_tab_3_items_list_repeater_4_description','马德里,2015年5月'),(24265,1642,'_right_tab_3_items_list_repeater_4_description','field_56b3fab14556f'),(24266,1642,'right_tab_3_items_list_repeater_5_title','东欧会议 – 转变的新兴金融前沿领域,2014年3月'),(24267,1642,'_right_tab_3_items_list_repeater_5_title','field_56b3fab14556e'),(24268,1642,'right_tab_3_items_list_repeater_5_description','布加勒斯特,2015年4月'),(24269,1642,'_right_tab_3_items_list_repeater_5_description','field_56b3fab14556f'),(24270,1642,'right_tab_3_items_list_repeater_6_title','FS伦敦圆桌会议:伦敦作为欧洲银行结构重组的枢纽作用'),(24271,1642,'_right_tab_3_items_list_repeater_6_title','field_56b3fab14556e'),(24272,1642,'right_tab_3_items_list_repeater_6_description','伦敦,2015年1月'),(24273,1642,'_right_tab_3_items_list_repeater_6_description','field_56b3fab14556f'),(24274,1642,'right_tab_3_items_list_repeater','7'),(24275,1642,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(24276,1642,'right_tab_3_spacer','0'),(24277,1642,'_right_tab_3_spacer','field_56b3fab145570'),(24278,1642,'right_tab_1_items_list_repeater_2_title','私人股权收购至CEE'),(24279,1642,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(24280,1642,'right_tab_1_items_list_repeater_2_description','布拉格,2016年3月16日'),(24281,1642,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(24282,1642,'right_tab_1_items_list_repeater_3_title','2016年不良资产投资论坛 - DDC Financial Group'),(24283,1642,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(24284,1642,'right_tab_1_items_list_repeater_3_description','伦敦,2016年3月9 - 10日'),(24285,1642,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(24286,1642,'right_tab_4_wysiwyg_editor','<h3>2014年会议</h3>'),(24287,1642,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(24288,1642,'right_tab_4_spacer','1'),(24289,1642,'_right_tab_4_spacer','field_56b3fab14554f'),(24290,1642,'right_tab_5_items_list_repeater_0_title','私营资产管理公司和价值回收(NPL International)'),(24291,1642,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(24292,1642,'right_tab_5_items_list_repeater_0_description','巴黎,2014年4月'),(24293,1642,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(24294,1642,'right_tab_5_items_list_repeater_1_title','在重组之后;重建强大的金融平台实现在中欧的恢复与好转'),(24295,1642,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(24296,1642,'right_tab_5_items_list_repeater_1_description','布加勒斯特,2014年6月'),(24297,1642,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(24298,1642,'right_tab_5_items_list_repeater_2_title','跨境银行业务转变和解决方案(欧洲重组&破产)'),(24299,1642,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(24300,1642,'right_tab_5_items_list_repeater_2_description','维也纳,2014年12月'),(24301,1642,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(24302,1642,'right_tab_5_items_list_repeater_3_title','NPL趋势与银行重组(NPL欧洲'),(24303,1642,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(24304,1642,'right_tab_5_items_list_repeater_3_description','伦敦,2014年10月'),(24305,1642,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(24306,1642,'right_tab_5_items_list_repeater','4'),(24307,1642,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(24308,1642,'right_tab_5_spacer','1'),(24309,1642,'_right_tab_5_spacer','field_56b3fab145570'),(24310,1642,'right_tab_6_contact_icon','icon-mail'),(24311,1642,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(24312,1642,'right_tab_6_contact_title','先前的会议可依要求提供'),(24313,1642,'_right_tab_6_contact_title','field_56b4001eb0921'),(24314,1642,'right_tab_6_contact_values_0_contact_value_left','电子邮件:'),(24315,1642,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(24316,1642,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(24317,1642,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(24318,1642,'right_tab_6_contact_values_0_link_type','mailto:'),(24319,1642,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(24320,1642,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(24321,1642,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(24322,1642,'right_tab_6_contact_values','1'),(24323,1642,'_right_tab_6_contact_values','field_56b3fde2ce062'),(24324,1642,'third_tab_0_wysiwyg_editor','<h3>2016年活动预告</h3>'),(24325,1642,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(24326,1642,'third_tab_0_spacer','1'),(24327,1642,'_third_tab_0_spacer','field_57f54ec49b780'),(24328,1642,'third_tab_1_items_list_repeater','3'),(24329,1642,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(24330,1642,'third_tab_1_spacer','1'),(24331,1642,'_third_tab_1_spacer','field_57f54ec49b7a1'),(24332,1642,'third_tab_1_items_list_repeater_0_title','不良投资。重组专业人员“工具包”的变化。新发展和未来趋势 [Fecker博士是小组成员]'),(24333,1642,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(24334,1642,'third_tab_1_items_list_repeater_0_description','伦敦,2016年9月29日'),(24335,1642,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(24336,1642,'third_tab_1_items_list_repeater_1_title','DEBTWIRE欧洲重组论坛2016 [Fecker博士是小组主持人'),(24337,1642,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(24338,1642,'third_tab_1_items_list_repeater_1_description','伦敦,2016年10月12日'),(24339,1642,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(24340,1642,'third_tab_1_items_list_repeater_2_title','论坛和1对1会谈。 主题:资本对接 [Fecker博士是发言人]'),(24341,1642,'_third_tab_1_items_list_repeater_2_title','field_57f54ec49b79f'),(24342,1642,'third_tab_1_items_list_repeater_2_description','伦敦,2016年10月20 - 21日'),(24343,1642,'_third_tab_1_items_list_repeater_2_description','field_57f54ec49b7a0'),(24344,1642,'third_tab_2_contact_icon','icon-mail'),(24345,1642,'_third_tab_2_contact_icon','field_58568c5a91b24'),(24346,1642,'third_tab_2_contact_title','先前的会议可依要求提供'),(24347,1642,'_third_tab_2_contact_title','field_58568c7791b25'),(24348,1642,'third_tab_2_contact_values_0_contact_value_left','电子邮件:'),(24349,1642,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(24350,1642,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(24351,1642,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(24352,1642,'third_tab_2_contact_values_0_link_type','mailto:'),(24353,1642,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(24354,1642,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(24355,1642,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(24356,1642,'third_tab_2_contact_values','1'),(24357,1642,'_third_tab_2_contact_values','field_58568c1091b1d'),(24358,1602,'left_tab_2_contact_values_4_contact_value_left','电子邮件:'),(24359,1602,'_left_tab_2_contact_values_4_contact_value_left','field_56b3f834453c3'),(24360,1602,'left_tab_2_contact_values_4_contact_value_right','lukas.fecker@innovationbrain.com'),(24361,1602,'_left_tab_2_contact_values_4_contact_value_right','field_56b3f834453c4'),(24362,1602,'left_tab_2_contact_values_4_link','lukas.fecker@innovationbrain.com'),(24363,1602,'_left_tab_2_contact_values_4_link','field_56b3f834453c5'),(24364,1602,'left_tab_2_contact_values_4_link_type','mailto:'),(24365,1602,'_left_tab_2_contact_values_4_link_type','field_56b3f834453c6'),(24366,1644,'left_tab_0_wysiwyg_editor','<h3>您将在此找到我们与媒体Debtwire 分享演说及会议的思想领导。基于竞争的原因,我们无法分享我们解决方案的补偿性知识财产权、方法及详细资料。不过,若您需要更多详细资料,可以与我们连络,我们非常乐意与您讨论您感兴趣的内容。</h3>'),(24367,1644,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(24368,1644,'left_tab_0_spacer','1'),(24369,1644,'_left_tab_0_spacer','field_56b371c577c8c'),(24370,1644,'left_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"external_block\";i:2;s:13:\"contact_block\";}'),(24371,1644,'_left_tab','field_56b36c6deeda0'),(24372,1644,'add_second_tab','0'),(24373,1644,'_add_second_tab','field_56b36ca9eeda2'),(24374,1644,'right_tab',''),(24375,1644,'_right_tab','field_56b3fab04554d'),(24376,1644,'left_tab_1_external_repeater_0_title','演示报告:NPL (不良债权)趋势和银行重组'),(24377,1644,'_left_tab_1_external_repeater_0_title','field_56b3e63fb5686'),(24378,1644,'left_tab_1_external_repeater_0_details','会议:NPL欧洲伦敦,2014年10月1 - 2日'),(24379,1644,'_left_tab_1_external_repeater_0_details','field_56b3e677b5687'),(24380,1644,'left_tab_1_external_repeater_0_link','http://www.smithnovak.com/conferences/npl-europe.html'),(24381,1644,'_left_tab_1_external_repeater_0_link','field_56b3e69cb5688'),(24382,1644,'left_tab_1_external_repeater_1_title','演示报告:跨境银行业务转变和解决方案'),(24383,1644,'_left_tab_1_external_repeater_1_title','field_56b3e63fb5686'),(24384,1644,'left_tab_1_external_repeater_1_details','会议:欧洲维也纳重组与破产,2014年12月4 - 5日'),(24385,1644,'_left_tab_1_external_repeater_1_details','field_56b3e677b5687'),(24386,1644,'left_tab_1_external_repeater_1_link','http://www.smithnovak.com/conferences/restructuring-insolvency-europe.html'),(24387,1644,'_left_tab_1_external_repeater_1_link','field_56b3e69cb5688'),(24388,1644,'left_tab_1_external_repeater_2_title','演示报告:私营资产管理公司与价值回收'),(24389,1644,'_left_tab_1_external_repeater_2_title','field_56b3e63fb5686'),(24390,1644,'left_tab_1_external_repeater_2_details','会议:NPL国际巴黎,2014年4月23 - 24日'),(24391,1644,'_left_tab_1_external_repeater_2_details','field_56b3e677b5687'),(24392,1644,'left_tab_1_external_repeater_2_link','http://www.smithnovak.com/conferences/npl-international.html'),(24393,1644,'_left_tab_1_external_repeater_2_link','field_56b3e69cb5688'),(24394,1644,'left_tab_1_external_repeater','3'),(24395,1644,'_left_tab_1_external_repeater','field_56b3e5acb5685'),(24396,1644,'left_tab_1_spacer','0'),(24397,1644,'_left_tab_1_spacer','field_56b3e588b5684'),(24398,1644,'left_tab_2_contact_icon','icon-mail'),(24399,1644,'_left_tab_2_contact_icon','field_56b3f7c0468cc'),(24400,1644,'left_tab_2_contact_title','请随时联系我们:'),(24401,1644,'_left_tab_2_contact_title','field_56b3f7c0468cd'),(24402,1644,'left_tab_2_contact_values_0_contact_value_left','瑞士,楚格'),(24403,1644,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f834453c3'),(24404,1644,'left_tab_2_contact_values_0_contact_value_right',''),(24405,1644,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f834453c4'),(24406,1644,'left_tab_2_contact_values_0_link',''),(24407,1644,'_left_tab_2_contact_values_0_link','field_56b3f834453c5'),(24408,1644,'left_tab_2_contact_values_0_link_type',''),(24409,1644,'_left_tab_2_contact_values_0_link_type','field_56b3f834453c6'),(24410,1644,'left_tab_2_contact_values_1_contact_value_left','Lukas Fecker博士'),(24411,1644,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f834453c3'),(24412,1644,'left_tab_2_contact_values_1_contact_value_right',''),(24413,1644,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f834453c4'),(24414,1644,'left_tab_2_contact_values_1_link',''),(24415,1644,'_left_tab_2_contact_values_1_link','field_56b3f834453c5'),(24416,1644,'left_tab_2_contact_values_1_link_type',''),(24417,1644,'_left_tab_2_contact_values_1_link_type','field_56b3f834453c6'),(24418,1644,'left_tab_2_contact_values_2_contact_value_left','电话:'),(24419,1644,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f834453c3'),(24420,1644,'left_tab_2_contact_values_2_contact_value_right','(+41) 793 107 090 (瑞士)'),(24421,1644,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f834453c4'),(24422,1644,'left_tab_2_contact_values_2_link','+41793107090'),(24423,1644,'_left_tab_2_contact_values_2_link','field_56b3f834453c5'),(24424,1644,'left_tab_2_contact_values_2_link_type','tel:'),(24425,1644,'_left_tab_2_contact_values_2_link_type','field_56b3f834453c6'),(24426,1644,'left_tab_2_contact_values_3_contact_value_left','电话:'),(24427,1644,'_left_tab_2_contact_values_3_contact_value_left','field_56b3f834453c3'),(24428,1644,'left_tab_2_contact_values_3_contact_value_right','(+44) 755 767 9504 (英国)'),(24429,1644,'_left_tab_2_contact_values_3_contact_value_right','field_56b3f834453c4'),(24430,1644,'left_tab_2_contact_values_3_link','+447557679504'),(24431,1644,'_left_tab_2_contact_values_3_link','field_56b3f834453c5'),(24432,1644,'left_tab_2_contact_values_3_link_type',''),(24433,1644,'_left_tab_2_contact_values_3_link_type','field_56b3f834453c6'),(24434,1644,'left_tab_2_contact_values','5'),(24435,1644,'_left_tab_2_contact_values','field_56b3f834453c2'),(24436,1644,'add_third_tab','0'),(24437,1644,'_add_third_tab','field_57f54e889b77c'),(24438,1644,'third_tab',''),(24439,1644,'_third_tab','field_57f54ec39b77e'),(24440,1644,'left_tab_2_contact_values_4_contact_value_left','电子邮件:'),(24441,1644,'_left_tab_2_contact_values_4_contact_value_left','field_56b3f834453c3'),(24442,1644,'left_tab_2_contact_values_4_contact_value_right','lukas.fecker@innovationbrain.com'),(24443,1644,'_left_tab_2_contact_values_4_contact_value_right','field_56b3f834453c4'),(24444,1644,'left_tab_2_contact_values_4_link','lukas.fecker@innovationbrain.com'),(24445,1644,'_left_tab_2_contact_values_4_link','field_56b3f834453c5'),(24446,1644,'left_tab_2_contact_values_4_link_type','mailto:'),(24447,1644,'_left_tab_2_contact_values_4_link_type','field_56b3f834453c6'),(24448,1646,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>从破坏到创新和转变的过程中创造价值</h3>\r\n \r\n\r\n我们拥有多种领域的专家,例如金融服务、商品、制药。我们提供重组、转型及创新等服务的专业知识。我们的专家解决方案有回收及改善;贸易转型、制药,以及批发与零售\r\n\r\n</header>'),(24449,1646,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(24450,1646,'left_tab_0_spacer','0'),(24451,1646,'_left_tab_0_spacer','field_56b371c577c8c'),(24452,1646,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:19:\"3circles_block_text\";i:2;s:19:\"3circles_block_text\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:15:\"read_more_block\";}'),(24453,1646,'_left_tab','field_56b36c6deeda0'),(24454,1646,'add_second_tab','0'),(24455,1646,'_add_second_tab','field_56b36ca9eeda2'),(24456,1646,'right_tab',''),(24457,1646,'_right_tab','field_56b3fab04554d'),(24458,1646,'left_tab_1_title','部门'),(24459,1646,'_left_tab_1_title','field_56b3db70da032'),(24460,1646,'left_tab_1_circle1','icon-bullseye'),(24461,1646,'_left_tab_1_circle1','field_56b3da76da02b'),(24462,1646,'left_tab_1_circle2','icon-progress'),(24463,1646,'_left_tab_1_circle2','field_56b3da76da02c'),(24464,1646,'left_tab_1_circle3','icon-pill'),(24465,1646,'_left_tab_1_circle3','field_56b3da76da02d'),(24466,1646,'left_tab_1_circle1_label','金融服务'),(24467,1646,'_left_tab_1_circle1_label','field_56b3da76da02e'),(24468,1646,'left_tab_1_circle2_label','商品'),(24469,1646,'_left_tab_1_circle2_label','field_56b3da76da02f'),(24470,1646,'left_tab_1_circle3_label','医药品'),(24471,1646,'_left_tab_1_circle3_label','field_56b3da76da030'),(24472,1646,'left_tab_1_paragraph1','我们专注于提供解决方案,私营资产管理公司的设立和融资、管理运营操作\r\n'),(24473,1646,'_left_tab_1_paragraph1','field_56b3db8eda033'),(24474,1646,'left_tab_1_paragraph2','我们的专业在于收购农产品、日常用品,以及需要重组和转型之交易的非核心资产\r\n'),(24475,1646,'_left_tab_1_paragraph2','field_56b3dc6dda035'),(24476,1646,'left_tab_1_paragraph3','我们支持行业内的分销组织转变;收购和转变生产设施和非核心资产\r\n'),(24477,1646,'_left_tab_1_paragraph3','field_56b3dc74da036'),(24478,1646,'left_tab_1_spacer','0'),(24479,1646,'_left_tab_1_spacer','field_56b3da76da031'),(24480,1646,'left_tab_2_title','Services'),(24481,1646,'_left_tab_2_title','field_56b3db70da032'),(24482,1646,'left_tab_2_circle1','icon-grid'),(24483,1646,'_left_tab_2_circle1','field_56b3da76da02b'),(24484,1646,'left_tab_2_circle2','icon-turnaround'),(24485,1646,'_left_tab_2_circle2','field_56b3da76da02c'),(24486,1646,'left_tab_2_circle3','icon-folder'),(24487,1646,'_left_tab_2_circle3','field_56b3da76da02d'),(24488,1646,'left_tab_2_circle1_label','资产管理'),(24489,1646,'_left_tab_2_circle1_label','field_56b3da76da02e'),(24490,1646,'left_tab_2_circle2_label','转变顾问'),(24491,1646,'_left_tab_2_circle2_label','field_56b3da76da02f'),(24492,1646,'left_tab_2_circle3_label','投资和融资'),(24493,1646,'_left_tab_2_circle3_label','field_56b3da76da030'),(24494,1646,'left_tab_2_paragraph1','资产管理包括我们的专有投资和债务与股权的转换。我们还提供执行领导团队,代表我们自己和代表我们的投资者来运营投资\r\n'),(24495,1646,'_left_tab_2_paragraph1','field_56b3db8eda033'),(24496,1646,'left_tab_2_paragraph2','我们的转变专业人士是曾经领导、建立和指导过重要企业实现增长、收购、重组和转变的前任高级管理人员。他们拥有来自4大分析企业等联网公司的分析团队的支持\r\n'),(24497,1646,'_left_tab_2_paragraph2','field_56b3dc6dda035'),(24498,1646,'left_tab_2_paragraph3','我们为客户操作和管理资金。我们的投资者都是家庭办公室、体育基金和养老基金。重点主要在于不良投资或通过集中投资一个部门的根本性变革来支持战略增长。我们建议我们的客户优先投资到一个新的业务部门\r\n'),(24499,1646,'_left_tab_2_paragraph3','field_56b3dc74da036'),(24500,1646,'left_tab_2_spacer','0'),(24501,1646,'_left_tab_2_spacer','field_56b3da76da031'),(24502,1646,'left_tab_3_wysiwyg_editor','我们具备大规模专家网络,保证可以免除资产负债表中的风险。我们透过我们的公司、子公司及合作伙伴网络与您合作,以分拆您的业务并创造价值。我们让您能够参与贵公司的清收。'),(24503,1646,'_left_tab_3_wysiwyg_editor','field_56b3711077c86'),(24504,1646,'left_tab_3_spacer','1'),(24505,1646,'_left_tab_3_spacer','field_56b371c577c8c'),(24506,1646,'left_tab_4_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(24507,1646,'_left_tab_4_image','field_56b373f3b6e44'),(24508,1646,'left_tab_4_title','通过创新和转变创造股东价值'),(24509,1646,'_left_tab_4_title','field_56b373afb6e42'),(24510,1646,'left_tab_4_button_label','下载PDF (312 Kb)'),(24511,1646,'_left_tab_4_button_label','field_56b373ceb6e43'),(24512,1646,'left_tab_4_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(24513,1646,'_left_tab_4_button_link','field_56b374ff0ad17'),(24514,1646,'add_third_tab','0'),(24515,1646,'_add_third_tab','field_57f54e889b77c'),(24516,1646,'third_tab',''),(24517,1646,'_third_tab','field_57f54ec39b77e'),(24518,1647,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>从破坏到创新和转变的过程中创造价值</h3>\r\n \r\n\r\n我们拥有多种领域的专家,例如金融服务、商品、制药。我们提供重组、转型及创新等服务的专业知识。我们的专家解决方案有回收及改善;贸易转型、制药,以及批发与零售\r\n\r\n</header>'),(24519,1647,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(24520,1647,'left_tab_0_spacer','0'),(24521,1647,'_left_tab_0_spacer','field_56b371c577c8c'),(24522,1647,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:19:\"3circles_block_text\";i:2;s:19:\"3circles_block_text\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:15:\"read_more_block\";}'),(24523,1647,'_left_tab','field_56b36c6deeda0'),(24524,1647,'add_second_tab','0'),(24525,1647,'_add_second_tab','field_56b36ca9eeda2'),(24526,1647,'right_tab',''),(24527,1647,'_right_tab','field_56b3fab04554d'),(24528,1647,'left_tab_1_title','部门'),(24529,1647,'_left_tab_1_title','field_56b3db70da032'),(24530,1647,'left_tab_1_circle1','icon-bullseye'),(24531,1647,'_left_tab_1_circle1','field_56b3da76da02b'),(24532,1647,'left_tab_1_circle2','icon-progress'),(24533,1647,'_left_tab_1_circle2','field_56b3da76da02c'),(24534,1647,'left_tab_1_circle3','icon-pill'),(24535,1647,'_left_tab_1_circle3','field_56b3da76da02d'),(24536,1647,'left_tab_1_circle1_label','金融服务'),(24537,1647,'_left_tab_1_circle1_label','field_56b3da76da02e'),(24538,1647,'left_tab_1_circle2_label','商品'),(24539,1647,'_left_tab_1_circle2_label','field_56b3da76da02f'),(24540,1647,'left_tab_1_circle3_label','医药品'),(24541,1647,'_left_tab_1_circle3_label','field_56b3da76da030'),(24542,1647,'left_tab_1_paragraph1','我们专注于提供解决方案,私营资产管理公司的设立和融资、管理运营操作\r\n'),(24543,1647,'_left_tab_1_paragraph1','field_56b3db8eda033'),(24544,1647,'left_tab_1_paragraph2','我们的专业在于收购农产品、日常用品,以及需要重组和转型之交易的非核心资产\r\n'),(24545,1647,'_left_tab_1_paragraph2','field_56b3dc6dda035'),(24546,1647,'left_tab_1_paragraph3','我们支持行业内的分销组织转变;收购和转变生产设施和非核心资产\r\n'),(24547,1647,'_left_tab_1_paragraph3','field_56b3dc74da036'),(24548,1647,'left_tab_1_spacer','0'),(24549,1647,'_left_tab_1_spacer','field_56b3da76da031'),(24550,1647,'left_tab_2_title','服务'),(24551,1647,'_left_tab_2_title','field_56b3db70da032'),(24552,1647,'left_tab_2_circle1','icon-grid'),(24553,1647,'_left_tab_2_circle1','field_56b3da76da02b'),(24554,1647,'left_tab_2_circle2','icon-turnaround'),(24555,1647,'_left_tab_2_circle2','field_56b3da76da02c'),(24556,1647,'left_tab_2_circle3','icon-folder'),(24557,1647,'_left_tab_2_circle3','field_56b3da76da02d'),(24558,1647,'left_tab_2_circle1_label','资产管理'),(24559,1647,'_left_tab_2_circle1_label','field_56b3da76da02e'),(24560,1647,'left_tab_2_circle2_label','转变顾问'),(24561,1647,'_left_tab_2_circle2_label','field_56b3da76da02f'),(24562,1647,'left_tab_2_circle3_label','投资和融资'),(24563,1647,'_left_tab_2_circle3_label','field_56b3da76da030'),(24564,1647,'left_tab_2_paragraph1','资产管理包括我们的专有投资和债务与股权的转换。我们还提供执行领导团队,代表我们自己和代表我们的投资者来运营投资\r\n'),(24565,1647,'_left_tab_2_paragraph1','field_56b3db8eda033'),(24566,1647,'left_tab_2_paragraph2','我们的转变专业人士是曾经领导、建立和指导过重要企业实现增长、收购、重组和转变的前任高级管理人员。他们拥有来自4大分析企业等联网公司的分析团队的支持\r\n'),(24567,1647,'_left_tab_2_paragraph2','field_56b3dc6dda035'),(24568,1647,'left_tab_2_paragraph3','我们为客户操作和管理资金。我们的投资者都是家庭办公室、体育基金和养老基金。重点主要在于不良投资或通过集中投资一个部门的根本性变革来支持战略增长。我们建议我们的客户优先投资到一个新的业务部门\r\n'),(24569,1647,'_left_tab_2_paragraph3','field_56b3dc74da036'),(24570,1647,'left_tab_2_spacer','0'),(24571,1647,'_left_tab_2_spacer','field_56b3da76da031'),(24572,1647,'left_tab_3_wysiwyg_editor',' \r\n\r\n我们具备大规模专家网络,保证可以免除资产负债表中的风险。我们透过我们的公司、子公司及合作伙伴网络与您合作,以分拆您的业务并创造价值。我们让您能够参与贵公司的清收。'),(24573,1647,'_left_tab_3_wysiwyg_editor','field_56b3711077c86'),(24574,1647,'left_tab_3_spacer','1'),(24575,1647,'_left_tab_3_spacer','field_56b371c577c8c'),(24576,1647,'left_tab_4_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(24577,1647,'_left_tab_4_image','field_56b373f3b6e44'),(24578,1647,'left_tab_4_title','通过创新和转变创造股东价值'),(24579,1647,'_left_tab_4_title','field_56b373afb6e42'),(24580,1647,'left_tab_4_button_label','下载PDF (312 Kb)'),(24581,1647,'_left_tab_4_button_label','field_56b373ceb6e43'),(24582,1647,'left_tab_4_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(24583,1647,'_left_tab_4_button_link','field_56b374ff0ad17'),(24584,1647,'add_third_tab','0'),(24585,1647,'_add_third_tab','field_57f54e889b77c'),(24586,1647,'third_tab',''),(24587,1647,'_third_tab','field_57f54ec39b77e'),(24588,1648,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>从破坏到创新和转变的过程中创造价值</h3>\r\n \r\n\r\n我们拥有多种领域的专家,例如金融服务、商品、制药。我们提供重组、转型及创新等服务的专业知识。我们的专家解决方案有回收及改善;贸易转型、制药,以及批发与零售\r\n\r\n</header>'),(24589,1648,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(24590,1648,'left_tab_0_spacer','0'),(24591,1648,'_left_tab_0_spacer','field_56b371c577c8c'),(24592,1648,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:19:\"3circles_block_text\";i:2;s:19:\"3circles_block_text\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:15:\"read_more_block\";}'),(24593,1648,'_left_tab','field_56b36c6deeda0'),(24594,1648,'add_second_tab','0'),(24595,1648,'_add_second_tab','field_56b36ca9eeda2'),(24596,1648,'right_tab',''),(24597,1648,'_right_tab','field_56b3fab04554d'),(24598,1648,'left_tab_1_title','部门'),(24599,1648,'_left_tab_1_title','field_56b3db70da032'),(24600,1648,'left_tab_1_circle1','icon-bullseye'),(24601,1648,'_left_tab_1_circle1','field_56b3da76da02b'),(24602,1648,'left_tab_1_circle2','icon-progress'),(24603,1648,'_left_tab_1_circle2','field_56b3da76da02c'),(24604,1648,'left_tab_1_circle3','icon-pill'),(24605,1648,'_left_tab_1_circle3','field_56b3da76da02d'),(24606,1648,'left_tab_1_circle1_label','金融服务'),(24607,1648,'_left_tab_1_circle1_label','field_56b3da76da02e'),(24608,1648,'left_tab_1_circle2_label','商品'),(24609,1648,'_left_tab_1_circle2_label','field_56b3da76da02f'),(24610,1648,'left_tab_1_circle3_label','医药品'),(24611,1648,'_left_tab_1_circle3_label','field_56b3da76da030'),(24612,1648,'left_tab_1_paragraph1','我们专注于提供解决方案,私营资产管理公司的设立和融资、管理运营操作\r\n'),(24613,1648,'_left_tab_1_paragraph1','field_56b3db8eda033'),(24614,1648,'left_tab_1_paragraph2','我们的专业在于收购农产品、日常用品,以及需要重组和转型之交易的非核心资产\r\n'),(24615,1648,'_left_tab_1_paragraph2','field_56b3dc6dda035'),(24616,1648,'left_tab_1_paragraph3','我们支持行业内的分销组织转变;收购和转变生产设施和非核心资产\r\n'),(24617,1648,'_left_tab_1_paragraph3','field_56b3dc74da036'),(24618,1648,'left_tab_1_spacer','0'),(24619,1648,'_left_tab_1_spacer','field_56b3da76da031'),(24620,1648,'left_tab_2_title','服务'),(24621,1648,'_left_tab_2_title','field_56b3db70da032'),(24622,1648,'left_tab_2_circle1','icon-grid'),(24623,1648,'_left_tab_2_circle1','field_56b3da76da02b'),(24624,1648,'left_tab_2_circle2','icon-turnaround'),(24625,1648,'_left_tab_2_circle2','field_56b3da76da02c'),(24626,1648,'left_tab_2_circle3','icon-folder'),(24627,1648,'_left_tab_2_circle3','field_56b3da76da02d'),(24628,1648,'left_tab_2_circle1_label','资产管理'),(24629,1648,'_left_tab_2_circle1_label','field_56b3da76da02e'),(24630,1648,'left_tab_2_circle2_label','转变顾问'),(24631,1648,'_left_tab_2_circle2_label','field_56b3da76da02f'),(24632,1648,'left_tab_2_circle3_label','投资和融资'),(24633,1648,'_left_tab_2_circle3_label','field_56b3da76da030'),(24634,1648,'left_tab_2_paragraph1','资产管理包括我们的专有投资和债务与股权的转换。我们还提供执行领导团队,代表我们自己和代表我们的投资者来运营投资\r\n'),(24635,1648,'_left_tab_2_paragraph1','field_56b3db8eda033'),(24636,1648,'left_tab_2_paragraph2','我们的转变专业人士是曾经领导、建立和指导过重要企业实现增长、收购、重组和转变的前任高级管理人员。他们拥有来自4大分析企业等联网公司的分析团队的支持\r\n'),(24637,1648,'_left_tab_2_paragraph2','field_56b3dc6dda035'),(24638,1648,'left_tab_2_paragraph3','我们为客户操作和管理资金。我们的投资者都是家庭办公室、体育基金和养老基金。重点主要在于不良投资或通过集中投资一个部门的根本性变革来支持战略增长。我们建议我们的客户优先投资到一个新的业务部门\r\n'),(24639,1648,'_left_tab_2_paragraph3','field_56b3dc74da036'),(24640,1648,'left_tab_2_spacer','0'),(24641,1648,'_left_tab_2_spacer','field_56b3da76da031'),(24642,1648,'left_tab_3_wysiwyg_editor',' \r\n\r\n我们具备大规模专家网络,保证可以免除资产负债表中的风险。我们透过我们的公司、子公司及合作伙伴网络与您合作,以分拆您的业务并创造价值。我们让您能够参与贵公司的清收。'),(24643,1648,'_left_tab_3_wysiwyg_editor','field_56b3711077c86'),(24644,1648,'left_tab_3_spacer','1'),(24645,1648,'_left_tab_3_spacer','field_56b371c577c8c'),(24646,1648,'left_tab_4_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(24647,1648,'_left_tab_4_image','field_56b373f3b6e44'),(24648,1648,'left_tab_4_title','通过创新和转变 创造股东价值'),(24649,1648,'_left_tab_4_title','field_56b373afb6e42'),(24650,1648,'left_tab_4_button_label','下载PDF (312 Kb)'),(24651,1648,'_left_tab_4_button_label','field_56b373ceb6e43'),(24652,1648,'left_tab_4_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(24653,1648,'_left_tab_4_button_link','field_56b374ff0ad17'),(24654,1648,'add_third_tab','0'),(24655,1648,'_add_third_tab','field_57f54e889b77c'),(24656,1648,'third_tab',''),(24657,1648,'_third_tab','field_57f54ec39b77e'),(24658,1649,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(24659,1649,'_left_tab','field_56b36c6deeda0'),(24660,1649,'add_second_tab','1'),(24661,1649,'_add_second_tab','field_56b36ca9eeda2'),(24662,1649,'right_tab','a:2:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";}'),(24663,1649,'_right_tab','field_56b3fab04554d'),(24664,1649,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain拥有超过20位业界最佳的重组和转变领域的专家。</h3>\r\n我们所有的高级管理人员在各种公司中担任着董事会和管理层职位,并且创造了数十亿美元的业务记录。我们认为与我们的客户合作非常重要,寻找并实现客户业务的最佳价值。我们的客户关系基础是相互信任和合作 –审慎处理,并且随时将客户的最大利益视为重点。\r\n\r\n我们的专家遍布各种行业,且专注于三大核心部门:\r\n\r\n</header>'),(24665,1649,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(24666,1649,'left_tab_0_spacer','1'),(24667,1649,'_left_tab_0_spacer','field_56b371c577c8c'),(24668,1649,'left_tab_1_circle1','icon-grid'),(24669,1649,'_left_tab_1_circle1','field_56b3dc86da039'),(24670,1649,'left_tab_1_circle2','icon-turnaround'),(24671,1649,'_left_tab_1_circle2','field_56b3dc86da03a'),(24672,1649,'left_tab_1_circle3','icon-masonery'),(24673,1649,'_left_tab_1_circle3','field_56b3dc86da03b'),(24674,1649,'left_tab_1_circle1_label','重组'),(24675,1649,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(24676,1649,'left_tab_1_circle2_label','转变'),(24677,1649,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(24678,1649,'left_tab_1_circle3_label','创新'),(24679,1649,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(24680,1649,'left_tab_1_spacer','1'),(24681,1649,'_left_tab_1_spacer','field_56b3dc86da042'),(24682,1649,'left_tab_2_wysiwyg_editor','最近,我们团队受欧洲委员会任命负责监督欧盟成员国最大银行的重组工作。\r\n\r\n我们在发现有机会收购复杂的团队时介入,为他们整体或独立的部分带来创新,并带领他们迈向下一个成长周期。\r\n\r\n在Innovation Brain,我们专注于研究重组业务。我们尝试帮助一个企业在其生命周期的十字路口创造价值,未来取决于大胆的决定和创新的解决方案。\r\n\r\n除了丰富的专业知识,我们还会透过转型让您能够从关键的非绩效与非核心资产获得价值。企业组织要求我们在以下时机介入:\r\n<ul>\r\n <li>需要强大的管理人员、投资能力和建议</li>\r\n <li>寻求重组和转变的股权合作伙伴</li>\r\n <li>其他解决方案均告失败,需要创新与全新的想法</li>\r\n</ul>\r\n '),(24683,1649,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(24684,1649,'left_tab_2_spacer','1'),(24685,1649,'_left_tab_2_spacer','field_56b371c577c8c'),(24686,1649,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(24687,1649,'_left_tab_3_image','field_56b373f3b6e44'),(24688,1649,'left_tab_3_title','通过创新和转变创造股东价值'),(24689,1649,'_left_tab_3_title','field_56b373afb6e42'),(24690,1649,'left_tab_3_button_label','下载PDF (312 kb)'),(24691,1649,'_left_tab_3_button_label','field_56b373ceb6e43'),(24692,1649,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(24693,1649,'_left_tab_3_button_link','field_56b374ff0ad17'),(24694,1649,'left_tab_name','公司'),(24695,1649,'_left_tab_name','field_56b3976017dce'),(24696,1649,'right_tab_name','人员'),(24697,1649,'_right_tab_name','field_56b3978117dcf'),(24698,1649,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(24699,1649,'_right_tab_0_image','field_56b3fab145571'),(24700,1649,'right_tab_0_content','Lukas Fecker博士\r\n\r\n<strong><span style=\"color: #00ccff;\">Innovation Brain</span></strong>\r\n\r\n<strong><span style=\"color: #00ccff;\">的创始人兼CEO</span></strong>\r\n\r\nLukas Fecker博士是创始人兼CEO。他是欧洲转变管理协会(TMA)的主席。Lukas专注于研究银行业务的转变。他专注于私营资产管理公司的投资、银行业务清算及不良投资。Lukas拥有20多年的经验,而且曾经是安永(EY)及毕马威(KPMG)的合作伙伴和 Alvarez&Marsal (奥迈企业顾问公司)的总监。他曾领导了EY的银行业务转变解决方案EMEIA。除了提供咨询,Lukas 也曾担任6 大转型业务的CRO、CEO 或董事的高阶管理职位。\r\n\r\nLukas的重要业绩包括上市公司的250亿瑞士法郎交易额方案、欧洲主要银行的重组和2项基金重组。过去的几年中,他与全球多家领先的金融机构保持合作。'),(24701,1649,'_right_tab_0_content','field_56b3fab145572'),(24702,1649,'right_tab_0_button_label','下载v卡'),(24703,1649,'_right_tab_0_button_label','field_56b3fab145573'),(24704,1649,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(24705,1649,'_right_tab_0_button_link','field_56b3fab145574'),(24706,1649,'right_tab_0_spacer','1'),(24707,1649,'_right_tab_0_spacer','field_56b3fab145575'),(24708,1649,'right_tab_1_contact_title','请随时联系我们:'),(24709,1649,'_right_tab_1_contact_title','field_56b4001eb0921'),(24710,1649,'right_tab_1_contact_values_0_contact_value_left','瑞士,楚格'),(24711,1649,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(24712,1649,'right_tab_1_contact_values_0_contact_value_right',''),(24713,1649,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(24714,1649,'right_tab_1_contact_values_0_link',''),(24715,1649,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(24716,1649,'right_tab_1_contact_values_0_link_type',''),(24717,1649,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(24718,1649,'right_tab_1_contact_values_1_contact_value_left','Lukas Fecker博士'),(24719,1649,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(24720,1649,'right_tab_1_contact_values_1_contact_value_right',''),(24721,1649,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(24722,1649,'right_tab_1_contact_values_1_link',''),(24723,1649,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(24724,1649,'right_tab_1_contact_values_1_link_type',''),(24725,1649,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(24726,1649,'right_tab_1_contact_values_2_contact_value_left','电话:'),(24727,1649,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(24728,1649,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (瑞士)'),(24729,1649,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(24730,1649,'right_tab_1_contact_values_2_link','+41793107090'),(24731,1649,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(24732,1649,'right_tab_1_contact_values_2_link_type','tel:'),(24733,1649,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(24734,1649,'right_tab_1_contact_values_3_contact_value_left','电话:'),(24735,1649,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(24736,1649,'right_tab_1_contact_values_3_contact_value_right','(+44) 755 767 9504 (英国)'),(24737,1649,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(24738,1649,'right_tab_1_contact_values_3_link','+447557679504'),(24739,1649,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(24740,1649,'right_tab_1_contact_values_3_link_type',''),(24741,1649,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(24742,1649,'right_tab_1_contact_icon','icon-mail'),(24743,1649,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(24744,1649,'right_tab_1_contact_values','5'),(24745,1649,'_right_tab_1_contact_values','field_56b3fde2ce062'),(24746,1649,'add_third_tab','0'),(24747,1649,'_add_third_tab','field_57f54e889b77c'),(24748,1649,'third_tab_name',''),(24749,1649,'_third_tab_name','field_57f54ea19b77d'),(24750,1649,'third_tab',''),(24751,1649,'_third_tab','field_57f54ec39b77e'),(24752,1649,'right_tab_1_contact_values_4_contact_value_left','E-mail:'),(24753,1649,'_right_tab_1_contact_values_4_contact_value_left','field_56b3ff0a543e0'),(24754,1649,'right_tab_1_contact_values_4_contact_value_right','lukas.fecker@innovationbrain.com'),(24755,1649,'_right_tab_1_contact_values_4_contact_value_right','field_56b3fefe543df'),(24756,1649,'right_tab_1_contact_values_4_link_type','mailto:'),(24757,1649,'_right_tab_1_contact_values_4_link_type','field_56b3fed6543dd'),(24758,1649,'right_tab_1_contact_values_4_link','lukas.fecker@innovationbrain.com'),(24759,1649,'_right_tab_1_contact_values_4_link','field_56b3fef2543de'),(24760,1650,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(24761,1650,'_left_tab','field_56b36c6deeda0'),(24762,1650,'add_second_tab','1'),(24763,1650,'_add_second_tab','field_56b36ca9eeda2'),(24764,1650,'right_tab','a:2:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";}'),(24765,1650,'_right_tab','field_56b3fab04554d'),(24766,1650,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain拥有超过20位业界最佳的重组和转变领域的专家。</h3>\r\n我们所有的高级管理人员在各种公司中担任着董事会和管理层职位,并且创造了数十亿美元的业务记录。我们认为与我们的客户合作非常重要,寻找并实现客户业务的最佳价值。我们的客户关系基础是相互信任和合作 –审慎处理,并且随时将客户的最大利益视为重点。\r\n\r\n我们的专家遍布各种行业,且专注于三大核心部门:\r\n\r\n</header>'),(24767,1650,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(24768,1650,'left_tab_0_spacer','1'),(24769,1650,'_left_tab_0_spacer','field_56b371c577c8c'),(24770,1650,'left_tab_1_circle1','icon-grid'),(24771,1650,'_left_tab_1_circle1','field_56b3dc86da039'),(24772,1650,'left_tab_1_circle2','icon-turnaround'),(24773,1650,'_left_tab_1_circle2','field_56b3dc86da03a'),(24774,1650,'left_tab_1_circle3','icon-masonery'),(24775,1650,'_left_tab_1_circle3','field_56b3dc86da03b'),(24776,1650,'left_tab_1_circle1_label','重组'),(24777,1650,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(24778,1650,'left_tab_1_circle2_label','转变'),(24779,1650,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(24780,1650,'left_tab_1_circle3_label','创新'),(24781,1650,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(24782,1650,'left_tab_1_spacer','1'),(24783,1650,'_left_tab_1_spacer','field_56b3dc86da042'),(24784,1650,'left_tab_2_wysiwyg_editor','最近,我们团队受欧洲委员会任命负责监督欧盟成员国最大银行的重组工作。\r\n\r\n我们在发现有机会收购复杂的团队时介入,为他们整体或独立的部分带来创新,并带领他们迈向下一个成长周期。\r\n\r\n在Innovation Brain,我们专注于研究重组业务。我们尝试帮助一个企业在其生命周期的十字路口创造价值,未来取决于大胆的决定和创新的解决方案。\r\n\r\n除了丰富的专业知识,我们还会透过转型让您能够从关键的非绩效与非核心资产获得价值。企业组织要求我们在以下时机介入:\r\n<ul>\r\n <li>需要强大的管理人员、投资能力和建议</li>\r\n <li>寻求重组和转变的股权合作伙伴</li>\r\n <li>其他解决方案均告失败,需要创新与全新的想法</li>\r\n</ul>\r\n '),(24785,1650,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(24786,1650,'left_tab_2_spacer','1'),(24787,1650,'_left_tab_2_spacer','field_56b371c577c8c'),(24788,1650,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(24789,1650,'_left_tab_3_image','field_56b373f3b6e44'),(24790,1650,'left_tab_3_title','通过创新和转变 创造股东价值'),(24791,1650,'_left_tab_3_title','field_56b373afb6e42'),(24792,1650,'left_tab_3_button_label','下载PDF (312 kb)'),(24793,1650,'_left_tab_3_button_label','field_56b373ceb6e43'),(24794,1650,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(24795,1650,'_left_tab_3_button_link','field_56b374ff0ad17'),(24796,1650,'left_tab_name','公司'),(24797,1650,'_left_tab_name','field_56b3976017dce'),(24798,1650,'right_tab_name','人员'),(24799,1650,'_right_tab_name','field_56b3978117dcf'),(24800,1650,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(24801,1650,'_right_tab_0_image','field_56b3fab145571'),(24802,1650,'right_tab_0_content','Lukas Fecker博士\r\n\r\n<strong><span style=\"color: #00ccff;\">Innovation Brain</span></strong>\r\n\r\n<strong><span style=\"color: #00ccff;\">的创始人兼CEO</span></strong>\r\n\r\nLukas Fecker博士是创始人兼CEO。他是欧洲转变管理协会(TMA)的主席。Lukas专注于研究银行业务的转变。他专注于私营资产管理公司的投资、银行业务清算及不良投资。Lukas拥有20多年的经验,而且曾经是安永(EY)及毕马威(KPMG)的合作伙伴和 Alvarez&Marsal (奥迈企业顾问公司)的总监。他曾领导了EY的银行业务转变解决方案EMEIA。除了提供咨询,Lukas 也曾担任6 大转型业务的CRO、CEO 或董事的高阶管理职位。\r\n\r\nLukas的重要业绩包括上市公司的250亿瑞士法郎交易额方案、欧洲主要银行的重组和2项基金重组。过去的几年中,他与全球多家领先的金融机构保持合作。'),(24803,1650,'_right_tab_0_content','field_56b3fab145572'),(24804,1650,'right_tab_0_button_label','下载v卡'),(24805,1650,'_right_tab_0_button_label','field_56b3fab145573'),(24806,1650,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(24807,1650,'_right_tab_0_button_link','field_56b3fab145574'),(24808,1650,'right_tab_0_spacer','1'),(24809,1650,'_right_tab_0_spacer','field_56b3fab145575'),(24810,1650,'right_tab_1_contact_title','请随时联系我们:'),(24811,1650,'_right_tab_1_contact_title','field_56b4001eb0921'),(24812,1650,'right_tab_1_contact_values_0_contact_value_left','瑞士,楚格'),(24813,1650,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(24814,1650,'right_tab_1_contact_values_0_contact_value_right',''),(24815,1650,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(24816,1650,'right_tab_1_contact_values_0_link',''),(24817,1650,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(24818,1650,'right_tab_1_contact_values_0_link_type',''),(24819,1650,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(24820,1650,'right_tab_1_contact_values_1_contact_value_left','Lukas Fecker博士'),(24821,1650,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(24822,1650,'right_tab_1_contact_values_1_contact_value_right',''),(24823,1650,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(24824,1650,'right_tab_1_contact_values_1_link',''),(24825,1650,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(24826,1650,'right_tab_1_contact_values_1_link_type',''),(24827,1650,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(24828,1650,'right_tab_1_contact_values_2_contact_value_left','电话:'),(24829,1650,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(24830,1650,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (瑞士)'),(24831,1650,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(24832,1650,'right_tab_1_contact_values_2_link','+41793107090'),(24833,1650,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(24834,1650,'right_tab_1_contact_values_2_link_type','tel:'),(24835,1650,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(24836,1650,'right_tab_1_contact_values_3_contact_value_left','电话:'),(24837,1650,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(24838,1650,'right_tab_1_contact_values_3_contact_value_right','(+44) 755 767 9504 (英国)'),(24839,1650,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(24840,1650,'right_tab_1_contact_values_3_link','+447557679504'),(24841,1650,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(24842,1650,'right_tab_1_contact_values_3_link_type',''),(24843,1650,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(24844,1650,'right_tab_1_contact_icon','icon-mail'),(24845,1650,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(24846,1650,'right_tab_1_contact_values','5'),(24847,1650,'_right_tab_1_contact_values','field_56b3fde2ce062'),(24848,1650,'add_third_tab','0'),(24849,1650,'_add_third_tab','field_57f54e889b77c'),(24850,1650,'third_tab_name',''),(24851,1650,'_third_tab_name','field_57f54ea19b77d'),(24852,1650,'third_tab',''),(24853,1650,'_third_tab','field_57f54ec39b77e'),(24854,1650,'right_tab_1_contact_values_4_contact_value_left','E-mail:'),(24855,1650,'_right_tab_1_contact_values_4_contact_value_left','field_56b3ff0a543e0'),(24856,1650,'right_tab_1_contact_values_4_contact_value_right','lukas.fecker@innovationbrain.com'),(24857,1650,'_right_tab_1_contact_values_4_contact_value_right','field_56b3fefe543df'),(24858,1650,'right_tab_1_contact_values_4_link_type','mailto:'),(24859,1650,'_right_tab_1_contact_values_4_link_type','field_56b3fed6543dd'),(24860,1650,'right_tab_1_contact_values_4_link','lukas.fecker@innovationbrain.com'),(24861,1650,'_right_tab_1_contact_values_4_link','field_56b3fef2543de'),(24862,1651,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(24863,1651,'_left_tab','field_56b36c6deeda0'),(24864,1651,'add_second_tab','1'),(24865,1651,'_add_second_tab','field_56b36ca9eeda2'),(24866,1651,'right_tab','a:2:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";}'),(24867,1651,'_right_tab','field_56b3fab04554d'),(24868,1651,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain拥有超过20位业界最佳的重组和转变领域的专家。</h3>\r\n我们所有的高级管理人员在各种公司中担任着董事会和管理层职位,并且创造了数十亿美元的业务记录。我们认为与我们的客户合作非常重要,寻找并实现客户业务的最佳价值。我们的客户关系基础是相互信任和合作 –审慎处理,并且随时将客户的最大利益视为重点。\r\n\r\n我们的专家遍布各种行业,且专注于三大核心部门:\r\n\r\n</header>'),(24869,1651,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(24870,1651,'left_tab_0_spacer','1'),(24871,1651,'_left_tab_0_spacer','field_56b371c577c8c'),(24872,1651,'left_tab_1_circle1','icon-grid'),(24873,1651,'_left_tab_1_circle1','field_56b3dc86da039'),(24874,1651,'left_tab_1_circle2','icon-turnaround'),(24875,1651,'_left_tab_1_circle2','field_56b3dc86da03a'),(24876,1651,'left_tab_1_circle3','icon-masonery'),(24877,1651,'_left_tab_1_circle3','field_56b3dc86da03b'),(24878,1651,'left_tab_1_circle1_label','重组'),(24879,1651,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(24880,1651,'left_tab_1_circle2_label','转变'),(24881,1651,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(24882,1651,'left_tab_1_circle3_label','创新'),(24883,1651,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(24884,1651,'left_tab_1_spacer','1'),(24885,1651,'_left_tab_1_spacer','field_56b3dc86da042'),(24886,1651,'left_tab_2_wysiwyg_editor','最近,我们团队受欧洲委员会任命负责监督欧盟成员国最大银行的重组工作。\r\n\r\n我们在发现有机会收购复杂的团队时介入,为他们整体或独立的部分带来创新,并带领他们迈向下一个成长周期。\r\n\r\n在Innovation Brain,我们专注于研究重组业务。我们尝试帮助一个企业在其生命周期的十字路口创造价值,未来取决于大胆的决定和创新的解决方案。\r\n\r\n除了丰富的专业知识,我们还会透过转型让您能够从关键的非绩效与非核心资产获得价值。企业组织要求我们在以下时机介入:\r\n<ul>\r\n <li>需要强大的管理人员、投资能力和建议</li>\r\n <li>寻求重组和转变的股权合作伙伴</li>\r\n <li>其他解决方案均告失败,需要创新与全新的想法</li>\r\n</ul>\r\n '),(24887,1651,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(24888,1651,'left_tab_2_spacer','1'),(24889,1651,'_left_tab_2_spacer','field_56b371c577c8c'),(24890,1651,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(24891,1651,'_left_tab_3_image','field_56b373f3b6e44'),(24892,1651,'left_tab_3_title','通过创新和转变<br>创造股东价值'),(24893,1651,'_left_tab_3_title','field_56b373afb6e42'),(24894,1651,'left_tab_3_button_label','下载PDF (312 kb)'),(24895,1651,'_left_tab_3_button_label','field_56b373ceb6e43'),(24896,1651,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(24897,1651,'_left_tab_3_button_link','field_56b374ff0ad17'),(24898,1651,'left_tab_name','公司'),(24899,1651,'_left_tab_name','field_56b3976017dce'),(24900,1651,'right_tab_name','人员'),(24901,1651,'_right_tab_name','field_56b3978117dcf'),(24902,1651,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(24903,1651,'_right_tab_0_image','field_56b3fab145571'),(24904,1651,'right_tab_0_content','Lukas Fecker博士\r\n\r\n<strong><span style=\"color: #00ccff;\">Innovation Brain</span></strong>\r\n\r\n<strong><span style=\"color: #00ccff;\">的创始人兼CEO</span></strong>\r\n\r\nLukas Fecker博士是创始人兼CEO。他是欧洲转变管理协会(TMA)的主席。Lukas专注于研究银行业务的转变。他专注于私营资产管理公司的投资、银行业务清算及不良投资。Lukas拥有20多年的经验,而且曾经是安永(EY)及毕马威(KPMG)的合作伙伴和 Alvarez&Marsal (奥迈企业顾问公司)的总监。他曾领导了EY的银行业务转变解决方案EMEIA。除了提供咨询,Lukas 也曾担任6 大转型业务的CRO、CEO 或董事的高阶管理职位。\r\n\r\nLukas的重要业绩包括上市公司的250亿瑞士法郎交易额方案、欧洲主要银行的重组和2项基金重组。过去的几年中,他与全球多家领先的金融机构保持合作。'),(24905,1651,'_right_tab_0_content','field_56b3fab145572'),(24906,1651,'right_tab_0_button_label','下载v卡'),(24907,1651,'_right_tab_0_button_label','field_56b3fab145573'),(24908,1651,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(24909,1651,'_right_tab_0_button_link','field_56b3fab145574'),(24910,1651,'right_tab_0_spacer','1'),(24911,1651,'_right_tab_0_spacer','field_56b3fab145575'),(24912,1651,'right_tab_1_contact_title','请随时联系我们:'),(24913,1651,'_right_tab_1_contact_title','field_56b4001eb0921'),(24914,1651,'right_tab_1_contact_values_0_contact_value_left','瑞士,楚格'),(24915,1651,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(24916,1651,'right_tab_1_contact_values_0_contact_value_right',''),(24917,1651,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(24918,1651,'right_tab_1_contact_values_0_link',''),(24919,1651,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(24920,1651,'right_tab_1_contact_values_0_link_type',''),(24921,1651,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(24922,1651,'right_tab_1_contact_values_1_contact_value_left','Lukas Fecker博士'),(24923,1651,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(24924,1651,'right_tab_1_contact_values_1_contact_value_right',''),(24925,1651,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(24926,1651,'right_tab_1_contact_values_1_link',''),(24927,1651,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(24928,1651,'right_tab_1_contact_values_1_link_type',''),(24929,1651,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(24930,1651,'right_tab_1_contact_values_2_contact_value_left','电话:'),(24931,1651,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(24932,1651,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (瑞士)'),(24933,1651,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(24934,1651,'right_tab_1_contact_values_2_link','+41793107090'),(24935,1651,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(24936,1651,'right_tab_1_contact_values_2_link_type','tel:'),(24937,1651,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(24938,1651,'right_tab_1_contact_values_3_contact_value_left','电话:'),(24939,1651,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(24940,1651,'right_tab_1_contact_values_3_contact_value_right','(+44) 755 767 9504 (英国)'),(24941,1651,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(24942,1651,'right_tab_1_contact_values_3_link','+447557679504'),(24943,1651,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(24944,1651,'right_tab_1_contact_values_3_link_type',''),(24945,1651,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(24946,1651,'right_tab_1_contact_icon','icon-mail'),(24947,1651,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(24948,1651,'right_tab_1_contact_values','5'),(24949,1651,'_right_tab_1_contact_values','field_56b3fde2ce062'),(24950,1651,'add_third_tab','0'),(24951,1651,'_add_third_tab','field_57f54e889b77c'),(24952,1651,'third_tab_name',''),(24953,1651,'_third_tab_name','field_57f54ea19b77d'),(24954,1651,'third_tab',''),(24955,1651,'_third_tab','field_57f54ec39b77e'),(24956,1651,'right_tab_1_contact_values_4_contact_value_left','E-mail:'),(24957,1651,'_right_tab_1_contact_values_4_contact_value_left','field_56b3ff0a543e0'),(24958,1651,'right_tab_1_contact_values_4_contact_value_right','lukas.fecker@innovationbrain.com'),(24959,1651,'_right_tab_1_contact_values_4_contact_value_right','field_56b3fefe543df'),(24960,1651,'right_tab_1_contact_values_4_link_type','mailto:'),(24961,1651,'_right_tab_1_contact_values_4_link_type','field_56b3fed6543dd'),(24962,1651,'right_tab_1_contact_values_4_link','lukas.fecker@innovationbrain.com'),(24963,1651,'_right_tab_1_contact_values_4_link','field_56b3fef2543de'),(24964,1652,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>从破坏到创新和转变的过程中创造价值</h3>\r\n \r\n\r\n我们拥有多种领域的专家,例如金融服务、商品、制药。我们提供重组、转型及创新等服务的专业知识。我们的专家解决方案有回收及改善;贸易转型、制药,以及批发与零售\r\n\r\n</header>'),(24965,1652,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(24966,1652,'left_tab_0_spacer','0'),(24967,1652,'_left_tab_0_spacer','field_56b371c577c8c'),(24968,1652,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:19:\"3circles_block_text\";i:2;s:19:\"3circles_block_text\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:15:\"read_more_block\";}'),(24969,1652,'_left_tab','field_56b36c6deeda0'),(24970,1652,'add_second_tab','0'),(24971,1652,'_add_second_tab','field_56b36ca9eeda2'),(24972,1652,'right_tab',''),(24973,1652,'_right_tab','field_56b3fab04554d'),(24974,1652,'left_tab_1_title','部门'),(24975,1652,'_left_tab_1_title','field_56b3db70da032'),(24976,1652,'left_tab_1_circle1','icon-bullseye'),(24977,1652,'_left_tab_1_circle1','field_56b3da76da02b'),(24978,1652,'left_tab_1_circle2','icon-progress'),(24979,1652,'_left_tab_1_circle2','field_56b3da76da02c'),(24980,1652,'left_tab_1_circle3','icon-pill'),(24981,1652,'_left_tab_1_circle3','field_56b3da76da02d'),(24982,1652,'left_tab_1_circle1_label','金融服务'),(24983,1652,'_left_tab_1_circle1_label','field_56b3da76da02e'),(24984,1652,'left_tab_1_circle2_label','商品'),(24985,1652,'_left_tab_1_circle2_label','field_56b3da76da02f'),(24986,1652,'left_tab_1_circle3_label','医药品'),(24987,1652,'_left_tab_1_circle3_label','field_56b3da76da030'),(24988,1652,'left_tab_1_paragraph1','我们专注于提供解决方案,私营资产管理公司的设立和融资、管理运营操作\r\n'),(24989,1652,'_left_tab_1_paragraph1','field_56b3db8eda033'),(24990,1652,'left_tab_1_paragraph2','我们的专业在于收购农产品、日常用品,以及需要重组和转型之交易的非核心资产\r\n'),(24991,1652,'_left_tab_1_paragraph2','field_56b3dc6dda035'),(24992,1652,'left_tab_1_paragraph3','我们支持行业内的分销组织转变;收购和转变生产设施和非核心资产\r\n'),(24993,1652,'_left_tab_1_paragraph3','field_56b3dc74da036'),(24994,1652,'left_tab_1_spacer','0'),(24995,1652,'_left_tab_1_spacer','field_56b3da76da031'),(24996,1652,'left_tab_2_title','服务'),(24997,1652,'_left_tab_2_title','field_56b3db70da032'),(24998,1652,'left_tab_2_circle1','icon-grid'),(24999,1652,'_left_tab_2_circle1','field_56b3da76da02b'),(25000,1652,'left_tab_2_circle2','icon-turnaround'),(25001,1652,'_left_tab_2_circle2','field_56b3da76da02c'),(25002,1652,'left_tab_2_circle3','icon-folder'),(25003,1652,'_left_tab_2_circle3','field_56b3da76da02d'),(25004,1652,'left_tab_2_circle1_label','资产管理'),(25005,1652,'_left_tab_2_circle1_label','field_56b3da76da02e'),(25006,1652,'left_tab_2_circle2_label','转变顾问'),(25007,1652,'_left_tab_2_circle2_label','field_56b3da76da02f'),(25008,1652,'left_tab_2_circle3_label','投资和融资'),(25009,1652,'_left_tab_2_circle3_label','field_56b3da76da030'),(25010,1652,'left_tab_2_paragraph1','资产管理包括我们的专有投资和债务与股权的转换。我们还提供执行领导团队,代表我们自己和代表我们的投资者来运营投资\r\n'),(25011,1652,'_left_tab_2_paragraph1','field_56b3db8eda033'),(25012,1652,'left_tab_2_paragraph2','我们的转变专业人士是曾经领导、建立和指导过重要企业实现增长、收购、重组和转变的前任高级管理人员。他们拥有来自4大分析企业等联网公司的分析团队的支持\r\n'),(25013,1652,'_left_tab_2_paragraph2','field_56b3dc6dda035'),(25014,1652,'left_tab_2_paragraph3','我们为客户操作和管理资金。我们的投资者都是家庭办公室、体育基金和养老基金。重点主要在于不良投资或通过集中投资一个部门的根本性变革来支持战略增长。我们建议我们的客户优先投资到一个新的业务部门\r\n'),(25015,1652,'_left_tab_2_paragraph3','field_56b3dc74da036'),(25016,1652,'left_tab_2_spacer','0'),(25017,1652,'_left_tab_2_spacer','field_56b3da76da031'),(25018,1652,'left_tab_3_wysiwyg_editor',' \r\n\r\n我们具备大规模专家网络,保证可以免除资产负债表中的风险。我们透过我们的公司、子公司及合作伙伴网络与您合作,以分拆您的业务并创造价值。我们让您能够参与贵公司的清收。'),(25019,1652,'_left_tab_3_wysiwyg_editor','field_56b3711077c86'),(25020,1652,'left_tab_3_spacer','1'),(25021,1652,'_left_tab_3_spacer','field_56b371c577c8c'),(25022,1652,'left_tab_4_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(25023,1652,'_left_tab_4_image','field_56b373f3b6e44'),(25024,1652,'left_tab_4_title','通过创新和转变<br>创造股东价值'),(25025,1652,'_left_tab_4_title','field_56b373afb6e42'),(25026,1652,'left_tab_4_button_label','下载PDF (312 Kb)'),(25027,1652,'_left_tab_4_button_label','field_56b373ceb6e43'),(25028,1652,'left_tab_4_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(25029,1652,'_left_tab_4_button_link','field_56b374ff0ad17'),(25030,1652,'add_third_tab','0'),(25031,1652,'_add_third_tab','field_57f54e889b77c'),(25032,1652,'third_tab',''),(25033,1652,'_third_tab','field_57f54ec39b77e'),(25034,1653,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>从破坏到创新和转变的过程中创造价值</h3>\r\n \r\n\r\n我们拥有多种领域的专家,例如金融服务、商品、制药。我们提供重组、转型及创新等服务的专业知识。我们的专家解决方案有回收及改善;贸易转型、制药,以及批发与零售\r\n\r\n</header>'),(25035,1653,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(25036,1653,'left_tab_0_spacer','0'),(25037,1653,'_left_tab_0_spacer','field_56b371c577c8c'),(25038,1653,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:19:\"3circles_block_text\";i:2;s:19:\"3circles_block_text\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:15:\"read_more_block\";}'),(25039,1653,'_left_tab','field_56b36c6deeda0'),(25040,1653,'add_second_tab','0'),(25041,1653,'_add_second_tab','field_56b36ca9eeda2'),(25042,1653,'right_tab',''),(25043,1653,'_right_tab','field_56b3fab04554d'),(25044,1653,'left_tab_1_title','部门'),(25045,1653,'_left_tab_1_title','field_56b3db70da032'),(25046,1653,'left_tab_1_circle1','icon-bullseye'),(25047,1653,'_left_tab_1_circle1','field_56b3da76da02b'),(25048,1653,'left_tab_1_circle2','icon-progress'),(25049,1653,'_left_tab_1_circle2','field_56b3da76da02c'),(25050,1653,'left_tab_1_circle3','icon-pill'),(25051,1653,'_left_tab_1_circle3','field_56b3da76da02d'),(25052,1653,'left_tab_1_circle1_label','金融服务'),(25053,1653,'_left_tab_1_circle1_label','field_56b3da76da02e'),(25054,1653,'left_tab_1_circle2_label','商品'),(25055,1653,'_left_tab_1_circle2_label','field_56b3da76da02f'),(25056,1653,'left_tab_1_circle3_label','医药品'),(25057,1653,'_left_tab_1_circle3_label','field_56b3da76da030'),(25058,1653,'left_tab_1_paragraph1','我们专注于提供解决方案,私营资产管理公司的设立和融资、管理运营操作\r\n'),(25059,1653,'_left_tab_1_paragraph1','field_56b3db8eda033'),(25060,1653,'left_tab_1_paragraph2','我们的专业在于收购农产品、日常用品,以及需要重组和转型之交易的非核心资产\r\n'),(25061,1653,'_left_tab_1_paragraph2','field_56b3dc6dda035'),(25062,1653,'left_tab_1_paragraph3','我们支持行业内的分销组织转变;收购和转变生产设施和非核心资产\r\n'),(25063,1653,'_left_tab_1_paragraph3','field_56b3dc74da036'),(25064,1653,'left_tab_1_spacer','0'),(25065,1653,'_left_tab_1_spacer','field_56b3da76da031'),(25066,1653,'left_tab_2_title','服务'),(25067,1653,'_left_tab_2_title','field_56b3db70da032'),(25068,1653,'left_tab_2_circle1','icon-grid'),(25069,1653,'_left_tab_2_circle1','field_56b3da76da02b'),(25070,1653,'left_tab_2_circle2','icon-turnaround'),(25071,1653,'_left_tab_2_circle2','field_56b3da76da02c'),(25072,1653,'left_tab_2_circle3','icon-folder'),(25073,1653,'_left_tab_2_circle3','field_56b3da76da02d'),(25074,1653,'left_tab_2_circle1_label','资产管理'),(25075,1653,'_left_tab_2_circle1_label','field_56b3da76da02e'),(25076,1653,'left_tab_2_circle2_label','转变顾问'),(25077,1653,'_left_tab_2_circle2_label','field_56b3da76da02f'),(25078,1653,'left_tab_2_circle3_label','投资和融资'),(25079,1653,'_left_tab_2_circle3_label','field_56b3da76da030'),(25080,1653,'left_tab_2_paragraph1','资产管理包括我们的专有投资和债务与股权的转换。我们还提供执行领导团队,代表我们自己和代表我们的投资者来运营投资\r\n'),(25081,1653,'_left_tab_2_paragraph1','field_56b3db8eda033'),(25082,1653,'left_tab_2_paragraph2','我们的转变专业人士是曾经领导、建立和指导过重要企业实现增长、收购、重组和转变的前任高级管理人员。他们拥有来自4大分析企业等联网公司的分析团队的支持\r\n'),(25083,1653,'_left_tab_2_paragraph2','field_56b3dc6dda035'),(25084,1653,'left_tab_2_paragraph3','我们为客户操作和管理资金。我们的投资者都是家庭办公室、体育基金和养老基金。重点主要在于不良投资或通过集中投资一个部门的根本性变革来支持战略增长。我们建议我们的客户优先投资到一个新的业务部门\r\n'),(25085,1653,'_left_tab_2_paragraph3','field_56b3dc74da036'),(25086,1653,'left_tab_2_spacer','0'),(25087,1653,'_left_tab_2_spacer','field_56b3da76da031'),(25088,1653,'left_tab_3_wysiwyg_editor',' \r\n\r\n我们具备大规模专家网络,保证可以免除资产负债表中的风险。我们透过我们的公司、子公司及合作伙伴网络与您合作,以分拆您的业务并创造价值。我们让您能够参与贵公司的清收。'),(25089,1653,'_left_tab_3_wysiwyg_editor','field_56b3711077c86'),(25090,1653,'left_tab_3_spacer','1'),(25091,1653,'_left_tab_3_spacer','field_56b371c577c8c'),(25092,1653,'left_tab_4_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(25093,1653,'_left_tab_4_image','field_56b373f3b6e44'),(25094,1653,'left_tab_4_title','通过创新和转变 <br>创造股东价值'),(25095,1653,'_left_tab_4_title','field_56b373afb6e42'),(25096,1653,'left_tab_4_button_label','下载PDF (312 Kb)'),(25097,1653,'_left_tab_4_button_label','field_56b373ceb6e43'),(25098,1653,'left_tab_4_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(25099,1653,'_left_tab_4_button_link','field_56b374ff0ad17'),(25100,1653,'add_third_tab','0'),(25101,1653,'_add_third_tab','field_57f54e889b77c'),(25102,1653,'third_tab',''),(25103,1653,'_third_tab','field_57f54ec39b77e'),(25104,1654,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(25105,1654,'_left_tab','field_56b36c6deeda0'),(25106,1654,'add_second_tab','1'),(25107,1654,'_add_second_tab','field_56b36ca9eeda2'),(25108,1654,'right_tab','a:2:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";}'),(25109,1654,'_right_tab','field_56b3fab04554d'),(25110,1654,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain拥有超过20位业界最佳的重组和转变领域的专家。</h3>\r\n我们所有的高级管理人员在各种公司中担任着董事会和管理层职位,并且创造了数十亿美元的业务记录。我们认为与我们的客户合作非常重要,寻找并实现客户业务的最佳价值。我们的客户关系基础是相互信任和合作 –审慎处理,并且随时将客户的最大利益视为重点。\r\n\r\n我们的专家遍布各种行业,且专注于三大核心部门:\r\n\r\n</header>'),(25111,1654,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(25112,1654,'left_tab_0_spacer','1'),(25113,1654,'_left_tab_0_spacer','field_56b371c577c8c'),(25114,1654,'left_tab_1_circle1','icon-grid'),(25115,1654,'_left_tab_1_circle1','field_56b3dc86da039'),(25116,1654,'left_tab_1_circle2','icon-turnaround'),(25117,1654,'_left_tab_1_circle2','field_56b3dc86da03a'),(25118,1654,'left_tab_1_circle3','icon-masonery'),(25119,1654,'_left_tab_1_circle3','field_56b3dc86da03b'),(25120,1654,'left_tab_1_circle1_label','重组'),(25121,1654,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(25122,1654,'left_tab_1_circle2_label','转变'),(25123,1654,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(25124,1654,'left_tab_1_circle3_label','创新'),(25125,1654,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(25126,1654,'left_tab_1_spacer','1'),(25127,1654,'_left_tab_1_spacer','field_56b3dc86da042'),(25128,1654,'left_tab_2_wysiwyg_editor','最近,我们团队受欧洲委员会任命负责监督欧盟成员国最大银行的重组工作。\r\n\r\n我们在发现有机会收购复杂的团队时介入,为他们整体或独立的部分带来创新,并带领他们迈向下一个成长周期。\r\n\r\n在Innovation Brain,我们专注于研究重组业务。我们尝试帮助一个企业在其生命周期的十字路口创造价值,未来取决于大胆的决定和创新的解决方案。\r\n\r\n除了丰富的专业知识,我们还会透过转型让您能够从关键的非绩效与非核心资产获得价值。企业组织要求我们在以下时机介入:\r\n<ul>\r\n <li>需要强大的管理人员、投资能力和建议</li>\r\n <li>寻求重组和转变的股权合作伙伴</li>\r\n <li>其他解决方案均告失败,需要创新与全新的想法</li>\r\n</ul>\r\n '),(25129,1654,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(25130,1654,'left_tab_2_spacer','1'),(25131,1654,'_left_tab_2_spacer','field_56b371c577c8c'),(25132,1654,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(25133,1654,'_left_tab_3_image','field_56b373f3b6e44'),(25134,1654,'left_tab_3_title','通过创新和转变 <br>创造股东价值'),(25135,1654,'_left_tab_3_title','field_56b373afb6e42'),(25136,1654,'left_tab_3_button_label','下载PDF (312 kb)'),(25137,1654,'_left_tab_3_button_label','field_56b373ceb6e43'),(25138,1654,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(25139,1654,'_left_tab_3_button_link','field_56b374ff0ad17'),(25140,1654,'left_tab_name','公司'),(25141,1654,'_left_tab_name','field_56b3976017dce'),(25142,1654,'right_tab_name','人员'),(25143,1654,'_right_tab_name','field_56b3978117dcf'),(25144,1654,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(25145,1654,'_right_tab_0_image','field_56b3fab145571'),(25146,1654,'right_tab_0_content','Lukas Fecker博士\r\n\r\n<strong><span style=\"color: #00ccff;\">Innovation Brain</span></strong>\r\n\r\n<strong><span style=\"color: #00ccff;\">的创始人兼CEO</span></strong>\r\n\r\nLukas Fecker博士是创始人兼CEO。他是欧洲转变管理协会(TMA)的主席。Lukas专注于研究银行业务的转变。他专注于私营资产管理公司的投资、银行业务清算及不良投资。Lukas拥有20多年的经验,而且曾经是安永(EY)及毕马威(KPMG)的合作伙伴和 Alvarez&Marsal (奥迈企业顾问公司)的总监。他曾领导了EY的银行业务转变解决方案EMEIA。除了提供咨询,Lukas 也曾担任6 大转型业务的CRO、CEO 或董事的高阶管理职位。\r\n\r\nLukas的重要业绩包括上市公司的250亿瑞士法郎交易额方案、欧洲主要银行的重组和2项基金重组。过去的几年中,他与全球多家领先的金融机构保持合作。'),(25147,1654,'_right_tab_0_content','field_56b3fab145572'),(25148,1654,'right_tab_0_button_label','下载v卡'),(25149,1654,'_right_tab_0_button_label','field_56b3fab145573'),(25150,1654,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(25151,1654,'_right_tab_0_button_link','field_56b3fab145574'),(25152,1654,'right_tab_0_spacer','1'),(25153,1654,'_right_tab_0_spacer','field_56b3fab145575'),(25154,1654,'right_tab_1_contact_title','请随时联系我们:'),(25155,1654,'_right_tab_1_contact_title','field_56b4001eb0921'),(25156,1654,'right_tab_1_contact_values_0_contact_value_left','瑞士,楚格'),(25157,1654,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(25158,1654,'right_tab_1_contact_values_0_contact_value_right',''),(25159,1654,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(25160,1654,'right_tab_1_contact_values_0_link',''),(25161,1654,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(25162,1654,'right_tab_1_contact_values_0_link_type',''),(25163,1654,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(25164,1654,'right_tab_1_contact_values_1_contact_value_left','Lukas Fecker博士'),(25165,1654,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(25166,1654,'right_tab_1_contact_values_1_contact_value_right',''),(25167,1654,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(25168,1654,'right_tab_1_contact_values_1_link',''),(25169,1654,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(25170,1654,'right_tab_1_contact_values_1_link_type',''),(25171,1654,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(25172,1654,'right_tab_1_contact_values_2_contact_value_left','电话:'),(25173,1654,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(25174,1654,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (瑞士)'),(25175,1654,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(25176,1654,'right_tab_1_contact_values_2_link','+41793107090'),(25177,1654,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(25178,1654,'right_tab_1_contact_values_2_link_type','tel:'),(25179,1654,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(25180,1654,'right_tab_1_contact_values_3_contact_value_left','电话:'),(25181,1654,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(25182,1654,'right_tab_1_contact_values_3_contact_value_right','(+44) 755 767 9504 (英国)'),(25183,1654,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(25184,1654,'right_tab_1_contact_values_3_link','+447557679504'),(25185,1654,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(25186,1654,'right_tab_1_contact_values_3_link_type',''),(25187,1654,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(25188,1654,'right_tab_1_contact_icon','icon-mail'),(25189,1654,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(25190,1654,'right_tab_1_contact_values','5'),(25191,1654,'_right_tab_1_contact_values','field_56b3fde2ce062'),(25192,1654,'add_third_tab','0'),(25193,1654,'_add_third_tab','field_57f54e889b77c'),(25194,1654,'third_tab_name',''),(25195,1654,'_third_tab_name','field_57f54ea19b77d'),(25196,1654,'third_tab',''),(25197,1654,'_third_tab','field_57f54ec39b77e'),(25198,1654,'right_tab_1_contact_values_4_contact_value_left','E-mail:'),(25199,1654,'_right_tab_1_contact_values_4_contact_value_left','field_56b3ff0a543e0'),(25200,1654,'right_tab_1_contact_values_4_contact_value_right','lukas.fecker@innovationbrain.com'),(25201,1654,'_right_tab_1_contact_values_4_contact_value_right','field_56b3fefe543df'),(25202,1654,'right_tab_1_contact_values_4_link_type','mailto:'),(25203,1654,'_right_tab_1_contact_values_4_link_type','field_56b3fed6543dd'),(25204,1654,'right_tab_1_contact_values_4_link','lukas.fecker@innovationbrain.com'),(25205,1654,'_right_tab_1_contact_values_4_link','field_56b3fef2543de'),(25206,1655,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(25207,1655,'_left_tab','field_56b36c6deeda0'),(25208,1655,'add_second_tab','1'),(25209,1655,'_add_second_tab','field_56b36ca9eeda2'),(25210,1655,'right_tab','a:2:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";}'),(25211,1655,'_right_tab','field_56b3fab04554d'),(25212,1655,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<div class=\"page\" title=\"Page 5\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>Innovation Brain 擁有超過 20 名業界最佳的重組及轉型專家。</h3>\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n我們所有的資深專員在各個不同公司擔任董事與管理職位,並擁有建立數十億美元 業務的記錄。我們認為與我們的客戶合作非常重要─從其業務中找出最佳價值。我 們的客戶關係建立在互信與合作─審慎處理,並且隨時將客戶的最大利益視為重 點。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<pre>我們的專家橫跨各個行業,並且著重在三個核心領域:\r\n</pre>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</header>'),(25213,1655,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(25214,1655,'left_tab_0_spacer','1'),(25215,1655,'_left_tab_0_spacer','field_56b371c577c8c'),(25216,1655,'left_tab_1_circle1','icon-grid'),(25217,1655,'_left_tab_1_circle1','field_56b3dc86da039'),(25218,1655,'left_tab_1_circle2','icon-turnaround'),(25219,1655,'_left_tab_1_circle2','field_56b3dc86da03a'),(25220,1655,'left_tab_1_circle3','icon-masonery'),(25221,1655,'_left_tab_1_circle3','field_56b3dc86da03b'),(25222,1655,'left_tab_1_circle1_label','重組'),(25223,1655,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(25224,1655,'left_tab_1_circle2_label','轉型'),(25225,1655,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(25226,1655,'left_tab_1_circle3_label','創新'),(25227,1655,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(25228,1655,'left_tab_1_spacer','1'),(25229,1655,'_left_tab_1_spacer','field_56b3dc86da042'),(25230,1655,'left_tab_2_wysiwyg_editor','<div class=\"page\" title=\"Page 5\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<pre>最近歐盟委員會委任我們的團隊監控歐盟會員國最大銀行的重組作業。\r\n</pre>\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n我們在發現有機會收購複雜的團隊時介入,為他們整體或獨立的部分帶來創新,並帶 領他們邁向下一個成長周期。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n在 Innovation Brain,我們的專業在於企業重組。我們試圖在企業生命週期的十字路 口創造價值,其未來便仰賴大膽的決策與創新的解決方案。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n除了豐富的專業知識,我們還會透過轉型讓您能夠從關鍵的非績效與非核心資產獲得 價值。企業組織要求我們在以下時機介入:\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<ul>\r\n <li> 需要強大的管理人員、投資能力與諮詢</li>\r\n <li> 尋找重組及轉型的股權合作夥伴</li>\r\n <li> 其他解決方案均告失敗,需要創新與全新的想法</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>'),(25231,1655,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(25232,1655,'left_tab_2_spacer','1'),(25233,1655,'_left_tab_2_spacer','field_56b371c577c8c'),(25234,1655,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(25235,1655,'_left_tab_3_image','field_56b373f3b6e44'),(25236,1655,'left_tab_3_title','透過創新與轉型 <br>創造股東價值'),(25237,1655,'_left_tab_3_title','field_56b373afb6e42'),(25238,1655,'left_tab_3_button_label','下載 PDF (312 kb)'),(25239,1655,'_left_tab_3_button_label','field_56b373ceb6e43'),(25240,1655,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(25241,1655,'_left_tab_3_button_link','field_56b374ff0ad17'),(25242,1655,'left_tab_name','公司'),(25243,1655,'_left_tab_name','field_56b3976017dce'),(25244,1655,'right_tab_name','關於我們'),(25245,1655,'_right_tab_name','field_56b3978117dcf'),(25246,1655,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(25247,1655,'_right_tab_0_image','field_56b3fab145571'),(25248,1655,'right_tab_0_content','Dr Lukas Fecker 博士\r\n<span style=\"color: #00ccff;\">Innovation Brain </span>\r\n<span style=\"color: #00ccff;\">創辦人兼 CEO</span>\r\n\r\n \r\n<div class=\"page\" title=\"Page 6\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nLukas Fecker 博士為創辦人兼 CEO。他是歐洲國際企業重建 總會(TMA)的主席。Lukas 的專業為銀行轉型。他著重在私人 資產管理公司投資、改善銀行體質與不良資產投資。Lukas 擁 有超過 20 年的經驗,而且曾經是安永(EY)及畢馬威(KPMG) 的合作夥伴,以及奧邁企業顧問公司(Alvarez & Marsal)的董 事。他曾經領導安永的銀行轉型解決方案 EMEIA。除了諮詢 外,Lukas 也曾擔任 6 大轉型業務的 CRO、CEO 或董事的高 階管理職位。\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nLukas 的部分重大成就包括 250 億瑞士法郎的轉型股票上市 業務、歐洲頂尖銀行的重組,以及 2 個基金的重組。多年來, 他與全球頂尖的金融機構合作。\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>'),(25249,1655,'_right_tab_0_content','field_56b3fab145572'),(25250,1655,'right_tab_0_button_label','下載 V Card'),(25251,1655,'_right_tab_0_button_label','field_56b3fab145573'),(25252,1655,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(25253,1655,'_right_tab_0_button_link','field_56b3fab145574'),(25254,1655,'right_tab_0_spacer','1'),(25255,1655,'_right_tab_0_spacer','field_56b3fab145575'),(25256,1655,'right_tab_1_contact_title','請隨時與我們連絡:'),(25257,1655,'_right_tab_1_contact_title','field_56b4001eb0921'),(25258,1655,'right_tab_1_contact_values_0_contact_value_left','瑞士楚格'),(25259,1655,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(25260,1655,'right_tab_1_contact_values_0_contact_value_right',''),(25261,1655,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(25262,1655,'right_tab_1_contact_values_0_link',''),(25263,1655,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(25264,1655,'right_tab_1_contact_values_0_link_type',''),(25265,1655,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(25266,1655,'right_tab_1_contact_values_1_contact_value_left','Lukas Fecker 博士'),(25267,1655,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(25268,1655,'right_tab_1_contact_values_1_contact_value_right',''),(25269,1655,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(25270,1655,'right_tab_1_contact_values_1_link',''),(25271,1655,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(25272,1655,'right_tab_1_contact_values_1_link_type',''),(25273,1655,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(25274,1655,'right_tab_1_contact_values_2_contact_value_left','電話:'),(25275,1655,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(25276,1655,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (瑞士)'),(25277,1655,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(25278,1655,'right_tab_1_contact_values_2_link','+41793107090'),(25279,1655,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(25280,1655,'right_tab_1_contact_values_2_link_type','tel:'),(25281,1655,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(25282,1655,'right_tab_1_contact_values_3_contact_value_left','電話:'),(25283,1655,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(25284,1655,'right_tab_1_contact_values_3_contact_value_right','(+44) 755 767 9504 (英國)'),(25285,1655,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(25286,1655,'right_tab_1_contact_values_3_link','+447557679504'),(25287,1655,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(25288,1655,'right_tab_1_contact_values_3_link_type','tel:'),(25289,1655,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(25290,1655,'right_tab_1_contact_icon','icon-mail'),(25291,1655,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(25292,1655,'right_tab_1_contact_values','5'),(25293,1655,'_right_tab_1_contact_values','field_56b3fde2ce062'),(25294,1655,'add_third_tab','0'),(25295,1655,'_add_third_tab','field_57f54e889b77c'),(25296,1655,'third_tab_name',''),(25297,1655,'_third_tab_name','field_57f54ea19b77d'),(25298,1655,'third_tab',''),(25299,1655,'_third_tab','field_57f54ec39b77e'),(25300,1655,'right_tab_1_contact_values_4_contact_value_left','電子郵件:'),(25301,1655,'_right_tab_1_contact_values_4_contact_value_left','field_56b3ff0a543e0'),(25302,1655,'right_tab_1_contact_values_4_contact_value_right','lukas.fecker@innovationbrain.com'),(25303,1655,'_right_tab_1_contact_values_4_contact_value_right','field_56b3fefe543df'),(25304,1655,'right_tab_1_contact_values_4_link_type','mailto:'),(25305,1655,'_right_tab_1_contact_values_4_link_type','field_56b3fed6543dd'),(25306,1655,'right_tab_1_contact_values_4_link','lukas.fecker@innovationbrain.com'),(25307,1655,'_right_tab_1_contact_values_4_link','field_56b3fef2543de'),(25308,1656,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<div class=\"page\" title=\"Page 7\">\r\n<div class=\"layoutArea\">\r\n<h3 class=\"column\">透過創新與轉型從破壞中創造價值</h3>\r\n</div>\r\n</div>\r\n</header>\r\n<div class=\"page\" title=\"Page 7\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<pre>我們擁有多種領域的專家,例如金融服務、商品、製藥。我們提供重組、轉型及創新\r\n等服務的專業知識。我們的專家解決方案有回收及改善;貿易轉型、製藥,以及批發\r\n與零售\r\n</pre>\r\n</div>\r\n</div>\r\n</div>'),(25309,1656,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(25310,1656,'left_tab_0_spacer','0'),(25311,1656,'_left_tab_0_spacer','field_56b371c577c8c'),(25312,1656,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:19:\"3circles_block_text\";i:2;s:19:\"3circles_block_text\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:15:\"read_more_block\";}'),(25313,1656,'_left_tab','field_56b36c6deeda0'),(25314,1656,'add_second_tab','0'),(25315,1656,'_add_second_tab','field_56b36ca9eeda2'),(25316,1656,'right_tab',''),(25317,1656,'_right_tab','field_56b3fab04554d'),(25318,1656,'left_tab_1_title','領域'),(25319,1656,'_left_tab_1_title','field_56b3db70da032'),(25320,1656,'left_tab_1_circle1','icon-bullseye'),(25321,1656,'_left_tab_1_circle1','field_56b3da76da02b'),(25322,1656,'left_tab_1_circle2','icon-progress'),(25323,1656,'_left_tab_1_circle2','field_56b3da76da02c'),(25324,1656,'left_tab_1_circle3','icon-pill'),(25325,1656,'_left_tab_1_circle3','field_56b3da76da02d'),(25326,1656,'left_tab_1_circle1_label','金融服務'),(25327,1656,'_left_tab_1_circle1_label','field_56b3da76da02e'),(25328,1656,'left_tab_1_circle2_label','商品'),(25329,1656,'_left_tab_1_circle2_label','field_56b3da76da02f'),(25330,1656,'left_tab_1_circle3_label','製藥'),(25331,1656,'_left_tab_1_circle3_label','field_56b3da76da030'),(25332,1656,'left_tab_1_paragraph1','我們的重點在於解決 方案、私人資產管理公 司的設立與籌資,以及 管理續存資產作業\r\n'),(25333,1656,'_left_tab_1_paragraph1','field_56b3db8eda033'),(25334,1656,'left_tab_1_paragraph2','我們的專業在於收購 農產品、日常用品,以 及需要重組和轉型之 交易的非核心資產\r\n'),(25335,1656,'_left_tab_1_paragraph2','field_56b3dc6dda035'),(25336,1656,'left_tab_1_paragraph3','我們支援配銷組織轉 型的產業;生產設施及 非核心資產的收購與 轉型\r\n'),(25337,1656,'_left_tab_1_paragraph3','field_56b3dc74da036'),(25338,1656,'left_tab_1_spacer','0'),(25339,1656,'_left_tab_1_spacer','field_56b3da76da031'),(25340,1656,'left_tab_2_title','服務'),(25341,1656,'_left_tab_2_title','field_56b3db70da032'),(25342,1656,'left_tab_2_circle1','icon-grid'),(25343,1656,'_left_tab_2_circle1','field_56b3da76da02b'),(25344,1656,'left_tab_2_circle2','icon-turnaround'),(25345,1656,'_left_tab_2_circle2','field_56b3da76da02c'),(25346,1656,'left_tab_2_circle3','icon-folder'),(25347,1656,'_left_tab_2_circle3','field_56b3da76da02d'),(25348,1656,'left_tab_2_circle1_label','產權管理'),(25349,1656,'_left_tab_2_circle1_label','field_56b3da76da02e'),(25350,1656,'left_tab_2_circle2_label','轉型諮詢'),(25351,1656,'_left_tab_2_circle2_label','field_56b3da76da02f'),(25352,1656,'left_tab_2_circle3_label','投資與注資'),(25353,1656,'_left_tab_2_circle3_label','field_56b3da76da030'),(25354,1656,'left_tab_2_paragraph1','產權管理包含我們的 自營投資,以及債權轉 股權。我們也提供管理 領導團隊,代表我們自 己與我們的投資人經 營投資'),(25355,1656,'_left_tab_2_paragraph1','field_56b3db8eda033'),(25356,1656,'left_tab_2_paragraph2','我們的轉型專家是曾 經透過成長、收購、重 組與轉型來領導、建立 與指導主要業務的前 資深專員。他們也獲得 分析團隊的支援,這些 分析團隊來自聯絡網 公司(例如:四大會計 師事務所)及小型專業 分析服務'),(25357,1656,'_left_tab_2_paragraph2','field_56b3dc6dda035'),(25358,1656,'left_tab_2_paragraph3','我們的轉型專家是曾 經透過成長、收購、重 組與轉型來領導、建立 與指導主要業務的前 資深專員。他們也獲得 分析團隊的支援,這些 分析團隊來自聯絡網 公司(例如:四大會計 師事務所)及小型專業 分析服務'),(25359,1656,'_left_tab_2_paragraph3','field_56b3dc74da036'),(25360,1656,'left_tab_2_spacer','0'),(25361,1656,'_left_tab_2_spacer','field_56b3da76da031'),(25362,1656,'left_tab_3_wysiwyg_editor','<div class=\"page\" title=\"Page 7\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n我們具備大規模專家聯絡網,保證可以免除資產負債表中的風險。我們透過我們 的公司、子公司及合作夥伴網路與您合作,以分拆您的業務並創造價值。我們讓 您能夠參與貴公司的清收。\r\n\r\n</div>\r\n</div>\r\n</div>'),(25363,1656,'_left_tab_3_wysiwyg_editor','field_56b3711077c86'),(25364,1656,'left_tab_3_spacer','1'),(25365,1656,'_left_tab_3_spacer','field_56b371c577c8c'),(25366,1656,'left_tab_4_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(25367,1656,'_left_tab_4_image','field_56b373f3b6e44'),(25368,1656,'left_tab_4_title','透過創新與轉型 <br>創造股東價值'),(25369,1656,'_left_tab_4_title','field_56b373afb6e42'),(25370,1656,'left_tab_4_button_label','下載 PDF (312 kb)'),(25371,1656,'_left_tab_4_button_label','field_56b373ceb6e43'),(25372,1656,'left_tab_4_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(25373,1656,'_left_tab_4_button_link','field_56b374ff0ad17'),(25374,1656,'add_third_tab','0'),(25375,1656,'_add_third_tab','field_57f54e889b77c'),(25376,1656,'third_tab',''),(25377,1656,'_third_tab','field_57f54ec39b77e'),(25378,1657,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(25379,1657,'_left_tab','field_56b36c6deeda0'),(25380,1657,'add_second_tab','1'),(25381,1657,'_add_second_tab','field_56b36ca9eeda2'),(25382,1657,'right_tab','a:2:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";}'),(25383,1657,'_right_tab','field_56b3fab04554d'),(25384,1657,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain拥有超过20位业界最佳的重组和转变领域的专家。</h3>\r\n我们所有的高级管理人员在各种公司中担任着董事会和管理层职位,并且创造了数十亿美元的业务记录。我们认为与我们的客户合作非常重要,寻找并实现客户业务的最佳价值。我们的客户关系基础是相互信任和合作 –审慎处理,并且随时将客户的最大利益视为重点。\r\n\r\n我们的专家遍布各种行业,且专注于三大核心部门:\r\n\r\n</header>'),(25385,1657,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(25386,1657,'left_tab_0_spacer','1'),(25387,1657,'_left_tab_0_spacer','field_56b371c577c8c'),(25388,1657,'left_tab_1_circle1','icon-grid'),(25389,1657,'_left_tab_1_circle1','field_56b3dc86da039'),(25390,1657,'left_tab_1_circle2','icon-turnaround'),(25391,1657,'_left_tab_1_circle2','field_56b3dc86da03a'),(25392,1657,'left_tab_1_circle3','icon-masonery'),(25393,1657,'_left_tab_1_circle3','field_56b3dc86da03b'),(25394,1657,'left_tab_1_circle1_label','重组'),(25395,1657,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(25396,1657,'left_tab_1_circle2_label','转变'),(25397,1657,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(25398,1657,'left_tab_1_circle3_label','创新'),(25399,1657,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(25400,1657,'left_tab_1_spacer','1'),(25401,1657,'_left_tab_1_spacer','field_56b3dc86da042'),(25402,1657,'left_tab_2_wysiwyg_editor','最近,我们团队受欧洲委员会任命负责监督欧盟成员国最大银行的重组工作。\r\n\r\n我们在发现有机会收购复杂的团队时介入,为他们整体或独立的部分带来创新,并带领他们迈向下一个成长周期。\r\n\r\n在Innovation Brain,我们专注于研究重组业务。我们尝试帮助一个企业在其生命周期的十字路口创造价值,未来取决于大胆的决定和创新的解决方案。\r\n\r\n除了丰富的专业知识,我们还会透过转型让您能够从关键的非绩效与非核心资产获得价值。企业组织要求我们在以下时机介入:\r\n<ul>\r\n <li>需要强大的管理人员、投资能力和建议</li>\r\n <li>寻求重组和转变的股权合作伙伴</li>\r\n <li>其他解决方案均告失败,需要创新与全新的想法</li>\r\n</ul>\r\n '),(25403,1657,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(25404,1657,'left_tab_2_spacer','1'),(25405,1657,'_left_tab_2_spacer','field_56b371c577c8c'),(25406,1657,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(25407,1657,'_left_tab_3_image','field_56b373f3b6e44'),(25408,1657,'left_tab_3_title','通过创新和转变 <br>创造股东价值'),(25409,1657,'_left_tab_3_title','field_56b373afb6e42'),(25410,1657,'left_tab_3_button_label','下载PDF (312 kb)'),(25411,1657,'_left_tab_3_button_label','field_56b373ceb6e43'),(25412,1657,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround-SC.pdf'),(25413,1657,'_left_tab_3_button_link','field_56b374ff0ad17'),(25414,1657,'left_tab_name','公司'),(25415,1657,'_left_tab_name','field_56b3976017dce'),(25416,1657,'right_tab_name','人员'),(25417,1657,'_right_tab_name','field_56b3978117dcf'),(25418,1657,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(25419,1657,'_right_tab_0_image','field_56b3fab145571'),(25420,1657,'right_tab_0_content','Lukas Fecker博士\r\n\r\n<strong><span style=\"color: #00ccff;\">Innovation Brain</span></strong>\r\n\r\n<strong><span style=\"color: #00ccff;\">的创始人兼CEO</span></strong>\r\n\r\nLukas Fecker博士是创始人兼CEO。他是欧洲转变管理协会(TMA)的主席。Lukas专注于研究银行业务的转变。他专注于私营资产管理公司的投资、银行业务清算及不良投资。Lukas拥有20多年的经验,而且曾经是安永(EY)及毕马威(KPMG)的合作伙伴和 Alvarez&Marsal (奥迈企业顾问公司)的总监。他曾领导了EY的银行业务转变解决方案EMEIA。除了提供咨询,Lukas 也曾担任6 大转型业务的CRO、CEO 或董事的高阶管理职位。\r\n\r\nLukas的重要业绩包括上市公司的250亿瑞士法郎交易额方案、欧洲主要银行的重组和2项基金重组。过去的几年中,他与全球多家领先的金融机构保持合作。'),(25421,1657,'_right_tab_0_content','field_56b3fab145572'),(25422,1657,'right_tab_0_button_label','下载v卡'),(25423,1657,'_right_tab_0_button_label','field_56b3fab145573'),(25424,1657,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(25425,1657,'_right_tab_0_button_link','field_56b3fab145574'),(25426,1657,'right_tab_0_spacer','1'),(25427,1657,'_right_tab_0_spacer','field_56b3fab145575'),(25428,1657,'right_tab_1_contact_title','请随时联系我们:'),(25429,1657,'_right_tab_1_contact_title','field_56b4001eb0921'),(25430,1657,'right_tab_1_contact_values_0_contact_value_left','瑞士,楚格'),(25431,1657,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(25432,1657,'right_tab_1_contact_values_0_contact_value_right',''),(25433,1657,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(25434,1657,'right_tab_1_contact_values_0_link',''),(25435,1657,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(25436,1657,'right_tab_1_contact_values_0_link_type',''),(25437,1657,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(25438,1657,'right_tab_1_contact_values_1_contact_value_left','Lukas Fecker博士'),(25439,1657,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(25440,1657,'right_tab_1_contact_values_1_contact_value_right',''),(25441,1657,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(25442,1657,'right_tab_1_contact_values_1_link',''),(25443,1657,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(25444,1657,'right_tab_1_contact_values_1_link_type',''),(25445,1657,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(25446,1657,'right_tab_1_contact_values_2_contact_value_left','电话:'),(25447,1657,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(25448,1657,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (瑞士)'),(25449,1657,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(25450,1657,'right_tab_1_contact_values_2_link','+41793107090'),(25451,1657,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(25452,1657,'right_tab_1_contact_values_2_link_type','tel:'),(25453,1657,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(25454,1657,'right_tab_1_contact_values_3_contact_value_left','电话:'),(25455,1657,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(25456,1657,'right_tab_1_contact_values_3_contact_value_right','(+44) 755 767 9504 (英国)'),(25457,1657,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(25458,1657,'right_tab_1_contact_values_3_link','+447557679504'),(25459,1657,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(25460,1657,'right_tab_1_contact_values_3_link_type',''),(25461,1657,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(25462,1657,'right_tab_1_contact_icon','icon-mail'),(25463,1657,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(25464,1657,'right_tab_1_contact_values','5'),(25465,1657,'_right_tab_1_contact_values','field_56b3fde2ce062'),(25466,1657,'add_third_tab','0'),(25467,1657,'_add_third_tab','field_57f54e889b77c'),(25468,1657,'third_tab_name',''),(25469,1657,'_third_tab_name','field_57f54ea19b77d'),(25470,1657,'third_tab',''),(25471,1657,'_third_tab','field_57f54ec39b77e'),(25472,1657,'right_tab_1_contact_values_4_contact_value_left','E-mail:'),(25473,1657,'_right_tab_1_contact_values_4_contact_value_left','field_56b3ff0a543e0'),(25474,1657,'right_tab_1_contact_values_4_contact_value_right','lukas.fecker@innovationbrain.com'),(25475,1657,'_right_tab_1_contact_values_4_contact_value_right','field_56b3fefe543df'),(25476,1657,'right_tab_1_contact_values_4_link_type','mailto:'),(25477,1657,'_right_tab_1_contact_values_4_link_type','field_56b3fed6543dd'),(25478,1657,'right_tab_1_contact_values_4_link','lukas.fecker@innovationbrain.com'),(25479,1657,'_right_tab_1_contact_values_4_link','field_56b3fef2543de'),(25480,1658,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>从破坏到创新和转变的过程中创造价值</h3>\r\n \r\n\r\n我们拥有多种领域的专家,例如金融服务、商品、制药。我们提供重组、转型及创新等服务的专业知识。我们的专家解决方案有回收及改善;贸易转型、制药,以及批发与零售\r\n\r\n</header>'),(25481,1658,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(25482,1658,'left_tab_0_spacer','0'),(25483,1658,'_left_tab_0_spacer','field_56b371c577c8c'),(25484,1658,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:19:\"3circles_block_text\";i:2;s:19:\"3circles_block_text\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:15:\"read_more_block\";}'),(25485,1658,'_left_tab','field_56b36c6deeda0'),(25486,1658,'add_second_tab','0'),(25487,1658,'_add_second_tab','field_56b36ca9eeda2'),(25488,1658,'right_tab',''),(25489,1658,'_right_tab','field_56b3fab04554d'),(25490,1658,'left_tab_1_title','部门'),(25491,1658,'_left_tab_1_title','field_56b3db70da032'),(25492,1658,'left_tab_1_circle1','icon-bullseye'),(25493,1658,'_left_tab_1_circle1','field_56b3da76da02b'),(25494,1658,'left_tab_1_circle2','icon-progress'),(25495,1658,'_left_tab_1_circle2','field_56b3da76da02c'),(25496,1658,'left_tab_1_circle3','icon-pill'),(25497,1658,'_left_tab_1_circle3','field_56b3da76da02d'),(25498,1658,'left_tab_1_circle1_label','金融服务'),(25499,1658,'_left_tab_1_circle1_label','field_56b3da76da02e'),(25500,1658,'left_tab_1_circle2_label','商品'),(25501,1658,'_left_tab_1_circle2_label','field_56b3da76da02f'),(25502,1658,'left_tab_1_circle3_label','医药品'),(25503,1658,'_left_tab_1_circle3_label','field_56b3da76da030'),(25504,1658,'left_tab_1_paragraph1','我们专注于提供解决方案,私营资产管理公司的设立和融资、管理运营操作\r\n'),(25505,1658,'_left_tab_1_paragraph1','field_56b3db8eda033'),(25506,1658,'left_tab_1_paragraph2','我们的专业在于收购农产品、日常用品,以及需要重组和转型之交易的非核心资产\r\n'),(25507,1658,'_left_tab_1_paragraph2','field_56b3dc6dda035'),(25508,1658,'left_tab_1_paragraph3','我们支持行业内的分销组织转变;收购和转变生产设施和非核心资产\r\n'),(25509,1658,'_left_tab_1_paragraph3','field_56b3dc74da036'),(25510,1658,'left_tab_1_spacer','0'),(25511,1658,'_left_tab_1_spacer','field_56b3da76da031'),(25512,1658,'left_tab_2_title','服务'),(25513,1658,'_left_tab_2_title','field_56b3db70da032'),(25514,1658,'left_tab_2_circle1','icon-grid'),(25515,1658,'_left_tab_2_circle1','field_56b3da76da02b'),(25516,1658,'left_tab_2_circle2','icon-turnaround'),(25517,1658,'_left_tab_2_circle2','field_56b3da76da02c'),(25518,1658,'left_tab_2_circle3','icon-folder'),(25519,1658,'_left_tab_2_circle3','field_56b3da76da02d'),(25520,1658,'left_tab_2_circle1_label','资产管理'),(25521,1658,'_left_tab_2_circle1_label','field_56b3da76da02e'),(25522,1658,'left_tab_2_circle2_label','转变顾问'),(25523,1658,'_left_tab_2_circle2_label','field_56b3da76da02f'),(25524,1658,'left_tab_2_circle3_label','投资和融资'),(25525,1658,'_left_tab_2_circle3_label','field_56b3da76da030'),(25526,1658,'left_tab_2_paragraph1','资产管理包括我们的专有投资和债务与股权的转换。我们还提供执行领导团队,代表我们自己和代表我们的投资者来运营投资\r\n'),(25527,1658,'_left_tab_2_paragraph1','field_56b3db8eda033'),(25528,1658,'left_tab_2_paragraph2','我们的转变专业人士是曾经领导、建立和指导过重要企业实现增长、收购、重组和转变的前任高级管理人员。他们拥有来自4大分析企业等联网公司的分析团队的支持\r\n'),(25529,1658,'_left_tab_2_paragraph2','field_56b3dc6dda035'),(25530,1658,'left_tab_2_paragraph3','我们为客户操作和管理资金。我们的投资者都是家庭办公室、体育基金和养老基金。重点主要在于不良投资或通过集中投资一个部门的根本性变革来支持战略增长。我们建议我们的客户优先投资到一个新的业务部门\r\n'),(25531,1658,'_left_tab_2_paragraph3','field_56b3dc74da036'),(25532,1658,'left_tab_2_spacer','0'),(25533,1658,'_left_tab_2_spacer','field_56b3da76da031'),(25534,1658,'left_tab_3_wysiwyg_editor',' \r\n\r\n我们具备大规模专家网络,保证可以免除资产负债表中的风险。我们透过我们的公司、子公司及合作伙伴网络与您合作,以分拆您的业务并创造价值。我们让您能够参与贵公司的清收。'),(25535,1658,'_left_tab_3_wysiwyg_editor','field_56b3711077c86'),(25536,1658,'left_tab_3_spacer','1'),(25537,1658,'_left_tab_3_spacer','field_56b371c577c8c'),(25538,1658,'left_tab_4_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(25539,1658,'_left_tab_4_image','field_56b373f3b6e44'),(25540,1658,'left_tab_4_title','通过创新和转变 <br>创造股东价值'),(25541,1658,'_left_tab_4_title','field_56b373afb6e42'),(25542,1658,'left_tab_4_button_label','下载PDF (312 Kb)'),(25543,1658,'_left_tab_4_button_label','field_56b373ceb6e43'),(25544,1658,'left_tab_4_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround-SC.pdf'),(25545,1658,'_left_tab_4_button_link','field_56b374ff0ad17'),(25546,1658,'add_third_tab','0'),(25547,1658,'_add_third_tab','field_57f54e889b77c'),(25548,1658,'third_tab',''),(25549,1658,'_third_tab','field_57f54ec39b77e'),(25550,1660,'cases_repeater_0_cases_title','- Largest Greek Bank'),(25551,1660,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(25552,1660,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(25553,1660,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(25554,1660,'cases_repeater_0_icon','icon-bullseye-small'),(25555,1660,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(25556,1660,'cases_repeater_0_cases_icon_title','Financial services'),(25557,1660,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(25558,1660,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(25559,1660,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(25560,1660,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(25561,1660,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(25562,1660,'cases_repeater_1_icon','icon-progress-small'),(25563,1660,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(25564,1660,'cases_repeater_1_cases_icon_title','Commodities'),(25565,1660,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(25566,1660,'cases_repeater','3'),(25567,1660,'_cases_repeater','field_56b25d0cd2fed'),(25568,1660,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(25569,1660,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(25570,1660,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(25571,1660,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(25572,1660,'cases_repeater_2_icon','icon-pill-small'),(25573,1660,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(25574,1660,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(25575,1660,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(25576,1660,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(25577,1660,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(25578,1660,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(25579,1660,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(25580,1660,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(25581,1660,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(25582,1660,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(25583,1660,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(25584,1660,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(25585,1660,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(25586,1660,'conferences_repeater_2_conference_place_and_date','September, 2015'),(25587,1660,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(25588,1660,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(25589,1660,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(25590,1660,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(25591,1660,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(25592,1660,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(25593,1660,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(25594,1660,'conferences_repeater_4_conference_place_and_date','May, 2015'),(25595,1660,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(25596,1660,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(25597,1660,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(25598,1660,'conferences_repeater_5_conference_place_and_date','April, 2015'),(25599,1660,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(25600,1660,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(25601,1660,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(25602,1660,'conferences_repeater_6_conference_place_and_date','January, 2015'),(25603,1660,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(25604,1660,'conferences_repeater','7'),(25605,1660,'_conferences_repeater','field_56b28bd340c44'),(25606,1660,'conferences_contact','Previous conferences available upon request'),(25607,1660,'_conferences_contact','field_56b3451c304a4'),(25608,1660,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(25609,1660,'_conferences_contact_mail','field_56b3453c304a5'),(25610,1660,'conferences_icon','icon-mail'),(25611,1660,'_conferences_icon','field_56b347cd8f381'),(25612,1660,'conferences_contact_text','Previous conferences available upon request'),(25613,1660,'_conferences_contact_text','field_56b3451c304a4'),(25614,1660,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(25615,1660,'_left_tab','field_56b36c6deeda0'),(25616,1660,'add_second_tab','1'),(25617,1660,'_add_second_tab','field_56b36ca9eeda2'),(25618,1660,'right_tab','a:7:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";i:4;s:20:\"wysiwyg_editor_block\";i:5;s:16:\"items_list_block\";i:6;s:13:\"contact_block\";}'),(25619,1660,'_right_tab','field_56b3fab04554d'),(25620,1660,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(25621,1660,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(25622,1660,'left_tab_0_spacer','0'),(25623,1660,'_left_tab_0_spacer','field_56b371c577c8c'),(25624,1660,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(25625,1660,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(25626,1660,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(25627,1660,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(25628,1660,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(25629,1660,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(25630,1660,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(25631,1660,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(25632,1660,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(25633,1660,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(25634,1660,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(25635,1660,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(25636,1660,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(25637,1660,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(25638,1660,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(25639,1660,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(25640,1660,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(25641,1660,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(25642,1660,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(25643,1660,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(25644,1660,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(25645,1660,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(25646,1660,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(25647,1660,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(25648,1660,'left_tab_1_cases_repeater','3'),(25649,1660,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(25650,1660,'left_tab_1_spacer','0'),(25651,1660,'_left_tab_1_spacer','field_56b3f001dbf09'),(25652,1660,'left_tab_name','Cases'),(25653,1660,'_left_tab_name','field_56b3976017dce'),(25654,1660,'right_tab_name','Conferences'),(25655,1660,'_right_tab_name','field_56b3978117dcf'),(25656,1660,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(25657,1660,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(25658,1660,'right_tab_0_spacer','1'),(25659,1660,'_right_tab_0_spacer','field_56b3fab14554f'),(25660,1660,'right_tab_1_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(25661,1660,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(25662,1660,'right_tab_1_items_list_repeater_0_description','London, 29 June 2016'),(25663,1660,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(25664,1660,'right_tab_1_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(25665,1660,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(25666,1660,'right_tab_1_items_list_repeater_1_description','London, 29 June 2016'),(25667,1660,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(25668,1660,'right_tab_1_items_list_repeater','4'),(25669,1660,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(25670,1660,'right_tab_1_spacer','0'),(25671,1660,'_right_tab_1_spacer','field_56b3fab145570'),(25672,1660,'right_tab_2_contact_icon','icon-mail'),(25673,1660,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(25674,1660,'right_tab_2_contact_title','Previous conferences available upon request.'),(25675,1660,'_right_tab_2_contact_title','field_56b4001eb0921'),(25676,1660,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(25677,1660,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(25678,1660,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(25679,1660,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(25680,1660,'right_tab_2_contact_values_0_link_type','mailto:'),(25681,1660,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(25682,1660,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(25683,1660,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(25684,1660,'right_tab_2_contact_values','1'),(25685,1660,'_right_tab_2_contact_values','field_56b3fde2ce062'),(25686,1660,'add_third_tab','1'),(25687,1660,'_add_third_tab','field_57f54e889b77c'),(25688,1660,'third_tab_name','Upcoming Events'),(25689,1660,'_third_tab_name','field_57f54ea19b77d'),(25690,1660,'third_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(25691,1660,'_third_tab','field_57f54ec39b77e'),(25692,1660,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(25693,1660,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(25694,1660,'right_tab_2_spacer','1'),(25695,1660,'_right_tab_2_spacer','field_56b3fab14554f'),(25696,1660,'right_tab_3_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(25697,1660,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(25698,1660,'right_tab_3_items_list_repeater_0_description','Frankfurt, October, 2015'),(25699,1660,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(25700,1660,'right_tab_3_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(25701,1660,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(25702,1660,'right_tab_3_items_list_repeater_1_description','Milan, October, 2015'),(25703,1660,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(25704,1660,'right_tab_3_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(25705,1660,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(25706,1660,'right_tab_3_items_list_repeater_2_description','London, September, 2015'),(25707,1660,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(25708,1660,'right_tab_3_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(25709,1660,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(25710,1660,'right_tab_3_items_list_repeater_3_description','Stockholm June, 2015'),(25711,1660,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(25712,1660,'right_tab_3_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(25713,1660,'_right_tab_3_items_list_repeater_4_title','field_56b3fab14556e'),(25714,1660,'right_tab_3_items_list_repeater_4_description','Madrid, May, 2015'),(25715,1660,'_right_tab_3_items_list_repeater_4_description','field_56b3fab14556f'),(25716,1660,'right_tab_3_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(25717,1660,'_right_tab_3_items_list_repeater_5_title','field_56b3fab14556e'),(25718,1660,'right_tab_3_items_list_repeater_5_description','Bucharest, April, 2015'),(25719,1660,'_right_tab_3_items_list_repeater_5_description','field_56b3fab14556f'),(25720,1660,'right_tab_3_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(25721,1660,'_right_tab_3_items_list_repeater_6_title','field_56b3fab14556e'),(25722,1660,'right_tab_3_items_list_repeater_6_description','London, January, 2015'),(25723,1660,'_right_tab_3_items_list_repeater_6_description','field_56b3fab14556f'),(25724,1660,'right_tab_3_items_list_repeater','7'),(25725,1660,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(25726,1660,'right_tab_3_spacer','0'),(25727,1660,'_right_tab_3_spacer','field_56b3fab145570'),(25728,1660,'right_tab_4_contact_icon','icon-mail'),(25729,1660,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(25730,1660,'right_tab_4_contact_title','Previous conferences available upon request.'),(25731,1660,'_right_tab_4_contact_title','field_56b4001eb0921'),(25732,1660,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(25733,1660,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(25734,1660,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(25735,1660,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(25736,1660,'right_tab_4_contact_values_0_link_type','mailto:'),(25737,1660,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(25738,1660,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(25739,1660,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(25740,1660,'right_tab_4_contact_values','1'),(25741,1660,'_right_tab_4_contact_values','field_56b3fde2ce062'),(25742,1660,'right_tab_1_items_list_repeater_2_title','Private Equity Buying into CEE'),(25743,1660,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(25744,1660,'right_tab_1_items_list_repeater_2_description','Prague, 16 March 2016'),(25745,1660,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(25746,1660,'right_tab_1_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(25747,1660,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(25748,1660,'right_tab_1_items_list_repeater_3_description','London, 9-10 March 2016'),(25749,1660,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(25750,1660,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(25751,1660,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(25752,1660,'right_tab_4_spacer','1'),(25753,1660,'_right_tab_4_spacer','field_56b3fab14554f'),(25754,1660,'right_tab_5_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(25755,1660,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(25756,1660,'right_tab_5_items_list_repeater_0_description','Paris, April 2014'),(25757,1660,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(25758,1660,'right_tab_5_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(25759,1660,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(25760,1660,'right_tab_5_items_list_repeater_1_description','Bucharest, Jun 2014'),(25761,1660,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(25762,1660,'right_tab_5_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(25763,1660,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(25764,1660,'right_tab_5_items_list_repeater_2_description','Vienna, December 2014'),(25765,1660,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(25766,1660,'right_tab_5_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(25767,1660,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(25768,1660,'right_tab_5_items_list_repeater_3_description','London, October 2014'),(25769,1660,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(25770,1660,'right_tab_5_items_list_repeater','4'),(25771,1660,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(25772,1660,'right_tab_5_spacer','1'),(25773,1660,'_right_tab_5_spacer','field_56b3fab145570'),(25774,1660,'right_tab_6_contact_icon','icon-mail'),(25775,1660,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(25776,1660,'right_tab_6_contact_title','Previous conferences available upon request.'),(25777,1660,'_right_tab_6_contact_title','field_56b4001eb0921'),(25778,1660,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(25779,1660,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(25780,1660,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(25781,1660,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(25782,1660,'right_tab_6_contact_values_0_link_type','mailto:'),(25783,1660,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(25784,1660,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(25785,1660,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(25786,1660,'right_tab_6_contact_values','1'),(25787,1660,'_right_tab_6_contact_values','field_56b3fde2ce062'),(25788,1660,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2017</h3>'),(25789,1660,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(25790,1660,'third_tab_0_spacer','1'),(25791,1660,'_third_tab_0_spacer','field_57f54ec49b780'),(25792,1660,'third_tab_1_items_list_repeater','3'),(25793,1660,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(25794,1660,'third_tab_1_spacer','1'),(25795,1660,'_third_tab_1_spacer','field_57f54ec49b7a1'),(25796,1660,'third_tab_1_items_list_repeater_0_title',''),(25797,1660,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(25798,1660,'third_tab_1_items_list_repeater_0_description','London, 29 September 2016'),(25799,1660,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(25800,1660,'third_tab_1_items_list_repeater_1_title','DEBTWIREEuropean Restructuring Forum 2016 [Dr Fecker is Moderator for The Panel]'),(25801,1660,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(25802,1660,'third_tab_1_items_list_repeater_1_description','London, 12 October 2016'),(25803,1660,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(25804,1660,'third_tab_1_items_list_repeater_2_title','Forum and 1 on 1 Meetings. Topic: Capital Connections [Dr Fecker is Speaker]'),(25805,1660,'_third_tab_1_items_list_repeater_2_title','field_57f54ec49b79f'),(25806,1660,'third_tab_1_items_list_repeater_2_description','London, 20 - 21st October 2016'),(25807,1660,'_third_tab_1_items_list_repeater_2_description','field_57f54ec49b7a0'),(25808,1660,'third_tab_2_contact_icon','icon-mail'),(25809,1660,'_third_tab_2_contact_icon','field_58568c5a91b24'),(25810,1660,'third_tab_2_contact_title','Previous conferences available upon request.'),(25811,1660,'_third_tab_2_contact_title','field_58568c7791b25'),(25812,1660,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(25813,1660,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(25814,1660,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(25815,1660,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(25816,1660,'third_tab_2_contact_values_0_link_type','mailto:'),(25817,1660,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(25818,1660,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(25819,1660,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(25820,1660,'third_tab_2_contact_values','1'),(25821,1660,'_third_tab_2_contact_values','field_58568c1091b1d'),(25822,1661,'cases_repeater_0_cases_title','- Largest Greek Bank'),(25823,1661,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(25824,1661,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(25825,1661,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(25826,1661,'cases_repeater_0_icon','icon-bullseye-small'),(25827,1661,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(25828,1661,'cases_repeater_0_cases_icon_title','Financial services'),(25829,1661,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(25830,1661,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(25831,1661,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(25832,1661,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(25833,1661,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(25834,1661,'cases_repeater_1_icon','icon-progress-small'),(25835,1661,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(25836,1661,'cases_repeater_1_cases_icon_title','Commodities'),(25837,1661,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(25838,1661,'cases_repeater','3'),(25839,1661,'_cases_repeater','field_56b25d0cd2fed'),(25840,1661,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(25841,1661,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(25842,1661,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(25843,1661,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(25844,1661,'cases_repeater_2_icon','icon-pill-small'),(25845,1661,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(25846,1661,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(25847,1661,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(25848,1661,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(25849,1661,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(25850,1661,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(25851,1661,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(25852,1661,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(25853,1661,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(25854,1661,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(25855,1661,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(25856,1661,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(25857,1661,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(25858,1661,'conferences_repeater_2_conference_place_and_date','September, 2015'),(25859,1661,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(25860,1661,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(25861,1661,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(25862,1661,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(25863,1661,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(25864,1661,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(25865,1661,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(25866,1661,'conferences_repeater_4_conference_place_and_date','May, 2015'),(25867,1661,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(25868,1661,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(25869,1661,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(25870,1661,'conferences_repeater_5_conference_place_and_date','April, 2015'),(25871,1661,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(25872,1661,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(25873,1661,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(25874,1661,'conferences_repeater_6_conference_place_and_date','January, 2015'),(25875,1661,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(25876,1661,'conferences_repeater','7'),(25877,1661,'_conferences_repeater','field_56b28bd340c44'),(25878,1661,'conferences_contact','Previous conferences available upon request'),(25879,1661,'_conferences_contact','field_56b3451c304a4'),(25880,1661,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(25881,1661,'_conferences_contact_mail','field_56b3453c304a5'),(25882,1661,'conferences_icon','icon-mail'),(25883,1661,'_conferences_icon','field_56b347cd8f381'),(25884,1661,'conferences_contact_text','Previous conferences available upon request'),(25885,1661,'_conferences_contact_text','field_56b3451c304a4'),(25886,1661,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(25887,1661,'_left_tab','field_56b36c6deeda0'),(25888,1661,'add_second_tab','1'),(25889,1661,'_add_second_tab','field_56b36ca9eeda2'),(25890,1661,'right_tab','a:7:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";i:4;s:20:\"wysiwyg_editor_block\";i:5;s:16:\"items_list_block\";i:6;s:13:\"contact_block\";}'),(25891,1661,'_right_tab','field_56b3fab04554d'),(25892,1661,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(25893,1661,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(25894,1661,'left_tab_0_spacer','0'),(25895,1661,'_left_tab_0_spacer','field_56b371c577c8c'),(25896,1661,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(25897,1661,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(25898,1661,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(25899,1661,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(25900,1661,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(25901,1661,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(25902,1661,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(25903,1661,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(25904,1661,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(25905,1661,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(25906,1661,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(25907,1661,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(25908,1661,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(25909,1661,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(25910,1661,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(25911,1661,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(25912,1661,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(25913,1661,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(25914,1661,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(25915,1661,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(25916,1661,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(25917,1661,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(25918,1661,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(25919,1661,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(25920,1661,'left_tab_1_cases_repeater','3'),(25921,1661,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(25922,1661,'left_tab_1_spacer','0'),(25923,1661,'_left_tab_1_spacer','field_56b3f001dbf09'),(25924,1661,'left_tab_name','Cases'),(25925,1661,'_left_tab_name','field_56b3976017dce'),(25926,1661,'right_tab_name','Conferences'),(25927,1661,'_right_tab_name','field_56b3978117dcf'),(25928,1661,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(25929,1661,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(25930,1661,'right_tab_0_spacer','1'),(25931,1661,'_right_tab_0_spacer','field_56b3fab14554f'),(25932,1661,'right_tab_1_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(25933,1661,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(25934,1661,'right_tab_1_items_list_repeater_0_description','London, 29 June 2016'),(25935,1661,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(25936,1661,'right_tab_1_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(25937,1661,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(25938,1661,'right_tab_1_items_list_repeater_1_description','London, 29 June 2016'),(25939,1661,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(25940,1661,'right_tab_1_items_list_repeater','4'),(25941,1661,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(25942,1661,'right_tab_1_spacer','0'),(25943,1661,'_right_tab_1_spacer','field_56b3fab145570'),(25944,1661,'right_tab_2_contact_icon','icon-mail'),(25945,1661,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(25946,1661,'right_tab_2_contact_title','Previous conferences available upon request.'),(25947,1661,'_right_tab_2_contact_title','field_56b4001eb0921'),(25948,1661,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(25949,1661,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(25950,1661,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(25951,1661,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(25952,1661,'right_tab_2_contact_values_0_link_type','mailto:'),(25953,1661,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(25954,1661,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(25955,1661,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(25956,1661,'right_tab_2_contact_values','1'),(25957,1661,'_right_tab_2_contact_values','field_56b3fde2ce062'),(25958,1661,'add_third_tab','1'),(25959,1661,'_add_third_tab','field_57f54e889b77c'),(25960,1661,'third_tab_name','Upcoming Events'),(25961,1661,'_third_tab_name','field_57f54ea19b77d'),(25962,1661,'third_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(25963,1661,'_third_tab','field_57f54ec39b77e'),(25964,1661,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(25965,1661,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(25966,1661,'right_tab_2_spacer','1'),(25967,1661,'_right_tab_2_spacer','field_56b3fab14554f'),(25968,1661,'right_tab_3_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(25969,1661,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(25970,1661,'right_tab_3_items_list_repeater_0_description','Frankfurt, October, 2015'),(25971,1661,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(25972,1661,'right_tab_3_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(25973,1661,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(25974,1661,'right_tab_3_items_list_repeater_1_description','Milan, October, 2015'),(25975,1661,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(25976,1661,'right_tab_3_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(25977,1661,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(25978,1661,'right_tab_3_items_list_repeater_2_description','London, September, 2015'),(25979,1661,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(25980,1661,'right_tab_3_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(25981,1661,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(25982,1661,'right_tab_3_items_list_repeater_3_description','Stockholm June, 2015'),(25983,1661,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(25984,1661,'right_tab_3_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(25985,1661,'_right_tab_3_items_list_repeater_4_title','field_56b3fab14556e'),(25986,1661,'right_tab_3_items_list_repeater_4_description','Madrid, May, 2015'),(25987,1661,'_right_tab_3_items_list_repeater_4_description','field_56b3fab14556f'),(25988,1661,'right_tab_3_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(25989,1661,'_right_tab_3_items_list_repeater_5_title','field_56b3fab14556e'),(25990,1661,'right_tab_3_items_list_repeater_5_description','Bucharest, April, 2015'),(25991,1661,'_right_tab_3_items_list_repeater_5_description','field_56b3fab14556f'),(25992,1661,'right_tab_3_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(25993,1661,'_right_tab_3_items_list_repeater_6_title','field_56b3fab14556e'),(25994,1661,'right_tab_3_items_list_repeater_6_description','London, January, 2015'),(25995,1661,'_right_tab_3_items_list_repeater_6_description','field_56b3fab14556f'),(25996,1661,'right_tab_3_items_list_repeater','7'),(25997,1661,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(25998,1661,'right_tab_3_spacer','0'),(25999,1661,'_right_tab_3_spacer','field_56b3fab145570'),(26000,1661,'right_tab_4_contact_icon','icon-mail'),(26001,1661,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(26002,1661,'right_tab_4_contact_title','Previous conferences available upon request.'),(26003,1661,'_right_tab_4_contact_title','field_56b4001eb0921'),(26004,1661,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(26005,1661,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(26006,1661,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(26007,1661,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(26008,1661,'right_tab_4_contact_values_0_link_type','mailto:'),(26009,1661,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(26010,1661,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(26011,1661,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(26012,1661,'right_tab_4_contact_values','1'),(26013,1661,'_right_tab_4_contact_values','field_56b3fde2ce062'),(26014,1661,'right_tab_1_items_list_repeater_2_title','Private Equity Buying into CEE'),(26015,1661,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(26016,1661,'right_tab_1_items_list_repeater_2_description','Prague, 16 March 2016'),(26017,1661,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(26018,1661,'right_tab_1_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(26019,1661,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(26020,1661,'right_tab_1_items_list_repeater_3_description','London, 9-10 March 2016'),(26021,1661,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(26022,1661,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(26023,1661,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(26024,1661,'right_tab_4_spacer','1'),(26025,1661,'_right_tab_4_spacer','field_56b3fab14554f'),(26026,1661,'right_tab_5_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(26027,1661,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(26028,1661,'right_tab_5_items_list_repeater_0_description','Paris, April 2014'),(26029,1661,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(26030,1661,'right_tab_5_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(26031,1661,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(26032,1661,'right_tab_5_items_list_repeater_1_description','Bucharest, Jun 2014'),(26033,1661,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(26034,1661,'right_tab_5_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(26035,1661,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(26036,1661,'right_tab_5_items_list_repeater_2_description','Vienna, December 2014'),(26037,1661,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(26038,1661,'right_tab_5_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(26039,1661,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(26040,1661,'right_tab_5_items_list_repeater_3_description','London, October 2014'),(26041,1661,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(26042,1661,'right_tab_5_items_list_repeater','4'),(26043,1661,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(26044,1661,'right_tab_5_spacer','1'),(26045,1661,'_right_tab_5_spacer','field_56b3fab145570'),(26046,1661,'right_tab_6_contact_icon','icon-mail'),(26047,1661,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(26048,1661,'right_tab_6_contact_title','Previous conferences available upon request.'),(26049,1661,'_right_tab_6_contact_title','field_56b4001eb0921'),(26050,1661,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(26051,1661,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(26052,1661,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(26053,1661,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(26054,1661,'right_tab_6_contact_values_0_link_type','mailto:'),(26055,1661,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(26056,1661,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(26057,1661,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(26058,1661,'right_tab_6_contact_values','1'),(26059,1661,'_right_tab_6_contact_values','field_56b3fde2ce062'),(26060,1661,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2017</h3>'),(26061,1661,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(26062,1661,'third_tab_0_spacer','1'),(26063,1661,'_third_tab_0_spacer','field_57f54ec49b780'),(26064,1661,'third_tab_1_items_list_repeater','2'),(26065,1661,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(26066,1661,'third_tab_1_spacer','1'),(26067,1661,'_third_tab_1_spacer','field_57f54ec49b7a1'),(26068,1661,'third_tab_1_items_list_repeater_0_title','From actions to words - Resolving NPLs in SEE'),(26069,1661,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(26070,1661,'third_tab_1_items_list_repeater_0_description','Belgrade, 20 October 2017'),(26071,1661,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(26072,1661,'third_tab_1_items_list_repeater_1_title','Capital Connection'),(26073,1661,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(26074,1661,'third_tab_1_items_list_repeater_1_description','London, 6 December 2017'),(26075,1661,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(26076,1661,'third_tab_2_contact_icon','icon-mail'),(26077,1661,'_third_tab_2_contact_icon','field_58568c5a91b24'),(26078,1661,'third_tab_2_contact_title','Previous conferences available upon request.'),(26079,1661,'_third_tab_2_contact_title','field_58568c7791b25'),(26080,1661,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(26081,1661,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(26082,1661,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(26083,1661,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(26084,1661,'third_tab_2_contact_values_0_link_type','mailto:'),(26085,1661,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(26086,1661,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(26087,1661,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(26088,1661,'third_tab_2_contact_values','1'),(26089,1661,'_third_tab_2_contact_values','field_58568c1091b1d'),(26090,1662,'cases_repeater_0_cases_title','- Largest Greek Bank'),(26091,1662,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(26092,1662,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(26093,1662,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(26094,1662,'cases_repeater_0_icon','icon-bullseye-small'),(26095,1662,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(26096,1662,'cases_repeater_0_cases_icon_title','Financial services'),(26097,1662,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(26098,1662,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(26099,1662,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(26100,1662,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(26101,1662,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(26102,1662,'cases_repeater_1_icon','icon-progress-small'),(26103,1662,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(26104,1662,'cases_repeater_1_cases_icon_title','Commodities'),(26105,1662,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(26106,1662,'cases_repeater','3'),(26107,1662,'_cases_repeater','field_56b25d0cd2fed'),(26108,1662,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(26109,1662,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(26110,1662,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(26111,1662,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(26112,1662,'cases_repeater_2_icon','icon-pill-small'),(26113,1662,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(26114,1662,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(26115,1662,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(26116,1662,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(26117,1662,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(26118,1662,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(26119,1662,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(26120,1662,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(26121,1662,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(26122,1662,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(26123,1662,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(26124,1662,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(26125,1662,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(26126,1662,'conferences_repeater_2_conference_place_and_date','September, 2015'),(26127,1662,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(26128,1662,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(26129,1662,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(26130,1662,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(26131,1662,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(26132,1662,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(26133,1662,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(26134,1662,'conferences_repeater_4_conference_place_and_date','May, 2015'),(26135,1662,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(26136,1662,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(26137,1662,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(26138,1662,'conferences_repeater_5_conference_place_and_date','April, 2015'),(26139,1662,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(26140,1662,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(26141,1662,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(26142,1662,'conferences_repeater_6_conference_place_and_date','January, 2015'),(26143,1662,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(26144,1662,'conferences_repeater','7'),(26145,1662,'_conferences_repeater','field_56b28bd340c44'),(26146,1662,'conferences_contact','Previous conferences available upon request'),(26147,1662,'_conferences_contact','field_56b3451c304a4'),(26148,1662,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(26149,1662,'_conferences_contact_mail','field_56b3453c304a5'),(26150,1662,'conferences_icon','icon-mail'),(26151,1662,'_conferences_icon','field_56b347cd8f381'),(26152,1662,'conferences_contact_text','Previous conferences available upon request'),(26153,1662,'_conferences_contact_text','field_56b3451c304a4'),(26154,1662,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(26155,1662,'_left_tab','field_56b36c6deeda0'),(26156,1662,'add_second_tab','1'),(26157,1662,'_add_second_tab','field_56b36ca9eeda2'),(26158,1662,'right_tab','a:7:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";i:4;s:20:\"wysiwyg_editor_block\";i:5;s:16:\"items_list_block\";i:6;s:13:\"contact_block\";}'),(26159,1662,'_right_tab','field_56b3fab04554d'),(26160,1662,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(26161,1662,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(26162,1662,'left_tab_0_spacer','0'),(26163,1662,'_left_tab_0_spacer','field_56b371c577c8c'),(26164,1662,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(26165,1662,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(26166,1662,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(26167,1662,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(26168,1662,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(26169,1662,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(26170,1662,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(26171,1662,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(26172,1662,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(26173,1662,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(26174,1662,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(26175,1662,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(26176,1662,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(26177,1662,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(26178,1662,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(26179,1662,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(26180,1662,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(26181,1662,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(26182,1662,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(26183,1662,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(26184,1662,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(26185,1662,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(26186,1662,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(26187,1662,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(26188,1662,'left_tab_1_cases_repeater','3'),(26189,1662,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(26190,1662,'left_tab_1_spacer','0'),(26191,1662,'_left_tab_1_spacer','field_56b3f001dbf09'),(26192,1662,'left_tab_name','Cases'),(26193,1662,'_left_tab_name','field_56b3976017dce'),(26194,1662,'right_tab_name','Conferences'),(26195,1662,'_right_tab_name','field_56b3978117dcf'),(26196,1662,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(26197,1662,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(26198,1662,'right_tab_0_spacer','1'),(26199,1662,'_right_tab_0_spacer','field_56b3fab14554f'),(26200,1662,'right_tab_1_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(26201,1662,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(26202,1662,'right_tab_1_items_list_repeater_0_description','London, 29 June 2016'),(26203,1662,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(26204,1662,'right_tab_1_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(26205,1662,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(26206,1662,'right_tab_1_items_list_repeater_1_description','London, 29 June 2016'),(26207,1662,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(26208,1662,'right_tab_1_items_list_repeater','4'),(26209,1662,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(26210,1662,'right_tab_1_spacer','0'),(26211,1662,'_right_tab_1_spacer','field_56b3fab145570'),(26212,1662,'right_tab_2_contact_icon','icon-mail'),(26213,1662,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(26214,1662,'right_tab_2_contact_title','Previous conferences available upon request.'),(26215,1662,'_right_tab_2_contact_title','field_56b4001eb0921'),(26216,1662,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(26217,1662,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(26218,1662,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(26219,1662,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(26220,1662,'right_tab_2_contact_values_0_link_type','mailto:'),(26221,1662,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(26222,1662,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(26223,1662,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(26224,1662,'right_tab_2_contact_values','1'),(26225,1662,'_right_tab_2_contact_values','field_56b3fde2ce062'),(26226,1662,'add_third_tab','1'),(26227,1662,'_add_third_tab','field_57f54e889b77c'),(26228,1662,'third_tab_name','Upcoming Events'),(26229,1662,'_third_tab_name','field_57f54ea19b77d'),(26230,1662,'third_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(26231,1662,'_third_tab','field_57f54ec39b77e'),(26232,1662,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(26233,1662,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(26234,1662,'right_tab_2_spacer','1'),(26235,1662,'_right_tab_2_spacer','field_56b3fab14554f'),(26236,1662,'right_tab_3_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(26237,1662,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(26238,1662,'right_tab_3_items_list_repeater_0_description','Frankfurt, October, 2015'),(26239,1662,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(26240,1662,'right_tab_3_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(26241,1662,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(26242,1662,'right_tab_3_items_list_repeater_1_description','Milan, October, 2015'),(26243,1662,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(26244,1662,'right_tab_3_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(26245,1662,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(26246,1662,'right_tab_3_items_list_repeater_2_description','London, September, 2015'),(26247,1662,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(26248,1662,'right_tab_3_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(26249,1662,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(26250,1662,'right_tab_3_items_list_repeater_3_description','Stockholm June, 2015'),(26251,1662,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(26252,1662,'right_tab_3_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(26253,1662,'_right_tab_3_items_list_repeater_4_title','field_56b3fab14556e'),(26254,1662,'right_tab_3_items_list_repeater_4_description','Madrid, May, 2015'),(26255,1662,'_right_tab_3_items_list_repeater_4_description','field_56b3fab14556f'),(26256,1662,'right_tab_3_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(26257,1662,'_right_tab_3_items_list_repeater_5_title','field_56b3fab14556e'),(26258,1662,'right_tab_3_items_list_repeater_5_description','Bucharest, April, 2015'),(26259,1662,'_right_tab_3_items_list_repeater_5_description','field_56b3fab14556f'),(26260,1662,'right_tab_3_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(26261,1662,'_right_tab_3_items_list_repeater_6_title','field_56b3fab14556e'),(26262,1662,'right_tab_3_items_list_repeater_6_description','London, January, 2015'),(26263,1662,'_right_tab_3_items_list_repeater_6_description','field_56b3fab14556f'),(26264,1662,'right_tab_3_items_list_repeater','7'),(26265,1662,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(26266,1662,'right_tab_3_spacer','0'),(26267,1662,'_right_tab_3_spacer','field_56b3fab145570'),(26268,1662,'right_tab_4_contact_icon','icon-mail'),(26269,1662,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(26270,1662,'right_tab_4_contact_title','Previous conferences available upon request.'),(26271,1662,'_right_tab_4_contact_title','field_56b4001eb0921'),(26272,1662,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(26273,1662,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(26274,1662,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(26275,1662,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(26276,1662,'right_tab_4_contact_values_0_link_type','mailto:'),(26277,1662,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(26278,1662,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(26279,1662,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(26280,1662,'right_tab_4_contact_values','1'),(26281,1662,'_right_tab_4_contact_values','field_56b3fde2ce062'),(26282,1662,'right_tab_1_items_list_repeater_2_title','Private Equity Buying into CEE'),(26283,1662,'_right_tab_1_items_list_repeater_2_title','field_56b3fab14556e'),(26284,1662,'right_tab_1_items_list_repeater_2_description','Prague, 16 March 2016'),(26285,1662,'_right_tab_1_items_list_repeater_2_description','field_56b3fab14556f'),(26286,1662,'right_tab_1_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(26287,1662,'_right_tab_1_items_list_repeater_3_title','field_56b3fab14556e'),(26288,1662,'right_tab_1_items_list_repeater_3_description','London, 9-10 March 2016'),(26289,1662,'_right_tab_1_items_list_repeater_3_description','field_56b3fab14556f'),(26290,1662,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(26291,1662,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(26292,1662,'right_tab_4_spacer','1'),(26293,1662,'_right_tab_4_spacer','field_56b3fab14554f'),(26294,1662,'right_tab_5_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(26295,1662,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(26296,1662,'right_tab_5_items_list_repeater_0_description','Paris, April 2014'),(26297,1662,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(26298,1662,'right_tab_5_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(26299,1662,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(26300,1662,'right_tab_5_items_list_repeater_1_description','Bucharest, Jun 2014'),(26301,1662,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(26302,1662,'right_tab_5_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(26303,1662,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(26304,1662,'right_tab_5_items_list_repeater_2_description','Vienna, December 2014'),(26305,1662,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(26306,1662,'right_tab_5_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(26307,1662,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(26308,1662,'right_tab_5_items_list_repeater_3_description','London, October 2014'),(26309,1662,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(26310,1662,'right_tab_5_items_list_repeater','4'),(26311,1662,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(26312,1662,'right_tab_5_spacer','1'),(26313,1662,'_right_tab_5_spacer','field_56b3fab145570'),(26314,1662,'right_tab_6_contact_icon','icon-mail'),(26315,1662,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(26316,1662,'right_tab_6_contact_title','Previous conferences available upon request.'),(26317,1662,'_right_tab_6_contact_title','field_56b4001eb0921'),(26318,1662,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(26319,1662,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(26320,1662,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(26321,1662,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(26322,1662,'right_tab_6_contact_values_0_link_type','mailto:'),(26323,1662,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(26324,1662,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(26325,1662,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(26326,1662,'right_tab_6_contact_values','1'),(26327,1662,'_right_tab_6_contact_values','field_56b3fde2ce062'),(26328,1662,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2017</h3>'),(26329,1662,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(26330,1662,'third_tab_0_spacer','1'),(26331,1662,'_third_tab_0_spacer','field_57f54ec49b780'),(26332,1662,'third_tab_1_items_list_repeater','2'),(26333,1662,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(26334,1662,'third_tab_1_spacer','1'),(26335,1662,'_third_tab_1_spacer','field_57f54ec49b7a1'),(26336,1662,'third_tab_1_items_list_repeater_0_title','Resolving NPLs in SEE'),(26337,1662,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(26338,1662,'third_tab_1_items_list_repeater_0_description','Belgrade, 20 October 2017'),(26339,1662,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(26340,1662,'third_tab_1_items_list_repeater_1_title','Capital Connection'),(26341,1662,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(26342,1662,'third_tab_1_items_list_repeater_1_description','London, 6 December 2017'),(26343,1662,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(26344,1662,'third_tab_2_contact_icon','icon-mail'),(26345,1662,'_third_tab_2_contact_icon','field_58568c5a91b24'),(26346,1662,'third_tab_2_contact_title','Previous conferences available upon request.'),(26347,1662,'_third_tab_2_contact_title','field_58568c7791b25'),(26348,1662,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(26349,1662,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(26350,1662,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(26351,1662,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(26352,1662,'third_tab_2_contact_values_0_link_type','mailto:'),(26353,1662,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(26354,1662,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(26355,1662,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(26356,1662,'third_tab_2_contact_values','1'),(26357,1662,'_third_tab_2_contact_values','field_58568c1091b1d'),(26358,64,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(26359,64,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(26360,64,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(26361,64,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(26362,64,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(26363,64,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(26364,64,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(26365,64,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(26366,64,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(26367,64,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(26368,64,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(26369,64,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(26370,64,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(26371,64,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(26374,64,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(26375,64,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(26376,64,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(26377,64,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(26378,64,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(26379,64,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(26380,64,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(26381,64,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(26382,64,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(26383,64,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(26384,64,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(26385,64,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(26386,64,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(26387,64,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(26388,64,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(26389,64,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(26390,64,'right_tab_7_items_list_repeater','4'),(26391,64,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(26394,64,'right_tab_8_contact_icon','icon-mail'),(26395,64,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(26396,64,'right_tab_8_contact_title','Previous conferences available upon request.'),(26397,64,'_right_tab_8_contact_title','field_56b4001eb0921'),(26398,64,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(26399,64,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(26400,64,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(26401,64,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(26402,64,'right_tab_8_contact_values_0_link_type','mailto:'),(26403,64,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(26404,64,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(26405,64,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(26406,64,'right_tab_8_contact_values','1'),(26407,64,'_right_tab_8_contact_values','field_56b3fde2ce062'),(26408,1663,'cases_repeater_0_cases_title','- Largest Greek Bank'),(26409,1663,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(26410,1663,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(26411,1663,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(26412,1663,'cases_repeater_0_icon','icon-bullseye-small'),(26413,1663,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(26414,1663,'cases_repeater_0_cases_icon_title','Financial services'),(26415,1663,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(26416,1663,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(26417,1663,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(26418,1663,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(26419,1663,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(26420,1663,'cases_repeater_1_icon','icon-progress-small'),(26421,1663,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(26422,1663,'cases_repeater_1_cases_icon_title','Commodities'),(26423,1663,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(26424,1663,'cases_repeater','3'),(26425,1663,'_cases_repeater','field_56b25d0cd2fed'),(26426,1663,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(26427,1663,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(26428,1663,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(26429,1663,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(26430,1663,'cases_repeater_2_icon','icon-pill-small'),(26431,1663,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(26432,1663,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(26433,1663,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(26434,1663,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(26435,1663,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(26436,1663,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(26437,1663,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(26438,1663,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(26439,1663,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(26440,1663,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(26441,1663,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(26442,1663,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(26443,1663,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(26444,1663,'conferences_repeater_2_conference_place_and_date','September, 2015'),(26445,1663,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(26446,1663,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(26447,1663,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(26448,1663,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(26449,1663,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(26450,1663,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(26451,1663,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(26452,1663,'conferences_repeater_4_conference_place_and_date','May, 2015'),(26453,1663,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(26454,1663,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(26455,1663,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(26456,1663,'conferences_repeater_5_conference_place_and_date','April, 2015'),(26457,1663,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(26458,1663,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(26459,1663,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(26460,1663,'conferences_repeater_6_conference_place_and_date','January, 2015'),(26461,1663,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(26462,1663,'conferences_repeater','7'),(26463,1663,'_conferences_repeater','field_56b28bd340c44'),(26464,1663,'conferences_contact','Previous conferences available upon request'),(26465,1663,'_conferences_contact','field_56b3451c304a4'),(26466,1663,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(26467,1663,'_conferences_contact_mail','field_56b3453c304a5'),(26468,1663,'conferences_icon','icon-mail'),(26469,1663,'_conferences_icon','field_56b347cd8f381'),(26470,1663,'conferences_contact_text','Previous conferences available upon request'),(26471,1663,'_conferences_contact_text','field_56b3451c304a4'),(26472,1663,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(26473,1663,'_left_tab','field_56b36c6deeda0'),(26474,1663,'add_second_tab','1'),(26475,1663,'_add_second_tab','field_56b36ca9eeda2'),(26476,1663,'right_tab','a:9:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";i:4;s:20:\"wysiwyg_editor_block\";i:5;s:16:\"items_list_block\";i:6;s:20:\"wysiwyg_editor_block\";i:7;s:16:\"items_list_block\";i:8;s:13:\"contact_block\";}'),(26477,1663,'_right_tab','field_56b3fab04554d'),(26478,1663,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(26479,1663,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(26480,1663,'left_tab_0_spacer','0'),(26481,1663,'_left_tab_0_spacer','field_56b371c577c8c'),(26482,1663,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(26483,1663,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(26484,1663,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(26485,1663,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(26486,1663,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(26487,1663,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(26488,1663,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(26489,1663,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(26490,1663,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(26491,1663,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(26492,1663,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(26493,1663,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(26494,1663,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(26495,1663,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(26496,1663,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(26497,1663,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(26498,1663,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(26499,1663,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(26500,1663,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(26501,1663,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(26502,1663,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(26503,1663,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(26504,1663,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(26505,1663,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(26506,1663,'left_tab_1_cases_repeater','3'),(26507,1663,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(26508,1663,'left_tab_1_spacer','0'),(26509,1663,'_left_tab_1_spacer','field_56b3f001dbf09'),(26510,1663,'left_tab_name','Cases'),(26511,1663,'_left_tab_name','field_56b3976017dce'),(26512,1663,'right_tab_name','Conferences'),(26513,1663,'_right_tab_name','field_56b3978117dcf'),(26514,1663,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2017</h3>'),(26515,1663,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(26516,1663,'right_tab_0_spacer','1'),(26517,1663,'_right_tab_0_spacer','field_56b3fab14554f'),(26518,1663,'right_tab_1_items_list_repeater_0_title','European Investment Summit'),(26519,1663,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(26520,1663,'right_tab_1_items_list_repeater_0_description','Miami, 8-9 March 2017'),(26521,1663,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(26522,1663,'right_tab_1_items_list_repeater_1_title','European Investment Summit'),(26523,1663,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(26524,1663,'right_tab_1_items_list_repeater_1_description','Athens, 11-12 October 2017'),(26525,1663,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(26526,1663,'right_tab_1_items_list_repeater','2'),(26527,1663,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(26528,1663,'right_tab_1_spacer','1'),(26529,1663,'_right_tab_1_spacer','field_56b3fab145570'),(26530,1663,'right_tab_2_contact_icon','icon-mail'),(26531,1663,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(26532,1663,'right_tab_2_contact_title','Previous conferences available upon request.'),(26533,1663,'_right_tab_2_contact_title','field_56b4001eb0921'),(26534,1663,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(26535,1663,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(26536,1663,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(26537,1663,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(26538,1663,'right_tab_2_contact_values_0_link_type','mailto:'),(26539,1663,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(26540,1663,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(26541,1663,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(26542,1663,'right_tab_2_contact_values','1'),(26543,1663,'_right_tab_2_contact_values','field_56b3fde2ce062'),(26544,1663,'add_third_tab','1'),(26545,1663,'_add_third_tab','field_57f54e889b77c'),(26546,1663,'third_tab_name','Upcoming Events'),(26547,1663,'_third_tab_name','field_57f54ea19b77d'),(26548,1663,'third_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(26549,1663,'_third_tab','field_57f54ec39b77e'),(26550,1663,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(26551,1663,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(26552,1663,'right_tab_2_spacer','1'),(26553,1663,'_right_tab_2_spacer','field_56b3fab14554f'),(26554,1663,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(26555,1663,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(26556,1663,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(26557,1663,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(26558,1663,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(26559,1663,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(26560,1663,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(26561,1663,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(26562,1663,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(26563,1663,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(26564,1663,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(26565,1663,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(26566,1663,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(26567,1663,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(26568,1663,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(26569,1663,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(26570,1663,'right_tab_3_items_list_repeater','4'),(26571,1663,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(26572,1663,'right_tab_3_spacer','0'),(26573,1663,'_right_tab_3_spacer','field_56b3fab145570'),(26574,1663,'right_tab_4_contact_icon','icon-mail'),(26575,1663,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(26576,1663,'right_tab_4_contact_title','Previous conferences available upon request.'),(26577,1663,'_right_tab_4_contact_title','field_56b4001eb0921'),(26578,1663,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(26579,1663,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(26580,1663,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(26581,1663,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(26582,1663,'right_tab_4_contact_values_0_link_type','mailto:'),(26583,1663,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(26584,1663,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(26585,1663,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(26586,1663,'right_tab_4_contact_values','1'),(26587,1663,'_right_tab_4_contact_values','field_56b3fde2ce062'),(26588,1663,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(26589,1663,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(26590,1663,'right_tab_4_spacer','1'),(26591,1663,'_right_tab_4_spacer','field_56b3fab14554f'),(26592,1663,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(26593,1663,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(26594,1663,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(26595,1663,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(26596,1663,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(26597,1663,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(26598,1663,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(26599,1663,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(26600,1663,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(26601,1663,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(26602,1663,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(26603,1663,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(26604,1663,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(26605,1663,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(26606,1663,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(26607,1663,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(26608,1663,'right_tab_5_items_list_repeater','7'),(26609,1663,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(26610,1663,'right_tab_5_spacer','0'),(26611,1663,'_right_tab_5_spacer','field_56b3fab145570'),(26612,1663,'right_tab_6_contact_icon','icon-mail'),(26613,1663,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(26614,1663,'right_tab_6_contact_title','Previous conferences available upon request.'),(26615,1663,'_right_tab_6_contact_title','field_56b4001eb0921'),(26616,1663,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(26617,1663,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(26618,1663,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(26619,1663,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(26620,1663,'right_tab_6_contact_values_0_link_type','mailto:'),(26621,1663,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(26622,1663,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(26623,1663,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(26624,1663,'right_tab_6_contact_values','1'),(26625,1663,'_right_tab_6_contact_values','field_56b3fde2ce062'),(26626,1663,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2017</h3>'),(26627,1663,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(26628,1663,'third_tab_0_spacer','1'),(26629,1663,'_third_tab_0_spacer','field_57f54ec49b780'),(26630,1663,'third_tab_1_items_list_repeater','2'),(26631,1663,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(26632,1663,'third_tab_1_spacer','1'),(26633,1663,'_third_tab_1_spacer','field_57f54ec49b7a1'),(26634,1663,'third_tab_1_items_list_repeater_0_title','Resolving NPLs in SEE'),(26635,1663,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(26636,1663,'third_tab_1_items_list_repeater_0_description','Belgrade, 20 October 2017'),(26637,1663,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(26638,1663,'third_tab_1_items_list_repeater_1_title','Capital Connection'),(26639,1663,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(26640,1663,'third_tab_1_items_list_repeater_1_description','London, 6 December 2017'),(26641,1663,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(26642,1663,'third_tab_2_contact_icon','icon-mail'),(26643,1663,'_third_tab_2_contact_icon','field_58568c5a91b24'),(26644,1663,'third_tab_2_contact_title','Previous conferences available upon request.'),(26645,1663,'_third_tab_2_contact_title','field_58568c7791b25'),(26646,1663,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(26647,1663,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(26648,1663,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(26649,1663,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(26650,1663,'third_tab_2_contact_values_0_link_type','mailto:'),(26651,1663,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(26652,1663,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(26653,1663,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(26654,1663,'third_tab_2_contact_values','1'),(26655,1663,'_third_tab_2_contact_values','field_58568c1091b1d'),(26656,1663,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(26657,1663,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(26658,1663,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(26659,1663,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(26660,1663,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(26661,1663,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(26662,1663,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(26663,1663,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(26664,1663,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(26665,1663,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(26666,1663,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(26667,1663,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(26668,1663,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(26669,1663,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(26670,1663,'right_tab_6_spacer','1'),(26671,1663,'_right_tab_6_spacer','field_56b3fab14554f'),(26672,1663,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(26673,1663,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(26674,1663,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(26675,1663,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(26676,1663,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(26677,1663,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(26678,1663,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(26679,1663,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(26680,1663,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(26681,1663,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(26682,1663,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(26683,1663,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(26684,1663,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(26685,1663,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(26686,1663,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(26687,1663,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(26688,1663,'right_tab_7_items_list_repeater','4'),(26689,1663,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(26690,1663,'right_tab_7_spacer','1'),(26691,1663,'_right_tab_7_spacer','field_56b3fab145570'),(26692,1663,'right_tab_8_contact_icon','icon-mail'),(26693,1663,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(26694,1663,'right_tab_8_contact_title','Previous conferences available upon request.'),(26695,1663,'_right_tab_8_contact_title','field_56b4001eb0921'),(26696,1663,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(26697,1663,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(26698,1663,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(26699,1663,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(26700,1663,'right_tab_8_contact_values_0_link_type','mailto:'),(26701,1663,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(26702,1663,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(26703,1663,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(26704,1663,'right_tab_8_contact_values','1'),(26705,1663,'_right_tab_8_contact_values','field_56b3fde2ce062'),(26714,66,'add_third_tab','0'),(26715,66,'_add_third_tab','field_57f54e889b77c'),(26716,66,'third_tab',''),(26717,66,'_third_tab','field_57f54ec39b77e'),(26718,1664,'contacts_repeater_0_contact_title','General enquiries'),(26719,1664,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(26720,1664,'contacts_repeater_1_contact_title','Finance / Sales'),(26721,1664,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(26722,1664,'contacts_repeater','3'),(26723,1664,'_contacts_repeater','field_56b247f6dbbd9'),(26724,1664,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(26725,1664,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(26726,1664,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(26727,1664,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(26728,1664,'contacts_repeater_0_contact_values','1'),(26729,1664,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(26730,1664,'contacts_repeater_0_contact_icon','icon-cloud'),(26731,1664,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(26732,1664,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(26733,1664,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(26734,1664,'contacts_repeater_1_contact_values_0_contact_value_right',''),(26735,1664,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(26736,1664,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(26737,1664,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(26738,1664,'contacts_repeater_1_contact_values_1_contact_value_right',''),(26739,1664,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(26740,1664,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(26741,1664,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(26742,1664,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(26743,1664,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(26744,1664,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(26745,1664,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(26746,1664,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(26747,1664,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(26748,1664,'contacts_repeater_1_contact_values','4'),(26749,1664,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(26750,1664,'contacts_repeater_1_contact_icon','icon-paper'),(26751,1664,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(26752,1664,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(26753,1664,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(26754,1664,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(26755,1664,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(26756,1664,'contacts_repeater_1_contact_values_1_link_type',''),(26757,1664,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(26758,1664,'contacts_repeater_1_contact_values_2_link_type','tel:'),(26759,1664,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(26760,1664,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(26761,1664,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(26762,1664,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(26763,1664,'_contacts_repeater_0_contact_values_0_link','field_56b25144a6147'),(26764,1664,'contacts_repeater_1_contact_values_0_link',''),(26765,1664,'_contacts_repeater_1_contact_values_0_link','field_56b25144a6147'),(26766,1664,'contacts_repeater_1_contact_values_1_link',''),(26767,1664,'_contacts_repeater_1_contact_values_1_link','field_56b25144a6147'),(26768,1664,'contacts_repeater_1_contact_values_2_link','+447899747275'),(26769,1664,'_contacts_repeater_1_contact_values_2_link','field_56b25144a6147'),(26770,1664,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(26771,1664,'_contacts_repeater_1_contact_values_3_link','field_56b25144a6147'),(26772,1664,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(26773,1664,'_contacts_repeater_2_contact_title','field_56b24831dbbda'),(26774,1664,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(26775,1664,'_contacts_repeater_2_contact_values_0_contact_value_left','field_56b24943da3f1'),(26776,1664,'contacts_repeater_2_contact_values_0_contact_value_right',''),(26777,1664,'_contacts_repeater_2_contact_values_0_contact_value_right','field_56b24974da3f2'),(26778,1664,'contacts_repeater_2_contact_values_0_link',''),(26779,1664,'_contacts_repeater_2_contact_values_0_link','field_56b25144a6147'),(26780,1664,'contacts_repeater_2_contact_values_0_link_type',''),(26781,1664,'_contacts_repeater_2_contact_values_0_link_type','field_56b2505d40207'),(26782,1664,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(26783,1664,'_contacts_repeater_2_contact_values_1_contact_value_left','field_56b24943da3f1'),(26784,1664,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(26785,1664,'_contacts_repeater_2_contact_values_1_contact_value_right','field_56b24974da3f2'),(26786,1664,'contacts_repeater_2_contact_values_1_link',''),(26787,1664,'_contacts_repeater_2_contact_values_1_link','field_56b25144a6147'),(26788,1664,'contacts_repeater_2_contact_values_1_link_type','tel:'),(26789,1664,'_contacts_repeater_2_contact_values_1_link_type','field_56b2505d40207'),(26790,1664,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(26791,1664,'_contacts_repeater_2_contact_values_2_contact_value_left','field_56b24943da3f1'),(26792,1664,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(26793,1664,'_contacts_repeater_2_contact_values_2_contact_value_right','field_56b24974da3f2'),(26794,1664,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(26795,1664,'_contacts_repeater_2_contact_values_2_link','field_56b25144a6147'),(26796,1664,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(26797,1664,'_contacts_repeater_2_contact_values_2_link_type','field_56b2505d40207'),(26798,1664,'contacts_repeater_2_contact_values','3'),(26799,1664,'_contacts_repeater_2_contact_values','field_56b24931da3f0'),(26800,1664,'contacts_repeater_2_contact_icon','icon-pie'),(26801,1664,'_contacts_repeater_2_contact_icon','field_56b249b7da3f3'),(26802,1664,'left_tab','a:5:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";}'),(26803,1664,'_left_tab','field_56b36c6deeda0'),(26804,1664,'add_second_tab','0'),(26805,1664,'_add_second_tab','field_56b36ca9eeda2'),(26806,1664,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(26807,1664,'_right_tab','field_56b3fab04554d'),(26808,1664,'left_tab_0_departmant_repeater_0_contact_icon','icon-cloud'),(26809,1664,'_left_tab_0_departmant_repeater_0_contact_icon','field_56b3f1f1dbf0b'),(26810,1664,'left_tab_0_departmant_repeater_0_departmant','General enquiries'),(26811,1664,'_left_tab_0_departmant_repeater_0_departmant','field_56b3f1f1dbf0c'),(26812,1664,'left_tab_0_departmant_repeater_0_contact_values','0'),(26813,1664,'_left_tab_0_departmant_repeater_0_contact_values','field_56b3f1f1dbf0d'),(26814,1664,'left_tab_0_departmant_repeater','1'),(26815,1664,'_left_tab_0_departmant_repeater','field_56b3f1fcdbf12'),(26816,1664,'left_tab_0_contact_icon','icon-pie'),(26817,1664,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(26818,1664,'left_tab_0_departmant','London'),(26819,1664,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(26820,1664,'left_tab_0_contact_values','3'),(26821,1664,'_left_tab_0_contact_values','field_56b3f47e69426'),(26822,1664,'left_tab_0_spacer','1'),(26823,1664,'_left_tab_0_spacer','field_56b3f305fafdb'),(26824,1664,'left_tab_0_contact_values_0_contact_value_left','Address:'),(26825,1664,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(26826,1664,'left_tab_0_contact_values_0_contact_value_right','90 Long Acre, Covent Garden, London WC2E 9RZ'),(26827,1664,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(26828,1664,'left_tab_0_contact_values_0_link',''),(26829,1664,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(26830,1664,'left_tab_0_contact_values_0_link_type',''),(26831,1664,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(26832,1664,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(26833,1664,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(26834,1664,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(26835,1664,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(26836,1664,'left_tab_0_contact_values_1_link','+4402032865453'),(26837,1664,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(26838,1664,'left_tab_0_contact_values_1_link_type','tel:'),(26839,1664,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(26840,1664,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(26841,1664,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(26842,1664,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(26843,1664,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(26844,1664,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(26845,1664,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(26846,1664,'left_tab_0_contact_values_2_link_type','mailto:'),(26847,1664,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(26848,1664,'left_tab_1_contact_icon','icon-paper'),(26849,1664,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(26850,1664,'left_tab_1_departmant','Switzerland'),(26851,1664,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(26852,1664,'left_tab_1_contact_values_0_contact_value_left','Address:'),(26853,1664,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(26854,1664,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(26855,1664,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(26856,1664,'left_tab_1_contact_values_0_link',''),(26857,1664,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(26858,1664,'left_tab_1_contact_values_0_link_type',''),(26859,1664,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(26860,1664,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(26861,1664,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(26862,1664,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(26863,1664,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(26864,1664,'left_tab_1_contact_values_1_link','+410445853297'),(26865,1664,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(26866,1664,'left_tab_1_contact_values_1_link_type','tel:'),(26867,1664,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(26868,1664,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(26869,1664,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(26870,1664,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(26871,1664,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(26872,1664,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(26873,1664,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(26874,1664,'left_tab_1_contact_values_2_link_type','mailto:'),(26875,1664,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(26876,1664,'left_tab_1_contact_values','3'),(26877,1664,'_left_tab_1_contact_values','field_56b3f47e69426'),(26878,1664,'left_tab_1_spacer','1'),(26879,1664,'_left_tab_1_spacer','field_56b3f305fafdb'),(26880,1664,'left_tab_2_contact_icon','icon-bullseye-small'),(26881,1664,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(26882,1664,'left_tab_2_departmant','Cyprus'),(26883,1664,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(26884,1664,'left_tab_2_contact_values_0_contact_value_left','Address:'),(26885,1664,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(26886,1664,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(26887,1664,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(26888,1664,'left_tab_2_contact_values_0_link',''),(26889,1664,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(26890,1664,'left_tab_2_contact_values_0_link_type',''),(26891,1664,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(26892,1664,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(26893,1664,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(26894,1664,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(26895,1664,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(26896,1664,'left_tab_2_contact_values_1_link','+4402032865453'),(26897,1664,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(26898,1664,'left_tab_2_contact_values_1_link_type','tel:'),(26899,1664,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(26900,1664,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(26901,1664,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(26902,1664,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(26903,1664,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(26904,1664,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(26905,1664,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(26906,1664,'left_tab_2_contact_values_2_link_type','mailto:'),(26907,1664,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(26908,1664,'left_tab_2_contact_values','3'),(26909,1664,'_left_tab_2_contact_values','field_56b3f47e69426'),(26910,1664,'left_tab_2_spacer','1'),(26911,1664,'_left_tab_2_spacer','field_56b3f305fafdb'),(26912,1664,'left_tab_3_contact_icon','icon-cloud'),(26913,1664,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(26914,1664,'left_tab_3_departmant','Serbia'),(26915,1664,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(26916,1664,'left_tab_3_contact_values_0_contact_value_left','Tel:'),(26917,1664,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(26918,1664,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(26919,1664,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(26920,1664,'left_tab_3_contact_values_0_link','+4402032865453'),(26921,1664,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(26922,1664,'left_tab_3_contact_values_0_link_type','tel:'),(26923,1664,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(26924,1664,'left_tab_3_contact_values_1_contact_value_left','E-mail:'),(26925,1664,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(26926,1664,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(26927,1664,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(26928,1664,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(26929,1664,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(26930,1664,'left_tab_3_contact_values_1_link_type','mailto:'),(26931,1664,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(26932,1664,'left_tab_3_contact_values','2'),(26933,1664,'_left_tab_3_contact_values','field_56b3f47e69426'),(26934,1664,'left_tab_3_spacer','1'),(26935,1664,'_left_tab_3_spacer','field_56b3f305fafdb'),(26936,1664,'left_tab_4_contact_icon','icon-mail'),(26937,1664,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(26938,1664,'left_tab_4_departmant','General enquiries'),(26939,1664,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(26940,1664,'left_tab_4_contact_values_0_contact_value_left','E-mail:'),(26941,1664,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(26942,1664,'left_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(26943,1664,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(26944,1664,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(26945,1664,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(26946,1664,'left_tab_4_contact_values_0_link_type','mailto:'),(26947,1664,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(26948,1664,'left_tab_4_contact_values','2'),(26949,1664,'_left_tab_4_contact_values','field_56b3f47e69426'),(26950,1664,'left_tab_4_spacer','1'),(26951,1664,'_left_tab_4_spacer','field_56b3f305fafdb'),(26952,1664,'left_tab_name',''),(26953,1664,'_left_tab_name','field_56b3976017dce'),(26954,1664,'right_tab_name','vsdvs'),(26955,1664,'_right_tab_name','field_56b3978117dcf'),(26956,1664,'right_tab_0_title',''),(26957,1664,'_right_tab_0_title','field_56b3fab145550'),(26958,1664,'right_tab_0_circle1','icon-mail'),(26959,1664,'_right_tab_0_circle1','field_56b3fab145551'),(26960,1664,'right_tab_0_circle2','icon-mail'),(26961,1664,'_right_tab_0_circle2','field_56b3fab145552'),(26962,1664,'right_tab_0_circle3','icon-mail'),(26963,1664,'_right_tab_0_circle3','field_56b3fab145553'),(26964,1664,'right_tab_0_circle1_label',''),(26965,1664,'_right_tab_0_circle1_label','field_56b3fab145554'),(26966,1664,'right_tab_0_circle2_label',''),(26967,1664,'_right_tab_0_circle2_label','field_56b3fab145555'),(26968,1664,'right_tab_0_circle3_label',''),(26969,1664,'_right_tab_0_circle3_label','field_56b3fab145556'),(26970,1664,'right_tab_0_paragraph1',''),(26971,1664,'_right_tab_0_paragraph1','field_56b3fab145557'),(26972,1664,'right_tab_0_paragraph2',''),(26973,1664,'_right_tab_0_paragraph2','field_56b3fab145558'),(26974,1664,'right_tab_0_paragraph3',''),(26975,1664,'_right_tab_0_paragraph3','field_56b3fab145559'),(26976,1664,'right_tab_0_spacer','1'),(26977,1664,'_right_tab_0_spacer','field_56b3fab14555a'),(26978,1664,'right_tab_1_items_list_repeater_0_title',''),(26979,1664,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(26980,1664,'right_tab_1_items_list_repeater_0_description',''),(26981,1664,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(26982,1664,'right_tab_1_items_list_repeater_1_title',''),(26983,1664,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(26984,1664,'right_tab_1_items_list_repeater_1_description',''),(26985,1664,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(26986,1664,'right_tab_1_items_list_repeater','2'),(26987,1664,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(26988,1664,'right_tab_1_spacer','1'),(26989,1664,'_right_tab_1_spacer','field_56b3fab145570'),(26990,1664,'right_tab_2_image',''),(26991,1664,'_right_tab_2_image','field_56b3fab145571'),(26992,1664,'right_tab_2_content',''),(26993,1664,'_right_tab_2_content','field_56b3fab145572'),(26994,1664,'right_tab_2_button_label',''),(26995,1664,'_right_tab_2_button_label','field_56b3fab145573'),(26996,1664,'right_tab_2_button_link',''),(26997,1664,'_right_tab_2_button_link','field_56b3fab145574'),(26998,1664,'right_tab_2_spacer','1'),(26999,1664,'_right_tab_2_spacer','field_56b3fab145575'),(27000,1664,'left_tab_4_contact_values_1_contact_value_left','Follow us on LinkedIn'),(27001,1664,'_left_tab_4_contact_values_1_contact_value_left','field_56b3f47e69427'),(27002,1664,'left_tab_4_contact_values_1_contact_value_right',''),(27003,1664,'_left_tab_4_contact_values_1_contact_value_right','field_56b3f47e69429'),(27004,1664,'left_tab_4_contact_values_1_link','<script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"> lang: en_US</script> <script type=\"IN/FollowCompany\" data-id=\"18296620\" data-counter=\"top\"></script>'),(27005,1664,'_left_tab_4_contact_values_1_link','field_56b3f47e6942c'),(27006,1664,'left_tab_4_contact_values_1_link_type',''),(27007,1664,'_left_tab_4_contact_values_1_link_type','field_56b3f47e6942e'),(27008,1664,'add_third_tab','0'),(27009,1664,'_add_third_tab','field_57f54e889b77c'),(27010,1664,'third_tab',''),(27011,1664,'_third_tab','field_57f54ec39b77e'),(27012,1665,'contacts_repeater_0_contact_title','General enquiries'),(27013,1665,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(27014,1665,'contacts_repeater_1_contact_title','Finance / Sales'),(27015,1665,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(27016,1665,'contacts_repeater','3'),(27017,1665,'_contacts_repeater','field_56b247f6dbbd9'),(27018,1665,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(27019,1665,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(27020,1665,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(27021,1665,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(27022,1665,'contacts_repeater_0_contact_values','1'),(27023,1665,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(27024,1665,'contacts_repeater_0_contact_icon','icon-cloud'),(27025,1665,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(27026,1665,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(27027,1665,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(27028,1665,'contacts_repeater_1_contact_values_0_contact_value_right',''),(27029,1665,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(27030,1665,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(27031,1665,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(27032,1665,'contacts_repeater_1_contact_values_1_contact_value_right',''),(27033,1665,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(27034,1665,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(27035,1665,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(27036,1665,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(27037,1665,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(27038,1665,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(27039,1665,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(27040,1665,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(27041,1665,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(27042,1665,'contacts_repeater_1_contact_values','4'),(27043,1665,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(27044,1665,'contacts_repeater_1_contact_icon','icon-paper'),(27045,1665,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(27046,1665,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(27047,1665,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(27048,1665,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(27049,1665,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(27050,1665,'contacts_repeater_1_contact_values_1_link_type',''),(27051,1665,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(27052,1665,'contacts_repeater_1_contact_values_2_link_type','tel:'),(27053,1665,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(27054,1665,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(27055,1665,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(27056,1665,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(27057,1665,'_contacts_repeater_0_contact_values_0_link','field_56b25144a6147'),(27058,1665,'contacts_repeater_1_contact_values_0_link',''),(27059,1665,'_contacts_repeater_1_contact_values_0_link','field_56b25144a6147'),(27060,1665,'contacts_repeater_1_contact_values_1_link',''),(27061,1665,'_contacts_repeater_1_contact_values_1_link','field_56b25144a6147'),(27062,1665,'contacts_repeater_1_contact_values_2_link','+447899747275'),(27063,1665,'_contacts_repeater_1_contact_values_2_link','field_56b25144a6147'),(27064,1665,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(27065,1665,'_contacts_repeater_1_contact_values_3_link','field_56b25144a6147'),(27066,1665,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(27067,1665,'_contacts_repeater_2_contact_title','field_56b24831dbbda'),(27068,1665,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(27069,1665,'_contacts_repeater_2_contact_values_0_contact_value_left','field_56b24943da3f1'),(27070,1665,'contacts_repeater_2_contact_values_0_contact_value_right',''),(27071,1665,'_contacts_repeater_2_contact_values_0_contact_value_right','field_56b24974da3f2'),(27072,1665,'contacts_repeater_2_contact_values_0_link',''),(27073,1665,'_contacts_repeater_2_contact_values_0_link','field_56b25144a6147'),(27074,1665,'contacts_repeater_2_contact_values_0_link_type',''),(27075,1665,'_contacts_repeater_2_contact_values_0_link_type','field_56b2505d40207'),(27076,1665,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(27077,1665,'_contacts_repeater_2_contact_values_1_contact_value_left','field_56b24943da3f1'),(27078,1665,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(27079,1665,'_contacts_repeater_2_contact_values_1_contact_value_right','field_56b24974da3f2'),(27080,1665,'contacts_repeater_2_contact_values_1_link',''),(27081,1665,'_contacts_repeater_2_contact_values_1_link','field_56b25144a6147'),(27082,1665,'contacts_repeater_2_contact_values_1_link_type','tel:'),(27083,1665,'_contacts_repeater_2_contact_values_1_link_type','field_56b2505d40207'),(27084,1665,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(27085,1665,'_contacts_repeater_2_contact_values_2_contact_value_left','field_56b24943da3f1'),(27086,1665,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(27087,1665,'_contacts_repeater_2_contact_values_2_contact_value_right','field_56b24974da3f2'),(27088,1665,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(27089,1665,'_contacts_repeater_2_contact_values_2_link','field_56b25144a6147'),(27090,1665,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(27091,1665,'_contacts_repeater_2_contact_values_2_link_type','field_56b2505d40207'),(27092,1665,'contacts_repeater_2_contact_values','3'),(27093,1665,'_contacts_repeater_2_contact_values','field_56b24931da3f0'),(27094,1665,'contacts_repeater_2_contact_icon','icon-pie'),(27095,1665,'_contacts_repeater_2_contact_icon','field_56b249b7da3f3'),(27096,1665,'left_tab','a:5:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";}'),(27097,1665,'_left_tab','field_56b36c6deeda0'),(27098,1665,'add_second_tab','0'),(27099,1665,'_add_second_tab','field_56b36ca9eeda2'),(27100,1665,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(27101,1665,'_right_tab','field_56b3fab04554d'),(27102,1665,'left_tab_0_departmant_repeater_0_contact_icon','icon-cloud'),(27103,1665,'_left_tab_0_departmant_repeater_0_contact_icon','field_56b3f1f1dbf0b'),(27104,1665,'left_tab_0_departmant_repeater_0_departmant','General enquiries'),(27105,1665,'_left_tab_0_departmant_repeater_0_departmant','field_56b3f1f1dbf0c'),(27106,1665,'left_tab_0_departmant_repeater_0_contact_values','0'),(27107,1665,'_left_tab_0_departmant_repeater_0_contact_values','field_56b3f1f1dbf0d'),(27108,1665,'left_tab_0_departmant_repeater','1'),(27109,1665,'_left_tab_0_departmant_repeater','field_56b3f1fcdbf12'),(27110,1665,'left_tab_0_contact_icon','icon-pie'),(27111,1665,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(27112,1665,'left_tab_0_departmant','London'),(27113,1665,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(27114,1665,'left_tab_0_contact_values','3'),(27115,1665,'_left_tab_0_contact_values','field_56b3f47e69426'),(27116,1665,'left_tab_0_spacer','1'),(27117,1665,'_left_tab_0_spacer','field_56b3f305fafdb'),(27118,1665,'left_tab_0_contact_values_0_contact_value_left','Address:'),(27119,1665,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(27120,1665,'left_tab_0_contact_values_0_contact_value_right','90 Long Acre, Covent Garden, London WC2E 9RZ'),(27121,1665,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(27122,1665,'left_tab_0_contact_values_0_link',''),(27123,1665,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(27124,1665,'left_tab_0_contact_values_0_link_type',''),(27125,1665,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(27126,1665,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(27127,1665,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(27128,1665,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(27129,1665,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(27130,1665,'left_tab_0_contact_values_1_link','+4402032865453'),(27131,1665,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(27132,1665,'left_tab_0_contact_values_1_link_type','tel:'),(27133,1665,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(27134,1665,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(27135,1665,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(27136,1665,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(27137,1665,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(27138,1665,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(27139,1665,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(27140,1665,'left_tab_0_contact_values_2_link_type','mailto:'),(27141,1665,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(27142,1665,'left_tab_1_contact_icon','icon-paper'),(27143,1665,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(27144,1665,'left_tab_1_departmant','Switzerland'),(27145,1665,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(27146,1665,'left_tab_1_contact_values_0_contact_value_left','Address:'),(27147,1665,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(27148,1665,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(27149,1665,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(27150,1665,'left_tab_1_contact_values_0_link',''),(27151,1665,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(27152,1665,'left_tab_1_contact_values_0_link_type',''),(27153,1665,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(27154,1665,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(27155,1665,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(27156,1665,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(27157,1665,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(27158,1665,'left_tab_1_contact_values_1_link','+410445853297'),(27159,1665,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(27160,1665,'left_tab_1_contact_values_1_link_type','tel:'),(27161,1665,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(27162,1665,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(27163,1665,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(27164,1665,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(27165,1665,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(27166,1665,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(27167,1665,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(27168,1665,'left_tab_1_contact_values_2_link_type','mailto:'),(27169,1665,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(27170,1665,'left_tab_1_contact_values','3'),(27171,1665,'_left_tab_1_contact_values','field_56b3f47e69426'),(27172,1665,'left_tab_1_spacer','1'),(27173,1665,'_left_tab_1_spacer','field_56b3f305fafdb'),(27174,1665,'left_tab_2_contact_icon','icon-bullseye-small'),(27175,1665,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(27176,1665,'left_tab_2_departmant','Cyprus'),(27177,1665,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(27178,1665,'left_tab_2_contact_values_0_contact_value_left','Address:'),(27179,1665,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(27180,1665,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(27181,1665,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(27182,1665,'left_tab_2_contact_values_0_link',''),(27183,1665,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(27184,1665,'left_tab_2_contact_values_0_link_type',''),(27185,1665,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(27186,1665,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(27187,1665,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(27188,1665,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(27189,1665,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(27190,1665,'left_tab_2_contact_values_1_link','+4402032865453'),(27191,1665,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(27192,1665,'left_tab_2_contact_values_1_link_type','tel:'),(27193,1665,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(27194,1665,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(27195,1665,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(27196,1665,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(27197,1665,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(27198,1665,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(27199,1665,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(27200,1665,'left_tab_2_contact_values_2_link_type','mailto:'),(27201,1665,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(27202,1665,'left_tab_2_contact_values','3'),(27203,1665,'_left_tab_2_contact_values','field_56b3f47e69426'),(27204,1665,'left_tab_2_spacer','1'),(27205,1665,'_left_tab_2_spacer','field_56b3f305fafdb'),(27206,1665,'left_tab_3_contact_icon','icon-cloud'),(27207,1665,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(27208,1665,'left_tab_3_departmant','Serbia'),(27209,1665,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(27210,1665,'left_tab_3_contact_values_0_contact_value_left','Tel:'),(27211,1665,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(27212,1665,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(27213,1665,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(27214,1665,'left_tab_3_contact_values_0_link','+4402032865453'),(27215,1665,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(27216,1665,'left_tab_3_contact_values_0_link_type','tel:'),(27217,1665,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(27218,1665,'left_tab_3_contact_values_1_contact_value_left','E-mail:'),(27219,1665,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(27220,1665,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(27221,1665,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(27222,1665,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(27223,1665,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(27224,1665,'left_tab_3_contact_values_1_link_type','mailto:'),(27225,1665,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(27226,1665,'left_tab_3_contact_values','2'),(27227,1665,'_left_tab_3_contact_values','field_56b3f47e69426'),(27228,1665,'left_tab_3_spacer','1'),(27229,1665,'_left_tab_3_spacer','field_56b3f305fafdb'),(27230,1665,'left_tab_4_contact_icon','icon-mail'),(27231,1665,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(27232,1665,'left_tab_4_departmant','General enquiries'),(27233,1665,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(27234,1665,'left_tab_4_contact_values_0_contact_value_left','E-mail:'),(27235,1665,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(27236,1665,'left_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(27237,1665,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(27238,1665,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(27239,1665,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(27240,1665,'left_tab_4_contact_values_0_link_type','mailto:'),(27241,1665,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(27242,1665,'left_tab_4_contact_values','2'),(27243,1665,'_left_tab_4_contact_values','field_56b3f47e69426'),(27244,1665,'left_tab_4_spacer','1'),(27245,1665,'_left_tab_4_spacer','field_56b3f305fafdb'),(27246,1665,'left_tab_name',''),(27247,1665,'_left_tab_name','field_56b3976017dce'),(27248,1665,'right_tab_name','vsdvs'),(27249,1665,'_right_tab_name','field_56b3978117dcf'),(27250,1665,'right_tab_0_title',''),(27251,1665,'_right_tab_0_title','field_56b3fab145550'),(27252,1665,'right_tab_0_circle1','icon-mail'),(27253,1665,'_right_tab_0_circle1','field_56b3fab145551'),(27254,1665,'right_tab_0_circle2','icon-mail'),(27255,1665,'_right_tab_0_circle2','field_56b3fab145552'),(27256,1665,'right_tab_0_circle3','icon-mail'),(27257,1665,'_right_tab_0_circle3','field_56b3fab145553'),(27258,1665,'right_tab_0_circle1_label',''),(27259,1665,'_right_tab_0_circle1_label','field_56b3fab145554'),(27260,1665,'right_tab_0_circle2_label',''),(27261,1665,'_right_tab_0_circle2_label','field_56b3fab145555'),(27262,1665,'right_tab_0_circle3_label',''),(27263,1665,'_right_tab_0_circle3_label','field_56b3fab145556'),(27264,1665,'right_tab_0_paragraph1',''),(27265,1665,'_right_tab_0_paragraph1','field_56b3fab145557'),(27266,1665,'right_tab_0_paragraph2',''),(27267,1665,'_right_tab_0_paragraph2','field_56b3fab145558'),(27268,1665,'right_tab_0_paragraph3',''),(27269,1665,'_right_tab_0_paragraph3','field_56b3fab145559'),(27270,1665,'right_tab_0_spacer','1'),(27271,1665,'_right_tab_0_spacer','field_56b3fab14555a'),(27272,1665,'right_tab_1_items_list_repeater_0_title',''),(27273,1665,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(27274,1665,'right_tab_1_items_list_repeater_0_description',''),(27275,1665,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(27276,1665,'right_tab_1_items_list_repeater_1_title',''),(27277,1665,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(27278,1665,'right_tab_1_items_list_repeater_1_description',''),(27279,1665,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(27280,1665,'right_tab_1_items_list_repeater','2'),(27281,1665,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(27282,1665,'right_tab_1_spacer','1'),(27283,1665,'_right_tab_1_spacer','field_56b3fab145570'),(27284,1665,'right_tab_2_image',''),(27285,1665,'_right_tab_2_image','field_56b3fab145571'),(27286,1665,'right_tab_2_content',''),(27287,1665,'_right_tab_2_content','field_56b3fab145572'),(27288,1665,'right_tab_2_button_label',''),(27289,1665,'_right_tab_2_button_label','field_56b3fab145573'),(27290,1665,'right_tab_2_button_link',''),(27291,1665,'_right_tab_2_button_link','field_56b3fab145574'),(27292,1665,'right_tab_2_spacer','1'),(27293,1665,'_right_tab_2_spacer','field_56b3fab145575'),(27294,1665,'left_tab_4_contact_values_1_contact_value_left','Follow us on LinkedIn'),(27295,1665,'_left_tab_4_contact_values_1_contact_value_left','field_56b3f47e69427'),(27296,1665,'left_tab_4_contact_values_1_contact_value_right','<script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"> lang: en_US</script> <script type=\"IN/FollowCompany\" data-id=\"18296620\" data-counter=\"top\"></script>'),(27297,1665,'_left_tab_4_contact_values_1_contact_value_right','field_56b3f47e69429'),(27298,1665,'left_tab_4_contact_values_1_link','<script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"> lang: en_US</script> <script type=\"IN/FollowCompany\" data-id=\"18296620\" data-counter=\"top\"></script>'),(27299,1665,'_left_tab_4_contact_values_1_link','field_56b3f47e6942c'),(27300,1665,'left_tab_4_contact_values_1_link_type',': URL'),(27301,1665,'_left_tab_4_contact_values_1_link_type','field_56b3f47e6942e'),(27302,1665,'add_third_tab','0'),(27303,1665,'_add_third_tab','field_57f54e889b77c'),(27304,1665,'third_tab',''),(27305,1665,'_third_tab','field_57f54ec39b77e'),(27306,1666,'contacts_repeater_0_contact_title','General enquiries'),(27307,1666,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(27308,1666,'contacts_repeater_1_contact_title','Finance / Sales'),(27309,1666,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(27310,1666,'contacts_repeater','3'),(27311,1666,'_contacts_repeater','field_56b247f6dbbd9'),(27312,1666,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(27313,1666,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(27314,1666,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(27315,1666,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(27316,1666,'contacts_repeater_0_contact_values','1'),(27317,1666,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(27318,1666,'contacts_repeater_0_contact_icon','icon-cloud'),(27319,1666,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(27320,1666,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(27321,1666,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(27322,1666,'contacts_repeater_1_contact_values_0_contact_value_right',''),(27323,1666,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(27324,1666,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(27325,1666,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(27326,1666,'contacts_repeater_1_contact_values_1_contact_value_right',''),(27327,1666,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(27328,1666,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(27329,1666,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(27330,1666,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(27331,1666,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(27332,1666,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(27333,1666,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(27334,1666,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(27335,1666,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(27336,1666,'contacts_repeater_1_contact_values','4'),(27337,1666,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(27338,1666,'contacts_repeater_1_contact_icon','icon-paper'),(27339,1666,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(27340,1666,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(27341,1666,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(27342,1666,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(27343,1666,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(27344,1666,'contacts_repeater_1_contact_values_1_link_type',''),(27345,1666,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(27346,1666,'contacts_repeater_1_contact_values_2_link_type','tel:'),(27347,1666,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(27348,1666,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(27349,1666,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(27350,1666,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(27351,1666,'_contacts_repeater_0_contact_values_0_link','field_56b25144a6147'),(27352,1666,'contacts_repeater_1_contact_values_0_link',''),(27353,1666,'_contacts_repeater_1_contact_values_0_link','field_56b25144a6147'),(27354,1666,'contacts_repeater_1_contact_values_1_link',''),(27355,1666,'_contacts_repeater_1_contact_values_1_link','field_56b25144a6147'),(27356,1666,'contacts_repeater_1_contact_values_2_link','+447899747275'),(27357,1666,'_contacts_repeater_1_contact_values_2_link','field_56b25144a6147'),(27358,1666,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(27359,1666,'_contacts_repeater_1_contact_values_3_link','field_56b25144a6147'),(27360,1666,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(27361,1666,'_contacts_repeater_2_contact_title','field_56b24831dbbda'),(27362,1666,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(27363,1666,'_contacts_repeater_2_contact_values_0_contact_value_left','field_56b24943da3f1'),(27364,1666,'contacts_repeater_2_contact_values_0_contact_value_right',''),(27365,1666,'_contacts_repeater_2_contact_values_0_contact_value_right','field_56b24974da3f2'),(27366,1666,'contacts_repeater_2_contact_values_0_link',''),(27367,1666,'_contacts_repeater_2_contact_values_0_link','field_56b25144a6147'),(27368,1666,'contacts_repeater_2_contact_values_0_link_type',''),(27369,1666,'_contacts_repeater_2_contact_values_0_link_type','field_56b2505d40207'),(27370,1666,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(27371,1666,'_contacts_repeater_2_contact_values_1_contact_value_left','field_56b24943da3f1'),(27372,1666,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(27373,1666,'_contacts_repeater_2_contact_values_1_contact_value_right','field_56b24974da3f2'),(27374,1666,'contacts_repeater_2_contact_values_1_link',''),(27375,1666,'_contacts_repeater_2_contact_values_1_link','field_56b25144a6147'),(27376,1666,'contacts_repeater_2_contact_values_1_link_type','tel:'),(27377,1666,'_contacts_repeater_2_contact_values_1_link_type','field_56b2505d40207'),(27378,1666,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(27379,1666,'_contacts_repeater_2_contact_values_2_contact_value_left','field_56b24943da3f1'),(27380,1666,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(27381,1666,'_contacts_repeater_2_contact_values_2_contact_value_right','field_56b24974da3f2'),(27382,1666,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(27383,1666,'_contacts_repeater_2_contact_values_2_link','field_56b25144a6147'),(27384,1666,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(27385,1666,'_contacts_repeater_2_contact_values_2_link_type','field_56b2505d40207'),(27386,1666,'contacts_repeater_2_contact_values','3'),(27387,1666,'_contacts_repeater_2_contact_values','field_56b24931da3f0'),(27388,1666,'contacts_repeater_2_contact_icon','icon-pie'),(27389,1666,'_contacts_repeater_2_contact_icon','field_56b249b7da3f3'),(27390,1666,'left_tab','a:5:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";}'),(27391,1666,'_left_tab','field_56b36c6deeda0'),(27392,1666,'add_second_tab','0'),(27393,1666,'_add_second_tab','field_56b36ca9eeda2'),(27394,1666,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(27395,1666,'_right_tab','field_56b3fab04554d'),(27396,1666,'left_tab_0_departmant_repeater_0_contact_icon','icon-cloud'),(27397,1666,'_left_tab_0_departmant_repeater_0_contact_icon','field_56b3f1f1dbf0b'),(27398,1666,'left_tab_0_departmant_repeater_0_departmant','General enquiries'),(27399,1666,'_left_tab_0_departmant_repeater_0_departmant','field_56b3f1f1dbf0c'),(27400,1666,'left_tab_0_departmant_repeater_0_contact_values','0'),(27401,1666,'_left_tab_0_departmant_repeater_0_contact_values','field_56b3f1f1dbf0d'),(27402,1666,'left_tab_0_departmant_repeater','1'),(27403,1666,'_left_tab_0_departmant_repeater','field_56b3f1fcdbf12'),(27404,1666,'left_tab_0_contact_icon','icon-pie'),(27405,1666,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(27406,1666,'left_tab_0_departmant','London'),(27407,1666,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(27408,1666,'left_tab_0_contact_values','3'),(27409,1666,'_left_tab_0_contact_values','field_56b3f47e69426'),(27410,1666,'left_tab_0_spacer','1'),(27411,1666,'_left_tab_0_spacer','field_56b3f305fafdb'),(27412,1666,'left_tab_0_contact_values_0_contact_value_left','Address:'),(27413,1666,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(27414,1666,'left_tab_0_contact_values_0_contact_value_right','90 Long Acre, Covent Garden, London WC2E 9RZ'),(27415,1666,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(27416,1666,'left_tab_0_contact_values_0_link',''),(27417,1666,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(27418,1666,'left_tab_0_contact_values_0_link_type',''),(27419,1666,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(27420,1666,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(27421,1666,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(27422,1666,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(27423,1666,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(27424,1666,'left_tab_0_contact_values_1_link','+4402032865453'),(27425,1666,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(27426,1666,'left_tab_0_contact_values_1_link_type','tel:'),(27427,1666,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(27428,1666,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(27429,1666,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(27430,1666,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(27431,1666,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(27432,1666,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(27433,1666,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(27434,1666,'left_tab_0_contact_values_2_link_type','mailto:'),(27435,1666,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(27436,1666,'left_tab_1_contact_icon','icon-paper'),(27437,1666,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(27438,1666,'left_tab_1_departmant','Switzerland'),(27439,1666,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(27440,1666,'left_tab_1_contact_values_0_contact_value_left','Address:'),(27441,1666,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(27442,1666,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(27443,1666,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(27444,1666,'left_tab_1_contact_values_0_link',''),(27445,1666,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(27446,1666,'left_tab_1_contact_values_0_link_type',''),(27447,1666,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(27448,1666,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(27449,1666,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(27450,1666,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(27451,1666,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(27452,1666,'left_tab_1_contact_values_1_link','+410445853297'),(27453,1666,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(27454,1666,'left_tab_1_contact_values_1_link_type','tel:'),(27455,1666,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(27456,1666,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(27457,1666,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(27458,1666,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(27459,1666,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(27460,1666,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(27461,1666,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(27462,1666,'left_tab_1_contact_values_2_link_type','mailto:'),(27463,1666,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(27464,1666,'left_tab_1_contact_values','3'),(27465,1666,'_left_tab_1_contact_values','field_56b3f47e69426'),(27466,1666,'left_tab_1_spacer','1'),(27467,1666,'_left_tab_1_spacer','field_56b3f305fafdb'),(27468,1666,'left_tab_2_contact_icon','icon-bullseye-small'),(27469,1666,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(27470,1666,'left_tab_2_departmant','Cyprus'),(27471,1666,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(27472,1666,'left_tab_2_contact_values_0_contact_value_left','Address:'),(27473,1666,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(27474,1666,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(27475,1666,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(27476,1666,'left_tab_2_contact_values_0_link',''),(27477,1666,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(27478,1666,'left_tab_2_contact_values_0_link_type',''),(27479,1666,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(27480,1666,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(27481,1666,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(27482,1666,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(27483,1666,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(27484,1666,'left_tab_2_contact_values_1_link','+4402032865453'),(27485,1666,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(27486,1666,'left_tab_2_contact_values_1_link_type','tel:'),(27487,1666,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(27488,1666,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(27489,1666,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(27490,1666,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(27491,1666,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(27492,1666,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(27493,1666,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(27494,1666,'left_tab_2_contact_values_2_link_type','mailto:'),(27495,1666,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(27496,1666,'left_tab_2_contact_values','3'),(27497,1666,'_left_tab_2_contact_values','field_56b3f47e69426'),(27498,1666,'left_tab_2_spacer','1'),(27499,1666,'_left_tab_2_spacer','field_56b3f305fafdb'),(27500,1666,'left_tab_3_contact_icon','icon-cloud'),(27501,1666,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(27502,1666,'left_tab_3_departmant','Serbia'),(27503,1666,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(27504,1666,'left_tab_3_contact_values_0_contact_value_left','Tel:'),(27505,1666,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(27506,1666,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(27507,1666,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(27508,1666,'left_tab_3_contact_values_0_link','+4402032865453'),(27509,1666,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(27510,1666,'left_tab_3_contact_values_0_link_type','tel:'),(27511,1666,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(27512,1666,'left_tab_3_contact_values_1_contact_value_left','E-mail:'),(27513,1666,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(27514,1666,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(27515,1666,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(27516,1666,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(27517,1666,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(27518,1666,'left_tab_3_contact_values_1_link_type','mailto:'),(27519,1666,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(27520,1666,'left_tab_3_contact_values','2'),(27521,1666,'_left_tab_3_contact_values','field_56b3f47e69426'),(27522,1666,'left_tab_3_spacer','1'),(27523,1666,'_left_tab_3_spacer','field_56b3f305fafdb'),(27524,1666,'left_tab_4_contact_icon','icon-mail'),(27525,1666,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(27526,1666,'left_tab_4_departmant','General enquiries'),(27527,1666,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(27528,1666,'left_tab_4_contact_values_0_contact_value_left','E-mail:'),(27529,1666,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(27530,1666,'left_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(27531,1666,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(27532,1666,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(27533,1666,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(27534,1666,'left_tab_4_contact_values_0_link_type','mailto:'),(27535,1666,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(27536,1666,'left_tab_4_contact_values','2'),(27537,1666,'_left_tab_4_contact_values','field_56b3f47e69426'),(27538,1666,'left_tab_4_spacer','1'),(27539,1666,'_left_tab_4_spacer','field_56b3f305fafdb'),(27540,1666,'left_tab_name',''),(27541,1666,'_left_tab_name','field_56b3976017dce'),(27542,1666,'right_tab_name','vsdvs'),(27543,1666,'_right_tab_name','field_56b3978117dcf'),(27544,1666,'right_tab_0_title',''),(27545,1666,'_right_tab_0_title','field_56b3fab145550'),(27546,1666,'right_tab_0_circle1','icon-mail'),(27547,1666,'_right_tab_0_circle1','field_56b3fab145551'),(27548,1666,'right_tab_0_circle2','icon-mail'),(27549,1666,'_right_tab_0_circle2','field_56b3fab145552'),(27550,1666,'right_tab_0_circle3','icon-mail'),(27551,1666,'_right_tab_0_circle3','field_56b3fab145553'),(27552,1666,'right_tab_0_circle1_label',''),(27553,1666,'_right_tab_0_circle1_label','field_56b3fab145554'),(27554,1666,'right_tab_0_circle2_label',''),(27555,1666,'_right_tab_0_circle2_label','field_56b3fab145555'),(27556,1666,'right_tab_0_circle3_label',''),(27557,1666,'_right_tab_0_circle3_label','field_56b3fab145556'),(27558,1666,'right_tab_0_paragraph1',''),(27559,1666,'_right_tab_0_paragraph1','field_56b3fab145557'),(27560,1666,'right_tab_0_paragraph2',''),(27561,1666,'_right_tab_0_paragraph2','field_56b3fab145558'),(27562,1666,'right_tab_0_paragraph3',''),(27563,1666,'_right_tab_0_paragraph3','field_56b3fab145559'),(27564,1666,'right_tab_0_spacer','1'),(27565,1666,'_right_tab_0_spacer','field_56b3fab14555a'),(27566,1666,'right_tab_1_items_list_repeater_0_title',''),(27567,1666,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(27568,1666,'right_tab_1_items_list_repeater_0_description',''),(27569,1666,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(27570,1666,'right_tab_1_items_list_repeater_1_title',''),(27571,1666,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(27572,1666,'right_tab_1_items_list_repeater_1_description',''),(27573,1666,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(27574,1666,'right_tab_1_items_list_repeater','2'),(27575,1666,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(27576,1666,'right_tab_1_spacer','1'),(27577,1666,'_right_tab_1_spacer','field_56b3fab145570'),(27578,1666,'right_tab_2_image',''),(27579,1666,'_right_tab_2_image','field_56b3fab145571'),(27580,1666,'right_tab_2_content',''),(27581,1666,'_right_tab_2_content','field_56b3fab145572'),(27582,1666,'right_tab_2_button_label',''),(27583,1666,'_right_tab_2_button_label','field_56b3fab145573'),(27584,1666,'right_tab_2_button_link',''),(27585,1666,'_right_tab_2_button_link','field_56b3fab145574'),(27586,1666,'right_tab_2_spacer','1'),(27587,1666,'_right_tab_2_spacer','field_56b3fab145575'),(27588,1666,'left_tab_4_contact_values_1_contact_value_left','Follow us on LinkedIn'),(27589,1666,'_left_tab_4_contact_values_1_contact_value_left','field_56b3f47e69427'),(27590,1666,'left_tab_4_contact_values_1_contact_value_right','<script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"> lang: en_US</script> <script type=\"IN/FollowCompany\" data-id=\"18296620\" data-counter=\"top\"></script>'),(27591,1666,'_left_tab_4_contact_values_1_contact_value_right','field_56b3f47e69429'),(27592,1666,'left_tab_4_contact_values_1_link',''),(27593,1666,'_left_tab_4_contact_values_1_link','field_56b3f47e6942c'),(27594,1666,'left_tab_4_contact_values_1_link_type',': URL'),(27595,1666,'_left_tab_4_contact_values_1_link_type','field_56b3f47e6942e'),(27596,1666,'add_third_tab','0'),(27597,1666,'_add_third_tab','field_57f54e889b77c'),(27598,1666,'third_tab',''),(27599,1666,'_third_tab','field_57f54ec39b77e'),(27600,1667,'contacts_repeater_0_contact_title','General enquiries'),(27601,1667,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(27602,1667,'contacts_repeater_1_contact_title','Finance / Sales'),(27603,1667,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(27604,1667,'contacts_repeater','3'),(27605,1667,'_contacts_repeater','field_56b247f6dbbd9'),(27606,1667,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(27607,1667,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(27608,1667,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(27609,1667,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(27610,1667,'contacts_repeater_0_contact_values','1'),(27611,1667,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(27612,1667,'contacts_repeater_0_contact_icon','icon-cloud'),(27613,1667,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(27614,1667,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(27615,1667,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(27616,1667,'contacts_repeater_1_contact_values_0_contact_value_right',''),(27617,1667,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(27618,1667,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(27619,1667,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(27620,1667,'contacts_repeater_1_contact_values_1_contact_value_right',''),(27621,1667,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(27622,1667,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(27623,1667,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(27624,1667,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(27625,1667,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(27626,1667,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(27627,1667,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(27628,1667,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(27629,1667,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(27630,1667,'contacts_repeater_1_contact_values','4'),(27631,1667,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(27632,1667,'contacts_repeater_1_contact_icon','icon-paper'),(27633,1667,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(27634,1667,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(27635,1667,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(27636,1667,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(27637,1667,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(27638,1667,'contacts_repeater_1_contact_values_1_link_type',''),(27639,1667,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(27640,1667,'contacts_repeater_1_contact_values_2_link_type','tel:'),(27641,1667,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(27642,1667,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(27643,1667,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(27644,1667,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(27645,1667,'_contacts_repeater_0_contact_values_0_link','field_56b25144a6147'),(27646,1667,'contacts_repeater_1_contact_values_0_link',''),(27647,1667,'_contacts_repeater_1_contact_values_0_link','field_56b25144a6147'),(27648,1667,'contacts_repeater_1_contact_values_1_link',''),(27649,1667,'_contacts_repeater_1_contact_values_1_link','field_56b25144a6147'),(27650,1667,'contacts_repeater_1_contact_values_2_link','+447899747275'),(27651,1667,'_contacts_repeater_1_contact_values_2_link','field_56b25144a6147'),(27652,1667,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(27653,1667,'_contacts_repeater_1_contact_values_3_link','field_56b25144a6147'),(27654,1667,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(27655,1667,'_contacts_repeater_2_contact_title','field_56b24831dbbda'),(27656,1667,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(27657,1667,'_contacts_repeater_2_contact_values_0_contact_value_left','field_56b24943da3f1'),(27658,1667,'contacts_repeater_2_contact_values_0_contact_value_right',''),(27659,1667,'_contacts_repeater_2_contact_values_0_contact_value_right','field_56b24974da3f2'),(27660,1667,'contacts_repeater_2_contact_values_0_link',''),(27661,1667,'_contacts_repeater_2_contact_values_0_link','field_56b25144a6147'),(27662,1667,'contacts_repeater_2_contact_values_0_link_type',''),(27663,1667,'_contacts_repeater_2_contact_values_0_link_type','field_56b2505d40207'),(27664,1667,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(27665,1667,'_contacts_repeater_2_contact_values_1_contact_value_left','field_56b24943da3f1'),(27666,1667,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(27667,1667,'_contacts_repeater_2_contact_values_1_contact_value_right','field_56b24974da3f2'),(27668,1667,'contacts_repeater_2_contact_values_1_link',''),(27669,1667,'_contacts_repeater_2_contact_values_1_link','field_56b25144a6147'),(27670,1667,'contacts_repeater_2_contact_values_1_link_type','tel:'),(27671,1667,'_contacts_repeater_2_contact_values_1_link_type','field_56b2505d40207'),(27672,1667,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(27673,1667,'_contacts_repeater_2_contact_values_2_contact_value_left','field_56b24943da3f1'),(27674,1667,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(27675,1667,'_contacts_repeater_2_contact_values_2_contact_value_right','field_56b24974da3f2'),(27676,1667,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(27677,1667,'_contacts_repeater_2_contact_values_2_link','field_56b25144a6147'),(27678,1667,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(27679,1667,'_contacts_repeater_2_contact_values_2_link_type','field_56b2505d40207'),(27680,1667,'contacts_repeater_2_contact_values','3'),(27681,1667,'_contacts_repeater_2_contact_values','field_56b24931da3f0'),(27682,1667,'contacts_repeater_2_contact_icon','icon-pie'),(27683,1667,'_contacts_repeater_2_contact_icon','field_56b249b7da3f3'),(27684,1667,'left_tab','a:5:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";}'),(27685,1667,'_left_tab','field_56b36c6deeda0'),(27686,1667,'add_second_tab','0'),(27687,1667,'_add_second_tab','field_56b36ca9eeda2'),(27688,1667,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(27689,1667,'_right_tab','field_56b3fab04554d'),(27690,1667,'left_tab_0_departmant_repeater_0_contact_icon','icon-cloud'),(27691,1667,'_left_tab_0_departmant_repeater_0_contact_icon','field_56b3f1f1dbf0b'),(27692,1667,'left_tab_0_departmant_repeater_0_departmant','General enquiries'),(27693,1667,'_left_tab_0_departmant_repeater_0_departmant','field_56b3f1f1dbf0c'),(27694,1667,'left_tab_0_departmant_repeater_0_contact_values','0'),(27695,1667,'_left_tab_0_departmant_repeater_0_contact_values','field_56b3f1f1dbf0d'),(27696,1667,'left_tab_0_departmant_repeater','1'),(27697,1667,'_left_tab_0_departmant_repeater','field_56b3f1fcdbf12'),(27698,1667,'left_tab_0_contact_icon','icon-pie'),(27699,1667,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(27700,1667,'left_tab_0_departmant','London'),(27701,1667,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(27702,1667,'left_tab_0_contact_values','3'),(27703,1667,'_left_tab_0_contact_values','field_56b3f47e69426'),(27704,1667,'left_tab_0_spacer','1'),(27705,1667,'_left_tab_0_spacer','field_56b3f305fafdb'),(27706,1667,'left_tab_0_contact_values_0_contact_value_left','Address:'),(27707,1667,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(27708,1667,'left_tab_0_contact_values_0_contact_value_right','90 Long Acre, Covent Garden, London WC2E 9RZ'),(27709,1667,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(27710,1667,'left_tab_0_contact_values_0_link',''),(27711,1667,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(27712,1667,'left_tab_0_contact_values_0_link_type',''),(27713,1667,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(27714,1667,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(27715,1667,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(27716,1667,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(27717,1667,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(27718,1667,'left_tab_0_contact_values_1_link','+4402032865453'),(27719,1667,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(27720,1667,'left_tab_0_contact_values_1_link_type','tel:'),(27721,1667,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(27722,1667,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(27723,1667,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(27724,1667,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(27725,1667,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(27726,1667,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(27727,1667,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(27728,1667,'left_tab_0_contact_values_2_link_type','mailto:'),(27729,1667,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(27730,1667,'left_tab_1_contact_icon','icon-paper'),(27731,1667,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(27732,1667,'left_tab_1_departmant','Switzerland'),(27733,1667,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(27734,1667,'left_tab_1_contact_values_0_contact_value_left','Address:'),(27735,1667,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(27736,1667,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(27737,1667,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(27738,1667,'left_tab_1_contact_values_0_link',''),(27739,1667,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(27740,1667,'left_tab_1_contact_values_0_link_type',''),(27741,1667,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(27742,1667,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(27743,1667,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(27744,1667,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(27745,1667,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(27746,1667,'left_tab_1_contact_values_1_link','+410445853297'),(27747,1667,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(27748,1667,'left_tab_1_contact_values_1_link_type','tel:'),(27749,1667,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(27750,1667,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(27751,1667,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(27752,1667,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(27753,1667,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(27754,1667,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(27755,1667,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(27756,1667,'left_tab_1_contact_values_2_link_type','mailto:'),(27757,1667,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(27758,1667,'left_tab_1_contact_values','3'),(27759,1667,'_left_tab_1_contact_values','field_56b3f47e69426'),(27760,1667,'left_tab_1_spacer','1'),(27761,1667,'_left_tab_1_spacer','field_56b3f305fafdb'),(27762,1667,'left_tab_2_contact_icon','icon-bullseye-small'),(27763,1667,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(27764,1667,'left_tab_2_departmant','Cyprus'),(27765,1667,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(27766,1667,'left_tab_2_contact_values_0_contact_value_left','Address:'),(27767,1667,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(27768,1667,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(27769,1667,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(27770,1667,'left_tab_2_contact_values_0_link',''),(27771,1667,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(27772,1667,'left_tab_2_contact_values_0_link_type',''),(27773,1667,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(27774,1667,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(27775,1667,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(27776,1667,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(27777,1667,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(27778,1667,'left_tab_2_contact_values_1_link','+4402032865453'),(27779,1667,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(27780,1667,'left_tab_2_contact_values_1_link_type','tel:'),(27781,1667,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(27782,1667,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(27783,1667,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(27784,1667,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(27785,1667,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(27786,1667,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(27787,1667,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(27788,1667,'left_tab_2_contact_values_2_link_type','mailto:'),(27789,1667,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(27790,1667,'left_tab_2_contact_values','3'),(27791,1667,'_left_tab_2_contact_values','field_56b3f47e69426'),(27792,1667,'left_tab_2_spacer','1'),(27793,1667,'_left_tab_2_spacer','field_56b3f305fafdb'),(27794,1667,'left_tab_3_contact_icon','icon-cloud'),(27795,1667,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(27796,1667,'left_tab_3_departmant','Serbia'),(27797,1667,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(27798,1667,'left_tab_3_contact_values_0_contact_value_left','Tel:'),(27799,1667,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(27800,1667,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(27801,1667,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(27802,1667,'left_tab_3_contact_values_0_link','+4402032865453'),(27803,1667,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(27804,1667,'left_tab_3_contact_values_0_link_type','tel:'),(27805,1667,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(27806,1667,'left_tab_3_contact_values_1_contact_value_left','E-mail:'),(27807,1667,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(27808,1667,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(27809,1667,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(27810,1667,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(27811,1667,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(27812,1667,'left_tab_3_contact_values_1_link_type','mailto:'),(27813,1667,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(27814,1667,'left_tab_3_contact_values','2'),(27815,1667,'_left_tab_3_contact_values','field_56b3f47e69426'),(27816,1667,'left_tab_3_spacer','1'),(27817,1667,'_left_tab_3_spacer','field_56b3f305fafdb'),(27818,1667,'left_tab_4_contact_icon','icon-mail'),(27819,1667,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(27820,1667,'left_tab_4_departmant','General enquiries'),(27821,1667,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(27822,1667,'left_tab_4_contact_values_0_contact_value_left','E-mail:'),(27823,1667,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(27824,1667,'left_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(27825,1667,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(27826,1667,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(27827,1667,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(27828,1667,'left_tab_4_contact_values_0_link_type','mailto:'),(27829,1667,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(27830,1667,'left_tab_4_contact_values','2'),(27831,1667,'_left_tab_4_contact_values','field_56b3f47e69426'),(27832,1667,'left_tab_4_spacer','1'),(27833,1667,'_left_tab_4_spacer','field_56b3f305fafdb'),(27834,1667,'left_tab_name',''),(27835,1667,'_left_tab_name','field_56b3976017dce'),(27836,1667,'right_tab_name','vsdvs'),(27837,1667,'_right_tab_name','field_56b3978117dcf'),(27838,1667,'right_tab_0_title',''),(27839,1667,'_right_tab_0_title','field_56b3fab145550'),(27840,1667,'right_tab_0_circle1','icon-mail'),(27841,1667,'_right_tab_0_circle1','field_56b3fab145551'),(27842,1667,'right_tab_0_circle2','icon-mail'),(27843,1667,'_right_tab_0_circle2','field_56b3fab145552'),(27844,1667,'right_tab_0_circle3','icon-mail'),(27845,1667,'_right_tab_0_circle3','field_56b3fab145553'),(27846,1667,'right_tab_0_circle1_label',''),(27847,1667,'_right_tab_0_circle1_label','field_56b3fab145554'),(27848,1667,'right_tab_0_circle2_label',''),(27849,1667,'_right_tab_0_circle2_label','field_56b3fab145555'),(27850,1667,'right_tab_0_circle3_label',''),(27851,1667,'_right_tab_0_circle3_label','field_56b3fab145556'),(27852,1667,'right_tab_0_paragraph1',''),(27853,1667,'_right_tab_0_paragraph1','field_56b3fab145557'),(27854,1667,'right_tab_0_paragraph2',''),(27855,1667,'_right_tab_0_paragraph2','field_56b3fab145558'),(27856,1667,'right_tab_0_paragraph3',''),(27857,1667,'_right_tab_0_paragraph3','field_56b3fab145559'),(27858,1667,'right_tab_0_spacer','1'),(27859,1667,'_right_tab_0_spacer','field_56b3fab14555a'),(27860,1667,'right_tab_1_items_list_repeater_0_title',''),(27861,1667,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(27862,1667,'right_tab_1_items_list_repeater_0_description',''),(27863,1667,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(27864,1667,'right_tab_1_items_list_repeater_1_title',''),(27865,1667,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(27866,1667,'right_tab_1_items_list_repeater_1_description',''),(27867,1667,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(27868,1667,'right_tab_1_items_list_repeater','2'),(27869,1667,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(27870,1667,'right_tab_1_spacer','1'),(27871,1667,'_right_tab_1_spacer','field_56b3fab145570'),(27872,1667,'right_tab_2_image',''),(27873,1667,'_right_tab_2_image','field_56b3fab145571'),(27874,1667,'right_tab_2_content',''),(27875,1667,'_right_tab_2_content','field_56b3fab145572'),(27876,1667,'right_tab_2_button_label',''),(27877,1667,'_right_tab_2_button_label','field_56b3fab145573'),(27878,1667,'right_tab_2_button_link',''),(27879,1667,'_right_tab_2_button_link','field_56b3fab145574'),(27880,1667,'right_tab_2_spacer','1'),(27881,1667,'_right_tab_2_spacer','field_56b3fab145575'),(27882,1667,'left_tab_4_contact_values_1_contact_value_left','Follow us on LinkedIn'),(27883,1667,'_left_tab_4_contact_values_1_contact_value_left','field_56b3f47e69427'),(27884,1667,'left_tab_4_contact_values_1_contact_value_right',''),(27885,1667,'_left_tab_4_contact_values_1_contact_value_right','field_56b3f47e69429'),(27886,1667,'left_tab_4_contact_values_1_link','<script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"> lang: en_US</script> <script type=\"IN/FollowCompany\" data-id=\"18296620\" data-counter=\"top\"></script>'),(27887,1667,'_left_tab_4_contact_values_1_link','field_56b3f47e6942c'),(27888,1667,'left_tab_4_contact_values_1_link_type',': URL'),(27889,1667,'_left_tab_4_contact_values_1_link_type','field_56b3f47e6942e'),(27890,1667,'add_third_tab','0'),(27891,1667,'_add_third_tab','field_57f54e889b77c'),(27892,1667,'third_tab',''),(27893,1667,'_third_tab','field_57f54ec39b77e'),(27894,1668,'contacts_repeater_0_contact_title','General enquiries'),(27895,1668,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(27896,1668,'contacts_repeater_1_contact_title','Finance / Sales'),(27897,1668,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(27898,1668,'contacts_repeater','3'),(27899,1668,'_contacts_repeater','field_56b247f6dbbd9'),(27900,1668,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(27901,1668,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(27902,1668,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(27903,1668,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(27904,1668,'contacts_repeater_0_contact_values','1'),(27905,1668,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(27906,1668,'contacts_repeater_0_contact_icon','icon-cloud'),(27907,1668,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(27908,1668,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(27909,1668,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(27910,1668,'contacts_repeater_1_contact_values_0_contact_value_right',''),(27911,1668,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(27912,1668,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(27913,1668,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(27914,1668,'contacts_repeater_1_contact_values_1_contact_value_right',''),(27915,1668,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(27916,1668,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(27917,1668,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(27918,1668,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(27919,1668,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(27920,1668,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(27921,1668,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(27922,1668,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(27923,1668,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(27924,1668,'contacts_repeater_1_contact_values','4'),(27925,1668,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(27926,1668,'contacts_repeater_1_contact_icon','icon-paper'),(27927,1668,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(27928,1668,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(27929,1668,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(27930,1668,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(27931,1668,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(27932,1668,'contacts_repeater_1_contact_values_1_link_type',''),(27933,1668,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(27934,1668,'contacts_repeater_1_contact_values_2_link_type','tel:'),(27935,1668,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(27936,1668,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(27937,1668,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(27938,1668,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(27939,1668,'_contacts_repeater_0_contact_values_0_link','field_56b25144a6147'),(27940,1668,'contacts_repeater_1_contact_values_0_link',''),(27941,1668,'_contacts_repeater_1_contact_values_0_link','field_56b25144a6147'),(27942,1668,'contacts_repeater_1_contact_values_1_link',''),(27943,1668,'_contacts_repeater_1_contact_values_1_link','field_56b25144a6147'),(27944,1668,'contacts_repeater_1_contact_values_2_link','+447899747275'),(27945,1668,'_contacts_repeater_1_contact_values_2_link','field_56b25144a6147'),(27946,1668,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(27947,1668,'_contacts_repeater_1_contact_values_3_link','field_56b25144a6147'),(27948,1668,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(27949,1668,'_contacts_repeater_2_contact_title','field_56b24831dbbda'),(27950,1668,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(27951,1668,'_contacts_repeater_2_contact_values_0_contact_value_left','field_56b24943da3f1'),(27952,1668,'contacts_repeater_2_contact_values_0_contact_value_right',''),(27953,1668,'_contacts_repeater_2_contact_values_0_contact_value_right','field_56b24974da3f2'),(27954,1668,'contacts_repeater_2_contact_values_0_link',''),(27955,1668,'_contacts_repeater_2_contact_values_0_link','field_56b25144a6147'),(27956,1668,'contacts_repeater_2_contact_values_0_link_type',''),(27957,1668,'_contacts_repeater_2_contact_values_0_link_type','field_56b2505d40207'),(27958,1668,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(27959,1668,'_contacts_repeater_2_contact_values_1_contact_value_left','field_56b24943da3f1'),(27960,1668,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(27961,1668,'_contacts_repeater_2_contact_values_1_contact_value_right','field_56b24974da3f2'),(27962,1668,'contacts_repeater_2_contact_values_1_link',''),(27963,1668,'_contacts_repeater_2_contact_values_1_link','field_56b25144a6147'),(27964,1668,'contacts_repeater_2_contact_values_1_link_type','tel:'),(27965,1668,'_contacts_repeater_2_contact_values_1_link_type','field_56b2505d40207'),(27966,1668,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(27967,1668,'_contacts_repeater_2_contact_values_2_contact_value_left','field_56b24943da3f1'),(27968,1668,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(27969,1668,'_contacts_repeater_2_contact_values_2_contact_value_right','field_56b24974da3f2'),(27970,1668,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(27971,1668,'_contacts_repeater_2_contact_values_2_link','field_56b25144a6147'),(27972,1668,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(27973,1668,'_contacts_repeater_2_contact_values_2_link_type','field_56b2505d40207'),(27974,1668,'contacts_repeater_2_contact_values','3'),(27975,1668,'_contacts_repeater_2_contact_values','field_56b24931da3f0'),(27976,1668,'contacts_repeater_2_contact_icon','icon-pie'),(27977,1668,'_contacts_repeater_2_contact_icon','field_56b249b7da3f3'),(27978,1668,'left_tab','a:5:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";}'),(27979,1668,'_left_tab','field_56b36c6deeda0'),(27980,1668,'add_second_tab','0'),(27981,1668,'_add_second_tab','field_56b36ca9eeda2'),(27982,1668,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(27983,1668,'_right_tab','field_56b3fab04554d'),(27984,1668,'left_tab_0_departmant_repeater_0_contact_icon','icon-cloud'),(27985,1668,'_left_tab_0_departmant_repeater_0_contact_icon','field_56b3f1f1dbf0b'),(27986,1668,'left_tab_0_departmant_repeater_0_departmant','General enquiries'),(27987,1668,'_left_tab_0_departmant_repeater_0_departmant','field_56b3f1f1dbf0c'),(27988,1668,'left_tab_0_departmant_repeater_0_contact_values','0'),(27989,1668,'_left_tab_0_departmant_repeater_0_contact_values','field_56b3f1f1dbf0d'),(27990,1668,'left_tab_0_departmant_repeater','1'),(27991,1668,'_left_tab_0_departmant_repeater','field_56b3f1fcdbf12'),(27992,1668,'left_tab_0_contact_icon','icon-pie'),(27993,1668,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(27994,1668,'left_tab_0_departmant','London'),(27995,1668,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(27996,1668,'left_tab_0_contact_values','3'),(27997,1668,'_left_tab_0_contact_values','field_56b3f47e69426'),(27998,1668,'left_tab_0_spacer','1'),(27999,1668,'_left_tab_0_spacer','field_56b3f305fafdb'),(28000,1668,'left_tab_0_contact_values_0_contact_value_left','Address:'),(28001,1668,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(28002,1668,'left_tab_0_contact_values_0_contact_value_right','90 Long Acre, Covent Garden, London WC2E 9RZ'),(28003,1668,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(28004,1668,'left_tab_0_contact_values_0_link',''),(28005,1668,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(28006,1668,'left_tab_0_contact_values_0_link_type',''),(28007,1668,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(28008,1668,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(28009,1668,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(28010,1668,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(28011,1668,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(28012,1668,'left_tab_0_contact_values_1_link','+4402032865453'),(28013,1668,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(28014,1668,'left_tab_0_contact_values_1_link_type','tel:'),(28015,1668,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(28016,1668,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(28017,1668,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(28018,1668,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(28019,1668,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(28020,1668,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(28021,1668,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(28022,1668,'left_tab_0_contact_values_2_link_type','mailto:'),(28023,1668,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(28024,1668,'left_tab_1_contact_icon','icon-paper'),(28025,1668,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(28026,1668,'left_tab_1_departmant','Switzerland'),(28027,1668,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(28028,1668,'left_tab_1_contact_values_0_contact_value_left','Address:'),(28029,1668,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(28030,1668,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(28031,1668,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(28032,1668,'left_tab_1_contact_values_0_link',''),(28033,1668,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(28034,1668,'left_tab_1_contact_values_0_link_type',''),(28035,1668,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(28036,1668,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(28037,1668,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(28038,1668,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(28039,1668,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(28040,1668,'left_tab_1_contact_values_1_link','+410445853297'),(28041,1668,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(28042,1668,'left_tab_1_contact_values_1_link_type','tel:'),(28043,1668,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(28044,1668,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(28045,1668,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(28046,1668,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(28047,1668,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(28048,1668,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(28049,1668,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(28050,1668,'left_tab_1_contact_values_2_link_type','mailto:'),(28051,1668,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(28052,1668,'left_tab_1_contact_values','3'),(28053,1668,'_left_tab_1_contact_values','field_56b3f47e69426'),(28054,1668,'left_tab_1_spacer','1'),(28055,1668,'_left_tab_1_spacer','field_56b3f305fafdb'),(28056,1668,'left_tab_2_contact_icon','icon-bullseye-small'),(28057,1668,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(28058,1668,'left_tab_2_departmant','Cyprus'),(28059,1668,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(28060,1668,'left_tab_2_contact_values_0_contact_value_left','Address:'),(28061,1668,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(28062,1668,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(28063,1668,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(28064,1668,'left_tab_2_contact_values_0_link',''),(28065,1668,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(28066,1668,'left_tab_2_contact_values_0_link_type',''),(28067,1668,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(28068,1668,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(28069,1668,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(28070,1668,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(28071,1668,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(28072,1668,'left_tab_2_contact_values_1_link','+4402032865453'),(28073,1668,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(28074,1668,'left_tab_2_contact_values_1_link_type','tel:'),(28075,1668,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(28076,1668,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(28077,1668,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(28078,1668,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(28079,1668,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(28080,1668,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(28081,1668,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(28082,1668,'left_tab_2_contact_values_2_link_type','mailto:'),(28083,1668,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(28084,1668,'left_tab_2_contact_values','3'),(28085,1668,'_left_tab_2_contact_values','field_56b3f47e69426'),(28086,1668,'left_tab_2_spacer','1'),(28087,1668,'_left_tab_2_spacer','field_56b3f305fafdb'),(28088,1668,'left_tab_3_contact_icon','icon-cloud'),(28089,1668,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(28090,1668,'left_tab_3_departmant','Serbia'),(28091,1668,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(28092,1668,'left_tab_3_contact_values_0_contact_value_left','Tel:'),(28093,1668,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(28094,1668,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(28095,1668,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(28096,1668,'left_tab_3_contact_values_0_link','+4402032865453'),(28097,1668,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(28098,1668,'left_tab_3_contact_values_0_link_type','tel:'),(28099,1668,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(28100,1668,'left_tab_3_contact_values_1_contact_value_left','E-mail:'),(28101,1668,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(28102,1668,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(28103,1668,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(28104,1668,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(28105,1668,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(28106,1668,'left_tab_3_contact_values_1_link_type','mailto:'),(28107,1668,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(28108,1668,'left_tab_3_contact_values','2'),(28109,1668,'_left_tab_3_contact_values','field_56b3f47e69426'),(28110,1668,'left_tab_3_spacer','1'),(28111,1668,'_left_tab_3_spacer','field_56b3f305fafdb'),(28112,1668,'left_tab_4_contact_icon','icon-mail'),(28113,1668,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(28114,1668,'left_tab_4_departmant','General enquiries'),(28115,1668,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(28116,1668,'left_tab_4_contact_values_0_contact_value_left','E-mail:'),(28117,1668,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(28118,1668,'left_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(28119,1668,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(28120,1668,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(28121,1668,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(28122,1668,'left_tab_4_contact_values_0_link_type','mailto:'),(28123,1668,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(28124,1668,'left_tab_4_contact_values','2'),(28125,1668,'_left_tab_4_contact_values','field_56b3f47e69426'),(28126,1668,'left_tab_4_spacer','1'),(28127,1668,'_left_tab_4_spacer','field_56b3f305fafdb'),(28128,1668,'left_tab_name',''),(28129,1668,'_left_tab_name','field_56b3976017dce'),(28130,1668,'right_tab_name','vsdvs'),(28131,1668,'_right_tab_name','field_56b3978117dcf'),(28132,1668,'right_tab_0_title',''),(28133,1668,'_right_tab_0_title','field_56b3fab145550'),(28134,1668,'right_tab_0_circle1','icon-mail'),(28135,1668,'_right_tab_0_circle1','field_56b3fab145551'),(28136,1668,'right_tab_0_circle2','icon-mail'),(28137,1668,'_right_tab_0_circle2','field_56b3fab145552'),(28138,1668,'right_tab_0_circle3','icon-mail'),(28139,1668,'_right_tab_0_circle3','field_56b3fab145553'),(28140,1668,'right_tab_0_circle1_label',''),(28141,1668,'_right_tab_0_circle1_label','field_56b3fab145554'),(28142,1668,'right_tab_0_circle2_label',''),(28143,1668,'_right_tab_0_circle2_label','field_56b3fab145555'),(28144,1668,'right_tab_0_circle3_label',''),(28145,1668,'_right_tab_0_circle3_label','field_56b3fab145556'),(28146,1668,'right_tab_0_paragraph1',''),(28147,1668,'_right_tab_0_paragraph1','field_56b3fab145557'),(28148,1668,'right_tab_0_paragraph2',''),(28149,1668,'_right_tab_0_paragraph2','field_56b3fab145558'),(28150,1668,'right_tab_0_paragraph3',''),(28151,1668,'_right_tab_0_paragraph3','field_56b3fab145559'),(28152,1668,'right_tab_0_spacer','1'),(28153,1668,'_right_tab_0_spacer','field_56b3fab14555a'),(28154,1668,'right_tab_1_items_list_repeater_0_title',''),(28155,1668,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(28156,1668,'right_tab_1_items_list_repeater_0_description',''),(28157,1668,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(28158,1668,'right_tab_1_items_list_repeater_1_title',''),(28159,1668,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(28160,1668,'right_tab_1_items_list_repeater_1_description',''),(28161,1668,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(28162,1668,'right_tab_1_items_list_repeater','2'),(28163,1668,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(28164,1668,'right_tab_1_spacer','1'),(28165,1668,'_right_tab_1_spacer','field_56b3fab145570'),(28166,1668,'right_tab_2_image',''),(28167,1668,'_right_tab_2_image','field_56b3fab145571'),(28168,1668,'right_tab_2_content',''),(28169,1668,'_right_tab_2_content','field_56b3fab145572'),(28170,1668,'right_tab_2_button_label',''),(28171,1668,'_right_tab_2_button_label','field_56b3fab145573'),(28172,1668,'right_tab_2_button_link',''),(28173,1668,'_right_tab_2_button_link','field_56b3fab145574'),(28174,1668,'right_tab_2_spacer','1'),(28175,1668,'_right_tab_2_spacer','field_56b3fab145575'),(28176,1668,'left_tab_4_contact_values_1_contact_value_left','Follow us'),(28177,1668,'_left_tab_4_contact_values_1_contact_value_left','field_56b3f47e69427'),(28178,1668,'left_tab_4_contact_values_1_contact_value_right','<script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"> lang: en_US</script> <script type=\"IN/FollowCompany\" data-id=\"18296620\" data-counter=\"top\"></script>'),(28179,1668,'_left_tab_4_contact_values_1_contact_value_right','field_56b3f47e69429'),(28180,1668,'left_tab_4_contact_values_1_link','<script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"> lang: en_US</script> <script type=\"IN/FollowCompany\" data-id=\"18296620\" data-counter=\"top\"></script>'),(28181,1668,'_left_tab_4_contact_values_1_link','field_56b3f47e6942c'),(28182,1668,'left_tab_4_contact_values_1_link_type',': URL'),(28183,1668,'_left_tab_4_contact_values_1_link_type','field_56b3f47e6942e'),(28184,1668,'add_third_tab','0'),(28185,1668,'_add_third_tab','field_57f54e889b77c'),(28186,1668,'third_tab',''),(28187,1668,'_third_tab','field_57f54ec39b77e'),(28188,1669,'contacts_repeater_0_contact_title','General enquiries'),(28189,1669,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(28190,1669,'contacts_repeater_1_contact_title','Finance / Sales'),(28191,1669,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(28192,1669,'contacts_repeater','3'),(28193,1669,'_contacts_repeater','field_56b247f6dbbd9'),(28194,1669,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(28195,1669,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(28196,1669,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(28197,1669,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(28198,1669,'contacts_repeater_0_contact_values','1'),(28199,1669,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(28200,1669,'contacts_repeater_0_contact_icon','icon-cloud'),(28201,1669,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(28202,1669,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(28203,1669,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(28204,1669,'contacts_repeater_1_contact_values_0_contact_value_right',''),(28205,1669,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(28206,1669,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(28207,1669,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(28208,1669,'contacts_repeater_1_contact_values_1_contact_value_right',''),(28209,1669,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(28210,1669,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(28211,1669,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(28212,1669,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(28213,1669,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(28214,1669,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(28215,1669,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(28216,1669,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(28217,1669,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(28218,1669,'contacts_repeater_1_contact_values','4'),(28219,1669,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(28220,1669,'contacts_repeater_1_contact_icon','icon-paper'),(28221,1669,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(28222,1669,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(28223,1669,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(28224,1669,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(28225,1669,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(28226,1669,'contacts_repeater_1_contact_values_1_link_type',''),(28227,1669,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(28228,1669,'contacts_repeater_1_contact_values_2_link_type','tel:'),(28229,1669,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(28230,1669,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(28231,1669,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(28232,1669,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(28233,1669,'_contacts_repeater_0_contact_values_0_link','field_56b25144a6147'),(28234,1669,'contacts_repeater_1_contact_values_0_link',''),(28235,1669,'_contacts_repeater_1_contact_values_0_link','field_56b25144a6147'),(28236,1669,'contacts_repeater_1_contact_values_1_link',''),(28237,1669,'_contacts_repeater_1_contact_values_1_link','field_56b25144a6147'),(28238,1669,'contacts_repeater_1_contact_values_2_link','+447899747275'),(28239,1669,'_contacts_repeater_1_contact_values_2_link','field_56b25144a6147'),(28240,1669,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(28241,1669,'_contacts_repeater_1_contact_values_3_link','field_56b25144a6147'),(28242,1669,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(28243,1669,'_contacts_repeater_2_contact_title','field_56b24831dbbda'),(28244,1669,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(28245,1669,'_contacts_repeater_2_contact_values_0_contact_value_left','field_56b24943da3f1'),(28246,1669,'contacts_repeater_2_contact_values_0_contact_value_right',''),(28247,1669,'_contacts_repeater_2_contact_values_0_contact_value_right','field_56b24974da3f2'),(28248,1669,'contacts_repeater_2_contact_values_0_link',''),(28249,1669,'_contacts_repeater_2_contact_values_0_link','field_56b25144a6147'),(28250,1669,'contacts_repeater_2_contact_values_0_link_type',''),(28251,1669,'_contacts_repeater_2_contact_values_0_link_type','field_56b2505d40207'),(28252,1669,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(28253,1669,'_contacts_repeater_2_contact_values_1_contact_value_left','field_56b24943da3f1'),(28254,1669,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(28255,1669,'_contacts_repeater_2_contact_values_1_contact_value_right','field_56b24974da3f2'),(28256,1669,'contacts_repeater_2_contact_values_1_link',''),(28257,1669,'_contacts_repeater_2_contact_values_1_link','field_56b25144a6147'),(28258,1669,'contacts_repeater_2_contact_values_1_link_type','tel:'),(28259,1669,'_contacts_repeater_2_contact_values_1_link_type','field_56b2505d40207'),(28260,1669,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(28261,1669,'_contacts_repeater_2_contact_values_2_contact_value_left','field_56b24943da3f1'),(28262,1669,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(28263,1669,'_contacts_repeater_2_contact_values_2_contact_value_right','field_56b24974da3f2'),(28264,1669,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(28265,1669,'_contacts_repeater_2_contact_values_2_link','field_56b25144a6147'),(28266,1669,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(28267,1669,'_contacts_repeater_2_contact_values_2_link_type','field_56b2505d40207'),(28268,1669,'contacts_repeater_2_contact_values','3'),(28269,1669,'_contacts_repeater_2_contact_values','field_56b24931da3f0'),(28270,1669,'contacts_repeater_2_contact_icon','icon-pie'),(28271,1669,'_contacts_repeater_2_contact_icon','field_56b249b7da3f3'),(28272,1669,'left_tab','a:5:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";}'),(28273,1669,'_left_tab','field_56b36c6deeda0'),(28274,1669,'add_second_tab','0'),(28275,1669,'_add_second_tab','field_56b36ca9eeda2'),(28276,1669,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(28277,1669,'_right_tab','field_56b3fab04554d'),(28278,1669,'left_tab_0_departmant_repeater_0_contact_icon','icon-cloud'),(28279,1669,'_left_tab_0_departmant_repeater_0_contact_icon','field_56b3f1f1dbf0b'),(28280,1669,'left_tab_0_departmant_repeater_0_departmant','General enquiries'),(28281,1669,'_left_tab_0_departmant_repeater_0_departmant','field_56b3f1f1dbf0c'),(28282,1669,'left_tab_0_departmant_repeater_0_contact_values','0'),(28283,1669,'_left_tab_0_departmant_repeater_0_contact_values','field_56b3f1f1dbf0d'),(28284,1669,'left_tab_0_departmant_repeater','1'),(28285,1669,'_left_tab_0_departmant_repeater','field_56b3f1fcdbf12'),(28286,1669,'left_tab_0_contact_icon','icon-pie'),(28287,1669,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(28288,1669,'left_tab_0_departmant','London'),(28289,1669,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(28290,1669,'left_tab_0_contact_values','3'),(28291,1669,'_left_tab_0_contact_values','field_56b3f47e69426'),(28292,1669,'left_tab_0_spacer','1'),(28293,1669,'_left_tab_0_spacer','field_56b3f305fafdb'),(28294,1669,'left_tab_0_contact_values_0_contact_value_left','Address:'),(28295,1669,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(28296,1669,'left_tab_0_contact_values_0_contact_value_right','90 Long Acre, Covent Garden, London WC2E 9RZ'),(28297,1669,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(28298,1669,'left_tab_0_contact_values_0_link',''),(28299,1669,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(28300,1669,'left_tab_0_contact_values_0_link_type',''),(28301,1669,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(28302,1669,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(28303,1669,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(28304,1669,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(28305,1669,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(28306,1669,'left_tab_0_contact_values_1_link','+4402032865453'),(28307,1669,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(28308,1669,'left_tab_0_contact_values_1_link_type','tel:'),(28309,1669,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(28310,1669,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(28311,1669,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(28312,1669,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(28313,1669,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(28314,1669,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(28315,1669,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(28316,1669,'left_tab_0_contact_values_2_link_type','mailto:'),(28317,1669,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(28318,1669,'left_tab_1_contact_icon','icon-paper'),(28319,1669,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(28320,1669,'left_tab_1_departmant','Switzerland'),(28321,1669,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(28322,1669,'left_tab_1_contact_values_0_contact_value_left','Address:'),(28323,1669,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(28324,1669,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(28325,1669,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(28326,1669,'left_tab_1_contact_values_0_link',''),(28327,1669,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(28328,1669,'left_tab_1_contact_values_0_link_type',''),(28329,1669,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(28330,1669,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(28331,1669,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(28332,1669,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(28333,1669,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(28334,1669,'left_tab_1_contact_values_1_link','+410445853297'),(28335,1669,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(28336,1669,'left_tab_1_contact_values_1_link_type','tel:'),(28337,1669,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(28338,1669,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(28339,1669,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(28340,1669,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(28341,1669,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(28342,1669,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(28343,1669,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(28344,1669,'left_tab_1_contact_values_2_link_type','mailto:'),(28345,1669,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(28346,1669,'left_tab_1_contact_values','3'),(28347,1669,'_left_tab_1_contact_values','field_56b3f47e69426'),(28348,1669,'left_tab_1_spacer','1'),(28349,1669,'_left_tab_1_spacer','field_56b3f305fafdb'),(28350,1669,'left_tab_2_contact_icon','icon-bullseye-small'),(28351,1669,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(28352,1669,'left_tab_2_departmant','Cyprus'),(28353,1669,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(28354,1669,'left_tab_2_contact_values_0_contact_value_left','Address:'),(28355,1669,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(28356,1669,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(28357,1669,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(28358,1669,'left_tab_2_contact_values_0_link',''),(28359,1669,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(28360,1669,'left_tab_2_contact_values_0_link_type',''),(28361,1669,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(28362,1669,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(28363,1669,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(28364,1669,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(28365,1669,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(28366,1669,'left_tab_2_contact_values_1_link','+4402032865453'),(28367,1669,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(28368,1669,'left_tab_2_contact_values_1_link_type','tel:'),(28369,1669,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(28370,1669,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(28371,1669,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(28372,1669,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(28373,1669,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(28374,1669,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(28375,1669,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(28376,1669,'left_tab_2_contact_values_2_link_type','mailto:'),(28377,1669,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(28378,1669,'left_tab_2_contact_values','3'),(28379,1669,'_left_tab_2_contact_values','field_56b3f47e69426'),(28380,1669,'left_tab_2_spacer','1'),(28381,1669,'_left_tab_2_spacer','field_56b3f305fafdb'),(28382,1669,'left_tab_3_contact_icon','icon-cloud'),(28383,1669,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(28384,1669,'left_tab_3_departmant','Serbia'),(28385,1669,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(28386,1669,'left_tab_3_contact_values_0_contact_value_left','Tel:'),(28387,1669,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(28388,1669,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(28389,1669,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(28390,1669,'left_tab_3_contact_values_0_link','+4402032865453'),(28391,1669,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(28392,1669,'left_tab_3_contact_values_0_link_type','tel:'),(28393,1669,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(28394,1669,'left_tab_3_contact_values_1_contact_value_left','E-mail:'),(28395,1669,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(28396,1669,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(28397,1669,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(28398,1669,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(28399,1669,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(28400,1669,'left_tab_3_contact_values_1_link_type','mailto:'),(28401,1669,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(28402,1669,'left_tab_3_contact_values','2'),(28403,1669,'_left_tab_3_contact_values','field_56b3f47e69426'),(28404,1669,'left_tab_3_spacer','1'),(28405,1669,'_left_tab_3_spacer','field_56b3f305fafdb'),(28406,1669,'left_tab_4_contact_icon','icon-mail'),(28407,1669,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(28408,1669,'left_tab_4_departmant','General enquiries'),(28409,1669,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(28410,1669,'left_tab_4_contact_values_0_contact_value_left','E-mail:'),(28411,1669,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(28412,1669,'left_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(28413,1669,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(28414,1669,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(28415,1669,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(28416,1669,'left_tab_4_contact_values_0_link_type','mailto:'),(28417,1669,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(28418,1669,'left_tab_4_contact_values','2'),(28419,1669,'_left_tab_4_contact_values','field_56b3f47e69426'),(28420,1669,'left_tab_4_spacer','1'),(28421,1669,'_left_tab_4_spacer','field_56b3f305fafdb'),(28422,1669,'left_tab_name',''),(28423,1669,'_left_tab_name','field_56b3976017dce'),(28424,1669,'right_tab_name','vsdvs'),(28425,1669,'_right_tab_name','field_56b3978117dcf'),(28426,1669,'right_tab_0_title',''),(28427,1669,'_right_tab_0_title','field_56b3fab145550'),(28428,1669,'right_tab_0_circle1','icon-mail'),(28429,1669,'_right_tab_0_circle1','field_56b3fab145551'),(28430,1669,'right_tab_0_circle2','icon-mail'),(28431,1669,'_right_tab_0_circle2','field_56b3fab145552'),(28432,1669,'right_tab_0_circle3','icon-mail'),(28433,1669,'_right_tab_0_circle3','field_56b3fab145553'),(28434,1669,'right_tab_0_circle1_label',''),(28435,1669,'_right_tab_0_circle1_label','field_56b3fab145554'),(28436,1669,'right_tab_0_circle2_label',''),(28437,1669,'_right_tab_0_circle2_label','field_56b3fab145555'),(28438,1669,'right_tab_0_circle3_label',''),(28439,1669,'_right_tab_0_circle3_label','field_56b3fab145556'),(28440,1669,'right_tab_0_paragraph1',''),(28441,1669,'_right_tab_0_paragraph1','field_56b3fab145557'),(28442,1669,'right_tab_0_paragraph2',''),(28443,1669,'_right_tab_0_paragraph2','field_56b3fab145558'),(28444,1669,'right_tab_0_paragraph3',''),(28445,1669,'_right_tab_0_paragraph3','field_56b3fab145559'),(28446,1669,'right_tab_0_spacer','1'),(28447,1669,'_right_tab_0_spacer','field_56b3fab14555a'),(28448,1669,'right_tab_1_items_list_repeater_0_title',''),(28449,1669,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(28450,1669,'right_tab_1_items_list_repeater_0_description',''),(28451,1669,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(28452,1669,'right_tab_1_items_list_repeater_1_title',''),(28453,1669,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(28454,1669,'right_tab_1_items_list_repeater_1_description',''),(28455,1669,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(28456,1669,'right_tab_1_items_list_repeater','2'),(28457,1669,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(28458,1669,'right_tab_1_spacer','1'),(28459,1669,'_right_tab_1_spacer','field_56b3fab145570'),(28460,1669,'right_tab_2_image',''),(28461,1669,'_right_tab_2_image','field_56b3fab145571'),(28462,1669,'right_tab_2_content',''),(28463,1669,'_right_tab_2_content','field_56b3fab145572'),(28464,1669,'right_tab_2_button_label',''),(28465,1669,'_right_tab_2_button_label','field_56b3fab145573'),(28466,1669,'right_tab_2_button_link',''),(28467,1669,'_right_tab_2_button_link','field_56b3fab145574'),(28468,1669,'right_tab_2_spacer','1'),(28469,1669,'_right_tab_2_spacer','field_56b3fab145575'),(28470,1669,'left_tab_4_contact_values_1_contact_value_left','Follow us'),(28471,1669,'_left_tab_4_contact_values_1_contact_value_left','field_56b3f47e69427'),(28472,1669,'left_tab_4_contact_values_1_contact_value_right',''),(28473,1669,'_left_tab_4_contact_values_1_contact_value_right','field_56b3f47e69429'),(28474,1669,'left_tab_4_contact_values_1_link','<script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"> lang: en_US</script> <script type=\"IN/FollowCompany\" data-id=\"18296620\" data-counter=\"top\"></script>'),(28475,1669,'_left_tab_4_contact_values_1_link','field_56b3f47e6942c'),(28476,1669,'left_tab_4_contact_values_1_link_type',': URL'),(28477,1669,'_left_tab_4_contact_values_1_link_type','field_56b3f47e6942e'),(28478,1669,'add_third_tab','0'),(28479,1669,'_add_third_tab','field_57f54e889b77c'),(28480,1669,'third_tab',''),(28481,1669,'_third_tab','field_57f54ec39b77e'),(28482,1670,'contacts_repeater_0_contact_title','General enquiries'),(28483,1670,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(28484,1670,'contacts_repeater_1_contact_title','Finance / Sales'),(28485,1670,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(28486,1670,'contacts_repeater','3'),(28487,1670,'_contacts_repeater','field_56b247f6dbbd9'),(28488,1670,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(28489,1670,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(28490,1670,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(28491,1670,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(28492,1670,'contacts_repeater_0_contact_values','1'),(28493,1670,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(28494,1670,'contacts_repeater_0_contact_icon','icon-cloud'),(28495,1670,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(28496,1670,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(28497,1670,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(28498,1670,'contacts_repeater_1_contact_values_0_contact_value_right',''),(28499,1670,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(28500,1670,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(28501,1670,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(28502,1670,'contacts_repeater_1_contact_values_1_contact_value_right',''),(28503,1670,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(28504,1670,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(28505,1670,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(28506,1670,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(28507,1670,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(28508,1670,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(28509,1670,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(28510,1670,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(28511,1670,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(28512,1670,'contacts_repeater_1_contact_values','4'),(28513,1670,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(28514,1670,'contacts_repeater_1_contact_icon','icon-paper'),(28515,1670,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(28516,1670,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(28517,1670,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(28518,1670,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(28519,1670,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(28520,1670,'contacts_repeater_1_contact_values_1_link_type',''),(28521,1670,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(28522,1670,'contacts_repeater_1_contact_values_2_link_type','tel:'),(28523,1670,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(28524,1670,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(28525,1670,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(28526,1670,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(28527,1670,'_contacts_repeater_0_contact_values_0_link','field_56b25144a6147'),(28528,1670,'contacts_repeater_1_contact_values_0_link',''),(28529,1670,'_contacts_repeater_1_contact_values_0_link','field_56b25144a6147'),(28530,1670,'contacts_repeater_1_contact_values_1_link',''),(28531,1670,'_contacts_repeater_1_contact_values_1_link','field_56b25144a6147'),(28532,1670,'contacts_repeater_1_contact_values_2_link','+447899747275'),(28533,1670,'_contacts_repeater_1_contact_values_2_link','field_56b25144a6147'),(28534,1670,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(28535,1670,'_contacts_repeater_1_contact_values_3_link','field_56b25144a6147'),(28536,1670,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(28537,1670,'_contacts_repeater_2_contact_title','field_56b24831dbbda'),(28538,1670,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(28539,1670,'_contacts_repeater_2_contact_values_0_contact_value_left','field_56b24943da3f1'),(28540,1670,'contacts_repeater_2_contact_values_0_contact_value_right',''),(28541,1670,'_contacts_repeater_2_contact_values_0_contact_value_right','field_56b24974da3f2'),(28542,1670,'contacts_repeater_2_contact_values_0_link',''),(28543,1670,'_contacts_repeater_2_contact_values_0_link','field_56b25144a6147'),(28544,1670,'contacts_repeater_2_contact_values_0_link_type',''),(28545,1670,'_contacts_repeater_2_contact_values_0_link_type','field_56b2505d40207'),(28546,1670,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(28547,1670,'_contacts_repeater_2_contact_values_1_contact_value_left','field_56b24943da3f1'),(28548,1670,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(28549,1670,'_contacts_repeater_2_contact_values_1_contact_value_right','field_56b24974da3f2'),(28550,1670,'contacts_repeater_2_contact_values_1_link',''),(28551,1670,'_contacts_repeater_2_contact_values_1_link','field_56b25144a6147'),(28552,1670,'contacts_repeater_2_contact_values_1_link_type','tel:'),(28553,1670,'_contacts_repeater_2_contact_values_1_link_type','field_56b2505d40207'),(28554,1670,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(28555,1670,'_contacts_repeater_2_contact_values_2_contact_value_left','field_56b24943da3f1'),(28556,1670,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(28557,1670,'_contacts_repeater_2_contact_values_2_contact_value_right','field_56b24974da3f2'),(28558,1670,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(28559,1670,'_contacts_repeater_2_contact_values_2_link','field_56b25144a6147'),(28560,1670,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(28561,1670,'_contacts_repeater_2_contact_values_2_link_type','field_56b2505d40207'),(28562,1670,'contacts_repeater_2_contact_values','3'),(28563,1670,'_contacts_repeater_2_contact_values','field_56b24931da3f0'),(28564,1670,'contacts_repeater_2_contact_icon','icon-pie'),(28565,1670,'_contacts_repeater_2_contact_icon','field_56b249b7da3f3'),(28566,1670,'left_tab','a:5:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";}'),(28567,1670,'_left_tab','field_56b36c6deeda0'),(28568,1670,'add_second_tab','0'),(28569,1670,'_add_second_tab','field_56b36ca9eeda2'),(28570,1670,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(28571,1670,'_right_tab','field_56b3fab04554d'),(28572,1670,'left_tab_0_departmant_repeater_0_contact_icon','icon-cloud'),(28573,1670,'_left_tab_0_departmant_repeater_0_contact_icon','field_56b3f1f1dbf0b'),(28574,1670,'left_tab_0_departmant_repeater_0_departmant','General enquiries'),(28575,1670,'_left_tab_0_departmant_repeater_0_departmant','field_56b3f1f1dbf0c'),(28576,1670,'left_tab_0_departmant_repeater_0_contact_values','0'),(28577,1670,'_left_tab_0_departmant_repeater_0_contact_values','field_56b3f1f1dbf0d'),(28578,1670,'left_tab_0_departmant_repeater','1'),(28579,1670,'_left_tab_0_departmant_repeater','field_56b3f1fcdbf12'),(28580,1670,'left_tab_0_contact_icon','icon-pie'),(28581,1670,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(28582,1670,'left_tab_0_departmant','London'),(28583,1670,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(28584,1670,'left_tab_0_contact_values','3'),(28585,1670,'_left_tab_0_contact_values','field_56b3f47e69426'),(28586,1670,'left_tab_0_spacer','1'),(28587,1670,'_left_tab_0_spacer','field_56b3f305fafdb'),(28588,1670,'left_tab_0_contact_values_0_contact_value_left','Address:'),(28589,1670,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(28590,1670,'left_tab_0_contact_values_0_contact_value_right','90 Long Acre, Covent Garden, London WC2E 9RZ'),(28591,1670,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(28592,1670,'left_tab_0_contact_values_0_link',''),(28593,1670,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(28594,1670,'left_tab_0_contact_values_0_link_type',''),(28595,1670,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(28596,1670,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(28597,1670,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(28598,1670,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(28599,1670,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(28600,1670,'left_tab_0_contact_values_1_link','+4402032865453'),(28601,1670,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(28602,1670,'left_tab_0_contact_values_1_link_type','tel:'),(28603,1670,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(28604,1670,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(28605,1670,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(28606,1670,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(28607,1670,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(28608,1670,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(28609,1670,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(28610,1670,'left_tab_0_contact_values_2_link_type','mailto:'),(28611,1670,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(28612,1670,'left_tab_1_contact_icon','icon-paper'),(28613,1670,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(28614,1670,'left_tab_1_departmant','Switzerland'),(28615,1670,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(28616,1670,'left_tab_1_contact_values_0_contact_value_left','Address:'),(28617,1670,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(28618,1670,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(28619,1670,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(28620,1670,'left_tab_1_contact_values_0_link',''),(28621,1670,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(28622,1670,'left_tab_1_contact_values_0_link_type',''),(28623,1670,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(28624,1670,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(28625,1670,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(28626,1670,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(28627,1670,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(28628,1670,'left_tab_1_contact_values_1_link','+410445853297'),(28629,1670,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(28630,1670,'left_tab_1_contact_values_1_link_type','tel:'),(28631,1670,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(28632,1670,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(28633,1670,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(28634,1670,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(28635,1670,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(28636,1670,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(28637,1670,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(28638,1670,'left_tab_1_contact_values_2_link_type','mailto:'),(28639,1670,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(28640,1670,'left_tab_1_contact_values','3'),(28641,1670,'_left_tab_1_contact_values','field_56b3f47e69426'),(28642,1670,'left_tab_1_spacer','1'),(28643,1670,'_left_tab_1_spacer','field_56b3f305fafdb'),(28644,1670,'left_tab_2_contact_icon','icon-bullseye-small'),(28645,1670,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(28646,1670,'left_tab_2_departmant','Cyprus'),(28647,1670,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(28648,1670,'left_tab_2_contact_values_0_contact_value_left','Address:'),(28649,1670,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(28650,1670,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(28651,1670,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(28652,1670,'left_tab_2_contact_values_0_link',''),(28653,1670,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(28654,1670,'left_tab_2_contact_values_0_link_type',''),(28655,1670,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(28656,1670,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(28657,1670,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(28658,1670,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(28659,1670,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(28660,1670,'left_tab_2_contact_values_1_link','+4402032865453'),(28661,1670,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(28662,1670,'left_tab_2_contact_values_1_link_type','tel:'),(28663,1670,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(28664,1670,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(28665,1670,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(28666,1670,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(28667,1670,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(28668,1670,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(28669,1670,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(28670,1670,'left_tab_2_contact_values_2_link_type','mailto:'),(28671,1670,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(28672,1670,'left_tab_2_contact_values','3'),(28673,1670,'_left_tab_2_contact_values','field_56b3f47e69426'),(28674,1670,'left_tab_2_spacer','1'),(28675,1670,'_left_tab_2_spacer','field_56b3f305fafdb'),(28676,1670,'left_tab_3_contact_icon','icon-cloud'),(28677,1670,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(28678,1670,'left_tab_3_departmant','Serbia'),(28679,1670,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(28680,1670,'left_tab_3_contact_values_0_contact_value_left','Tel:'),(28681,1670,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(28682,1670,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(28683,1670,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(28684,1670,'left_tab_3_contact_values_0_link','+4402032865453'),(28685,1670,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(28686,1670,'left_tab_3_contact_values_0_link_type','tel:'),(28687,1670,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(28688,1670,'left_tab_3_contact_values_1_contact_value_left','E-mail:'),(28689,1670,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(28690,1670,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(28691,1670,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(28692,1670,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(28693,1670,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(28694,1670,'left_tab_3_contact_values_1_link_type','mailto:'),(28695,1670,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(28696,1670,'left_tab_3_contact_values','2'),(28697,1670,'_left_tab_3_contact_values','field_56b3f47e69426'),(28698,1670,'left_tab_3_spacer','1'),(28699,1670,'_left_tab_3_spacer','field_56b3f305fafdb'),(28700,1670,'left_tab_4_contact_icon','icon-mail'),(28701,1670,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(28702,1670,'left_tab_4_departmant','General enquiries'),(28703,1670,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(28704,1670,'left_tab_4_contact_values_0_contact_value_left','E-mail:'),(28705,1670,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(28706,1670,'left_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(28707,1670,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(28708,1670,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(28709,1670,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(28710,1670,'left_tab_4_contact_values_0_link_type','mailto:'),(28711,1670,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(28712,1670,'left_tab_4_contact_values','2'),(28713,1670,'_left_tab_4_contact_values','field_56b3f47e69426'),(28714,1670,'left_tab_4_spacer','1'),(28715,1670,'_left_tab_4_spacer','field_56b3f305fafdb'),(28716,1670,'left_tab_name',''),(28717,1670,'_left_tab_name','field_56b3976017dce'),(28718,1670,'right_tab_name','vsdvs'),(28719,1670,'_right_tab_name','field_56b3978117dcf'),(28720,1670,'right_tab_0_title',''),(28721,1670,'_right_tab_0_title','field_56b3fab145550'),(28722,1670,'right_tab_0_circle1','icon-mail'),(28723,1670,'_right_tab_0_circle1','field_56b3fab145551'),(28724,1670,'right_tab_0_circle2','icon-mail'),(28725,1670,'_right_tab_0_circle2','field_56b3fab145552'),(28726,1670,'right_tab_0_circle3','icon-mail'),(28727,1670,'_right_tab_0_circle3','field_56b3fab145553'),(28728,1670,'right_tab_0_circle1_label',''),(28729,1670,'_right_tab_0_circle1_label','field_56b3fab145554'),(28730,1670,'right_tab_0_circle2_label',''),(28731,1670,'_right_tab_0_circle2_label','field_56b3fab145555'),(28732,1670,'right_tab_0_circle3_label',''),(28733,1670,'_right_tab_0_circle3_label','field_56b3fab145556'),(28734,1670,'right_tab_0_paragraph1',''),(28735,1670,'_right_tab_0_paragraph1','field_56b3fab145557'),(28736,1670,'right_tab_0_paragraph2',''),(28737,1670,'_right_tab_0_paragraph2','field_56b3fab145558'),(28738,1670,'right_tab_0_paragraph3',''),(28739,1670,'_right_tab_0_paragraph3','field_56b3fab145559'),(28740,1670,'right_tab_0_spacer','1'),(28741,1670,'_right_tab_0_spacer','field_56b3fab14555a'),(28742,1670,'right_tab_1_items_list_repeater_0_title',''),(28743,1670,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(28744,1670,'right_tab_1_items_list_repeater_0_description',''),(28745,1670,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(28746,1670,'right_tab_1_items_list_repeater_1_title',''),(28747,1670,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(28748,1670,'right_tab_1_items_list_repeater_1_description',''),(28749,1670,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(28750,1670,'right_tab_1_items_list_repeater','2'),(28751,1670,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(28752,1670,'right_tab_1_spacer','1'),(28753,1670,'_right_tab_1_spacer','field_56b3fab145570'),(28754,1670,'right_tab_2_image',''),(28755,1670,'_right_tab_2_image','field_56b3fab145571'),(28756,1670,'right_tab_2_content',''),(28757,1670,'_right_tab_2_content','field_56b3fab145572'),(28758,1670,'right_tab_2_button_label',''),(28759,1670,'_right_tab_2_button_label','field_56b3fab145573'),(28760,1670,'right_tab_2_button_link',''),(28761,1670,'_right_tab_2_button_link','field_56b3fab145574'),(28762,1670,'right_tab_2_spacer','1'),(28763,1670,'_right_tab_2_spacer','field_56b3fab145575'),(28764,1670,'left_tab_4_contact_values_1_contact_value_left','Follow us'),(28765,1670,'_left_tab_4_contact_values_1_contact_value_left','field_56b3f47e69427'),(28766,1670,'left_tab_4_contact_values_1_contact_value_right','<script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"> lang: en_US</script> <script type=\"IN/FollowCompany\" data-id=\"18296620\" data-counter=\"top\"></script>'),(28767,1670,'_left_tab_4_contact_values_1_contact_value_right','field_56b3f47e69429'),(28768,1670,'left_tab_4_contact_values_1_link','<script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"> lang: en_US</script> <script type=\"IN/FollowCompany\" data-id=\"18296620\" data-counter=\"top\"></script>'),(28769,1670,'_left_tab_4_contact_values_1_link','field_56b3f47e6942c'),(28770,1670,'left_tab_4_contact_values_1_link_type',': URL'),(28771,1670,'_left_tab_4_contact_values_1_link_type','field_56b3f47e6942e'),(28772,1670,'add_third_tab','0'),(28773,1670,'_add_third_tab','field_57f54e889b77c'),(28774,1670,'third_tab',''),(28775,1670,'_third_tab','field_57f54ec39b77e'),(28776,1671,'contacts_repeater_0_contact_title','General enquiries'),(28777,1671,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(28778,1671,'contacts_repeater_1_contact_title','Finance / Sales'),(28779,1671,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(28780,1671,'contacts_repeater','3'),(28781,1671,'_contacts_repeater','field_56b247f6dbbd9'),(28782,1671,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(28783,1671,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(28784,1671,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(28785,1671,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(28786,1671,'contacts_repeater_0_contact_values','1'),(28787,1671,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(28788,1671,'contacts_repeater_0_contact_icon','icon-cloud'),(28789,1671,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(28790,1671,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(28791,1671,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(28792,1671,'contacts_repeater_1_contact_values_0_contact_value_right',''),(28793,1671,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(28794,1671,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(28795,1671,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(28796,1671,'contacts_repeater_1_contact_values_1_contact_value_right',''),(28797,1671,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(28798,1671,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(28799,1671,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(28800,1671,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(28801,1671,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(28802,1671,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(28803,1671,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(28804,1671,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(28805,1671,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(28806,1671,'contacts_repeater_1_contact_values','4'),(28807,1671,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(28808,1671,'contacts_repeater_1_contact_icon','icon-paper'),(28809,1671,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(28810,1671,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(28811,1671,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(28812,1671,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(28813,1671,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(28814,1671,'contacts_repeater_1_contact_values_1_link_type',''),(28815,1671,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(28816,1671,'contacts_repeater_1_contact_values_2_link_type','tel:'),(28817,1671,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(28818,1671,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(28819,1671,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(28820,1671,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(28821,1671,'_contacts_repeater_0_contact_values_0_link','field_56b25144a6147'),(28822,1671,'contacts_repeater_1_contact_values_0_link',''),(28823,1671,'_contacts_repeater_1_contact_values_0_link','field_56b25144a6147'),(28824,1671,'contacts_repeater_1_contact_values_1_link',''),(28825,1671,'_contacts_repeater_1_contact_values_1_link','field_56b25144a6147'),(28826,1671,'contacts_repeater_1_contact_values_2_link','+447899747275'),(28827,1671,'_contacts_repeater_1_contact_values_2_link','field_56b25144a6147'),(28828,1671,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(28829,1671,'_contacts_repeater_1_contact_values_3_link','field_56b25144a6147'),(28830,1671,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(28831,1671,'_contacts_repeater_2_contact_title','field_56b24831dbbda'),(28832,1671,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(28833,1671,'_contacts_repeater_2_contact_values_0_contact_value_left','field_56b24943da3f1'),(28834,1671,'contacts_repeater_2_contact_values_0_contact_value_right',''),(28835,1671,'_contacts_repeater_2_contact_values_0_contact_value_right','field_56b24974da3f2'),(28836,1671,'contacts_repeater_2_contact_values_0_link',''),(28837,1671,'_contacts_repeater_2_contact_values_0_link','field_56b25144a6147'),(28838,1671,'contacts_repeater_2_contact_values_0_link_type',''),(28839,1671,'_contacts_repeater_2_contact_values_0_link_type','field_56b2505d40207'),(28840,1671,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(28841,1671,'_contacts_repeater_2_contact_values_1_contact_value_left','field_56b24943da3f1'),(28842,1671,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(28843,1671,'_contacts_repeater_2_contact_values_1_contact_value_right','field_56b24974da3f2'),(28844,1671,'contacts_repeater_2_contact_values_1_link',''),(28845,1671,'_contacts_repeater_2_contact_values_1_link','field_56b25144a6147'),(28846,1671,'contacts_repeater_2_contact_values_1_link_type','tel:'),(28847,1671,'_contacts_repeater_2_contact_values_1_link_type','field_56b2505d40207'),(28848,1671,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(28849,1671,'_contacts_repeater_2_contact_values_2_contact_value_left','field_56b24943da3f1'),(28850,1671,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(28851,1671,'_contacts_repeater_2_contact_values_2_contact_value_right','field_56b24974da3f2'),(28852,1671,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(28853,1671,'_contacts_repeater_2_contact_values_2_link','field_56b25144a6147'),(28854,1671,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(28855,1671,'_contacts_repeater_2_contact_values_2_link_type','field_56b2505d40207'),(28856,1671,'contacts_repeater_2_contact_values','3'),(28857,1671,'_contacts_repeater_2_contact_values','field_56b24931da3f0'),(28858,1671,'contacts_repeater_2_contact_icon','icon-pie'),(28859,1671,'_contacts_repeater_2_contact_icon','field_56b249b7da3f3'),(28860,1671,'left_tab','a:5:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";}'),(28861,1671,'_left_tab','field_56b36c6deeda0'),(28862,1671,'add_second_tab','0'),(28863,1671,'_add_second_tab','field_56b36ca9eeda2'),(28864,1671,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(28865,1671,'_right_tab','field_56b3fab04554d'),(28866,1671,'left_tab_0_departmant_repeater_0_contact_icon','icon-cloud'),(28867,1671,'_left_tab_0_departmant_repeater_0_contact_icon','field_56b3f1f1dbf0b'),(28868,1671,'left_tab_0_departmant_repeater_0_departmant','General enquiries'),(28869,1671,'_left_tab_0_departmant_repeater_0_departmant','field_56b3f1f1dbf0c'),(28870,1671,'left_tab_0_departmant_repeater_0_contact_values','0'),(28871,1671,'_left_tab_0_departmant_repeater_0_contact_values','field_56b3f1f1dbf0d'),(28872,1671,'left_tab_0_departmant_repeater','1'),(28873,1671,'_left_tab_0_departmant_repeater','field_56b3f1fcdbf12'),(28874,1671,'left_tab_0_contact_icon','icon-pie'),(28875,1671,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(28876,1671,'left_tab_0_departmant','London'),(28877,1671,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(28878,1671,'left_tab_0_contact_values','3'),(28879,1671,'_left_tab_0_contact_values','field_56b3f47e69426'),(28880,1671,'left_tab_0_spacer','1'),(28881,1671,'_left_tab_0_spacer','field_56b3f305fafdb'),(28882,1671,'left_tab_0_contact_values_0_contact_value_left','Address:'),(28883,1671,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(28884,1671,'left_tab_0_contact_values_0_contact_value_right','90 Long Acre, Covent Garden, London WC2E 9RZ'),(28885,1671,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(28886,1671,'left_tab_0_contact_values_0_link',''),(28887,1671,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(28888,1671,'left_tab_0_contact_values_0_link_type',''),(28889,1671,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(28890,1671,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(28891,1671,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(28892,1671,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(28893,1671,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(28894,1671,'left_tab_0_contact_values_1_link','+4402032865453'),(28895,1671,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(28896,1671,'left_tab_0_contact_values_1_link_type','tel:'),(28897,1671,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(28898,1671,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(28899,1671,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(28900,1671,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(28901,1671,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(28902,1671,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(28903,1671,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(28904,1671,'left_tab_0_contact_values_2_link_type','mailto:'),(28905,1671,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(28906,1671,'left_tab_1_contact_icon','icon-paper'),(28907,1671,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(28908,1671,'left_tab_1_departmant','Switzerland'),(28909,1671,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(28910,1671,'left_tab_1_contact_values_0_contact_value_left','Address:'),(28911,1671,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(28912,1671,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(28913,1671,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(28914,1671,'left_tab_1_contact_values_0_link',''),(28915,1671,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(28916,1671,'left_tab_1_contact_values_0_link_type',''),(28917,1671,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(28918,1671,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(28919,1671,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(28920,1671,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(28921,1671,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(28922,1671,'left_tab_1_contact_values_1_link','+410445853297'),(28923,1671,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(28924,1671,'left_tab_1_contact_values_1_link_type','tel:'),(28925,1671,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(28926,1671,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(28927,1671,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(28928,1671,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(28929,1671,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(28930,1671,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(28931,1671,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(28932,1671,'left_tab_1_contact_values_2_link_type','mailto:'),(28933,1671,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(28934,1671,'left_tab_1_contact_values','3'),(28935,1671,'_left_tab_1_contact_values','field_56b3f47e69426'),(28936,1671,'left_tab_1_spacer','1'),(28937,1671,'_left_tab_1_spacer','field_56b3f305fafdb'),(28938,1671,'left_tab_2_contact_icon','icon-bullseye-small'),(28939,1671,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(28940,1671,'left_tab_2_departmant','Cyprus'),(28941,1671,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(28942,1671,'left_tab_2_contact_values_0_contact_value_left','Address:'),(28943,1671,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(28944,1671,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(28945,1671,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(28946,1671,'left_tab_2_contact_values_0_link',''),(28947,1671,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(28948,1671,'left_tab_2_contact_values_0_link_type',''),(28949,1671,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(28950,1671,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(28951,1671,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(28952,1671,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(28953,1671,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(28954,1671,'left_tab_2_contact_values_1_link','+4402032865453'),(28955,1671,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(28956,1671,'left_tab_2_contact_values_1_link_type','tel:'),(28957,1671,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(28958,1671,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(28959,1671,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(28960,1671,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(28961,1671,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(28962,1671,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(28963,1671,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(28964,1671,'left_tab_2_contact_values_2_link_type','mailto:'),(28965,1671,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(28966,1671,'left_tab_2_contact_values','3'),(28967,1671,'_left_tab_2_contact_values','field_56b3f47e69426'),(28968,1671,'left_tab_2_spacer','1'),(28969,1671,'_left_tab_2_spacer','field_56b3f305fafdb'),(28970,1671,'left_tab_3_contact_icon','icon-cloud'),(28971,1671,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(28972,1671,'left_tab_3_departmant','Serbia'),(28973,1671,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(28974,1671,'left_tab_3_contact_values_0_contact_value_left','Tel:'),(28975,1671,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(28976,1671,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(28977,1671,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(28978,1671,'left_tab_3_contact_values_0_link','+4402032865453'),(28979,1671,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(28980,1671,'left_tab_3_contact_values_0_link_type','tel:'),(28981,1671,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(28982,1671,'left_tab_3_contact_values_1_contact_value_left','E-mail:'),(28983,1671,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(28984,1671,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(28985,1671,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(28986,1671,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(28987,1671,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(28988,1671,'left_tab_3_contact_values_1_link_type','mailto:'),(28989,1671,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(28990,1671,'left_tab_3_contact_values','2'),(28991,1671,'_left_tab_3_contact_values','field_56b3f47e69426'),(28992,1671,'left_tab_3_spacer','1'),(28993,1671,'_left_tab_3_spacer','field_56b3f305fafdb'),(28994,1671,'left_tab_4_contact_icon','icon-mail'),(28995,1671,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(28996,1671,'left_tab_4_departmant','General enquiries'),(28997,1671,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(28998,1671,'left_tab_4_contact_values_0_contact_value_left','E-mail:'),(28999,1671,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(29000,1671,'left_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(29001,1671,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(29002,1671,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(29003,1671,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(29004,1671,'left_tab_4_contact_values_0_link_type','mailto:'),(29005,1671,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(29006,1671,'left_tab_4_contact_values','2'),(29007,1671,'_left_tab_4_contact_values','field_56b3f47e69426'),(29008,1671,'left_tab_4_spacer','1'),(29009,1671,'_left_tab_4_spacer','field_56b3f305fafdb'),(29010,1671,'left_tab_name',''),(29011,1671,'_left_tab_name','field_56b3976017dce'),(29012,1671,'right_tab_name','vsdvs'),(29013,1671,'_right_tab_name','field_56b3978117dcf'),(29014,1671,'right_tab_0_title',''),(29015,1671,'_right_tab_0_title','field_56b3fab145550'),(29016,1671,'right_tab_0_circle1','icon-mail'),(29017,1671,'_right_tab_0_circle1','field_56b3fab145551'),(29018,1671,'right_tab_0_circle2','icon-mail'),(29019,1671,'_right_tab_0_circle2','field_56b3fab145552'),(29020,1671,'right_tab_0_circle3','icon-mail'),(29021,1671,'_right_tab_0_circle3','field_56b3fab145553'),(29022,1671,'right_tab_0_circle1_label',''),(29023,1671,'_right_tab_0_circle1_label','field_56b3fab145554'),(29024,1671,'right_tab_0_circle2_label',''),(29025,1671,'_right_tab_0_circle2_label','field_56b3fab145555'),(29026,1671,'right_tab_0_circle3_label',''),(29027,1671,'_right_tab_0_circle3_label','field_56b3fab145556'),(29028,1671,'right_tab_0_paragraph1',''),(29029,1671,'_right_tab_0_paragraph1','field_56b3fab145557'),(29030,1671,'right_tab_0_paragraph2',''),(29031,1671,'_right_tab_0_paragraph2','field_56b3fab145558'),(29032,1671,'right_tab_0_paragraph3',''),(29033,1671,'_right_tab_0_paragraph3','field_56b3fab145559'),(29034,1671,'right_tab_0_spacer','1'),(29035,1671,'_right_tab_0_spacer','field_56b3fab14555a'),(29036,1671,'right_tab_1_items_list_repeater_0_title',''),(29037,1671,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(29038,1671,'right_tab_1_items_list_repeater_0_description',''),(29039,1671,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(29040,1671,'right_tab_1_items_list_repeater_1_title',''),(29041,1671,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(29042,1671,'right_tab_1_items_list_repeater_1_description',''),(29043,1671,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(29044,1671,'right_tab_1_items_list_repeater','2'),(29045,1671,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(29046,1671,'right_tab_1_spacer','1'),(29047,1671,'_right_tab_1_spacer','field_56b3fab145570'),(29048,1671,'right_tab_2_image',''),(29049,1671,'_right_tab_2_image','field_56b3fab145571'),(29050,1671,'right_tab_2_content',''),(29051,1671,'_right_tab_2_content','field_56b3fab145572'),(29052,1671,'right_tab_2_button_label',''),(29053,1671,'_right_tab_2_button_label','field_56b3fab145573'),(29054,1671,'right_tab_2_button_link',''),(29055,1671,'_right_tab_2_button_link','field_56b3fab145574'),(29056,1671,'right_tab_2_spacer','1'),(29057,1671,'_right_tab_2_spacer','field_56b3fab145575'),(29058,1671,'left_tab_4_contact_values_1_contact_value_left','Follow us'),(29059,1671,'_left_tab_4_contact_values_1_contact_value_left','field_56b3f47e69427'),(29060,1671,'left_tab_4_contact_values_1_contact_value_right',''),(29061,1671,'_left_tab_4_contact_values_1_contact_value_right','field_56b3f47e69429'),(29062,1671,'left_tab_4_contact_values_1_link',''),(29063,1671,'_left_tab_4_contact_values_1_link','field_56b3f47e6942c'),(29064,1671,'left_tab_4_contact_values_1_link_type',': URL'),(29065,1671,'_left_tab_4_contact_values_1_link_type','field_56b3f47e6942e'),(29066,1671,'add_third_tab','0'),(29067,1671,'_add_third_tab','field_57f54e889b77c'),(29068,1671,'third_tab',''),(29069,1671,'_third_tab','field_57f54ec39b77e'),(29070,1672,'contacts_repeater_0_contact_title','General enquiries'),(29071,1672,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(29072,1672,'contacts_repeater_1_contact_title','Finance / Sales'),(29073,1672,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(29074,1672,'contacts_repeater','3'),(29075,1672,'_contacts_repeater','field_56b247f6dbbd9'),(29076,1672,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(29077,1672,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(29078,1672,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(29079,1672,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(29080,1672,'contacts_repeater_0_contact_values','1'),(29081,1672,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(29082,1672,'contacts_repeater_0_contact_icon','icon-cloud'),(29083,1672,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(29084,1672,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(29085,1672,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(29086,1672,'contacts_repeater_1_contact_values_0_contact_value_right',''),(29087,1672,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(29088,1672,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(29089,1672,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(29090,1672,'contacts_repeater_1_contact_values_1_contact_value_right',''),(29091,1672,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(29092,1672,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(29093,1672,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(29094,1672,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(29095,1672,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(29096,1672,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(29097,1672,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(29098,1672,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(29099,1672,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(29100,1672,'contacts_repeater_1_contact_values','4'),(29101,1672,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(29102,1672,'contacts_repeater_1_contact_icon','icon-paper'),(29103,1672,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(29104,1672,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(29105,1672,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(29106,1672,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(29107,1672,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(29108,1672,'contacts_repeater_1_contact_values_1_link_type',''),(29109,1672,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(29110,1672,'contacts_repeater_1_contact_values_2_link_type','tel:'),(29111,1672,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(29112,1672,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(29113,1672,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(29114,1672,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(29115,1672,'_contacts_repeater_0_contact_values_0_link','field_56b25144a6147'),(29116,1672,'contacts_repeater_1_contact_values_0_link',''),(29117,1672,'_contacts_repeater_1_contact_values_0_link','field_56b25144a6147'),(29118,1672,'contacts_repeater_1_contact_values_1_link',''),(29119,1672,'_contacts_repeater_1_contact_values_1_link','field_56b25144a6147'),(29120,1672,'contacts_repeater_1_contact_values_2_link','+447899747275'),(29121,1672,'_contacts_repeater_1_contact_values_2_link','field_56b25144a6147'),(29122,1672,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(29123,1672,'_contacts_repeater_1_contact_values_3_link','field_56b25144a6147'),(29124,1672,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(29125,1672,'_contacts_repeater_2_contact_title','field_56b24831dbbda'),(29126,1672,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(29127,1672,'_contacts_repeater_2_contact_values_0_contact_value_left','field_56b24943da3f1'),(29128,1672,'contacts_repeater_2_contact_values_0_contact_value_right',''),(29129,1672,'_contacts_repeater_2_contact_values_0_contact_value_right','field_56b24974da3f2'),(29130,1672,'contacts_repeater_2_contact_values_0_link',''),(29131,1672,'_contacts_repeater_2_contact_values_0_link','field_56b25144a6147'),(29132,1672,'contacts_repeater_2_contact_values_0_link_type',''),(29133,1672,'_contacts_repeater_2_contact_values_0_link_type','field_56b2505d40207'),(29134,1672,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(29135,1672,'_contacts_repeater_2_contact_values_1_contact_value_left','field_56b24943da3f1'),(29136,1672,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(29137,1672,'_contacts_repeater_2_contact_values_1_contact_value_right','field_56b24974da3f2'),(29138,1672,'contacts_repeater_2_contact_values_1_link',''),(29139,1672,'_contacts_repeater_2_contact_values_1_link','field_56b25144a6147'),(29140,1672,'contacts_repeater_2_contact_values_1_link_type','tel:'),(29141,1672,'_contacts_repeater_2_contact_values_1_link_type','field_56b2505d40207'),(29142,1672,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(29143,1672,'_contacts_repeater_2_contact_values_2_contact_value_left','field_56b24943da3f1'),(29144,1672,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(29145,1672,'_contacts_repeater_2_contact_values_2_contact_value_right','field_56b24974da3f2'),(29146,1672,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(29147,1672,'_contacts_repeater_2_contact_values_2_link','field_56b25144a6147'),(29148,1672,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(29149,1672,'_contacts_repeater_2_contact_values_2_link_type','field_56b2505d40207'),(29150,1672,'contacts_repeater_2_contact_values','3'),(29151,1672,'_contacts_repeater_2_contact_values','field_56b24931da3f0'),(29152,1672,'contacts_repeater_2_contact_icon','icon-pie'),(29153,1672,'_contacts_repeater_2_contact_icon','field_56b249b7da3f3'),(29154,1672,'left_tab','a:5:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";}'),(29155,1672,'_left_tab','field_56b36c6deeda0'),(29156,1672,'add_second_tab','0'),(29157,1672,'_add_second_tab','field_56b36ca9eeda2'),(29158,1672,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(29159,1672,'_right_tab','field_56b3fab04554d'),(29160,1672,'left_tab_0_departmant_repeater_0_contact_icon','icon-cloud'),(29161,1672,'_left_tab_0_departmant_repeater_0_contact_icon','field_56b3f1f1dbf0b'),(29162,1672,'left_tab_0_departmant_repeater_0_departmant','General enquiries'),(29163,1672,'_left_tab_0_departmant_repeater_0_departmant','field_56b3f1f1dbf0c'),(29164,1672,'left_tab_0_departmant_repeater_0_contact_values','0'),(29165,1672,'_left_tab_0_departmant_repeater_0_contact_values','field_56b3f1f1dbf0d'),(29166,1672,'left_tab_0_departmant_repeater','1'),(29167,1672,'_left_tab_0_departmant_repeater','field_56b3f1fcdbf12'),(29168,1672,'left_tab_0_contact_icon','icon-pie'),(29169,1672,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(29170,1672,'left_tab_0_departmant','London'),(29171,1672,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(29172,1672,'left_tab_0_contact_values','3'),(29173,1672,'_left_tab_0_contact_values','field_56b3f47e69426'),(29174,1672,'left_tab_0_spacer','1'),(29175,1672,'_left_tab_0_spacer','field_56b3f305fafdb'),(29176,1672,'left_tab_0_contact_values_0_contact_value_left','Address:'),(29177,1672,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(29178,1672,'left_tab_0_contact_values_0_contact_value_right','90 Long Acre, Covent Garden, London WC2E 9RZ'),(29179,1672,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(29180,1672,'left_tab_0_contact_values_0_link',''),(29181,1672,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(29182,1672,'left_tab_0_contact_values_0_link_type',''),(29183,1672,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(29184,1672,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(29185,1672,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(29186,1672,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(29187,1672,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(29188,1672,'left_tab_0_contact_values_1_link','+4402032865453'),(29189,1672,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(29190,1672,'left_tab_0_contact_values_1_link_type','tel:'),(29191,1672,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(29192,1672,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(29193,1672,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(29194,1672,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(29195,1672,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(29196,1672,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(29197,1672,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(29198,1672,'left_tab_0_contact_values_2_link_type','mailto:'),(29199,1672,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(29200,1672,'left_tab_1_contact_icon','icon-paper'),(29201,1672,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(29202,1672,'left_tab_1_departmant','Switzerland'),(29203,1672,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(29204,1672,'left_tab_1_contact_values_0_contact_value_left','Address:'),(29205,1672,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(29206,1672,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(29207,1672,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(29208,1672,'left_tab_1_contact_values_0_link',''),(29209,1672,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(29210,1672,'left_tab_1_contact_values_0_link_type',''),(29211,1672,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(29212,1672,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(29213,1672,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(29214,1672,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(29215,1672,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(29216,1672,'left_tab_1_contact_values_1_link','+410445853297'),(29217,1672,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(29218,1672,'left_tab_1_contact_values_1_link_type','tel:'),(29219,1672,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(29220,1672,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(29221,1672,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(29222,1672,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(29223,1672,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(29224,1672,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(29225,1672,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(29226,1672,'left_tab_1_contact_values_2_link_type','mailto:'),(29227,1672,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(29228,1672,'left_tab_1_contact_values','3'),(29229,1672,'_left_tab_1_contact_values','field_56b3f47e69426'),(29230,1672,'left_tab_1_spacer','1'),(29231,1672,'_left_tab_1_spacer','field_56b3f305fafdb'),(29232,1672,'left_tab_2_contact_icon','icon-bullseye-small'),(29233,1672,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(29234,1672,'left_tab_2_departmant','Cyprus'),(29235,1672,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(29236,1672,'left_tab_2_contact_values_0_contact_value_left','Address:'),(29237,1672,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(29238,1672,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(29239,1672,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(29240,1672,'left_tab_2_contact_values_0_link',''),(29241,1672,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(29242,1672,'left_tab_2_contact_values_0_link_type',''),(29243,1672,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(29244,1672,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(29245,1672,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(29246,1672,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(29247,1672,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(29248,1672,'left_tab_2_contact_values_1_link','+4402032865453'),(29249,1672,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(29250,1672,'left_tab_2_contact_values_1_link_type','tel:'),(29251,1672,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(29252,1672,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(29253,1672,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(29254,1672,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(29255,1672,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(29256,1672,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(29257,1672,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(29258,1672,'left_tab_2_contact_values_2_link_type','mailto:'),(29259,1672,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(29260,1672,'left_tab_2_contact_values','3'),(29261,1672,'_left_tab_2_contact_values','field_56b3f47e69426'),(29262,1672,'left_tab_2_spacer','1'),(29263,1672,'_left_tab_2_spacer','field_56b3f305fafdb'),(29264,1672,'left_tab_3_contact_icon','icon-cloud'),(29265,1672,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(29266,1672,'left_tab_3_departmant','Serbia'),(29267,1672,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(29268,1672,'left_tab_3_contact_values_0_contact_value_left','Tel:'),(29269,1672,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(29270,1672,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(29271,1672,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(29272,1672,'left_tab_3_contact_values_0_link','+4402032865453'),(29273,1672,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(29274,1672,'left_tab_3_contact_values_0_link_type','tel:'),(29275,1672,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(29276,1672,'left_tab_3_contact_values_1_contact_value_left','E-mail:'),(29277,1672,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(29278,1672,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(29279,1672,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(29280,1672,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(29281,1672,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(29282,1672,'left_tab_3_contact_values_1_link_type','mailto:'),(29283,1672,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(29284,1672,'left_tab_3_contact_values','2'),(29285,1672,'_left_tab_3_contact_values','field_56b3f47e69426'),(29286,1672,'left_tab_3_spacer','1'),(29287,1672,'_left_tab_3_spacer','field_56b3f305fafdb'),(29288,1672,'left_tab_4_contact_icon','icon-mail'),(29289,1672,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(29290,1672,'left_tab_4_departmant','General enquiries'),(29291,1672,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(29292,1672,'left_tab_4_contact_values_0_contact_value_left','E-mail:'),(29293,1672,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(29294,1672,'left_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(29295,1672,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(29296,1672,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(29297,1672,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(29298,1672,'left_tab_4_contact_values_0_link_type','mailto:'),(29299,1672,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(29300,1672,'left_tab_4_contact_values','2'),(29301,1672,'_left_tab_4_contact_values','field_56b3f47e69426'),(29302,1672,'left_tab_4_spacer','1'),(29303,1672,'_left_tab_4_spacer','field_56b3f305fafdb'),(29304,1672,'left_tab_name',''),(29305,1672,'_left_tab_name','field_56b3976017dce'),(29306,1672,'right_tab_name','vsdvs'),(29307,1672,'_right_tab_name','field_56b3978117dcf'),(29308,1672,'right_tab_0_title',''),(29309,1672,'_right_tab_0_title','field_56b3fab145550'),(29310,1672,'right_tab_0_circle1','icon-mail'),(29311,1672,'_right_tab_0_circle1','field_56b3fab145551'),(29312,1672,'right_tab_0_circle2','icon-mail'),(29313,1672,'_right_tab_0_circle2','field_56b3fab145552'),(29314,1672,'right_tab_0_circle3','icon-mail'),(29315,1672,'_right_tab_0_circle3','field_56b3fab145553'),(29316,1672,'right_tab_0_circle1_label',''),(29317,1672,'_right_tab_0_circle1_label','field_56b3fab145554'),(29318,1672,'right_tab_0_circle2_label',''),(29319,1672,'_right_tab_0_circle2_label','field_56b3fab145555'),(29320,1672,'right_tab_0_circle3_label',''),(29321,1672,'_right_tab_0_circle3_label','field_56b3fab145556'),(29322,1672,'right_tab_0_paragraph1',''),(29323,1672,'_right_tab_0_paragraph1','field_56b3fab145557'),(29324,1672,'right_tab_0_paragraph2',''),(29325,1672,'_right_tab_0_paragraph2','field_56b3fab145558'),(29326,1672,'right_tab_0_paragraph3',''),(29327,1672,'_right_tab_0_paragraph3','field_56b3fab145559'),(29328,1672,'right_tab_0_spacer','1'),(29329,1672,'_right_tab_0_spacer','field_56b3fab14555a'),(29330,1672,'right_tab_1_items_list_repeater_0_title',''),(29331,1672,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(29332,1672,'right_tab_1_items_list_repeater_0_description',''),(29333,1672,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(29334,1672,'right_tab_1_items_list_repeater_1_title',''),(29335,1672,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(29336,1672,'right_tab_1_items_list_repeater_1_description',''),(29337,1672,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(29338,1672,'right_tab_1_items_list_repeater','2'),(29339,1672,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(29340,1672,'right_tab_1_spacer','1'),(29341,1672,'_right_tab_1_spacer','field_56b3fab145570'),(29342,1672,'right_tab_2_image',''),(29343,1672,'_right_tab_2_image','field_56b3fab145571'),(29344,1672,'right_tab_2_content',''),(29345,1672,'_right_tab_2_content','field_56b3fab145572'),(29346,1672,'right_tab_2_button_label',''),(29347,1672,'_right_tab_2_button_label','field_56b3fab145573'),(29348,1672,'right_tab_2_button_link',''),(29349,1672,'_right_tab_2_button_link','field_56b3fab145574'),(29350,1672,'right_tab_2_spacer','1'),(29351,1672,'_right_tab_2_spacer','field_56b3fab145575'),(29352,1672,'left_tab_4_contact_values_1_contact_value_left','Follow us'),(29353,1672,'_left_tab_4_contact_values_1_contact_value_left','field_56b3f47e69427'),(29354,1672,'left_tab_4_contact_values_1_contact_value_right',''),(29355,1672,'_left_tab_4_contact_values_1_contact_value_right','field_56b3f47e69429'),(29356,1672,'left_tab_4_contact_values_1_link','<script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"> lang: en_US</script> <script type=\"IN/FollowCompany\" data-id=\"18296620\" data-counter=\"top\"></script>'),(29357,1672,'_left_tab_4_contact_values_1_link','field_56b3f47e6942c'),(29358,1672,'left_tab_4_contact_values_1_link_type',': URL'),(29359,1672,'_left_tab_4_contact_values_1_link_type','field_56b3f47e6942e'),(29360,1672,'add_third_tab','0'),(29361,1672,'_add_third_tab','field_57f54e889b77c'),(29362,1672,'third_tab',''),(29363,1672,'_third_tab','field_57f54ec39b77e'),(29364,1673,'contacts_repeater_0_contact_title','General enquiries'),(29365,1673,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(29366,1673,'contacts_repeater_1_contact_title','Finance / Sales'),(29367,1673,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(29368,1673,'contacts_repeater','3'),(29369,1673,'_contacts_repeater','field_56b247f6dbbd9'),(29370,1673,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(29371,1673,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(29372,1673,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(29373,1673,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(29374,1673,'contacts_repeater_0_contact_values','1'),(29375,1673,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(29376,1673,'contacts_repeater_0_contact_icon','icon-cloud'),(29377,1673,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(29378,1673,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(29379,1673,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(29380,1673,'contacts_repeater_1_contact_values_0_contact_value_right',''),(29381,1673,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(29382,1673,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(29383,1673,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(29384,1673,'contacts_repeater_1_contact_values_1_contact_value_right',''),(29385,1673,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(29386,1673,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(29387,1673,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(29388,1673,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(29389,1673,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(29390,1673,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(29391,1673,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(29392,1673,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(29393,1673,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(29394,1673,'contacts_repeater_1_contact_values','4'),(29395,1673,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(29396,1673,'contacts_repeater_1_contact_icon','icon-paper'),(29397,1673,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(29398,1673,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(29399,1673,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(29400,1673,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(29401,1673,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(29402,1673,'contacts_repeater_1_contact_values_1_link_type',''),(29403,1673,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(29404,1673,'contacts_repeater_1_contact_values_2_link_type','tel:'),(29405,1673,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(29406,1673,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(29407,1673,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(29408,1673,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(29409,1673,'_contacts_repeater_0_contact_values_0_link','field_56b25144a6147'),(29410,1673,'contacts_repeater_1_contact_values_0_link',''),(29411,1673,'_contacts_repeater_1_contact_values_0_link','field_56b25144a6147'),(29412,1673,'contacts_repeater_1_contact_values_1_link',''),(29413,1673,'_contacts_repeater_1_contact_values_1_link','field_56b25144a6147'),(29414,1673,'contacts_repeater_1_contact_values_2_link','+447899747275'),(29415,1673,'_contacts_repeater_1_contact_values_2_link','field_56b25144a6147'),(29416,1673,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(29417,1673,'_contacts_repeater_1_contact_values_3_link','field_56b25144a6147'),(29418,1673,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(29419,1673,'_contacts_repeater_2_contact_title','field_56b24831dbbda'),(29420,1673,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(29421,1673,'_contacts_repeater_2_contact_values_0_contact_value_left','field_56b24943da3f1'),(29422,1673,'contacts_repeater_2_contact_values_0_contact_value_right',''),(29423,1673,'_contacts_repeater_2_contact_values_0_contact_value_right','field_56b24974da3f2'),(29424,1673,'contacts_repeater_2_contact_values_0_link',''),(29425,1673,'_contacts_repeater_2_contact_values_0_link','field_56b25144a6147'),(29426,1673,'contacts_repeater_2_contact_values_0_link_type',''),(29427,1673,'_contacts_repeater_2_contact_values_0_link_type','field_56b2505d40207'),(29428,1673,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(29429,1673,'_contacts_repeater_2_contact_values_1_contact_value_left','field_56b24943da3f1'),(29430,1673,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(29431,1673,'_contacts_repeater_2_contact_values_1_contact_value_right','field_56b24974da3f2'),(29432,1673,'contacts_repeater_2_contact_values_1_link',''),(29433,1673,'_contacts_repeater_2_contact_values_1_link','field_56b25144a6147'),(29434,1673,'contacts_repeater_2_contact_values_1_link_type','tel:'),(29435,1673,'_contacts_repeater_2_contact_values_1_link_type','field_56b2505d40207'),(29436,1673,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(29437,1673,'_contacts_repeater_2_contact_values_2_contact_value_left','field_56b24943da3f1'),(29438,1673,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(29439,1673,'_contacts_repeater_2_contact_values_2_contact_value_right','field_56b24974da3f2'),(29440,1673,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(29441,1673,'_contacts_repeater_2_contact_values_2_link','field_56b25144a6147'),(29442,1673,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(29443,1673,'_contacts_repeater_2_contact_values_2_link_type','field_56b2505d40207'),(29444,1673,'contacts_repeater_2_contact_values','3'),(29445,1673,'_contacts_repeater_2_contact_values','field_56b24931da3f0'),(29446,1673,'contacts_repeater_2_contact_icon','icon-pie'),(29447,1673,'_contacts_repeater_2_contact_icon','field_56b249b7da3f3'),(29448,1673,'left_tab','a:5:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";}'),(29449,1673,'_left_tab','field_56b36c6deeda0'),(29450,1673,'add_second_tab','0'),(29451,1673,'_add_second_tab','field_56b36ca9eeda2'),(29452,1673,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(29453,1673,'_right_tab','field_56b3fab04554d'),(29454,1673,'left_tab_0_departmant_repeater_0_contact_icon','icon-cloud'),(29455,1673,'_left_tab_0_departmant_repeater_0_contact_icon','field_56b3f1f1dbf0b'),(29456,1673,'left_tab_0_departmant_repeater_0_departmant','General enquiries'),(29457,1673,'_left_tab_0_departmant_repeater_0_departmant','field_56b3f1f1dbf0c'),(29458,1673,'left_tab_0_departmant_repeater_0_contact_values','0'),(29459,1673,'_left_tab_0_departmant_repeater_0_contact_values','field_56b3f1f1dbf0d'),(29460,1673,'left_tab_0_departmant_repeater','1'),(29461,1673,'_left_tab_0_departmant_repeater','field_56b3f1fcdbf12'),(29462,1673,'left_tab_0_contact_icon','icon-pie'),(29463,1673,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(29464,1673,'left_tab_0_departmant','London'),(29465,1673,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(29466,1673,'left_tab_0_contact_values','3'),(29467,1673,'_left_tab_0_contact_values','field_56b3f47e69426'),(29468,1673,'left_tab_0_spacer','1'),(29469,1673,'_left_tab_0_spacer','field_56b3f305fafdb'),(29470,1673,'left_tab_0_contact_values_0_contact_value_left','Address:'),(29471,1673,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(29472,1673,'left_tab_0_contact_values_0_contact_value_right','90 Long Acre, Covent Garden, London WC2E 9RZ'),(29473,1673,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(29474,1673,'left_tab_0_contact_values_0_link',''),(29475,1673,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(29476,1673,'left_tab_0_contact_values_0_link_type',''),(29477,1673,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(29478,1673,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(29479,1673,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(29480,1673,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(29481,1673,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(29482,1673,'left_tab_0_contact_values_1_link','+4402032865453'),(29483,1673,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(29484,1673,'left_tab_0_contact_values_1_link_type','tel:'),(29485,1673,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(29486,1673,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(29487,1673,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(29488,1673,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(29489,1673,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(29490,1673,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(29491,1673,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(29492,1673,'left_tab_0_contact_values_2_link_type','mailto:'),(29493,1673,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(29494,1673,'left_tab_1_contact_icon','icon-paper'),(29495,1673,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(29496,1673,'left_tab_1_departmant','Switzerland'),(29497,1673,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(29498,1673,'left_tab_1_contact_values_0_contact_value_left','Address:'),(29499,1673,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(29500,1673,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(29501,1673,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(29502,1673,'left_tab_1_contact_values_0_link',''),(29503,1673,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(29504,1673,'left_tab_1_contact_values_0_link_type',''),(29505,1673,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(29506,1673,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(29507,1673,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(29508,1673,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(29509,1673,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(29510,1673,'left_tab_1_contact_values_1_link','+410445853297'),(29511,1673,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(29512,1673,'left_tab_1_contact_values_1_link_type','tel:'),(29513,1673,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(29514,1673,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(29515,1673,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(29516,1673,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(29517,1673,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(29518,1673,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(29519,1673,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(29520,1673,'left_tab_1_contact_values_2_link_type','mailto:'),(29521,1673,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(29522,1673,'left_tab_1_contact_values','3'),(29523,1673,'_left_tab_1_contact_values','field_56b3f47e69426'),(29524,1673,'left_tab_1_spacer','1'),(29525,1673,'_left_tab_1_spacer','field_56b3f305fafdb'),(29526,1673,'left_tab_2_contact_icon','icon-bullseye-small'),(29527,1673,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(29528,1673,'left_tab_2_departmant','Cyprus'),(29529,1673,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(29530,1673,'left_tab_2_contact_values_0_contact_value_left','Address:'),(29531,1673,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(29532,1673,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(29533,1673,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(29534,1673,'left_tab_2_contact_values_0_link',''),(29535,1673,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(29536,1673,'left_tab_2_contact_values_0_link_type',''),(29537,1673,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(29538,1673,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(29539,1673,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(29540,1673,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(29541,1673,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(29542,1673,'left_tab_2_contact_values_1_link','+4402032865453'),(29543,1673,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(29544,1673,'left_tab_2_contact_values_1_link_type','tel:'),(29545,1673,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(29546,1673,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(29547,1673,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(29548,1673,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(29549,1673,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(29550,1673,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(29551,1673,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(29552,1673,'left_tab_2_contact_values_2_link_type','mailto:'),(29553,1673,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(29554,1673,'left_tab_2_contact_values','3'),(29555,1673,'_left_tab_2_contact_values','field_56b3f47e69426'),(29556,1673,'left_tab_2_spacer','1'),(29557,1673,'_left_tab_2_spacer','field_56b3f305fafdb'),(29558,1673,'left_tab_3_contact_icon','icon-cloud'),(29559,1673,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(29560,1673,'left_tab_3_departmant','Serbia'),(29561,1673,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(29562,1673,'left_tab_3_contact_values_0_contact_value_left','Tel:'),(29563,1673,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(29564,1673,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(29565,1673,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(29566,1673,'left_tab_3_contact_values_0_link','+4402032865453'),(29567,1673,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(29568,1673,'left_tab_3_contact_values_0_link_type','tel:'),(29569,1673,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(29570,1673,'left_tab_3_contact_values_1_contact_value_left','E-mail:'),(29571,1673,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(29572,1673,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(29573,1673,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(29574,1673,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(29575,1673,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(29576,1673,'left_tab_3_contact_values_1_link_type','mailto:'),(29577,1673,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(29578,1673,'left_tab_3_contact_values','2'),(29579,1673,'_left_tab_3_contact_values','field_56b3f47e69426'),(29580,1673,'left_tab_3_spacer','1'),(29581,1673,'_left_tab_3_spacer','field_56b3f305fafdb'),(29582,1673,'left_tab_4_contact_icon','icon-mail'),(29583,1673,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(29584,1673,'left_tab_4_departmant','General enquiries'),(29585,1673,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(29586,1673,'left_tab_4_contact_values_0_contact_value_left','E-mail:'),(29587,1673,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(29588,1673,'left_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(29589,1673,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(29590,1673,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(29591,1673,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(29592,1673,'left_tab_4_contact_values_0_link_type','mailto:'),(29593,1673,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(29594,1673,'left_tab_4_contact_values','2'),(29595,1673,'_left_tab_4_contact_values','field_56b3f47e69426'),(29596,1673,'left_tab_4_spacer','1'),(29597,1673,'_left_tab_4_spacer','field_56b3f305fafdb'),(29598,1673,'left_tab_name',''),(29599,1673,'_left_tab_name','field_56b3976017dce'),(29600,1673,'right_tab_name','vsdvs'),(29601,1673,'_right_tab_name','field_56b3978117dcf'),(29602,1673,'right_tab_0_title',''),(29603,1673,'_right_tab_0_title','field_56b3fab145550'),(29604,1673,'right_tab_0_circle1','icon-mail'),(29605,1673,'_right_tab_0_circle1','field_56b3fab145551'),(29606,1673,'right_tab_0_circle2','icon-mail'),(29607,1673,'_right_tab_0_circle2','field_56b3fab145552'),(29608,1673,'right_tab_0_circle3','icon-mail'),(29609,1673,'_right_tab_0_circle3','field_56b3fab145553'),(29610,1673,'right_tab_0_circle1_label',''),(29611,1673,'_right_tab_0_circle1_label','field_56b3fab145554'),(29612,1673,'right_tab_0_circle2_label',''),(29613,1673,'_right_tab_0_circle2_label','field_56b3fab145555'),(29614,1673,'right_tab_0_circle3_label',''),(29615,1673,'_right_tab_0_circle3_label','field_56b3fab145556'),(29616,1673,'right_tab_0_paragraph1',''),(29617,1673,'_right_tab_0_paragraph1','field_56b3fab145557'),(29618,1673,'right_tab_0_paragraph2',''),(29619,1673,'_right_tab_0_paragraph2','field_56b3fab145558'),(29620,1673,'right_tab_0_paragraph3',''),(29621,1673,'_right_tab_0_paragraph3','field_56b3fab145559'),(29622,1673,'right_tab_0_spacer','1'),(29623,1673,'_right_tab_0_spacer','field_56b3fab14555a'),(29624,1673,'right_tab_1_items_list_repeater_0_title',''),(29625,1673,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(29626,1673,'right_tab_1_items_list_repeater_0_description',''),(29627,1673,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(29628,1673,'right_tab_1_items_list_repeater_1_title',''),(29629,1673,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(29630,1673,'right_tab_1_items_list_repeater_1_description',''),(29631,1673,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(29632,1673,'right_tab_1_items_list_repeater','2'),(29633,1673,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(29634,1673,'right_tab_1_spacer','1'),(29635,1673,'_right_tab_1_spacer','field_56b3fab145570'),(29636,1673,'right_tab_2_image',''),(29637,1673,'_right_tab_2_image','field_56b3fab145571'),(29638,1673,'right_tab_2_content',''),(29639,1673,'_right_tab_2_content','field_56b3fab145572'),(29640,1673,'right_tab_2_button_label',''),(29641,1673,'_right_tab_2_button_label','field_56b3fab145573'),(29642,1673,'right_tab_2_button_link',''),(29643,1673,'_right_tab_2_button_link','field_56b3fab145574'),(29644,1673,'right_tab_2_spacer','1'),(29645,1673,'_right_tab_2_spacer','field_56b3fab145575'),(29646,1673,'left_tab_4_contact_values_1_contact_value_left','Follow us'),(29647,1673,'_left_tab_4_contact_values_1_contact_value_left','field_56b3f47e69427'),(29648,1673,'left_tab_4_contact_values_1_contact_value_right','<script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"> lang: en_US</script> <script type=\"IN/FollowCompany\" data-id=\"18296620\" data-counter=\"top\"></script>'),(29649,1673,'_left_tab_4_contact_values_1_contact_value_right','field_56b3f47e69429'),(29650,1673,'left_tab_4_contact_values_1_link','<script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"> lang: en_US</script> <script type=\"IN/FollowCompany\" data-id=\"18296620\" data-counter=\"top\"></script>'),(29651,1673,'_left_tab_4_contact_values_1_link','field_56b3f47e6942c'),(29652,1673,'left_tab_4_contact_values_1_link_type',': URL'),(29653,1673,'_left_tab_4_contact_values_1_link_type','field_56b3f47e6942e'),(29654,1673,'add_third_tab','0'),(29655,1673,'_add_third_tab','field_57f54e889b77c'),(29656,1673,'third_tab',''),(29657,1673,'_third_tab','field_57f54ec39b77e'),(29658,1674,'contacts_repeater_0_contact_title','General enquiries'),(29659,1674,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(29660,1674,'contacts_repeater_1_contact_title','Finance / Sales'),(29661,1674,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(29662,1674,'contacts_repeater','3'),(29663,1674,'_contacts_repeater','field_56b247f6dbbd9'),(29664,1674,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(29665,1674,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(29666,1674,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(29667,1674,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(29668,1674,'contacts_repeater_0_contact_values','1'),(29669,1674,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(29670,1674,'contacts_repeater_0_contact_icon','icon-cloud'),(29671,1674,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(29672,1674,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(29673,1674,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(29674,1674,'contacts_repeater_1_contact_values_0_contact_value_right',''),(29675,1674,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(29676,1674,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(29677,1674,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(29678,1674,'contacts_repeater_1_contact_values_1_contact_value_right',''),(29679,1674,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(29680,1674,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(29681,1674,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(29682,1674,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(29683,1674,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(29684,1674,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(29685,1674,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(29686,1674,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(29687,1674,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(29688,1674,'contacts_repeater_1_contact_values','4'),(29689,1674,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(29690,1674,'contacts_repeater_1_contact_icon','icon-paper'),(29691,1674,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(29692,1674,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(29693,1674,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(29694,1674,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(29695,1674,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(29696,1674,'contacts_repeater_1_contact_values_1_link_type',''),(29697,1674,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(29698,1674,'contacts_repeater_1_contact_values_2_link_type','tel:'),(29699,1674,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(29700,1674,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(29701,1674,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(29702,1674,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(29703,1674,'_contacts_repeater_0_contact_values_0_link','field_56b25144a6147'),(29704,1674,'contacts_repeater_1_contact_values_0_link',''),(29705,1674,'_contacts_repeater_1_contact_values_0_link','field_56b25144a6147'),(29706,1674,'contacts_repeater_1_contact_values_1_link',''),(29707,1674,'_contacts_repeater_1_contact_values_1_link','field_56b25144a6147'),(29708,1674,'contacts_repeater_1_contact_values_2_link','+447899747275'),(29709,1674,'_contacts_repeater_1_contact_values_2_link','field_56b25144a6147'),(29710,1674,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(29711,1674,'_contacts_repeater_1_contact_values_3_link','field_56b25144a6147'),(29712,1674,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(29713,1674,'_contacts_repeater_2_contact_title','field_56b24831dbbda'),(29714,1674,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(29715,1674,'_contacts_repeater_2_contact_values_0_contact_value_left','field_56b24943da3f1'),(29716,1674,'contacts_repeater_2_contact_values_0_contact_value_right',''),(29717,1674,'_contacts_repeater_2_contact_values_0_contact_value_right','field_56b24974da3f2'),(29718,1674,'contacts_repeater_2_contact_values_0_link',''),(29719,1674,'_contacts_repeater_2_contact_values_0_link','field_56b25144a6147'),(29720,1674,'contacts_repeater_2_contact_values_0_link_type',''),(29721,1674,'_contacts_repeater_2_contact_values_0_link_type','field_56b2505d40207'),(29722,1674,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(29723,1674,'_contacts_repeater_2_contact_values_1_contact_value_left','field_56b24943da3f1'),(29724,1674,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(29725,1674,'_contacts_repeater_2_contact_values_1_contact_value_right','field_56b24974da3f2'),(29726,1674,'contacts_repeater_2_contact_values_1_link',''),(29727,1674,'_contacts_repeater_2_contact_values_1_link','field_56b25144a6147'),(29728,1674,'contacts_repeater_2_contact_values_1_link_type','tel:'),(29729,1674,'_contacts_repeater_2_contact_values_1_link_type','field_56b2505d40207'),(29730,1674,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(29731,1674,'_contacts_repeater_2_contact_values_2_contact_value_left','field_56b24943da3f1'),(29732,1674,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(29733,1674,'_contacts_repeater_2_contact_values_2_contact_value_right','field_56b24974da3f2'),(29734,1674,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(29735,1674,'_contacts_repeater_2_contact_values_2_link','field_56b25144a6147'),(29736,1674,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(29737,1674,'_contacts_repeater_2_contact_values_2_link_type','field_56b2505d40207'),(29738,1674,'contacts_repeater_2_contact_values','3'),(29739,1674,'_contacts_repeater_2_contact_values','field_56b24931da3f0'),(29740,1674,'contacts_repeater_2_contact_icon','icon-pie'),(29741,1674,'_contacts_repeater_2_contact_icon','field_56b249b7da3f3'),(29742,1674,'left_tab','a:5:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";}'),(29743,1674,'_left_tab','field_56b36c6deeda0'),(29744,1674,'add_second_tab','0'),(29745,1674,'_add_second_tab','field_56b36ca9eeda2'),(29746,1674,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(29747,1674,'_right_tab','field_56b3fab04554d'),(29748,1674,'left_tab_0_departmant_repeater_0_contact_icon','icon-cloud'),(29749,1674,'_left_tab_0_departmant_repeater_0_contact_icon','field_56b3f1f1dbf0b'),(29750,1674,'left_tab_0_departmant_repeater_0_departmant','General enquiries'),(29751,1674,'_left_tab_0_departmant_repeater_0_departmant','field_56b3f1f1dbf0c'),(29752,1674,'left_tab_0_departmant_repeater_0_contact_values','0'),(29753,1674,'_left_tab_0_departmant_repeater_0_contact_values','field_56b3f1f1dbf0d'),(29754,1674,'left_tab_0_departmant_repeater','1'),(29755,1674,'_left_tab_0_departmant_repeater','field_56b3f1fcdbf12'),(29756,1674,'left_tab_0_contact_icon','icon-pie'),(29757,1674,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(29758,1674,'left_tab_0_departmant','London'),(29759,1674,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(29760,1674,'left_tab_0_contact_values','3'),(29761,1674,'_left_tab_0_contact_values','field_56b3f47e69426'),(29762,1674,'left_tab_0_spacer','1'),(29763,1674,'_left_tab_0_spacer','field_56b3f305fafdb'),(29764,1674,'left_tab_0_contact_values_0_contact_value_left','Address:'),(29765,1674,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(29766,1674,'left_tab_0_contact_values_0_contact_value_right','90 Long Acre, Covent Garden, London WC2E 9RZ'),(29767,1674,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(29768,1674,'left_tab_0_contact_values_0_link',''),(29769,1674,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(29770,1674,'left_tab_0_contact_values_0_link_type',''),(29771,1674,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(29772,1674,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(29773,1674,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(29774,1674,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(29775,1674,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(29776,1674,'left_tab_0_contact_values_1_link','+4402032865453'),(29777,1674,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(29778,1674,'left_tab_0_contact_values_1_link_type','tel:'),(29779,1674,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(29780,1674,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(29781,1674,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(29782,1674,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(29783,1674,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(29784,1674,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(29785,1674,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(29786,1674,'left_tab_0_contact_values_2_link_type','mailto:'),(29787,1674,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(29788,1674,'left_tab_1_contact_icon','icon-paper'),(29789,1674,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(29790,1674,'left_tab_1_departmant','Switzerland'),(29791,1674,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(29792,1674,'left_tab_1_contact_values_0_contact_value_left','Address:'),(29793,1674,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(29794,1674,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(29795,1674,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(29796,1674,'left_tab_1_contact_values_0_link',''),(29797,1674,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(29798,1674,'left_tab_1_contact_values_0_link_type',''),(29799,1674,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(29800,1674,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(29801,1674,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(29802,1674,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(29803,1674,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(29804,1674,'left_tab_1_contact_values_1_link','+410445853297'),(29805,1674,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(29806,1674,'left_tab_1_contact_values_1_link_type','tel:'),(29807,1674,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(29808,1674,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(29809,1674,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(29810,1674,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(29811,1674,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(29812,1674,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(29813,1674,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(29814,1674,'left_tab_1_contact_values_2_link_type','mailto:'),(29815,1674,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(29816,1674,'left_tab_1_contact_values','3'),(29817,1674,'_left_tab_1_contact_values','field_56b3f47e69426'),(29818,1674,'left_tab_1_spacer','1'),(29819,1674,'_left_tab_1_spacer','field_56b3f305fafdb'),(29820,1674,'left_tab_2_contact_icon','icon-bullseye-small'),(29821,1674,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(29822,1674,'left_tab_2_departmant','Cyprus'),(29823,1674,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(29824,1674,'left_tab_2_contact_values_0_contact_value_left','Address:'),(29825,1674,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(29826,1674,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(29827,1674,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(29828,1674,'left_tab_2_contact_values_0_link',''),(29829,1674,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(29830,1674,'left_tab_2_contact_values_0_link_type',''),(29831,1674,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(29832,1674,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(29833,1674,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(29834,1674,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(29835,1674,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(29836,1674,'left_tab_2_contact_values_1_link','+4402032865453'),(29837,1674,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(29838,1674,'left_tab_2_contact_values_1_link_type','tel:'),(29839,1674,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(29840,1674,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(29841,1674,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(29842,1674,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(29843,1674,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(29844,1674,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(29845,1674,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(29846,1674,'left_tab_2_contact_values_2_link_type','mailto:'),(29847,1674,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(29848,1674,'left_tab_2_contact_values','3'),(29849,1674,'_left_tab_2_contact_values','field_56b3f47e69426'),(29850,1674,'left_tab_2_spacer','1'),(29851,1674,'_left_tab_2_spacer','field_56b3f305fafdb'),(29852,1674,'left_tab_3_contact_icon','icon-cloud'),(29853,1674,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(29854,1674,'left_tab_3_departmant','Serbia'),(29855,1674,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(29856,1674,'left_tab_3_contact_values_0_contact_value_left','Tel:'),(29857,1674,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(29858,1674,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(29859,1674,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(29860,1674,'left_tab_3_contact_values_0_link','+4402032865453'),(29861,1674,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(29862,1674,'left_tab_3_contact_values_0_link_type','tel:'),(29863,1674,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(29864,1674,'left_tab_3_contact_values_1_contact_value_left','E-mail:'),(29865,1674,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(29866,1674,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(29867,1674,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(29868,1674,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(29869,1674,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(29870,1674,'left_tab_3_contact_values_1_link_type','mailto:'),(29871,1674,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(29872,1674,'left_tab_3_contact_values','2'),(29873,1674,'_left_tab_3_contact_values','field_56b3f47e69426'),(29874,1674,'left_tab_3_spacer','1'),(29875,1674,'_left_tab_3_spacer','field_56b3f305fafdb'),(29876,1674,'left_tab_4_contact_icon','icon-mail'),(29877,1674,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(29878,1674,'left_tab_4_departmant','General enquiries'),(29879,1674,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(29880,1674,'left_tab_4_contact_values_0_contact_value_left','E-mail:'),(29881,1674,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(29882,1674,'left_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(29883,1674,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(29884,1674,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(29885,1674,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(29886,1674,'left_tab_4_contact_values_0_link_type','mailto:'),(29887,1674,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(29888,1674,'left_tab_4_contact_values','1'),(29889,1674,'_left_tab_4_contact_values','field_56b3f47e69426'),(29890,1674,'left_tab_4_spacer','1'),(29891,1674,'_left_tab_4_spacer','field_56b3f305fafdb'),(29892,1674,'left_tab_name',''),(29893,1674,'_left_tab_name','field_56b3976017dce'),(29894,1674,'right_tab_name','vsdvs'),(29895,1674,'_right_tab_name','field_56b3978117dcf'),(29896,1674,'right_tab_0_title',''),(29897,1674,'_right_tab_0_title','field_56b3fab145550'),(29898,1674,'right_tab_0_circle1','icon-mail'),(29899,1674,'_right_tab_0_circle1','field_56b3fab145551'),(29900,1674,'right_tab_0_circle2','icon-mail'),(29901,1674,'_right_tab_0_circle2','field_56b3fab145552'),(29902,1674,'right_tab_0_circle3','icon-mail'),(29903,1674,'_right_tab_0_circle3','field_56b3fab145553'),(29904,1674,'right_tab_0_circle1_label',''),(29905,1674,'_right_tab_0_circle1_label','field_56b3fab145554'),(29906,1674,'right_tab_0_circle2_label',''),(29907,1674,'_right_tab_0_circle2_label','field_56b3fab145555'),(29908,1674,'right_tab_0_circle3_label',''),(29909,1674,'_right_tab_0_circle3_label','field_56b3fab145556'),(29910,1674,'right_tab_0_paragraph1',''),(29911,1674,'_right_tab_0_paragraph1','field_56b3fab145557'),(29912,1674,'right_tab_0_paragraph2',''),(29913,1674,'_right_tab_0_paragraph2','field_56b3fab145558'),(29914,1674,'right_tab_0_paragraph3',''),(29915,1674,'_right_tab_0_paragraph3','field_56b3fab145559'),(29916,1674,'right_tab_0_spacer','1'),(29917,1674,'_right_tab_0_spacer','field_56b3fab14555a'),(29918,1674,'right_tab_1_items_list_repeater_0_title',''),(29919,1674,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(29920,1674,'right_tab_1_items_list_repeater_0_description',''),(29921,1674,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(29922,1674,'right_tab_1_items_list_repeater_1_title',''),(29923,1674,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(29924,1674,'right_tab_1_items_list_repeater_1_description',''),(29925,1674,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(29926,1674,'right_tab_1_items_list_repeater','2'),(29927,1674,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(29928,1674,'right_tab_1_spacer','1'),(29929,1674,'_right_tab_1_spacer','field_56b3fab145570'),(29930,1674,'right_tab_2_image',''),(29931,1674,'_right_tab_2_image','field_56b3fab145571'),(29932,1674,'right_tab_2_content',''),(29933,1674,'_right_tab_2_content','field_56b3fab145572'),(29934,1674,'right_tab_2_button_label',''),(29935,1674,'_right_tab_2_button_label','field_56b3fab145573'),(29936,1674,'right_tab_2_button_link',''),(29937,1674,'_right_tab_2_button_link','field_56b3fab145574'),(29938,1674,'right_tab_2_spacer','1'),(29939,1674,'_right_tab_2_spacer','field_56b3fab145575'),(29940,1674,'add_third_tab','0'),(29941,1674,'_add_third_tab','field_57f54e889b77c'),(29942,1674,'third_tab',''),(29943,1674,'_third_tab','field_57f54ec39b77e'),(30042,1676,'cases_repeater_0_cases_title','- Largest Greek Bank'),(30043,1676,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(30044,1676,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(30045,1676,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(30046,1676,'cases_repeater_0_icon','icon-bullseye-small'),(30047,1676,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(30048,1676,'cases_repeater_0_cases_icon_title','Financial services'),(30049,1676,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(30050,1676,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(30051,1676,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(30052,1676,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(30053,1676,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(30054,1676,'cases_repeater_1_icon','icon-progress-small'),(30055,1676,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(30056,1676,'cases_repeater_1_cases_icon_title','Commodities'),(30057,1676,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(30058,1676,'cases_repeater','3'),(30059,1676,'_cases_repeater','field_56b25d0cd2fed'),(30060,1676,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(30061,1676,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(30062,1676,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(30063,1676,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(30064,1676,'cases_repeater_2_icon','icon-pill-small'),(30065,1676,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(30066,1676,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(30067,1676,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(30068,1676,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(30069,1676,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(30070,1676,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(30071,1676,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(30072,1676,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(30073,1676,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(30074,1676,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(30075,1676,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(30076,1676,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(30077,1676,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(30078,1676,'conferences_repeater_2_conference_place_and_date','September, 2015'),(30079,1676,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(30080,1676,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(30081,1676,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(30082,1676,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(30083,1676,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(30084,1676,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(30085,1676,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(30086,1676,'conferences_repeater_4_conference_place_and_date','May, 2015'),(30087,1676,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(30088,1676,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(30089,1676,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(30090,1676,'conferences_repeater_5_conference_place_and_date','April, 2015'),(30091,1676,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(30092,1676,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(30093,1676,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(30094,1676,'conferences_repeater_6_conference_place_and_date','January, 2015'),(30095,1676,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(30096,1676,'conferences_repeater','7'),(30097,1676,'_conferences_repeater','field_56b28bd340c44'),(30098,1676,'conferences_contact','Previous conferences available upon request'),(30099,1676,'_conferences_contact','field_56b3451c304a4'),(30100,1676,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(30101,1676,'_conferences_contact_mail','field_56b3453c304a5'),(30102,1676,'conferences_icon','icon-mail'),(30103,1676,'_conferences_icon','field_56b347cd8f381'),(30104,1676,'conferences_contact_text','Previous conferences available upon request'),(30105,1676,'_conferences_contact_text','field_56b3451c304a4'),(30106,1676,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(30107,1676,'_left_tab','field_56b36c6deeda0'),(30108,1676,'add_second_tab','1'),(30109,1676,'_add_second_tab','field_56b36ca9eeda2'),(30110,1676,'right_tab','a:10:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:16:\"items_list_block\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:16:\"items_list_block\";i:5;s:20:\"wysiwyg_editor_block\";i:6;s:16:\"items_list_block\";i:7;s:20:\"wysiwyg_editor_block\";i:8;s:16:\"items_list_block\";i:9;s:13:\"contact_block\";}'),(30111,1676,'_right_tab','field_56b3fab04554d'),(30112,1676,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(30113,1676,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(30114,1676,'left_tab_0_spacer','0'),(30115,1676,'_left_tab_0_spacer','field_56b371c577c8c'),(30116,1676,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(30117,1676,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(30118,1676,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(30119,1676,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(30120,1676,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(30121,1676,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(30122,1676,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(30123,1676,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(30124,1676,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(30125,1676,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(30126,1676,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(30127,1676,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(30128,1676,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(30129,1676,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(30130,1676,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(30131,1676,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(30132,1676,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(30133,1676,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(30134,1676,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(30135,1676,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(30136,1676,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(30137,1676,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(30138,1676,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(30139,1676,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(30140,1676,'left_tab_1_cases_repeater','3'),(30141,1676,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(30142,1676,'left_tab_1_spacer','0'),(30143,1676,'_left_tab_1_spacer','field_56b3f001dbf09'),(30144,1676,'left_tab_name','Cases'),(30145,1676,'_left_tab_name','field_56b3976017dce'),(30146,1676,'right_tab_name','Conferences'),(30147,1676,'_right_tab_name','field_56b3978117dcf'),(30148,1676,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2017</h3>'),(30149,1676,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(30150,1676,'right_tab_0_spacer','1'),(30151,1676,'_right_tab_0_spacer','field_56b3fab14554f'),(30152,1676,'right_tab_1_items_list_repeater_0_title','Resolving NPLs in SEE'),(30153,1676,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(30154,1676,'right_tab_1_items_list_repeater_0_description','Belgrade, 20 October 2017'),(30155,1676,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(30156,1676,'right_tab_1_items_list_repeater','1'),(30157,1676,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(30158,1676,'right_tab_1_spacer','1'),(30159,1676,'_right_tab_1_spacer','field_56b3fab145570'),(30160,1676,'right_tab_2_contact_icon','icon-mail'),(30161,1676,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(30162,1676,'right_tab_2_contact_title','Previous conferences available upon request.'),(30163,1676,'_right_tab_2_contact_title','field_56b4001eb0921'),(30164,1676,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(30165,1676,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(30166,1676,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(30167,1676,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(30168,1676,'right_tab_2_contact_values_0_link_type','mailto:'),(30169,1676,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(30170,1676,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(30171,1676,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(30172,1676,'right_tab_2_contact_values','1'),(30173,1676,'_right_tab_2_contact_values','field_56b3fde2ce062'),(30174,1676,'add_third_tab','1'),(30175,1676,'_add_third_tab','field_57f54e889b77c'),(30176,1676,'third_tab_name','Upcoming Events'),(30177,1676,'_third_tab_name','field_57f54ea19b77d'),(30178,1676,'third_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(30179,1676,'_third_tab','field_57f54ec39b77e'),(30180,1676,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(30181,1676,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(30182,1676,'right_tab_2_spacer','1'),(30183,1676,'_right_tab_2_spacer','field_56b3fab145570'),(30184,1676,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(30185,1676,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(30186,1676,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(30187,1676,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(30188,1676,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(30189,1676,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(30190,1676,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(30191,1676,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(30192,1676,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(30193,1676,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(30194,1676,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(30195,1676,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(30196,1676,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(30197,1676,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(30198,1676,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(30199,1676,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(30200,1676,'right_tab_3_items_list_repeater','4'),(30201,1676,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(30202,1676,'right_tab_3_spacer','1'),(30203,1676,'_right_tab_3_spacer','field_56b3fab14554f'),(30204,1676,'right_tab_4_contact_icon','icon-mail'),(30205,1676,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(30206,1676,'right_tab_4_contact_title','Previous conferences available upon request.'),(30207,1676,'_right_tab_4_contact_title','field_56b4001eb0921'),(30208,1676,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(30209,1676,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(30210,1676,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(30211,1676,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(30212,1676,'right_tab_4_contact_values_0_link_type','mailto:'),(30213,1676,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(30214,1676,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(30215,1676,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(30216,1676,'right_tab_4_contact_values','1'),(30217,1676,'_right_tab_4_contact_values','field_56b3fde2ce062'),(30218,1676,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(30219,1676,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(30220,1676,'right_tab_4_spacer','0'),(30221,1676,'_right_tab_4_spacer','field_56b3fab145570'),(30222,1676,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(30223,1676,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(30224,1676,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(30225,1676,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(30226,1676,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(30227,1676,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(30228,1676,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(30229,1676,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(30230,1676,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(30231,1676,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(30232,1676,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(30233,1676,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(30234,1676,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(30235,1676,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(30236,1676,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(30237,1676,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(30238,1676,'right_tab_5_items_list_repeater','7'),(30239,1676,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(30240,1676,'right_tab_5_spacer','1'),(30241,1676,'_right_tab_5_spacer','field_56b3fab14554f'),(30242,1676,'right_tab_6_contact_icon','icon-mail'),(30243,1676,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(30244,1676,'right_tab_6_contact_title','Previous conferences available upon request.'),(30245,1676,'_right_tab_6_contact_title','field_56b4001eb0921'),(30246,1676,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(30247,1676,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(30248,1676,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(30249,1676,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(30250,1676,'right_tab_6_contact_values_0_link_type','mailto:'),(30251,1676,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(30252,1676,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(30253,1676,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(30254,1676,'right_tab_6_contact_values','1'),(30255,1676,'_right_tab_6_contact_values','field_56b3fde2ce062'),(30256,1676,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2017</h3>'),(30257,1676,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(30258,1676,'third_tab_0_spacer','1'),(30259,1676,'_third_tab_0_spacer','field_57f54ec49b780'),(30260,1676,'third_tab_1_items_list_repeater','2'),(30261,1676,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(30262,1676,'third_tab_1_spacer','1'),(30263,1676,'_third_tab_1_spacer','field_57f54ec49b7a1'),(30264,1676,'third_tab_1_items_list_repeater_0_title','Resolving NPLs in SEE'),(30265,1676,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(30266,1676,'third_tab_1_items_list_repeater_0_description','Belgrade, 20 October 2017'),(30267,1676,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(30268,1676,'third_tab_1_items_list_repeater_1_title','Capital Connection'),(30269,1676,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(30270,1676,'third_tab_1_items_list_repeater_1_description','London, 6 December 2017'),(30271,1676,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(30272,1676,'third_tab_2_contact_icon','icon-mail'),(30273,1676,'_third_tab_2_contact_icon','field_58568c5a91b24'),(30274,1676,'third_tab_2_contact_title','Previous conferences available upon request.'),(30275,1676,'_third_tab_2_contact_title','field_58568c7791b25'),(30276,1676,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(30277,1676,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(30278,1676,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(30279,1676,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(30280,1676,'third_tab_2_contact_values_0_link_type','mailto:'),(30281,1676,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(30282,1676,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(30283,1676,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(30284,1676,'third_tab_2_contact_values','1'),(30285,1676,'_third_tab_2_contact_values','field_58568c1091b1d'),(30286,1676,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(30287,1676,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(30288,1676,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(30289,1676,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(30290,1676,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(30291,1676,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(30292,1676,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(30293,1676,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(30294,1676,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(30295,1676,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(30296,1676,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(30297,1676,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(30298,1676,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(30299,1676,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(30300,1676,'right_tab_6_spacer','0'),(30301,1676,'_right_tab_6_spacer','field_56b3fab145570'),(30302,1676,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(30303,1676,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(30304,1676,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(30305,1676,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(30306,1676,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(30307,1676,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(30308,1676,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(30309,1676,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(30310,1676,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(30311,1676,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(30312,1676,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(30313,1676,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(30314,1676,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(30315,1676,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(30316,1676,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(30317,1676,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(30318,1676,'right_tab_7_items_list_repeater','4'),(30319,1676,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(30320,1676,'right_tab_7_spacer','1'),(30321,1676,'_right_tab_7_spacer','field_56b3fab14554f'),(30322,1676,'right_tab_8_contact_icon','icon-mail'),(30323,1676,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(30324,1676,'right_tab_8_contact_title','Previous conferences available upon request.'),(30325,1676,'_right_tab_8_contact_title','field_56b4001eb0921'),(30326,1676,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(30327,1676,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(30328,1676,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(30329,1676,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(30330,1676,'right_tab_8_contact_values_0_link_type','mailto:'),(30331,1676,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(30332,1676,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(30333,1676,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(30334,1676,'right_tab_8_contact_values','1'),(30335,1676,'_right_tab_8_contact_values','field_56b3fde2ce062'),(30336,1676,'right_tab_2_items_list_repeater_0_title','European Investment Summit'),(30337,1676,'_right_tab_2_items_list_repeater_0_title','field_56b3fab14556e'),(30338,1676,'right_tab_2_items_list_repeater_0_description','Miami, 8-9 March 2017'),(30339,1676,'_right_tab_2_items_list_repeater_0_description','field_56b3fab14556f'),(30340,1676,'right_tab_2_items_list_repeater_1_title','European Investment Summit'),(30341,1676,'_right_tab_2_items_list_repeater_1_title','field_56b3fab14556e'),(30342,1676,'right_tab_2_items_list_repeater_1_description','Athens, 11-12 October 2017'),(30343,1676,'_right_tab_2_items_list_repeater_1_description','field_56b3fab14556f'),(30344,1676,'right_tab_2_items_list_repeater','2'),(30345,1676,'_right_tab_2_items_list_repeater','field_56b3fab14556d'),(30346,1676,'right_tab_3_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(30347,1676,'_right_tab_3_wysiwyg_editor','field_56b3fab14554e'),(30348,1676,'right_tab_4_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(30349,1676,'_right_tab_4_items_list_repeater_0_title','field_56b3fab14556e'),(30350,1676,'right_tab_4_items_list_repeater_0_description','London, 29 June 2016'),(30351,1676,'_right_tab_4_items_list_repeater_0_description','field_56b3fab14556f'),(30352,1676,'right_tab_4_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(30353,1676,'_right_tab_4_items_list_repeater_1_title','field_56b3fab14556e'),(30354,1676,'right_tab_4_items_list_repeater_1_description','London, 29 June 2016'),(30355,1676,'_right_tab_4_items_list_repeater_1_description','field_56b3fab14556f'),(30356,1676,'right_tab_4_items_list_repeater_2_title','Private Equity Buying into CEE'),(30357,1676,'_right_tab_4_items_list_repeater_2_title','field_56b3fab14556e'),(30358,1676,'right_tab_4_items_list_repeater_2_description','Prague, 16 March 2016'),(30359,1676,'_right_tab_4_items_list_repeater_2_description','field_56b3fab14556f'),(30360,1676,'right_tab_4_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(30361,1676,'_right_tab_4_items_list_repeater_3_title','field_56b3fab14556e'),(30362,1676,'right_tab_4_items_list_repeater_3_description','London, 9-10 March 2016'),(30363,1676,'_right_tab_4_items_list_repeater_3_description','field_56b3fab14556f'),(30364,1676,'right_tab_4_items_list_repeater','4'),(30365,1676,'_right_tab_4_items_list_repeater','field_56b3fab14556d'),(30366,1676,'right_tab_5_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(30367,1676,'_right_tab_5_wysiwyg_editor','field_56b3fab14554e'),(30368,1676,'right_tab_6_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(30369,1676,'_right_tab_6_items_list_repeater_0_title','field_56b3fab14556e'),(30370,1676,'right_tab_6_items_list_repeater_0_description','Frankfurt, October, 2015'),(30371,1676,'_right_tab_6_items_list_repeater_0_description','field_56b3fab14556f'),(30372,1676,'right_tab_6_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(30373,1676,'_right_tab_6_items_list_repeater_1_title','field_56b3fab14556e'),(30374,1676,'right_tab_6_items_list_repeater_1_description','Milan, October, 2015'),(30375,1676,'_right_tab_6_items_list_repeater_1_description','field_56b3fab14556f'),(30376,1676,'right_tab_6_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(30377,1676,'_right_tab_6_items_list_repeater_2_title','field_56b3fab14556e'),(30378,1676,'right_tab_6_items_list_repeater_2_description','London, September, 2015'),(30379,1676,'_right_tab_6_items_list_repeater_2_description','field_56b3fab14556f'),(30380,1676,'right_tab_6_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(30381,1676,'_right_tab_6_items_list_repeater_3_title','field_56b3fab14556e'),(30382,1676,'right_tab_6_items_list_repeater_3_description','Stockholm June, 2015'),(30383,1676,'_right_tab_6_items_list_repeater_3_description','field_56b3fab14556f'),(30384,1676,'right_tab_6_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(30385,1676,'_right_tab_6_items_list_repeater_4_title','field_56b3fab14556e'),(30386,1676,'right_tab_6_items_list_repeater_4_description','Madrid, May, 2015'),(30387,1676,'_right_tab_6_items_list_repeater_4_description','field_56b3fab14556f'),(30388,1676,'right_tab_6_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(30389,1676,'_right_tab_6_items_list_repeater_5_title','field_56b3fab14556e'),(30390,1676,'right_tab_6_items_list_repeater_5_description','Bucharest, April, 2015'),(30391,1676,'_right_tab_6_items_list_repeater_5_description','field_56b3fab14556f'),(30392,1676,'right_tab_6_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(30393,1676,'_right_tab_6_items_list_repeater_6_title','field_56b3fab14556e'),(30394,1676,'right_tab_6_items_list_repeater_6_description','London, January, 2015'),(30395,1676,'_right_tab_6_items_list_repeater_6_description','field_56b3fab14556f'),(30396,1676,'right_tab_6_items_list_repeater','7'),(30397,1676,'_right_tab_6_items_list_repeater','field_56b3fab14556d'),(30398,1676,'right_tab_7_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(30399,1676,'_right_tab_7_wysiwyg_editor','field_56b3fab14554e'),(30400,1676,'right_tab_8_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(30401,1676,'_right_tab_8_items_list_repeater_0_title','field_56b3fab14556e'),(30402,1676,'right_tab_8_items_list_repeater_0_description','Paris, April 2014'),(30403,1676,'_right_tab_8_items_list_repeater_0_description','field_56b3fab14556f'),(30404,1676,'right_tab_8_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(30405,1676,'_right_tab_8_items_list_repeater_1_title','field_56b3fab14556e'),(30406,1676,'right_tab_8_items_list_repeater_1_description','Bucharest, Jun 2014'),(30407,1676,'_right_tab_8_items_list_repeater_1_description','field_56b3fab14556f'),(30408,1676,'right_tab_8_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(30409,1676,'_right_tab_8_items_list_repeater_2_title','field_56b3fab14556e'),(30410,1676,'right_tab_8_items_list_repeater_2_description','Vienna, December 2014'),(30411,1676,'_right_tab_8_items_list_repeater_2_description','field_56b3fab14556f'),(30412,1676,'right_tab_8_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(30413,1676,'_right_tab_8_items_list_repeater_3_title','field_56b3fab14556e'),(30414,1676,'right_tab_8_items_list_repeater_3_description','London, October 2014'),(30415,1676,'_right_tab_8_items_list_repeater_3_description','field_56b3fab14556f'),(30416,1676,'right_tab_8_items_list_repeater','4'),(30417,1676,'_right_tab_8_items_list_repeater','field_56b3fab14556d'),(30418,1676,'right_tab_8_spacer','1'),(30419,1676,'_right_tab_8_spacer','field_56b3fab145570'),(30420,1676,'right_tab_9_contact_icon','icon-mail'),(30421,1676,'_right_tab_9_contact_icon','field_56b3fde2ce060'),(30422,1676,'right_tab_9_contact_title','Previous conferences available upon request.'),(30423,1676,'_right_tab_9_contact_title','field_56b4001eb0921'),(30424,1676,'right_tab_9_contact_values_0_contact_value_left','E-mail:'),(30425,1676,'_right_tab_9_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(30426,1676,'right_tab_9_contact_values_0_contact_value_right','info@innovationbrain.com'),(30427,1676,'_right_tab_9_contact_values_0_contact_value_right','field_56b3fefe543df'),(30428,1676,'right_tab_9_contact_values_0_link_type','mailto:'),(30429,1676,'_right_tab_9_contact_values_0_link_type','field_56b3fed6543dd'),(30430,1676,'right_tab_9_contact_values_0_link','info@innovationbrain.com'),(30431,1676,'_right_tab_9_contact_values_0_link','field_56b3fef2543de'),(30432,1676,'right_tab_9_contact_values','1'),(30433,1676,'_right_tab_9_contact_values','field_56b3fde2ce062'),(30434,1677,'cases_repeater_0_cases_title','- Largest Greek Bank'),(30435,1677,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(30436,1677,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(30437,1677,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(30438,1677,'cases_repeater_0_icon','icon-bullseye-small'),(30439,1677,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(30440,1677,'cases_repeater_0_cases_icon_title','Financial services'),(30441,1677,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(30442,1677,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(30443,1677,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(30444,1677,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(30445,1677,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(30446,1677,'cases_repeater_1_icon','icon-progress-small'),(30447,1677,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(30448,1677,'cases_repeater_1_cases_icon_title','Commodities'),(30449,1677,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(30450,1677,'cases_repeater','3'),(30451,1677,'_cases_repeater','field_56b25d0cd2fed'),(30452,1677,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(30453,1677,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(30454,1677,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(30455,1677,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(30456,1677,'cases_repeater_2_icon','icon-pill-small'),(30457,1677,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(30458,1677,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(30459,1677,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(30460,1677,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(30461,1677,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(30462,1677,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(30463,1677,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(30464,1677,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(30465,1677,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(30466,1677,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(30467,1677,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(30468,1677,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(30469,1677,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(30470,1677,'conferences_repeater_2_conference_place_and_date','September, 2015'),(30471,1677,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(30472,1677,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(30473,1677,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(30474,1677,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(30475,1677,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(30476,1677,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(30477,1677,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(30478,1677,'conferences_repeater_4_conference_place_and_date','May, 2015'),(30479,1677,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(30480,1677,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(30481,1677,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(30482,1677,'conferences_repeater_5_conference_place_and_date','April, 2015'),(30483,1677,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(30484,1677,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(30485,1677,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(30486,1677,'conferences_repeater_6_conference_place_and_date','January, 2015'),(30487,1677,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(30488,1677,'conferences_repeater','7'),(30489,1677,'_conferences_repeater','field_56b28bd340c44'),(30490,1677,'conferences_contact','Previous conferences available upon request'),(30491,1677,'_conferences_contact','field_56b3451c304a4'),(30492,1677,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(30493,1677,'_conferences_contact_mail','field_56b3453c304a5'),(30494,1677,'conferences_icon','icon-mail'),(30495,1677,'_conferences_icon','field_56b347cd8f381'),(30496,1677,'conferences_contact_text','Previous conferences available upon request'),(30497,1677,'_conferences_contact_text','field_56b3451c304a4'),(30498,1677,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(30499,1677,'_left_tab','field_56b36c6deeda0'),(30500,1677,'add_second_tab','1'),(30501,1677,'_add_second_tab','field_56b36ca9eeda2'),(30502,1677,'right_tab','a:10:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:16:\"items_list_block\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:16:\"items_list_block\";i:5;s:20:\"wysiwyg_editor_block\";i:6;s:16:\"items_list_block\";i:7;s:20:\"wysiwyg_editor_block\";i:8;s:16:\"items_list_block\";i:9;s:13:\"contact_block\";}'),(30503,1677,'_right_tab','field_56b3fab04554d'),(30504,1677,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(30505,1677,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(30506,1677,'left_tab_0_spacer','0'),(30507,1677,'_left_tab_0_spacer','field_56b371c577c8c'),(30508,1677,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(30509,1677,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(30510,1677,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(30511,1677,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(30512,1677,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(30513,1677,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(30514,1677,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(30515,1677,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(30516,1677,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(30517,1677,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(30518,1677,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(30519,1677,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(30520,1677,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(30521,1677,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(30522,1677,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(30523,1677,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(30524,1677,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(30525,1677,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(30526,1677,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(30527,1677,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(30528,1677,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(30529,1677,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(30530,1677,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(30531,1677,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(30532,1677,'left_tab_1_cases_repeater','3'),(30533,1677,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(30534,1677,'left_tab_1_spacer','0'),(30535,1677,'_left_tab_1_spacer','field_56b3f001dbf09'),(30536,1677,'left_tab_name','Cases'),(30537,1677,'_left_tab_name','field_56b3976017dce'),(30538,1677,'right_tab_name','Conferences'),(30539,1677,'_right_tab_name','field_56b3978117dcf'),(30540,1677,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2017</h3>'),(30541,1677,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(30542,1677,'right_tab_0_spacer','1'),(30543,1677,'_right_tab_0_spacer','field_56b3fab14554f'),(30544,1677,'right_tab_1_items_list_repeater_0_title','Resolving NPLs in SEE'),(30545,1677,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(30546,1677,'right_tab_1_items_list_repeater_0_description','Belgrade, 20 October 2017'),(30547,1677,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(30548,1677,'right_tab_1_items_list_repeater','1'),(30549,1677,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(30550,1677,'right_tab_1_spacer','1'),(30551,1677,'_right_tab_1_spacer','field_56b3fab145570'),(30552,1677,'right_tab_2_contact_icon','icon-mail'),(30553,1677,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(30554,1677,'right_tab_2_contact_title','Previous conferences available upon request.'),(30555,1677,'_right_tab_2_contact_title','field_56b4001eb0921'),(30556,1677,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(30557,1677,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(30558,1677,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(30559,1677,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(30560,1677,'right_tab_2_contact_values_0_link_type','mailto:'),(30561,1677,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(30562,1677,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(30563,1677,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(30564,1677,'right_tab_2_contact_values','1'),(30565,1677,'_right_tab_2_contact_values','field_56b3fde2ce062'),(30566,1677,'add_third_tab','1'),(30567,1677,'_add_third_tab','field_57f54e889b77c'),(30568,1677,'third_tab_name','Upcoming Events'),(30569,1677,'_third_tab_name','field_57f54ea19b77d'),(30570,1677,'third_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";}'),(30571,1677,'_third_tab','field_57f54ec39b77e'),(30572,1677,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(30573,1677,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(30574,1677,'right_tab_2_spacer','1'),(30575,1677,'_right_tab_2_spacer','field_56b3fab145570'),(30576,1677,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(30577,1677,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(30578,1677,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(30579,1677,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(30580,1677,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(30581,1677,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(30582,1677,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(30583,1677,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(30584,1677,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(30585,1677,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(30586,1677,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(30587,1677,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(30588,1677,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(30589,1677,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(30590,1677,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(30591,1677,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(30592,1677,'right_tab_3_items_list_repeater','4'),(30593,1677,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(30594,1677,'right_tab_3_spacer','1'),(30595,1677,'_right_tab_3_spacer','field_56b3fab14554f'),(30596,1677,'right_tab_4_contact_icon','icon-mail'),(30597,1677,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(30598,1677,'right_tab_4_contact_title','Previous conferences available upon request.'),(30599,1677,'_right_tab_4_contact_title','field_56b4001eb0921'),(30600,1677,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(30601,1677,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(30602,1677,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(30603,1677,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(30604,1677,'right_tab_4_contact_values_0_link_type','mailto:'),(30605,1677,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(30606,1677,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(30607,1677,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(30608,1677,'right_tab_4_contact_values','1'),(30609,1677,'_right_tab_4_contact_values','field_56b3fde2ce062'),(30610,1677,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(30611,1677,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(30612,1677,'right_tab_4_spacer','0'),(30613,1677,'_right_tab_4_spacer','field_56b3fab145570'),(30614,1677,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(30615,1677,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(30616,1677,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(30617,1677,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(30618,1677,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(30619,1677,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(30620,1677,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(30621,1677,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(30622,1677,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(30623,1677,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(30624,1677,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(30625,1677,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(30626,1677,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(30627,1677,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(30628,1677,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(30629,1677,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(30630,1677,'right_tab_5_items_list_repeater','7'),(30631,1677,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(30632,1677,'right_tab_5_spacer','1'),(30633,1677,'_right_tab_5_spacer','field_56b3fab14554f'),(30634,1677,'right_tab_6_contact_icon','icon-mail'),(30635,1677,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(30636,1677,'right_tab_6_contact_title','Previous conferences available upon request.'),(30637,1677,'_right_tab_6_contact_title','field_56b4001eb0921'),(30638,1677,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(30639,1677,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(30640,1677,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(30641,1677,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(30642,1677,'right_tab_6_contact_values_0_link_type','mailto:'),(30643,1677,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(30644,1677,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(30645,1677,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(30646,1677,'right_tab_6_contact_values','1'),(30647,1677,'_right_tab_6_contact_values','field_56b3fde2ce062'),(30648,1677,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2017</h3>'),(30649,1677,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(30650,1677,'third_tab_0_spacer','1'),(30651,1677,'_third_tab_0_spacer','field_57f54ec49b780'),(30652,1677,'third_tab_1_items_list_repeater','1'),(30653,1677,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(30654,1677,'third_tab_1_spacer','1'),(30655,1677,'_third_tab_1_spacer','field_57f54ec49b7a1'),(30656,1677,'third_tab_1_items_list_repeater_0_title','Capital Connection'),(30657,1677,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(30658,1677,'third_tab_1_items_list_repeater_0_description','London, 6 December 2017'),(30659,1677,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(30660,1677,'third_tab_2_contact_icon','icon-mail'),(30661,1677,'_third_tab_2_contact_icon','field_58568c5a91b24'),(30662,1677,'third_tab_2_contact_title','Previous conferences available upon request.'),(30663,1677,'_third_tab_2_contact_title','field_58568c7791b25'),(30664,1677,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(30665,1677,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(30666,1677,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(30667,1677,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(30668,1677,'third_tab_2_contact_values_0_link_type','mailto:'),(30669,1677,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(30670,1677,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(30671,1677,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(30672,1677,'third_tab_2_contact_values','1'),(30673,1677,'_third_tab_2_contact_values','field_58568c1091b1d'),(30674,1677,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(30675,1677,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(30676,1677,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(30677,1677,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(30678,1677,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(30679,1677,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(30680,1677,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(30681,1677,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(30682,1677,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(30683,1677,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(30684,1677,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(30685,1677,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(30686,1677,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(30687,1677,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(30688,1677,'right_tab_6_spacer','0'),(30689,1677,'_right_tab_6_spacer','field_56b3fab145570'),(30690,1677,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(30691,1677,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(30692,1677,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(30693,1677,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(30694,1677,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(30695,1677,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(30696,1677,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(30697,1677,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(30698,1677,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(30699,1677,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(30700,1677,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(30701,1677,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(30702,1677,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(30703,1677,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(30704,1677,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(30705,1677,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(30706,1677,'right_tab_7_items_list_repeater','4'),(30707,1677,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(30708,1677,'right_tab_7_spacer','1'),(30709,1677,'_right_tab_7_spacer','field_56b3fab14554f'),(30710,1677,'right_tab_8_contact_icon','icon-mail'),(30711,1677,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(30712,1677,'right_tab_8_contact_title','Previous conferences available upon request.'),(30713,1677,'_right_tab_8_contact_title','field_56b4001eb0921'),(30714,1677,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(30715,1677,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(30716,1677,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(30717,1677,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(30718,1677,'right_tab_8_contact_values_0_link_type','mailto:'),(30719,1677,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(30720,1677,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(30721,1677,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(30722,1677,'right_tab_8_contact_values','1'),(30723,1677,'_right_tab_8_contact_values','field_56b3fde2ce062'),(30724,1677,'right_tab_2_items_list_repeater_0_title','European Investment Summit'),(30725,1677,'_right_tab_2_items_list_repeater_0_title','field_56b3fab14556e'),(30726,1677,'right_tab_2_items_list_repeater_0_description','Miami, 8-9 March 2017'),(30727,1677,'_right_tab_2_items_list_repeater_0_description','field_56b3fab14556f'),(30728,1677,'right_tab_2_items_list_repeater_1_title','European Investment Summit'),(30729,1677,'_right_tab_2_items_list_repeater_1_title','field_56b3fab14556e'),(30730,1677,'right_tab_2_items_list_repeater_1_description','Athens, 11-12 October 2017'),(30731,1677,'_right_tab_2_items_list_repeater_1_description','field_56b3fab14556f'),(30732,1677,'right_tab_2_items_list_repeater','2'),(30733,1677,'_right_tab_2_items_list_repeater','field_56b3fab14556d'),(30734,1677,'right_tab_3_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(30735,1677,'_right_tab_3_wysiwyg_editor','field_56b3fab14554e'),(30736,1677,'right_tab_4_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(30737,1677,'_right_tab_4_items_list_repeater_0_title','field_56b3fab14556e'),(30738,1677,'right_tab_4_items_list_repeater_0_description','London, 29 June 2016'),(30739,1677,'_right_tab_4_items_list_repeater_0_description','field_56b3fab14556f'),(30740,1677,'right_tab_4_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(30741,1677,'_right_tab_4_items_list_repeater_1_title','field_56b3fab14556e'),(30742,1677,'right_tab_4_items_list_repeater_1_description','London, 29 June 2016'),(30743,1677,'_right_tab_4_items_list_repeater_1_description','field_56b3fab14556f'),(30744,1677,'right_tab_4_items_list_repeater_2_title','Private Equity Buying into CEE'),(30745,1677,'_right_tab_4_items_list_repeater_2_title','field_56b3fab14556e'),(30746,1677,'right_tab_4_items_list_repeater_2_description','Prague, 16 March 2016'),(30747,1677,'_right_tab_4_items_list_repeater_2_description','field_56b3fab14556f'),(30748,1677,'right_tab_4_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(30749,1677,'_right_tab_4_items_list_repeater_3_title','field_56b3fab14556e'),(30750,1677,'right_tab_4_items_list_repeater_3_description','London, 9-10 March 2016'),(30751,1677,'_right_tab_4_items_list_repeater_3_description','field_56b3fab14556f'),(30752,1677,'right_tab_4_items_list_repeater','4'),(30753,1677,'_right_tab_4_items_list_repeater','field_56b3fab14556d'),(30754,1677,'right_tab_5_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(30755,1677,'_right_tab_5_wysiwyg_editor','field_56b3fab14554e'),(30756,1677,'right_tab_6_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(30757,1677,'_right_tab_6_items_list_repeater_0_title','field_56b3fab14556e'),(30758,1677,'right_tab_6_items_list_repeater_0_description','Frankfurt, October, 2015'),(30759,1677,'_right_tab_6_items_list_repeater_0_description','field_56b3fab14556f'),(30760,1677,'right_tab_6_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(30761,1677,'_right_tab_6_items_list_repeater_1_title','field_56b3fab14556e'),(30762,1677,'right_tab_6_items_list_repeater_1_description','Milan, October, 2015'),(30763,1677,'_right_tab_6_items_list_repeater_1_description','field_56b3fab14556f'),(30764,1677,'right_tab_6_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(30765,1677,'_right_tab_6_items_list_repeater_2_title','field_56b3fab14556e'),(30766,1677,'right_tab_6_items_list_repeater_2_description','London, September, 2015'),(30767,1677,'_right_tab_6_items_list_repeater_2_description','field_56b3fab14556f'),(30768,1677,'right_tab_6_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(30769,1677,'_right_tab_6_items_list_repeater_3_title','field_56b3fab14556e'),(30770,1677,'right_tab_6_items_list_repeater_3_description','Stockholm June, 2015'),(30771,1677,'_right_tab_6_items_list_repeater_3_description','field_56b3fab14556f'),(30772,1677,'right_tab_6_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(30773,1677,'_right_tab_6_items_list_repeater_4_title','field_56b3fab14556e'),(30774,1677,'right_tab_6_items_list_repeater_4_description','Madrid, May, 2015'),(30775,1677,'_right_tab_6_items_list_repeater_4_description','field_56b3fab14556f'),(30776,1677,'right_tab_6_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(30777,1677,'_right_tab_6_items_list_repeater_5_title','field_56b3fab14556e'),(30778,1677,'right_tab_6_items_list_repeater_5_description','Bucharest, April, 2015'),(30779,1677,'_right_tab_6_items_list_repeater_5_description','field_56b3fab14556f'),(30780,1677,'right_tab_6_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(30781,1677,'_right_tab_6_items_list_repeater_6_title','field_56b3fab14556e'),(30782,1677,'right_tab_6_items_list_repeater_6_description','London, January, 2015'),(30783,1677,'_right_tab_6_items_list_repeater_6_description','field_56b3fab14556f'),(30784,1677,'right_tab_6_items_list_repeater','7'),(30785,1677,'_right_tab_6_items_list_repeater','field_56b3fab14556d'),(30786,1677,'right_tab_7_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(30787,1677,'_right_tab_7_wysiwyg_editor','field_56b3fab14554e'),(30788,1677,'right_tab_8_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(30789,1677,'_right_tab_8_items_list_repeater_0_title','field_56b3fab14556e'),(30790,1677,'right_tab_8_items_list_repeater_0_description','Paris, April 2014'),(30791,1677,'_right_tab_8_items_list_repeater_0_description','field_56b3fab14556f'),(30792,1677,'right_tab_8_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(30793,1677,'_right_tab_8_items_list_repeater_1_title','field_56b3fab14556e'),(30794,1677,'right_tab_8_items_list_repeater_1_description','Bucharest, Jun 2014'),(30795,1677,'_right_tab_8_items_list_repeater_1_description','field_56b3fab14556f'),(30796,1677,'right_tab_8_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(30797,1677,'_right_tab_8_items_list_repeater_2_title','field_56b3fab14556e'),(30798,1677,'right_tab_8_items_list_repeater_2_description','Vienna, December 2014'),(30799,1677,'_right_tab_8_items_list_repeater_2_description','field_56b3fab14556f'),(30800,1677,'right_tab_8_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(30801,1677,'_right_tab_8_items_list_repeater_3_title','field_56b3fab14556e'),(30802,1677,'right_tab_8_items_list_repeater_3_description','London, October 2014'),(30803,1677,'_right_tab_8_items_list_repeater_3_description','field_56b3fab14556f'),(30804,1677,'right_tab_8_items_list_repeater','4'),(30805,1677,'_right_tab_8_items_list_repeater','field_56b3fab14556d'),(30806,1677,'right_tab_8_spacer','1'),(30807,1677,'_right_tab_8_spacer','field_56b3fab145570'),(30808,1677,'right_tab_9_contact_icon','icon-mail'),(30809,1677,'_right_tab_9_contact_icon','field_56b3fde2ce060'),(30810,1677,'right_tab_9_contact_title','Previous conferences available upon request.'),(30811,1677,'_right_tab_9_contact_title','field_56b4001eb0921'),(30812,1677,'right_tab_9_contact_values_0_contact_value_left','E-mail:'),(30813,1677,'_right_tab_9_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(30814,1677,'right_tab_9_contact_values_0_contact_value_right','info@innovationbrain.com'),(30815,1677,'_right_tab_9_contact_values_0_contact_value_right','field_56b3fefe543df'),(30816,1677,'right_tab_9_contact_values_0_link_type','mailto:'),(30817,1677,'_right_tab_9_contact_values_0_link_type','field_56b3fed6543dd'),(30818,1677,'right_tab_9_contact_values_0_link','info@innovationbrain.com'),(30819,1677,'_right_tab_9_contact_values_0_link','field_56b3fef2543de'),(30820,1677,'right_tab_9_contact_values','1'),(30821,1677,'_right_tab_9_contact_values','field_56b3fde2ce062'),(30832,58,'add_third_tab','0'),(30833,58,'_add_third_tab','field_57f54e889b77c'),(30834,58,'third_tab_name',''),(30835,58,'_third_tab_name','field_57f54ea19b77d'),(30836,58,'third_tab',''),(30837,58,'_third_tab','field_57f54ec39b77e'),(30838,1678,'builder','a:0:{}'),(30839,1678,'_builder','field_56b276ce702ac'),(30840,1678,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(30841,1678,'_left_tab','field_56b36c6deeda0'),(30842,1678,'add_second_tab','1'),(30843,1678,'_add_second_tab','field_56b36ca9eeda2'),(30844,1678,'right_tab','a:3:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";i:2;s:9:\"bio_block\";}'),(30845,1678,'_right_tab','field_56b3fab04554d'),(30846,1678,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(30847,1678,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(30848,1678,'left_tab_0_spacer','1'),(30849,1678,'_left_tab_0_spacer','field_56b371c577c8c'),(30850,1678,'left_tab_1_circle1','icon-grid'),(30851,1678,'_left_tab_1_circle1','field_56b3dc86da039'),(30852,1678,'left_tab_1_circle2','icon-turnaround'),(30853,1678,'_left_tab_1_circle2','field_56b3dc86da03a'),(30854,1678,'left_tab_1_circle3','icon-masonery'),(30855,1678,'_left_tab_1_circle3','field_56b3dc86da03b'),(30856,1678,'left_tab_1_circle1_label','Restructuring'),(30857,1678,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(30858,1678,'left_tab_1_circle2_label','Turnaround'),(30859,1678,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(30860,1678,'left_tab_1_circle3_label','Innovation'),(30861,1678,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(30862,1678,'left_tab_1_spacer','1'),(30863,1678,'_left_tab_1_spacer','field_56b3dc86da042'),(30864,1678,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(30865,1678,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(30866,1678,'left_tab_2_spacer','1'),(30867,1678,'_left_tab_2_spacer','field_56b371c577c8c'),(30868,1678,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(30869,1678,'_left_tab_3_image','field_56b373f3b6e44'),(30870,1678,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(30871,1678,'_left_tab_3_title','field_56b373afb6e42'),(30872,1678,'left_tab_3_button_label','Download PDF (312 kb)'),(30873,1678,'_left_tab_3_button_label','field_56b373ceb6e43'),(30874,1678,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(30875,1678,'_left_tab_3_button_link','field_56b374ff0ad17'),(30876,1678,'left_tab_name','Company'),(30877,1678,'_left_tab_name','field_56b3976017dce'),(30878,1678,'right_tab_name','People'),(30879,1678,'_right_tab_name','field_56b3978117dcf'),(30880,1678,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(30881,1678,'_right_tab_0_image','field_56b3fab145571'),(30882,1678,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(30883,1678,'_right_tab_0_content','field_56b3fab145572'),(30884,1678,'right_tab_0_button_label','Download VCard'),(30885,1678,'_right_tab_0_button_label','field_56b3fab145573'),(30886,1678,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(30887,1678,'_right_tab_0_button_link','field_56b3fab145574'),(30888,1678,'right_tab_0_spacer','1'),(30889,1678,'_right_tab_0_spacer','field_56b3fab145575'),(30890,1678,'right_tab_1_contact_title','Please feel free to contact us:'),(30891,1678,'_right_tab_1_contact_title','field_56b4001eb0921'),(30892,1678,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(30893,1678,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(30894,1678,'right_tab_1_contact_values_0_contact_value_right',''),(30895,1678,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(30896,1678,'right_tab_1_contact_values_0_link',''),(30897,1678,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(30898,1678,'right_tab_1_contact_values_0_link_type',''),(30899,1678,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(30900,1678,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(30901,1678,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(30902,1678,'right_tab_1_contact_values_1_contact_value_right',''),(30903,1678,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(30904,1678,'right_tab_1_contact_values_1_link',''),(30905,1678,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(30906,1678,'right_tab_1_contact_values_1_link_type',''),(30907,1678,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(30908,1678,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(30909,1678,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(30910,1678,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(30911,1678,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(30912,1678,'right_tab_1_contact_values_2_link','+41793107090'),(30913,1678,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(30914,1678,'right_tab_1_contact_values_2_link_type','tel:'),(30915,1678,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(30916,1678,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(30917,1678,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(30918,1678,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(30919,1678,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(30920,1678,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(30921,1678,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(30922,1678,'right_tab_1_contact_values_3_link_type','mailto:'),(30923,1678,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(30924,1678,'right_tab_1_contact_icon','icon-mail'),(30925,1678,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(30926,1678,'right_tab_1_contact_values','4'),(30927,1678,'_right_tab_1_contact_values','field_56b3fde2ce062'),(30928,1678,'right_tab_2_image',''),(30929,1678,'_right_tab_2_image','field_56b3fab145571'),(30930,1678,'right_tab_2_content','Herbert Oelke\r\n<span style=\"color: #00ccff;\">Director</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nHerbert has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries, including construction, engineering, retail, chemical production, automotive, IT-services, renewable energy and distribution.\r\n\r\nHe lead the restructuring of various East German pubic housing and utility companies and the sale of a € 500m project portfolio of Q-Cells.'),(30931,1678,'_right_tab_2_content','field_56b3fab145572'),(30932,1678,'right_tab_2_button_label',''),(30933,1678,'_right_tab_2_button_label','field_56b3fab145573'),(30934,1678,'right_tab_2_button_link',''),(30935,1678,'_right_tab_2_button_link','field_56b3fab145574'),(30936,1678,'right_tab_2_spacer','1'),(30937,1678,'_right_tab_2_spacer','field_56b3fab145575'),(30938,1678,'add_third_tab','0'),(30939,1678,'_add_third_tab','field_57f54e889b77c'),(30940,1678,'third_tab_name',''),(30941,1678,'_third_tab_name','field_57f54ea19b77d'),(30942,1678,'third_tab',''),(30943,1678,'_third_tab','field_57f54ec39b77e'),(30966,1679,'builder','a:0:{}'),(30967,1679,'_builder','field_56b276ce702ac'),(30968,1679,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(30969,1679,'_left_tab','field_56b36c6deeda0'),(30970,1679,'add_second_tab','1'),(30971,1679,'_add_second_tab','field_56b36ca9eeda2'),(30972,1679,'right_tab','a:4:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";i:2;s:9:\"bio_block\";i:3;s:13:\"contact_block\";}'),(30973,1679,'_right_tab','field_56b3fab04554d'),(30974,1679,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(30975,1679,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(30976,1679,'left_tab_0_spacer','1'),(30977,1679,'_left_tab_0_spacer','field_56b371c577c8c'),(30978,1679,'left_tab_1_circle1','icon-grid'),(30979,1679,'_left_tab_1_circle1','field_56b3dc86da039'),(30980,1679,'left_tab_1_circle2','icon-turnaround'),(30981,1679,'_left_tab_1_circle2','field_56b3dc86da03a'),(30982,1679,'left_tab_1_circle3','icon-masonery'),(30983,1679,'_left_tab_1_circle3','field_56b3dc86da03b'),(30984,1679,'left_tab_1_circle1_label','Restructuring'),(30985,1679,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(30986,1679,'left_tab_1_circle2_label','Turnaround'),(30987,1679,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(30988,1679,'left_tab_1_circle3_label','Innovation'),(30989,1679,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(30990,1679,'left_tab_1_spacer','1'),(30991,1679,'_left_tab_1_spacer','field_56b3dc86da042'),(30992,1679,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(30993,1679,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(30994,1679,'left_tab_2_spacer','1'),(30995,1679,'_left_tab_2_spacer','field_56b371c577c8c'),(30996,1679,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(30997,1679,'_left_tab_3_image','field_56b373f3b6e44'),(30998,1679,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(30999,1679,'_left_tab_3_title','field_56b373afb6e42'),(31000,1679,'left_tab_3_button_label','Download PDF (312 kb)'),(31001,1679,'_left_tab_3_button_label','field_56b373ceb6e43'),(31002,1679,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(31003,1679,'_left_tab_3_button_link','field_56b374ff0ad17'),(31004,1679,'left_tab_name','Company'),(31005,1679,'_left_tab_name','field_56b3976017dce'),(31006,1679,'right_tab_name','People'),(31007,1679,'_right_tab_name','field_56b3978117dcf'),(31008,1679,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(31009,1679,'_right_tab_0_image','field_56b3fab145571'),(31010,1679,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(31011,1679,'_right_tab_0_content','field_56b3fab145572'),(31012,1679,'right_tab_0_button_label','Download VCard'),(31013,1679,'_right_tab_0_button_label','field_56b3fab145573'),(31014,1679,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(31015,1679,'_right_tab_0_button_link','field_56b3fab145574'),(31016,1679,'right_tab_0_spacer','1'),(31017,1679,'_right_tab_0_spacer','field_56b3fab145575'),(31018,1679,'right_tab_1_contact_title','Please feel free to contact me:'),(31019,1679,'_right_tab_1_contact_title','field_56b4001eb0921'),(31020,1679,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(31021,1679,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(31022,1679,'right_tab_1_contact_values_0_contact_value_right',''),(31023,1679,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(31024,1679,'right_tab_1_contact_values_0_link',''),(31025,1679,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(31026,1679,'right_tab_1_contact_values_0_link_type',''),(31027,1679,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(31028,1679,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(31029,1679,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(31030,1679,'right_tab_1_contact_values_1_contact_value_right',''),(31031,1679,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(31032,1679,'right_tab_1_contact_values_1_link',''),(31033,1679,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(31034,1679,'right_tab_1_contact_values_1_link_type',''),(31035,1679,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(31036,1679,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(31037,1679,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(31038,1679,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(31039,1679,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(31040,1679,'right_tab_1_contact_values_2_link','+41793107090'),(31041,1679,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(31042,1679,'right_tab_1_contact_values_2_link_type','tel:'),(31043,1679,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(31044,1679,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(31045,1679,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(31046,1679,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(31047,1679,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(31048,1679,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(31049,1679,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(31050,1679,'right_tab_1_contact_values_3_link_type','mailto:'),(31051,1679,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(31052,1679,'right_tab_1_contact_icon','icon-mail'),(31053,1679,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(31054,1679,'right_tab_1_contact_values','4'),(31055,1679,'_right_tab_1_contact_values','field_56b3fde2ce062'),(31056,1679,'right_tab_2_image',''),(31057,1679,'_right_tab_2_image','field_56b3fab145571'),(31058,1679,'right_tab_2_content','Herbert Oelke\r\n<span style=\"color: #00ccff;\">Director</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nHerbert has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries, including construction, engineering, retail, chemical production, automotive, IT-services, renewable energy and distribution.\r\n\r\nHe lead the restructuring of various East German pubic housing and utility companies and the sale of a € 500m project portfolio of Q-Cells.'),(31059,1679,'_right_tab_2_content','field_56b3fab145572'),(31060,1679,'right_tab_2_button_label',''),(31061,1679,'_right_tab_2_button_label','field_56b3fab145573'),(31062,1679,'right_tab_2_button_link',''),(31063,1679,'_right_tab_2_button_link','field_56b3fab145574'),(31064,1679,'right_tab_2_spacer','1'),(31065,1679,'_right_tab_2_spacer','field_56b3fab145575'),(31066,1679,'add_third_tab','0'),(31067,1679,'_add_third_tab','field_57f54e889b77c'),(31068,1679,'third_tab_name',''),(31069,1679,'_third_tab_name','field_57f54ea19b77d'),(31070,1679,'third_tab',''),(31071,1679,'_third_tab','field_57f54ec39b77e'),(31072,1679,'right_tab_3_contact_icon','icon-mail'),(31073,1679,'_right_tab_3_contact_icon','field_56b3fde2ce060'),(31074,1679,'right_tab_3_contact_title','Please feel free to contact me:'),(31075,1679,'_right_tab_3_contact_title','field_56b4001eb0921'),(31076,1679,'right_tab_3_contact_values_0_contact_value_left','Nicosia, Cyprus'),(31077,1679,'_right_tab_3_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(31078,1679,'right_tab_3_contact_values_0_contact_value_right',''),(31079,1679,'_right_tab_3_contact_values_0_contact_value_right','field_56b3fefe543df'),(31080,1679,'right_tab_3_contact_values_0_link_type',''),(31081,1679,'_right_tab_3_contact_values_0_link_type','field_56b3fed6543dd'),(31082,1679,'right_tab_3_contact_values_0_link',''),(31083,1679,'_right_tab_3_contact_values_0_link','field_56b3fef2543de'),(31084,1679,'right_tab_3_contact_values_1_contact_value_left','Herbert Oelke'),(31085,1679,'_right_tab_3_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(31086,1679,'right_tab_3_contact_values_1_contact_value_right',''),(31087,1679,'_right_tab_3_contact_values_1_contact_value_right','field_56b3fefe543df'),(31088,1679,'right_tab_3_contact_values_1_link_type',''),(31089,1679,'_right_tab_3_contact_values_1_link_type','field_56b3fed6543dd'),(31090,1679,'right_tab_3_contact_values_1_link',''),(31091,1679,'_right_tab_3_contact_values_1_link','field_56b3fef2543de'),(31092,1679,'right_tab_3_contact_values','2'),(31093,1679,'_right_tab_3_contact_values','field_56b3fde2ce062'),(31110,1680,'builder','a:0:{}'),(31111,1680,'_builder','field_56b276ce702ac'),(31112,1680,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(31113,1680,'_left_tab','field_56b36c6deeda0'),(31114,1680,'add_second_tab','1'),(31115,1680,'_add_second_tab','field_56b36ca9eeda2'),(31116,1680,'right_tab','a:4:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";i:2;s:9:\"bio_block\";i:3;s:13:\"contact_block\";}'),(31117,1680,'_right_tab','field_56b3fab04554d'),(31118,1680,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(31119,1680,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(31120,1680,'left_tab_0_spacer','1'),(31121,1680,'_left_tab_0_spacer','field_56b371c577c8c'),(31122,1680,'left_tab_1_circle1','icon-grid'),(31123,1680,'_left_tab_1_circle1','field_56b3dc86da039'),(31124,1680,'left_tab_1_circle2','icon-turnaround'),(31125,1680,'_left_tab_1_circle2','field_56b3dc86da03a'),(31126,1680,'left_tab_1_circle3','icon-masonery'),(31127,1680,'_left_tab_1_circle3','field_56b3dc86da03b'),(31128,1680,'left_tab_1_circle1_label','Restructuring'),(31129,1680,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(31130,1680,'left_tab_1_circle2_label','Turnaround'),(31131,1680,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(31132,1680,'left_tab_1_circle3_label','Innovation'),(31133,1680,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(31134,1680,'left_tab_1_spacer','1'),(31135,1680,'_left_tab_1_spacer','field_56b3dc86da042'),(31136,1680,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(31137,1680,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(31138,1680,'left_tab_2_spacer','1'),(31139,1680,'_left_tab_2_spacer','field_56b371c577c8c'),(31140,1680,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(31141,1680,'_left_tab_3_image','field_56b373f3b6e44'),(31142,1680,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(31143,1680,'_left_tab_3_title','field_56b373afb6e42'),(31144,1680,'left_tab_3_button_label','Download PDF (312 kb)'),(31145,1680,'_left_tab_3_button_label','field_56b373ceb6e43'),(31146,1680,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(31147,1680,'_left_tab_3_button_link','field_56b374ff0ad17'),(31148,1680,'left_tab_name','Company'),(31149,1680,'_left_tab_name','field_56b3976017dce'),(31150,1680,'right_tab_name','People'),(31151,1680,'_right_tab_name','field_56b3978117dcf'),(31152,1680,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(31153,1680,'_right_tab_0_image','field_56b3fab145571'),(31154,1680,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(31155,1680,'_right_tab_0_content','field_56b3fab145572'),(31156,1680,'right_tab_0_button_label','Download VCard'),(31157,1680,'_right_tab_0_button_label','field_56b3fab145573'),(31158,1680,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(31159,1680,'_right_tab_0_button_link','field_56b3fab145574'),(31160,1680,'right_tab_0_spacer','1'),(31161,1680,'_right_tab_0_spacer','field_56b3fab145575'),(31162,1680,'right_tab_1_contact_title','Please feel free to contact me:'),(31163,1680,'_right_tab_1_contact_title','field_56b4001eb0921'),(31164,1680,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(31165,1680,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(31166,1680,'right_tab_1_contact_values_0_contact_value_right',''),(31167,1680,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(31168,1680,'right_tab_1_contact_values_0_link',''),(31169,1680,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(31170,1680,'right_tab_1_contact_values_0_link_type',''),(31171,1680,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(31172,1680,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(31173,1680,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(31174,1680,'right_tab_1_contact_values_1_contact_value_right',''),(31175,1680,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(31176,1680,'right_tab_1_contact_values_1_link',''),(31177,1680,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(31178,1680,'right_tab_1_contact_values_1_link_type',''),(31179,1680,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(31180,1680,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(31181,1680,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(31182,1680,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(31183,1680,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(31184,1680,'right_tab_1_contact_values_2_link','+41793107090'),(31185,1680,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(31186,1680,'right_tab_1_contact_values_2_link_type','tel:'),(31187,1680,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(31188,1680,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(31189,1680,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(31190,1680,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(31191,1680,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(31192,1680,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(31193,1680,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(31194,1680,'right_tab_1_contact_values_3_link_type','mailto:'),(31195,1680,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(31196,1680,'right_tab_1_contact_icon','icon-mail'),(31197,1680,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(31198,1680,'right_tab_1_contact_values','4'),(31199,1680,'_right_tab_1_contact_values','field_56b3fde2ce062'),(31200,1680,'right_tab_2_image',''),(31201,1680,'_right_tab_2_image','field_56b3fab145571'),(31202,1680,'right_tab_2_content','Herbert Oelke\r\n<span style=\"color: #00ccff;\">Director</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nHerbert has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries, including construction, engineering, retail, chemical production, automotive, IT-services, renewable energy and distribution.\r\n\r\nHe lead the restructuring of various East German pubic housing and utility companies and the sale of a € 500m project portfolio of Q-Cells.'),(31203,1680,'_right_tab_2_content','field_56b3fab145572'),(31204,1680,'right_tab_2_button_label',''),(31205,1680,'_right_tab_2_button_label','field_56b3fab145573'),(31206,1680,'right_tab_2_button_link',''),(31207,1680,'_right_tab_2_button_link','field_56b3fab145574'),(31208,1680,'right_tab_2_spacer','1'),(31209,1680,'_right_tab_2_spacer','field_56b3fab145575'),(31210,1680,'add_third_tab','0'),(31211,1680,'_add_third_tab','field_57f54e889b77c'),(31212,1680,'third_tab_name',''),(31213,1680,'_third_tab_name','field_57f54ea19b77d'),(31214,1680,'third_tab',''),(31215,1680,'_third_tab','field_57f54ec39b77e'),(31216,1680,'right_tab_3_contact_icon','icon-mail'),(31217,1680,'_right_tab_3_contact_icon','field_56b3fde2ce060'),(31218,1680,'right_tab_3_contact_title','Please feel free to contact me:'),(31219,1680,'_right_tab_3_contact_title','field_56b4001eb0921'),(31220,1680,'right_tab_3_contact_values_0_contact_value_left','Nicosia, Cyprus'),(31221,1680,'_right_tab_3_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(31222,1680,'right_tab_3_contact_values_0_contact_value_right',''),(31223,1680,'_right_tab_3_contact_values_0_contact_value_right','field_56b3fefe543df'),(31224,1680,'right_tab_3_contact_values_0_link_type',''),(31225,1680,'_right_tab_3_contact_values_0_link_type','field_56b3fed6543dd'),(31226,1680,'right_tab_3_contact_values_0_link',''),(31227,1680,'_right_tab_3_contact_values_0_link','field_56b3fef2543de'),(31228,1680,'right_tab_3_contact_values_1_contact_value_left','Herbert Oelke'),(31229,1680,'_right_tab_3_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(31230,1680,'right_tab_3_contact_values_1_contact_value_right',''),(31231,1680,'_right_tab_3_contact_values_1_contact_value_right','field_56b3fefe543df'),(31232,1680,'right_tab_3_contact_values_1_link_type',''),(31233,1680,'_right_tab_3_contact_values_1_link_type','field_56b3fed6543dd'),(31234,1680,'right_tab_3_contact_values_1_link',''),(31235,1680,'_right_tab_3_contact_values_1_link','field_56b3fef2543de'),(31236,1680,'right_tab_3_contact_values','4'),(31237,1680,'_right_tab_3_contact_values','field_56b3fde2ce062'),(31238,1680,'right_tab_3_contact_values_2_contact_value_left','Tel'),(31239,1680,'_right_tab_3_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(31240,1680,'right_tab_3_contact_values_2_contact_value_right','(+357) 97 71 12 78 (Cyprus)'),(31241,1680,'_right_tab_3_contact_values_2_contact_value_right','field_56b3fefe543df'),(31242,1680,'right_tab_3_contact_values_2_link_type','tel:'),(31243,1680,'_right_tab_3_contact_values_2_link_type','field_56b3fed6543dd'),(31244,1680,'right_tab_3_contact_values_2_link',''),(31245,1680,'_right_tab_3_contact_values_2_link','field_56b3fef2543de'),(31246,1680,'right_tab_3_contact_values_3_contact_value_left','Email: '),(31247,1680,'_right_tab_3_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(31248,1680,'right_tab_3_contact_values_3_contact_value_right','herbert.oelke@innovationbrain.com'),(31249,1680,'_right_tab_3_contact_values_3_contact_value_right','field_56b3fefe543df'),(31250,1680,'right_tab_3_contact_values_3_link_type','mailto:'),(31251,1680,'_right_tab_3_contact_values_3_link_type','field_56b3fed6543dd'),(31252,1680,'right_tab_3_contact_values_3_link',''),(31253,1680,'_right_tab_3_contact_values_3_link','field_56b3fef2543de'),(31266,1683,'cases_repeater_0_cases_title','- Largest Greek Bank'),(31267,1683,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(31268,1683,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(31269,1683,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(31270,1683,'cases_repeater_0_icon','icon-bullseye-small'),(31271,1683,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(31272,1683,'cases_repeater_0_cases_icon_title','Financial services'),(31273,1683,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(31274,1683,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(31275,1683,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(31276,1683,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(31277,1683,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(31278,1683,'cases_repeater_1_icon','icon-progress-small'),(31279,1683,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(31280,1683,'cases_repeater_1_cases_icon_title','Commodities'),(31281,1683,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(31282,1683,'cases_repeater','3'),(31283,1683,'_cases_repeater','field_56b25d0cd2fed'),(31284,1683,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(31285,1683,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(31286,1683,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(31287,1683,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(31288,1683,'cases_repeater_2_icon','icon-pill-small'),(31289,1683,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(31290,1683,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(31291,1683,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(31292,1683,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(31293,1683,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(31294,1683,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(31295,1683,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(31296,1683,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(31297,1683,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(31298,1683,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(31299,1683,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(31300,1683,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(31301,1683,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(31302,1683,'conferences_repeater_2_conference_place_and_date','September, 2015'),(31303,1683,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(31304,1683,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(31305,1683,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(31306,1683,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(31307,1683,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(31308,1683,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(31309,1683,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(31310,1683,'conferences_repeater_4_conference_place_and_date','May, 2015'),(31311,1683,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(31312,1683,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(31313,1683,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(31314,1683,'conferences_repeater_5_conference_place_and_date','April, 2015'),(31315,1683,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(31316,1683,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(31317,1683,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(31318,1683,'conferences_repeater_6_conference_place_and_date','January, 2015'),(31319,1683,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(31320,1683,'conferences_repeater','7'),(31321,1683,'_conferences_repeater','field_56b28bd340c44'),(31322,1683,'conferences_contact','Previous conferences available upon request'),(31323,1683,'_conferences_contact','field_56b3451c304a4'),(31324,1683,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(31325,1683,'_conferences_contact_mail','field_56b3453c304a5'),(31326,1683,'conferences_icon','icon-mail'),(31327,1683,'_conferences_icon','field_56b347cd8f381'),(31328,1683,'conferences_contact_text','Previous conferences available upon request'),(31329,1683,'_conferences_contact_text','field_56b3451c304a4'),(31330,1683,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(31331,1683,'_left_tab','field_56b36c6deeda0'),(31332,1683,'add_second_tab','1'),(31333,1683,'_add_second_tab','field_56b36ca9eeda2'),(31334,1683,'right_tab','a:10:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:16:\"items_list_block\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:16:\"items_list_block\";i:5;s:20:\"wysiwyg_editor_block\";i:6;s:16:\"items_list_block\";i:7;s:20:\"wysiwyg_editor_block\";i:8;s:16:\"items_list_block\";i:9;s:13:\"contact_block\";}'),(31335,1683,'_right_tab','field_56b3fab04554d'),(31336,1683,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(31337,1683,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(31338,1683,'left_tab_0_spacer','0'),(31339,1683,'_left_tab_0_spacer','field_56b371c577c8c'),(31340,1683,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(31341,1683,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(31342,1683,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(31343,1683,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(31344,1683,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(31345,1683,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(31346,1683,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(31347,1683,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(31348,1683,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(31349,1683,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(31350,1683,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(31351,1683,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(31352,1683,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(31353,1683,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(31354,1683,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(31355,1683,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(31356,1683,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(31357,1683,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(31358,1683,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(31359,1683,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(31360,1683,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(31361,1683,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(31362,1683,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(31363,1683,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(31364,1683,'left_tab_1_cases_repeater','3'),(31365,1683,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(31366,1683,'left_tab_1_spacer','0'),(31367,1683,'_left_tab_1_spacer','field_56b3f001dbf09'),(31368,1683,'left_tab_name','Cases'),(31369,1683,'_left_tab_name','field_56b3976017dce'),(31370,1683,'right_tab_name','Conferences'),(31371,1683,'_right_tab_name','field_56b3978117dcf'),(31372,1683,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2017</h3>'),(31373,1683,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(31374,1683,'right_tab_0_spacer','1'),(31375,1683,'_right_tab_0_spacer','field_56b3fab14554f'),(31376,1683,'right_tab_1_items_list_repeater_0_title','Resolving NPLs in SEE'),(31377,1683,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(31378,1683,'right_tab_1_items_list_repeater_0_description','Belgrade, 20 October 2017'),(31379,1683,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(31380,1683,'right_tab_1_items_list_repeater','1'),(31381,1683,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(31382,1683,'right_tab_1_spacer','1'),(31383,1683,'_right_tab_1_spacer','field_56b3fab145570'),(31384,1683,'right_tab_2_contact_icon','icon-mail'),(31385,1683,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(31386,1683,'right_tab_2_contact_title','Previous conferences available upon request.'),(31387,1683,'_right_tab_2_contact_title','field_56b4001eb0921'),(31388,1683,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(31389,1683,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(31390,1683,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(31391,1683,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(31392,1683,'right_tab_2_contact_values_0_link_type','mailto:'),(31393,1683,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(31394,1683,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(31395,1683,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(31396,1683,'right_tab_2_contact_values','1'),(31397,1683,'_right_tab_2_contact_values','field_56b3fde2ce062'),(31398,1683,'add_third_tab','1'),(31399,1683,'_add_third_tab','field_57f54e889b77c'),(31400,1683,'third_tab_name','Upcoming Events'),(31401,1683,'_third_tab_name','field_57f54ea19b77d'),(31402,1683,'third_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:16:\"items_list_block\";}'),(31403,1683,'_third_tab','field_57f54ec39b77e'),(31404,1683,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(31405,1683,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(31406,1683,'right_tab_2_spacer','1'),(31407,1683,'_right_tab_2_spacer','field_56b3fab145570'),(31408,1683,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(31409,1683,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(31410,1683,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(31411,1683,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(31412,1683,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(31413,1683,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(31414,1683,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(31415,1683,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(31416,1683,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(31417,1683,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(31418,1683,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(31419,1683,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(31420,1683,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(31421,1683,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(31422,1683,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(31423,1683,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(31424,1683,'right_tab_3_items_list_repeater','4'),(31425,1683,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(31426,1683,'right_tab_3_spacer','1'),(31427,1683,'_right_tab_3_spacer','field_56b3fab14554f'),(31428,1683,'right_tab_4_contact_icon','icon-mail'),(31429,1683,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(31430,1683,'right_tab_4_contact_title','Previous conferences available upon request.'),(31431,1683,'_right_tab_4_contact_title','field_56b4001eb0921'),(31432,1683,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(31433,1683,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(31434,1683,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(31435,1683,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(31436,1683,'right_tab_4_contact_values_0_link_type','mailto:'),(31437,1683,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(31438,1683,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(31439,1683,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(31440,1683,'right_tab_4_contact_values','1'),(31441,1683,'_right_tab_4_contact_values','field_56b3fde2ce062'),(31442,1683,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(31443,1683,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(31444,1683,'right_tab_4_spacer','0'),(31445,1683,'_right_tab_4_spacer','field_56b3fab145570'),(31446,1683,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(31447,1683,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(31448,1683,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(31449,1683,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(31450,1683,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(31451,1683,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(31452,1683,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(31453,1683,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(31454,1683,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(31455,1683,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(31456,1683,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(31457,1683,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(31458,1683,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(31459,1683,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(31460,1683,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(31461,1683,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(31462,1683,'right_tab_5_items_list_repeater','7'),(31463,1683,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(31464,1683,'right_tab_5_spacer','1'),(31465,1683,'_right_tab_5_spacer','field_56b3fab14554f'),(31466,1683,'right_tab_6_contact_icon','icon-mail'),(31467,1683,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(31468,1683,'right_tab_6_contact_title','Previous conferences available upon request.'),(31469,1683,'_right_tab_6_contact_title','field_56b4001eb0921'),(31470,1683,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(31471,1683,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(31472,1683,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(31473,1683,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(31474,1683,'right_tab_6_contact_values_0_link_type','mailto:'),(31475,1683,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(31476,1683,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(31477,1683,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(31478,1683,'right_tab_6_contact_values','1'),(31479,1683,'_right_tab_6_contact_values','field_56b3fde2ce062'),(31480,1683,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2017</h3>'),(31481,1683,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(31482,1683,'third_tab_0_spacer','1'),(31483,1683,'_third_tab_0_spacer','field_57f54ec49b780'),(31484,1683,'third_tab_1_items_list_repeater','1'),(31485,1683,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(31486,1683,'third_tab_1_spacer','1'),(31487,1683,'_third_tab_1_spacer','field_57f54ec49b7a1'),(31488,1683,'third_tab_1_items_list_repeater_0_title','Capital Connection'),(31489,1683,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(31490,1683,'third_tab_1_items_list_repeater_0_description','London, 6 December 2017'),(31491,1683,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(31492,1683,'third_tab_2_contact_icon','icon-mail'),(31493,1683,'_third_tab_2_contact_icon','field_58568c5a91b24'),(31494,1683,'third_tab_2_contact_title','Previous conferences available upon request.'),(31495,1683,'_third_tab_2_contact_title','field_58568c7791b25'),(31496,1683,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(31497,1683,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(31498,1683,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(31499,1683,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(31500,1683,'third_tab_2_contact_values_0_link_type','mailto:'),(31501,1683,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(31502,1683,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(31503,1683,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(31504,1683,'third_tab_2_contact_values','1'),(31505,1683,'_third_tab_2_contact_values','field_58568c1091b1d'),(31506,1683,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(31507,1683,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(31508,1683,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(31509,1683,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(31510,1683,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(31511,1683,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(31512,1683,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(31513,1683,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(31514,1683,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(31515,1683,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(31516,1683,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(31517,1683,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(31518,1683,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(31519,1683,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(31520,1683,'right_tab_6_spacer','0'),(31521,1683,'_right_tab_6_spacer','field_56b3fab145570'),(31522,1683,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(31523,1683,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(31524,1683,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(31525,1683,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(31526,1683,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(31527,1683,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(31528,1683,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(31529,1683,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(31530,1683,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(31531,1683,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(31532,1683,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(31533,1683,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(31534,1683,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(31535,1683,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(31536,1683,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(31537,1683,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(31538,1683,'right_tab_7_items_list_repeater','4'),(31539,1683,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(31540,1683,'right_tab_7_spacer','1'),(31541,1683,'_right_tab_7_spacer','field_56b3fab14554f'),(31542,1683,'right_tab_8_contact_icon','icon-mail'),(31543,1683,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(31544,1683,'right_tab_8_contact_title','Previous conferences available upon request.'),(31545,1683,'_right_tab_8_contact_title','field_56b4001eb0921'),(31546,1683,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(31547,1683,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(31548,1683,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(31549,1683,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(31550,1683,'right_tab_8_contact_values_0_link_type','mailto:'),(31551,1683,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(31552,1683,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(31553,1683,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(31554,1683,'right_tab_8_contact_values','1'),(31555,1683,'_right_tab_8_contact_values','field_56b3fde2ce062'),(31556,1683,'right_tab_2_items_list_repeater_0_title','European Investment Summit'),(31557,1683,'_right_tab_2_items_list_repeater_0_title','field_56b3fab14556e'),(31558,1683,'right_tab_2_items_list_repeater_0_description','Miami, 8-9 March 2017'),(31559,1683,'_right_tab_2_items_list_repeater_0_description','field_56b3fab14556f'),(31560,1683,'right_tab_2_items_list_repeater_1_title','European Investment Summit'),(31561,1683,'_right_tab_2_items_list_repeater_1_title','field_56b3fab14556e'),(31562,1683,'right_tab_2_items_list_repeater_1_description','Athens, 11-12 October 2017'),(31563,1683,'_right_tab_2_items_list_repeater_1_description','field_56b3fab14556f'),(31564,1683,'right_tab_2_items_list_repeater','2'),(31565,1683,'_right_tab_2_items_list_repeater','field_56b3fab14556d'),(31566,1683,'right_tab_3_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(31567,1683,'_right_tab_3_wysiwyg_editor','field_56b3fab14554e'),(31568,1683,'right_tab_4_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(31569,1683,'_right_tab_4_items_list_repeater_0_title','field_56b3fab14556e'),(31570,1683,'right_tab_4_items_list_repeater_0_description','London, 29 June 2016'),(31571,1683,'_right_tab_4_items_list_repeater_0_description','field_56b3fab14556f'),(31572,1683,'right_tab_4_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(31573,1683,'_right_tab_4_items_list_repeater_1_title','field_56b3fab14556e'),(31574,1683,'right_tab_4_items_list_repeater_1_description','London, 29 June 2016'),(31575,1683,'_right_tab_4_items_list_repeater_1_description','field_56b3fab14556f'),(31576,1683,'right_tab_4_items_list_repeater_2_title','Private Equity Buying into CEE'),(31577,1683,'_right_tab_4_items_list_repeater_2_title','field_56b3fab14556e'),(31578,1683,'right_tab_4_items_list_repeater_2_description','Prague, 16 March 2016'),(31579,1683,'_right_tab_4_items_list_repeater_2_description','field_56b3fab14556f'),(31580,1683,'right_tab_4_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(31581,1683,'_right_tab_4_items_list_repeater_3_title','field_56b3fab14556e'),(31582,1683,'right_tab_4_items_list_repeater_3_description','London, 9-10 March 2016'),(31583,1683,'_right_tab_4_items_list_repeater_3_description','field_56b3fab14556f'),(31584,1683,'right_tab_4_items_list_repeater','4'),(31585,1683,'_right_tab_4_items_list_repeater','field_56b3fab14556d'),(31586,1683,'right_tab_5_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(31587,1683,'_right_tab_5_wysiwyg_editor','field_56b3fab14554e'),(31588,1683,'right_tab_6_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(31589,1683,'_right_tab_6_items_list_repeater_0_title','field_56b3fab14556e'),(31590,1683,'right_tab_6_items_list_repeater_0_description','Frankfurt, October, 2015'),(31591,1683,'_right_tab_6_items_list_repeater_0_description','field_56b3fab14556f'),(31592,1683,'right_tab_6_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(31593,1683,'_right_tab_6_items_list_repeater_1_title','field_56b3fab14556e'),(31594,1683,'right_tab_6_items_list_repeater_1_description','Milan, October, 2015'),(31595,1683,'_right_tab_6_items_list_repeater_1_description','field_56b3fab14556f'),(31596,1683,'right_tab_6_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(31597,1683,'_right_tab_6_items_list_repeater_2_title','field_56b3fab14556e'),(31598,1683,'right_tab_6_items_list_repeater_2_description','London, September, 2015'),(31599,1683,'_right_tab_6_items_list_repeater_2_description','field_56b3fab14556f'),(31600,1683,'right_tab_6_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(31601,1683,'_right_tab_6_items_list_repeater_3_title','field_56b3fab14556e'),(31602,1683,'right_tab_6_items_list_repeater_3_description','Stockholm June, 2015'),(31603,1683,'_right_tab_6_items_list_repeater_3_description','field_56b3fab14556f'),(31604,1683,'right_tab_6_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(31605,1683,'_right_tab_6_items_list_repeater_4_title','field_56b3fab14556e'),(31606,1683,'right_tab_6_items_list_repeater_4_description','Madrid, May, 2015'),(31607,1683,'_right_tab_6_items_list_repeater_4_description','field_56b3fab14556f'),(31608,1683,'right_tab_6_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(31609,1683,'_right_tab_6_items_list_repeater_5_title','field_56b3fab14556e'),(31610,1683,'right_tab_6_items_list_repeater_5_description','Bucharest, April, 2015'),(31611,1683,'_right_tab_6_items_list_repeater_5_description','field_56b3fab14556f'),(31612,1683,'right_tab_6_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(31613,1683,'_right_tab_6_items_list_repeater_6_title','field_56b3fab14556e'),(31614,1683,'right_tab_6_items_list_repeater_6_description','London, January, 2015'),(31615,1683,'_right_tab_6_items_list_repeater_6_description','field_56b3fab14556f'),(31616,1683,'right_tab_6_items_list_repeater','7'),(31617,1683,'_right_tab_6_items_list_repeater','field_56b3fab14556d'),(31618,1683,'right_tab_7_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(31619,1683,'_right_tab_7_wysiwyg_editor','field_56b3fab14554e'),(31620,1683,'right_tab_8_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(31621,1683,'_right_tab_8_items_list_repeater_0_title','field_56b3fab14556e'),(31622,1683,'right_tab_8_items_list_repeater_0_description','Paris, April 2014'),(31623,1683,'_right_tab_8_items_list_repeater_0_description','field_56b3fab14556f'),(31624,1683,'right_tab_8_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(31625,1683,'_right_tab_8_items_list_repeater_1_title','field_56b3fab14556e'),(31626,1683,'right_tab_8_items_list_repeater_1_description','Bucharest, Jun 2014'),(31627,1683,'_right_tab_8_items_list_repeater_1_description','field_56b3fab14556f'),(31628,1683,'right_tab_8_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(31629,1683,'_right_tab_8_items_list_repeater_2_title','field_56b3fab14556e'),(31630,1683,'right_tab_8_items_list_repeater_2_description','Vienna, December 2014'),(31631,1683,'_right_tab_8_items_list_repeater_2_description','field_56b3fab14556f'),(31632,1683,'right_tab_8_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(31633,1683,'_right_tab_8_items_list_repeater_3_title','field_56b3fab14556e'),(31634,1683,'right_tab_8_items_list_repeater_3_description','London, October 2014'),(31635,1683,'_right_tab_8_items_list_repeater_3_description','field_56b3fab14556f'),(31636,1683,'right_tab_8_items_list_repeater','4'),(31637,1683,'_right_tab_8_items_list_repeater','field_56b3fab14556d'),(31638,1683,'right_tab_8_spacer','1'),(31639,1683,'_right_tab_8_spacer','field_56b3fab145570'),(31640,1683,'right_tab_9_contact_icon','icon-mail'),(31641,1683,'_right_tab_9_contact_icon','field_56b3fde2ce060'),(31642,1683,'right_tab_9_contact_title','Previous conferences available upon request.'),(31643,1683,'_right_tab_9_contact_title','field_56b4001eb0921'),(31644,1683,'right_tab_9_contact_values_0_contact_value_left','E-mail:'),(31645,1683,'_right_tab_9_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(31646,1683,'right_tab_9_contact_values_0_contact_value_right','info@innovationbrain.com'),(31647,1683,'_right_tab_9_contact_values_0_contact_value_right','field_56b3fefe543df'),(31648,1683,'right_tab_9_contact_values_0_link_type','mailto:'),(31649,1683,'_right_tab_9_contact_values_0_link_type','field_56b3fed6543dd'),(31650,1683,'right_tab_9_contact_values_0_link','info@innovationbrain.com'),(31651,1683,'_right_tab_9_contact_values_0_link','field_56b3fef2543de'),(31652,1683,'right_tab_9_contact_values','1'),(31653,1683,'_right_tab_9_contact_values','field_56b3fde2ce062'),(31654,1683,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(31655,1683,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(31656,1683,'third_tab_3_spacer','1'),(31657,1683,'_third_tab_3_spacer','field_57f54ec49b780'),(31658,1683,'third_tab_4_items_list_repeater_0_title','TMA Europe East European Conference'),(31659,1683,'_third_tab_4_items_list_repeater_0_title','field_57f54ec49b79f'),(31660,1683,'third_tab_4_items_list_repeater_0_description','Bucharest, Romania, 21 February 2018'),(31661,1683,'_third_tab_4_items_list_repeater_0_description','field_57f54ec49b7a0'),(31662,1683,'third_tab_4_items_list_repeater','1'),(31663,1683,'_third_tab_4_items_list_repeater','field_57f54ec49b79e'),(31664,1683,'third_tab_4_spacer','1'),(31665,1683,'_third_tab_4_spacer','field_57f54ec49b7a1'),(31666,1684,'contacts_repeater_0_contact_title','General enquiries'),(31667,1684,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(31668,1684,'contacts_repeater_1_contact_title','Finance / Sales'),(31669,1684,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(31670,1684,'contacts_repeater','3'),(31671,1684,'_contacts_repeater','field_56b247f6dbbd9'),(31672,1684,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(31673,1684,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(31674,1684,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(31675,1684,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(31676,1684,'contacts_repeater_0_contact_values','1'),(31677,1684,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(31678,1684,'contacts_repeater_0_contact_icon','icon-cloud'),(31679,1684,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(31680,1684,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(31681,1684,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(31682,1684,'contacts_repeater_1_contact_values_0_contact_value_right',''),(31683,1684,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(31684,1684,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(31685,1684,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(31686,1684,'contacts_repeater_1_contact_values_1_contact_value_right',''),(31687,1684,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(31688,1684,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(31689,1684,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(31690,1684,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(31691,1684,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(31692,1684,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(31693,1684,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(31694,1684,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(31695,1684,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(31696,1684,'contacts_repeater_1_contact_values','4'),(31697,1684,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(31698,1684,'contacts_repeater_1_contact_icon','icon-paper'),(31699,1684,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(31700,1684,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(31701,1684,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(31702,1684,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(31703,1684,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(31704,1684,'contacts_repeater_1_contact_values_1_link_type',''),(31705,1684,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(31706,1684,'contacts_repeater_1_contact_values_2_link_type','tel:'),(31707,1684,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(31708,1684,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(31709,1684,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(31710,1684,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(31711,1684,'_contacts_repeater_0_contact_values_0_link','field_56b25144a6147'),(31712,1684,'contacts_repeater_1_contact_values_0_link',''),(31713,1684,'_contacts_repeater_1_contact_values_0_link','field_56b25144a6147'),(31714,1684,'contacts_repeater_1_contact_values_1_link',''),(31715,1684,'_contacts_repeater_1_contact_values_1_link','field_56b25144a6147'),(31716,1684,'contacts_repeater_1_contact_values_2_link','+447899747275'),(31717,1684,'_contacts_repeater_1_contact_values_2_link','field_56b25144a6147'),(31718,1684,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(31719,1684,'_contacts_repeater_1_contact_values_3_link','field_56b25144a6147'),(31720,1684,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(31721,1684,'_contacts_repeater_2_contact_title','field_56b24831dbbda'),(31722,1684,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(31723,1684,'_contacts_repeater_2_contact_values_0_contact_value_left','field_56b24943da3f1'),(31724,1684,'contacts_repeater_2_contact_values_0_contact_value_right',''),(31725,1684,'_contacts_repeater_2_contact_values_0_contact_value_right','field_56b24974da3f2'),(31726,1684,'contacts_repeater_2_contact_values_0_link',''),(31727,1684,'_contacts_repeater_2_contact_values_0_link','field_56b25144a6147'),(31728,1684,'contacts_repeater_2_contact_values_0_link_type',''),(31729,1684,'_contacts_repeater_2_contact_values_0_link_type','field_56b2505d40207'),(31730,1684,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(31731,1684,'_contacts_repeater_2_contact_values_1_contact_value_left','field_56b24943da3f1'),(31732,1684,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(31733,1684,'_contacts_repeater_2_contact_values_1_contact_value_right','field_56b24974da3f2'),(31734,1684,'contacts_repeater_2_contact_values_1_link',''),(31735,1684,'_contacts_repeater_2_contact_values_1_link','field_56b25144a6147'),(31736,1684,'contacts_repeater_2_contact_values_1_link_type','tel:'),(31737,1684,'_contacts_repeater_2_contact_values_1_link_type','field_56b2505d40207'),(31738,1684,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(31739,1684,'_contacts_repeater_2_contact_values_2_contact_value_left','field_56b24943da3f1'),(31740,1684,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(31741,1684,'_contacts_repeater_2_contact_values_2_contact_value_right','field_56b24974da3f2'),(31742,1684,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(31743,1684,'_contacts_repeater_2_contact_values_2_link','field_56b25144a6147'),(31744,1684,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(31745,1684,'_contacts_repeater_2_contact_values_2_link_type','field_56b2505d40207'),(31746,1684,'contacts_repeater_2_contact_values','3'),(31747,1684,'_contacts_repeater_2_contact_values','field_56b24931da3f0'),(31748,1684,'contacts_repeater_2_contact_icon','icon-pie'),(31749,1684,'_contacts_repeater_2_contact_icon','field_56b249b7da3f3'),(31750,1684,'left_tab','a:5:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";}'),(31751,1684,'_left_tab','field_56b36c6deeda0'),(31752,1684,'add_second_tab','0'),(31753,1684,'_add_second_tab','field_56b36ca9eeda2'),(31754,1684,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(31755,1684,'_right_tab','field_56b3fab04554d'),(31756,1684,'left_tab_0_departmant_repeater_0_contact_icon','icon-cloud'),(31757,1684,'_left_tab_0_departmant_repeater_0_contact_icon','field_56b3f1f1dbf0b'),(31758,1684,'left_tab_0_departmant_repeater_0_departmant','General enquiries'),(31759,1684,'_left_tab_0_departmant_repeater_0_departmant','field_56b3f1f1dbf0c'),(31760,1684,'left_tab_0_departmant_repeater_0_contact_values','0'),(31761,1684,'_left_tab_0_departmant_repeater_0_contact_values','field_56b3f1f1dbf0d'),(31762,1684,'left_tab_0_departmant_repeater','1'),(31763,1684,'_left_tab_0_departmant_repeater','field_56b3f1fcdbf12'),(31764,1684,'left_tab_0_contact_icon','icon-pie'),(31765,1684,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(31766,1684,'left_tab_0_departmant','United Kingdom'),(31767,1684,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(31768,1684,'left_tab_0_contact_values','3'),(31769,1684,'_left_tab_0_contact_values','field_56b3f47e69426'),(31770,1684,'left_tab_0_spacer','1'),(31771,1684,'_left_tab_0_spacer','field_56b3f305fafdb'),(31772,1684,'left_tab_0_contact_values_0_contact_value_left','Address:'),(31773,1684,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(31774,1684,'left_tab_0_contact_values_0_contact_value_right','90 Long Acre, Covent Garden, London WC2E 9RZ'),(31775,1684,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(31776,1684,'left_tab_0_contact_values_0_link',''),(31777,1684,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(31778,1684,'left_tab_0_contact_values_0_link_type',''),(31779,1684,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(31780,1684,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(31781,1684,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(31782,1684,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(31783,1684,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(31784,1684,'left_tab_0_contact_values_1_link','+4402032865453'),(31785,1684,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(31786,1684,'left_tab_0_contact_values_1_link_type','tel:'),(31787,1684,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(31788,1684,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(31789,1684,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(31790,1684,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(31791,1684,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(31792,1684,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(31793,1684,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(31794,1684,'left_tab_0_contact_values_2_link_type','mailto:'),(31795,1684,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(31796,1684,'left_tab_1_contact_icon','icon-paper'),(31797,1684,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(31798,1684,'left_tab_1_departmant','Switzerland'),(31799,1684,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(31800,1684,'left_tab_1_contact_values_0_contact_value_left','Address:'),(31801,1684,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(31802,1684,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(31803,1684,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(31804,1684,'left_tab_1_contact_values_0_link',''),(31805,1684,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(31806,1684,'left_tab_1_contact_values_0_link_type',''),(31807,1684,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(31808,1684,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(31809,1684,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(31810,1684,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(31811,1684,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(31812,1684,'left_tab_1_contact_values_1_link','+410445853297'),(31813,1684,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(31814,1684,'left_tab_1_contact_values_1_link_type','tel:'),(31815,1684,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(31816,1684,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(31817,1684,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(31818,1684,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(31819,1684,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(31820,1684,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(31821,1684,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(31822,1684,'left_tab_1_contact_values_2_link_type','mailto:'),(31823,1684,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(31824,1684,'left_tab_1_contact_values','3'),(31825,1684,'_left_tab_1_contact_values','field_56b3f47e69426'),(31826,1684,'left_tab_1_spacer','1'),(31827,1684,'_left_tab_1_spacer','field_56b3f305fafdb'),(31828,1684,'left_tab_2_contact_icon','icon-bullseye-small'),(31829,1684,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(31830,1684,'left_tab_2_departmant','Cyprus'),(31831,1684,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(31832,1684,'left_tab_2_contact_values_0_contact_value_left','Address:'),(31833,1684,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(31834,1684,'left_tab_2_contact_values_0_contact_value_right','Office 203, Nicosia Tower Centre, 36 Byron Avenue, Nicosia 1096'),(31835,1684,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(31836,1684,'left_tab_2_contact_values_0_link',''),(31837,1684,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(31838,1684,'left_tab_2_contact_values_0_link_type',''),(31839,1684,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(31840,1684,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(31841,1684,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(31842,1684,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(31843,1684,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(31844,1684,'left_tab_2_contact_values_1_link','+4402032865453'),(31845,1684,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(31846,1684,'left_tab_2_contact_values_1_link_type','tel:'),(31847,1684,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(31848,1684,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(31849,1684,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(31850,1684,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(31851,1684,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(31852,1684,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(31853,1684,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(31854,1684,'left_tab_2_contact_values_2_link_type','mailto:'),(31855,1684,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(31856,1684,'left_tab_2_contact_values','3'),(31857,1684,'_left_tab_2_contact_values','field_56b3f47e69426'),(31858,1684,'left_tab_2_spacer','1'),(31859,1684,'_left_tab_2_spacer','field_56b3f305fafdb'),(31860,1684,'left_tab_3_contact_icon','icon-cloud'),(31861,1684,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(31862,1684,'left_tab_3_departmant','Serbia'),(31863,1684,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(31864,1684,'left_tab_3_contact_values_0_contact_value_left','Tel:'),(31865,1684,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(31866,1684,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(31867,1684,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(31868,1684,'left_tab_3_contact_values_0_link','+4402032865453'),(31869,1684,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(31870,1684,'left_tab_3_contact_values_0_link_type','tel:'),(31871,1684,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(31872,1684,'left_tab_3_contact_values_1_contact_value_left','E-mail:'),(31873,1684,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(31874,1684,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(31875,1684,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(31876,1684,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(31877,1684,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(31878,1684,'left_tab_3_contact_values_1_link_type','mailto:'),(31879,1684,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(31880,1684,'left_tab_3_contact_values','2'),(31881,1684,'_left_tab_3_contact_values','field_56b3f47e69426'),(31882,1684,'left_tab_3_spacer','1'),(31883,1684,'_left_tab_3_spacer','field_56b3f305fafdb'),(31884,1684,'left_tab_4_contact_icon','icon-mail'),(31885,1684,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(31886,1684,'left_tab_4_departmant','General enquiries'),(31887,1684,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(31888,1684,'left_tab_4_contact_values_0_contact_value_left','E-mail:'),(31889,1684,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(31890,1684,'left_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(31891,1684,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(31892,1684,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(31893,1684,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(31894,1684,'left_tab_4_contact_values_0_link_type','mailto:'),(31895,1684,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(31896,1684,'left_tab_4_contact_values','1'),(31897,1684,'_left_tab_4_contact_values','field_56b3f47e69426'),(31898,1684,'left_tab_4_spacer','1'),(31899,1684,'_left_tab_4_spacer','field_56b3f305fafdb'),(31900,1684,'left_tab_name',''),(31901,1684,'_left_tab_name','field_56b3976017dce'),(31902,1684,'right_tab_name','vsdvs'),(31903,1684,'_right_tab_name','field_56b3978117dcf'),(31904,1684,'right_tab_0_title',''),(31905,1684,'_right_tab_0_title','field_56b3fab145550'),(31906,1684,'right_tab_0_circle1','icon-mail'),(31907,1684,'_right_tab_0_circle1','field_56b3fab145551'),(31908,1684,'right_tab_0_circle2','icon-mail'),(31909,1684,'_right_tab_0_circle2','field_56b3fab145552'),(31910,1684,'right_tab_0_circle3','icon-mail'),(31911,1684,'_right_tab_0_circle3','field_56b3fab145553'),(31912,1684,'right_tab_0_circle1_label',''),(31913,1684,'_right_tab_0_circle1_label','field_56b3fab145554'),(31914,1684,'right_tab_0_circle2_label',''),(31915,1684,'_right_tab_0_circle2_label','field_56b3fab145555'),(31916,1684,'right_tab_0_circle3_label',''),(31917,1684,'_right_tab_0_circle3_label','field_56b3fab145556'),(31918,1684,'right_tab_0_paragraph1',''),(31919,1684,'_right_tab_0_paragraph1','field_56b3fab145557'),(31920,1684,'right_tab_0_paragraph2',''),(31921,1684,'_right_tab_0_paragraph2','field_56b3fab145558'),(31922,1684,'right_tab_0_paragraph3',''),(31923,1684,'_right_tab_0_paragraph3','field_56b3fab145559'),(31924,1684,'right_tab_0_spacer','1'),(31925,1684,'_right_tab_0_spacer','field_56b3fab14555a'),(31926,1684,'right_tab_1_items_list_repeater_0_title',''),(31927,1684,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(31928,1684,'right_tab_1_items_list_repeater_0_description',''),(31929,1684,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(31930,1684,'right_tab_1_items_list_repeater_1_title',''),(31931,1684,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(31932,1684,'right_tab_1_items_list_repeater_1_description',''),(31933,1684,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(31934,1684,'right_tab_1_items_list_repeater','2'),(31935,1684,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(31936,1684,'right_tab_1_spacer','1'),(31937,1684,'_right_tab_1_spacer','field_56b3fab145570'),(31938,1684,'right_tab_2_image',''),(31939,1684,'_right_tab_2_image','field_56b3fab145571'),(31940,1684,'right_tab_2_content',''),(31941,1684,'_right_tab_2_content','field_56b3fab145572'),(31942,1684,'right_tab_2_button_label',''),(31943,1684,'_right_tab_2_button_label','field_56b3fab145573'),(31944,1684,'right_tab_2_button_link',''),(31945,1684,'_right_tab_2_button_link','field_56b3fab145574'),(31946,1684,'right_tab_2_spacer','1'),(31947,1684,'_right_tab_2_spacer','field_56b3fab145575'),(31948,1684,'add_third_tab','0'),(31949,1684,'_add_third_tab','field_57f54e889b77c'),(31950,1684,'third_tab',''),(31951,1684,'_third_tab','field_57f54ec39b77e'),(31952,1685,'builder','a:0:{}'),(31953,1685,'_builder','field_56b276ce702ac'),(31954,1685,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(31955,1685,'_left_tab','field_56b36c6deeda0'),(31956,1685,'add_second_tab','1'),(31957,1685,'_add_second_tab','field_56b36ca9eeda2'),(31958,1685,'right_tab','a:4:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";i:2;s:9:\"bio_block\";i:3;s:13:\"contact_block\";}'),(31959,1685,'_right_tab','field_56b3fab04554d'),(31960,1685,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(31961,1685,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(31962,1685,'left_tab_0_spacer','1'),(31963,1685,'_left_tab_0_spacer','field_56b371c577c8c'),(31964,1685,'left_tab_1_circle1','icon-grid'),(31965,1685,'_left_tab_1_circle1','field_56b3dc86da039'),(31966,1685,'left_tab_1_circle2','icon-turnaround'),(31967,1685,'_left_tab_1_circle2','field_56b3dc86da03a'),(31968,1685,'left_tab_1_circle3','icon-masonery'),(31969,1685,'_left_tab_1_circle3','field_56b3dc86da03b'),(31970,1685,'left_tab_1_circle1_label','Restructuring'),(31971,1685,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(31972,1685,'left_tab_1_circle2_label','Turnaround'),(31973,1685,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(31974,1685,'left_tab_1_circle3_label','Innovation'),(31975,1685,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(31976,1685,'left_tab_1_spacer','1'),(31977,1685,'_left_tab_1_spacer','field_56b3dc86da042'),(31978,1685,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(31979,1685,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(31980,1685,'left_tab_2_spacer','1'),(31981,1685,'_left_tab_2_spacer','field_56b371c577c8c'),(31982,1685,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(31983,1685,'_left_tab_3_image','field_56b373f3b6e44'),(31984,1685,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(31985,1685,'_left_tab_3_title','field_56b373afb6e42'),(31986,1685,'left_tab_3_button_label','Download PDF (312 kb)'),(31987,1685,'_left_tab_3_button_label','field_56b373ceb6e43'),(31988,1685,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(31989,1685,'_left_tab_3_button_link','field_56b374ff0ad17'),(31990,1685,'left_tab_name','Company'),(31991,1685,'_left_tab_name','field_56b3976017dce'),(31992,1685,'right_tab_name','People'),(31993,1685,'_right_tab_name','field_56b3978117dcf'),(31994,1685,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(31995,1685,'_right_tab_0_image','field_56b3fab145571'),(31996,1685,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(31997,1685,'_right_tab_0_content','field_56b3fab145572'),(31998,1685,'right_tab_0_button_label','Download VCard'),(31999,1685,'_right_tab_0_button_label','field_56b3fab145573'),(32000,1685,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(32001,1685,'_right_tab_0_button_link','field_56b3fab145574'),(32002,1685,'right_tab_0_spacer','1'),(32003,1685,'_right_tab_0_spacer','field_56b3fab145575'),(32004,1685,'right_tab_1_contact_title','Please feel free to contact me:'),(32005,1685,'_right_tab_1_contact_title','field_56b4001eb0921'),(32006,1685,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(32007,1685,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(32008,1685,'right_tab_1_contact_values_0_contact_value_right',''),(32009,1685,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(32010,1685,'right_tab_1_contact_values_0_link',''),(32011,1685,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(32012,1685,'right_tab_1_contact_values_0_link_type',''),(32013,1685,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(32014,1685,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(32015,1685,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(32016,1685,'right_tab_1_contact_values_1_contact_value_right',''),(32017,1685,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(32018,1685,'right_tab_1_contact_values_1_link',''),(32019,1685,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(32020,1685,'right_tab_1_contact_values_1_link_type',''),(32021,1685,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(32022,1685,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(32023,1685,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(32024,1685,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(32025,1685,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(32026,1685,'right_tab_1_contact_values_2_link','+41793107090'),(32027,1685,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(32028,1685,'right_tab_1_contact_values_2_link_type','tel:'),(32029,1685,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(32030,1685,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(32031,1685,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(32032,1685,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(32033,1685,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(32034,1685,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(32035,1685,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(32036,1685,'right_tab_1_contact_values_3_link_type','mailto:'),(32037,1685,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(32038,1685,'right_tab_1_contact_icon','icon-mail'),(32039,1685,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(32040,1685,'right_tab_1_contact_values','4'),(32041,1685,'_right_tab_1_contact_values','field_56b3fde2ce062'),(32042,1685,'right_tab_2_image',''),(32043,1685,'_right_tab_2_image','field_56b3fab145571'),(32044,1685,'right_tab_2_content','Herbert Oelke\r\n<span style=\"color: #00ccff;\">Director</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nHerbert has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries, including construction, engineering, retail, chemical production, automotive, IT-services, renewable energy and distribution.\r\n\r\nHe led the restructuring of various East German public housing and utility companies and the sale of a € 500m project portfolio of Q-Cells.'),(32045,1685,'_right_tab_2_content','field_56b3fab145572'),(32046,1685,'right_tab_2_button_label',''),(32047,1685,'_right_tab_2_button_label','field_56b3fab145573'),(32048,1685,'right_tab_2_button_link',''),(32049,1685,'_right_tab_2_button_link','field_56b3fab145574'),(32050,1685,'right_tab_2_spacer','1'),(32051,1685,'_right_tab_2_spacer','field_56b3fab145575'),(32052,1685,'add_third_tab','0'),(32053,1685,'_add_third_tab','field_57f54e889b77c'),(32054,1685,'third_tab_name',''),(32055,1685,'_third_tab_name','field_57f54ea19b77d'),(32056,1685,'third_tab',''),(32057,1685,'_third_tab','field_57f54ec39b77e'),(32058,1685,'right_tab_3_contact_icon','icon-mail'),(32059,1685,'_right_tab_3_contact_icon','field_56b3fde2ce060'),(32060,1685,'right_tab_3_contact_title','Please feel free to contact me:'),(32061,1685,'_right_tab_3_contact_title','field_56b4001eb0921'),(32062,1685,'right_tab_3_contact_values_0_contact_value_left','Nicosia, Cyprus'),(32063,1685,'_right_tab_3_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(32064,1685,'right_tab_3_contact_values_0_contact_value_right',''),(32065,1685,'_right_tab_3_contact_values_0_contact_value_right','field_56b3fefe543df'),(32066,1685,'right_tab_3_contact_values_0_link_type',''),(32067,1685,'_right_tab_3_contact_values_0_link_type','field_56b3fed6543dd'),(32068,1685,'right_tab_3_contact_values_0_link',''),(32069,1685,'_right_tab_3_contact_values_0_link','field_56b3fef2543de'),(32070,1685,'right_tab_3_contact_values_1_contact_value_left','Herbert Oelke'),(32071,1685,'_right_tab_3_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(32072,1685,'right_tab_3_contact_values_1_contact_value_right',''),(32073,1685,'_right_tab_3_contact_values_1_contact_value_right','field_56b3fefe543df'),(32074,1685,'right_tab_3_contact_values_1_link_type',''),(32075,1685,'_right_tab_3_contact_values_1_link_type','field_56b3fed6543dd'),(32076,1685,'right_tab_3_contact_values_1_link',''),(32077,1685,'_right_tab_3_contact_values_1_link','field_56b3fef2543de'),(32078,1685,'right_tab_3_contact_values','4'),(32079,1685,'_right_tab_3_contact_values','field_56b3fde2ce062'),(32080,1685,'right_tab_3_contact_values_2_contact_value_left','Tel'),(32081,1685,'_right_tab_3_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(32082,1685,'right_tab_3_contact_values_2_contact_value_right','(+357) 97 71 12 78 (Cyprus)'),(32083,1685,'_right_tab_3_contact_values_2_contact_value_right','field_56b3fefe543df'),(32084,1685,'right_tab_3_contact_values_2_link_type','tel:'),(32085,1685,'_right_tab_3_contact_values_2_link_type','field_56b3fed6543dd'),(32086,1685,'right_tab_3_contact_values_2_link',''),(32087,1685,'_right_tab_3_contact_values_2_link','field_56b3fef2543de'),(32088,1685,'right_tab_3_contact_values_3_contact_value_left','Email:'),(32089,1685,'_right_tab_3_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(32090,1685,'right_tab_3_contact_values_3_contact_value_right','herbert.oelke@innovationbrain.com'),(32091,1685,'_right_tab_3_contact_values_3_contact_value_right','field_56b3fefe543df'),(32092,1685,'right_tab_3_contact_values_3_link_type','mailto:'),(32093,1685,'_right_tab_3_contact_values_3_link_type','field_56b3fed6543dd'),(32094,1685,'right_tab_3_contact_values_3_link',''),(32095,1685,'_right_tab_3_contact_values_3_link','field_56b3fef2543de'),(32100,1687,'cases_repeater_0_cases_title','- Largest Greek Bank'),(32101,1687,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(32102,1687,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(32103,1687,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(32104,1687,'cases_repeater_0_icon','icon-bullseye-small'),(32105,1687,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(32106,1687,'cases_repeater_0_cases_icon_title','Financial services'),(32107,1687,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(32108,1687,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(32109,1687,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(32110,1687,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(32111,1687,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(32112,1687,'cases_repeater_1_icon','icon-progress-small'),(32113,1687,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(32114,1687,'cases_repeater_1_cases_icon_title','Commodities'),(32115,1687,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(32116,1687,'cases_repeater','3'),(32117,1687,'_cases_repeater','field_56b25d0cd2fed'),(32118,1687,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(32119,1687,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(32120,1687,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(32121,1687,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(32122,1687,'cases_repeater_2_icon','icon-pill-small'),(32123,1687,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(32124,1687,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(32125,1687,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(32126,1687,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(32127,1687,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(32128,1687,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(32129,1687,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(32130,1687,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(32131,1687,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(32132,1687,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(32133,1687,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(32134,1687,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(32135,1687,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(32136,1687,'conferences_repeater_2_conference_place_and_date','September, 2015'),(32137,1687,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(32138,1687,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(32139,1687,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(32140,1687,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(32141,1687,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(32142,1687,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(32143,1687,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(32144,1687,'conferences_repeater_4_conference_place_and_date','May, 2015'),(32145,1687,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(32146,1687,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(32147,1687,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(32148,1687,'conferences_repeater_5_conference_place_and_date','April, 2015'),(32149,1687,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(32150,1687,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(32151,1687,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(32152,1687,'conferences_repeater_6_conference_place_and_date','January, 2015'),(32153,1687,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(32154,1687,'conferences_repeater','7'),(32155,1687,'_conferences_repeater','field_56b28bd340c44'),(32156,1687,'conferences_contact','Previous conferences available upon request'),(32157,1687,'_conferences_contact','field_56b3451c304a4'),(32158,1687,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(32159,1687,'_conferences_contact_mail','field_56b3453c304a5'),(32160,1687,'conferences_icon','icon-mail'),(32161,1687,'_conferences_icon','field_56b347cd8f381'),(32162,1687,'conferences_contact_text','Previous conferences available upon request'),(32163,1687,'_conferences_contact_text','field_56b3451c304a4'),(32164,1687,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(32165,1687,'_left_tab','field_56b36c6deeda0'),(32166,1687,'add_second_tab','1'),(32167,1687,'_add_second_tab','field_56b36ca9eeda2'),(32168,1687,'right_tab','a:10:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:16:\"items_list_block\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:16:\"items_list_block\";i:5;s:20:\"wysiwyg_editor_block\";i:6;s:16:\"items_list_block\";i:7;s:20:\"wysiwyg_editor_block\";i:8;s:16:\"items_list_block\";i:9;s:13:\"contact_block\";}'),(32169,1687,'_right_tab','field_56b3fab04554d'),(32170,1687,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(32171,1687,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(32172,1687,'left_tab_0_spacer','0'),(32173,1687,'_left_tab_0_spacer','field_56b371c577c8c'),(32174,1687,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(32175,1687,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(32176,1687,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(32177,1687,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(32178,1687,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(32179,1687,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(32180,1687,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(32181,1687,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(32182,1687,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(32183,1687,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(32184,1687,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(32185,1687,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(32186,1687,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(32187,1687,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(32188,1687,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(32189,1687,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(32190,1687,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(32191,1687,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(32192,1687,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(32193,1687,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(32194,1687,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(32195,1687,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(32196,1687,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(32197,1687,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(32198,1687,'left_tab_1_cases_repeater','3'),(32199,1687,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(32200,1687,'left_tab_1_spacer','0'),(32201,1687,'_left_tab_1_spacer','field_56b3f001dbf09'),(32202,1687,'left_tab_name','Cases'),(32203,1687,'_left_tab_name','field_56b3976017dce'),(32204,1687,'right_tab_name','Conferences'),(32205,1687,'_right_tab_name','field_56b3978117dcf'),(32206,1687,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2017</h3>'),(32207,1687,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(32208,1687,'right_tab_0_spacer','1'),(32209,1687,'_right_tab_0_spacer','field_56b3fab14554f'),(32210,1687,'right_tab_1_items_list_repeater_0_title','Resolving NPLs in SEE'),(32211,1687,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(32212,1687,'right_tab_1_items_list_repeater_0_description','Belgrade, 20 October 2017'),(32213,1687,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(32214,1687,'right_tab_1_items_list_repeater','1'),(32215,1687,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(32216,1687,'right_tab_1_spacer','1'),(32217,1687,'_right_tab_1_spacer','field_56b3fab145570'),(32218,1687,'right_tab_2_contact_icon','icon-mail'),(32219,1687,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(32220,1687,'right_tab_2_contact_title','Previous conferences available upon request.'),(32221,1687,'_right_tab_2_contact_title','field_56b4001eb0921'),(32222,1687,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(32223,1687,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(32224,1687,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(32225,1687,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(32226,1687,'right_tab_2_contact_values_0_link_type','mailto:'),(32227,1687,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(32228,1687,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(32229,1687,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(32230,1687,'right_tab_2_contact_values','1'),(32231,1687,'_right_tab_2_contact_values','field_56b3fde2ce062'),(32232,1687,'add_third_tab','1'),(32233,1687,'_add_third_tab','field_57f54e889b77c'),(32234,1687,'third_tab_name','Upcoming Events'),(32235,1687,'_third_tab_name','field_57f54ea19b77d'),(32236,1687,'third_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:16:\"items_list_block\";}'),(32237,1687,'_third_tab','field_57f54ec39b77e'),(32238,1687,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(32239,1687,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(32240,1687,'right_tab_2_spacer','1'),(32241,1687,'_right_tab_2_spacer','field_56b3fab145570'),(32242,1687,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(32243,1687,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(32244,1687,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(32245,1687,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(32246,1687,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(32247,1687,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(32248,1687,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(32249,1687,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(32250,1687,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(32251,1687,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(32252,1687,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(32253,1687,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(32254,1687,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(32255,1687,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(32256,1687,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(32257,1687,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(32258,1687,'right_tab_3_items_list_repeater','4'),(32259,1687,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(32260,1687,'right_tab_3_spacer','1'),(32261,1687,'_right_tab_3_spacer','field_56b3fab14554f'),(32262,1687,'right_tab_4_contact_icon','icon-mail'),(32263,1687,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(32264,1687,'right_tab_4_contact_title','Previous conferences available upon request.'),(32265,1687,'_right_tab_4_contact_title','field_56b4001eb0921'),(32266,1687,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(32267,1687,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(32268,1687,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(32269,1687,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(32270,1687,'right_tab_4_contact_values_0_link_type','mailto:'),(32271,1687,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(32272,1687,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(32273,1687,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(32274,1687,'right_tab_4_contact_values','1'),(32275,1687,'_right_tab_4_contact_values','field_56b3fde2ce062'),(32276,1687,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(32277,1687,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(32278,1687,'right_tab_4_spacer','0'),(32279,1687,'_right_tab_4_spacer','field_56b3fab145570'),(32280,1687,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(32281,1687,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(32282,1687,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(32283,1687,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(32284,1687,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(32285,1687,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(32286,1687,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(32287,1687,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(32288,1687,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(32289,1687,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(32290,1687,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(32291,1687,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(32292,1687,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(32293,1687,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(32294,1687,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(32295,1687,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(32296,1687,'right_tab_5_items_list_repeater','7'),(32297,1687,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(32298,1687,'right_tab_5_spacer','1'),(32299,1687,'_right_tab_5_spacer','field_56b3fab14554f'),(32300,1687,'right_tab_6_contact_icon','icon-mail'),(32301,1687,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(32302,1687,'right_tab_6_contact_title','Previous conferences available upon request.'),(32303,1687,'_right_tab_6_contact_title','field_56b4001eb0921'),(32304,1687,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(32305,1687,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(32306,1687,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(32307,1687,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(32308,1687,'right_tab_6_contact_values_0_link_type','mailto:'),(32309,1687,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(32310,1687,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(32311,1687,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(32312,1687,'right_tab_6_contact_values','1'),(32313,1687,'_right_tab_6_contact_values','field_56b3fde2ce062'),(32314,1687,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2017</h3>'),(32315,1687,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(32316,1687,'third_tab_0_spacer','1'),(32317,1687,'_third_tab_0_spacer','field_57f54ec49b780'),(32318,1687,'third_tab_1_items_list_repeater','2'),(32319,1687,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(32320,1687,'third_tab_1_spacer','1'),(32321,1687,'_third_tab_1_spacer','field_57f54ec49b7a1'),(32322,1687,'third_tab_1_items_list_repeater_0_title','Capital Connection'),(32323,1687,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(32324,1687,'third_tab_1_items_list_repeater_0_description','London, 6 December 2017'),(32325,1687,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(32326,1687,'third_tab_2_contact_icon','icon-mail'),(32327,1687,'_third_tab_2_contact_icon','field_58568c5a91b24'),(32328,1687,'third_tab_2_contact_title','Previous conferences available upon request.'),(32329,1687,'_third_tab_2_contact_title','field_58568c7791b25'),(32330,1687,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(32331,1687,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(32332,1687,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(32333,1687,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(32334,1687,'third_tab_2_contact_values_0_link_type','mailto:'),(32335,1687,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(32336,1687,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(32337,1687,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(32338,1687,'third_tab_2_contact_values','1'),(32339,1687,'_third_tab_2_contact_values','field_58568c1091b1d'),(32340,1687,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(32341,1687,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(32342,1687,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(32343,1687,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(32344,1687,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(32345,1687,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(32346,1687,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(32347,1687,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(32348,1687,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(32349,1687,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(32350,1687,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(32351,1687,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(32352,1687,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(32353,1687,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(32354,1687,'right_tab_6_spacer','0'),(32355,1687,'_right_tab_6_spacer','field_56b3fab145570'),(32356,1687,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(32357,1687,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(32358,1687,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(32359,1687,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(32360,1687,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(32361,1687,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(32362,1687,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(32363,1687,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(32364,1687,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(32365,1687,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(32366,1687,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(32367,1687,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(32368,1687,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(32369,1687,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(32370,1687,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(32371,1687,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(32372,1687,'right_tab_7_items_list_repeater','4'),(32373,1687,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(32374,1687,'right_tab_7_spacer','1'),(32375,1687,'_right_tab_7_spacer','field_56b3fab14554f'),(32376,1687,'right_tab_8_contact_icon','icon-mail'),(32377,1687,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(32378,1687,'right_tab_8_contact_title','Previous conferences available upon request.'),(32379,1687,'_right_tab_8_contact_title','field_56b4001eb0921'),(32380,1687,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(32381,1687,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(32382,1687,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(32383,1687,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(32384,1687,'right_tab_8_contact_values_0_link_type','mailto:'),(32385,1687,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(32386,1687,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(32387,1687,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(32388,1687,'right_tab_8_contact_values','1'),(32389,1687,'_right_tab_8_contact_values','field_56b3fde2ce062'),(32390,1687,'right_tab_2_items_list_repeater_0_title','European Investment Summit'),(32391,1687,'_right_tab_2_items_list_repeater_0_title','field_56b3fab14556e'),(32392,1687,'right_tab_2_items_list_repeater_0_description','Miami, 8-9 March 2017'),(32393,1687,'_right_tab_2_items_list_repeater_0_description','field_56b3fab14556f'),(32394,1687,'right_tab_2_items_list_repeater_1_title','European Investment Summit'),(32395,1687,'_right_tab_2_items_list_repeater_1_title','field_56b3fab14556e'),(32396,1687,'right_tab_2_items_list_repeater_1_description','Athens, 11-12 October 2017'),(32397,1687,'_right_tab_2_items_list_repeater_1_description','field_56b3fab14556f'),(32398,1687,'right_tab_2_items_list_repeater','2'),(32399,1687,'_right_tab_2_items_list_repeater','field_56b3fab14556d'),(32400,1687,'right_tab_3_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(32401,1687,'_right_tab_3_wysiwyg_editor','field_56b3fab14554e'),(32402,1687,'right_tab_4_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(32403,1687,'_right_tab_4_items_list_repeater_0_title','field_56b3fab14556e'),(32404,1687,'right_tab_4_items_list_repeater_0_description','London, 29 June 2016'),(32405,1687,'_right_tab_4_items_list_repeater_0_description','field_56b3fab14556f'),(32406,1687,'right_tab_4_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(32407,1687,'_right_tab_4_items_list_repeater_1_title','field_56b3fab14556e'),(32408,1687,'right_tab_4_items_list_repeater_1_description','London, 29 June 2016'),(32409,1687,'_right_tab_4_items_list_repeater_1_description','field_56b3fab14556f'),(32410,1687,'right_tab_4_items_list_repeater_2_title','Private Equity Buying into CEE'),(32411,1687,'_right_tab_4_items_list_repeater_2_title','field_56b3fab14556e'),(32412,1687,'right_tab_4_items_list_repeater_2_description','Prague, 16 March 2016'),(32413,1687,'_right_tab_4_items_list_repeater_2_description','field_56b3fab14556f'),(32414,1687,'right_tab_4_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(32415,1687,'_right_tab_4_items_list_repeater_3_title','field_56b3fab14556e'),(32416,1687,'right_tab_4_items_list_repeater_3_description','London, 9-10 March 2016'),(32417,1687,'_right_tab_4_items_list_repeater_3_description','field_56b3fab14556f'),(32418,1687,'right_tab_4_items_list_repeater','4'),(32419,1687,'_right_tab_4_items_list_repeater','field_56b3fab14556d'),(32420,1687,'right_tab_5_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(32421,1687,'_right_tab_5_wysiwyg_editor','field_56b3fab14554e'),(32422,1687,'right_tab_6_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(32423,1687,'_right_tab_6_items_list_repeater_0_title','field_56b3fab14556e'),(32424,1687,'right_tab_6_items_list_repeater_0_description','Frankfurt, October, 2015'),(32425,1687,'_right_tab_6_items_list_repeater_0_description','field_56b3fab14556f'),(32426,1687,'right_tab_6_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(32427,1687,'_right_tab_6_items_list_repeater_1_title','field_56b3fab14556e'),(32428,1687,'right_tab_6_items_list_repeater_1_description','Milan, October, 2015'),(32429,1687,'_right_tab_6_items_list_repeater_1_description','field_56b3fab14556f'),(32430,1687,'right_tab_6_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(32431,1687,'_right_tab_6_items_list_repeater_2_title','field_56b3fab14556e'),(32432,1687,'right_tab_6_items_list_repeater_2_description','London, September, 2015'),(32433,1687,'_right_tab_6_items_list_repeater_2_description','field_56b3fab14556f'),(32434,1687,'right_tab_6_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(32435,1687,'_right_tab_6_items_list_repeater_3_title','field_56b3fab14556e'),(32436,1687,'right_tab_6_items_list_repeater_3_description','Stockholm June, 2015'),(32437,1687,'_right_tab_6_items_list_repeater_3_description','field_56b3fab14556f'),(32438,1687,'right_tab_6_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(32439,1687,'_right_tab_6_items_list_repeater_4_title','field_56b3fab14556e'),(32440,1687,'right_tab_6_items_list_repeater_4_description','Madrid, May, 2015'),(32441,1687,'_right_tab_6_items_list_repeater_4_description','field_56b3fab14556f'),(32442,1687,'right_tab_6_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(32443,1687,'_right_tab_6_items_list_repeater_5_title','field_56b3fab14556e'),(32444,1687,'right_tab_6_items_list_repeater_5_description','Bucharest, April, 2015'),(32445,1687,'_right_tab_6_items_list_repeater_5_description','field_56b3fab14556f'),(32446,1687,'right_tab_6_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(32447,1687,'_right_tab_6_items_list_repeater_6_title','field_56b3fab14556e'),(32448,1687,'right_tab_6_items_list_repeater_6_description','London, January, 2015'),(32449,1687,'_right_tab_6_items_list_repeater_6_description','field_56b3fab14556f'),(32450,1687,'right_tab_6_items_list_repeater','7'),(32451,1687,'_right_tab_6_items_list_repeater','field_56b3fab14556d'),(32452,1687,'right_tab_7_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(32453,1687,'_right_tab_7_wysiwyg_editor','field_56b3fab14554e'),(32454,1687,'right_tab_8_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(32455,1687,'_right_tab_8_items_list_repeater_0_title','field_56b3fab14556e'),(32456,1687,'right_tab_8_items_list_repeater_0_description','Paris, April 2014'),(32457,1687,'_right_tab_8_items_list_repeater_0_description','field_56b3fab14556f'),(32458,1687,'right_tab_8_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(32459,1687,'_right_tab_8_items_list_repeater_1_title','field_56b3fab14556e'),(32460,1687,'right_tab_8_items_list_repeater_1_description','Bucharest, Jun 2014'),(32461,1687,'_right_tab_8_items_list_repeater_1_description','field_56b3fab14556f'),(32462,1687,'right_tab_8_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(32463,1687,'_right_tab_8_items_list_repeater_2_title','field_56b3fab14556e'),(32464,1687,'right_tab_8_items_list_repeater_2_description','Vienna, December 2014'),(32465,1687,'_right_tab_8_items_list_repeater_2_description','field_56b3fab14556f'),(32466,1687,'right_tab_8_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(32467,1687,'_right_tab_8_items_list_repeater_3_title','field_56b3fab14556e'),(32468,1687,'right_tab_8_items_list_repeater_3_description','London, October 2014'),(32469,1687,'_right_tab_8_items_list_repeater_3_description','field_56b3fab14556f'),(32470,1687,'right_tab_8_items_list_repeater','4'),(32471,1687,'_right_tab_8_items_list_repeater','field_56b3fab14556d'),(32472,1687,'right_tab_8_spacer','1'),(32473,1687,'_right_tab_8_spacer','field_56b3fab145570'),(32474,1687,'right_tab_9_contact_icon','icon-mail'),(32475,1687,'_right_tab_9_contact_icon','field_56b3fde2ce060'),(32476,1687,'right_tab_9_contact_title','Previous conferences available upon request.'),(32477,1687,'_right_tab_9_contact_title','field_56b4001eb0921'),(32478,1687,'right_tab_9_contact_values_0_contact_value_left','E-mail:'),(32479,1687,'_right_tab_9_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(32480,1687,'right_tab_9_contact_values_0_contact_value_right','info@innovationbrain.com'),(32481,1687,'_right_tab_9_contact_values_0_contact_value_right','field_56b3fefe543df'),(32482,1687,'right_tab_9_contact_values_0_link_type','mailto:'),(32483,1687,'_right_tab_9_contact_values_0_link_type','field_56b3fed6543dd'),(32484,1687,'right_tab_9_contact_values_0_link','info@innovationbrain.com'),(32485,1687,'_right_tab_9_contact_values_0_link','field_56b3fef2543de'),(32486,1687,'right_tab_9_contact_values','1'),(32487,1687,'_right_tab_9_contact_values','field_56b3fde2ce062'),(32488,1687,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(32489,1687,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(32490,1687,'third_tab_3_spacer','1'),(32491,1687,'_third_tab_3_spacer','field_57f54ec49b780'),(32492,1687,'third_tab_4_items_list_repeater_0_title','TMA Europe East European Conference'),(32493,1687,'_third_tab_4_items_list_repeater_0_title','field_57f54ec49b79f'),(32494,1687,'third_tab_4_items_list_repeater_0_description','Bucharest, Romania, 21 February 2018'),(32495,1687,'_third_tab_4_items_list_repeater_0_description','field_57f54ec49b7a0'),(32496,1687,'third_tab_4_items_list_repeater','1'),(32497,1687,'_third_tab_4_items_list_repeater','field_57f54ec49b79e'),(32498,1687,'third_tab_4_spacer','1'),(32499,1687,'_third_tab_4_spacer','field_57f54ec49b7a1'),(32500,1687,'third_tab_1_items_list_repeater_1_title','Debtwire CEE Restructuring Conference'),(32501,1687,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(32502,1687,'third_tab_1_items_list_repeater_1_description','Vienna, 21 November 2017'),(32503,1687,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(32504,1688,'cases_repeater_0_cases_title','- Largest Greek Bank'),(32505,1688,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(32506,1688,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(32507,1688,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(32508,1688,'cases_repeater_0_icon','icon-bullseye-small'),(32509,1688,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(32510,1688,'cases_repeater_0_cases_icon_title','Financial services'),(32511,1688,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(32512,1688,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(32513,1688,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(32514,1688,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(32515,1688,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(32516,1688,'cases_repeater_1_icon','icon-progress-small'),(32517,1688,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(32518,1688,'cases_repeater_1_cases_icon_title','Commodities'),(32519,1688,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(32520,1688,'cases_repeater','3'),(32521,1688,'_cases_repeater','field_56b25d0cd2fed'),(32522,1688,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(32523,1688,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(32524,1688,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(32525,1688,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(32526,1688,'cases_repeater_2_icon','icon-pill-small'),(32527,1688,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(32528,1688,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(32529,1688,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(32530,1688,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(32531,1688,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(32532,1688,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(32533,1688,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(32534,1688,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(32535,1688,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(32536,1688,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(32537,1688,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(32538,1688,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(32539,1688,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(32540,1688,'conferences_repeater_2_conference_place_and_date','September, 2015'),(32541,1688,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(32542,1688,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(32543,1688,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(32544,1688,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(32545,1688,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(32546,1688,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(32547,1688,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(32548,1688,'conferences_repeater_4_conference_place_and_date','May, 2015'),(32549,1688,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(32550,1688,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(32551,1688,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(32552,1688,'conferences_repeater_5_conference_place_and_date','April, 2015'),(32553,1688,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(32554,1688,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(32555,1688,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(32556,1688,'conferences_repeater_6_conference_place_and_date','January, 2015'),(32557,1688,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(32558,1688,'conferences_repeater','7'),(32559,1688,'_conferences_repeater','field_56b28bd340c44'),(32560,1688,'conferences_contact','Previous conferences available upon request'),(32561,1688,'_conferences_contact','field_56b3451c304a4'),(32562,1688,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(32563,1688,'_conferences_contact_mail','field_56b3453c304a5'),(32564,1688,'conferences_icon','icon-mail'),(32565,1688,'_conferences_icon','field_56b347cd8f381'),(32566,1688,'conferences_contact_text','Previous conferences available upon request'),(32567,1688,'_conferences_contact_text','field_56b3451c304a4'),(32568,1688,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(32569,1688,'_left_tab','field_56b36c6deeda0'),(32570,1688,'add_second_tab','1'),(32571,1688,'_add_second_tab','field_56b36ca9eeda2'),(32572,1688,'right_tab','a:10:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:16:\"items_list_block\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:16:\"items_list_block\";i:5;s:20:\"wysiwyg_editor_block\";i:6;s:16:\"items_list_block\";i:7;s:20:\"wysiwyg_editor_block\";i:8;s:16:\"items_list_block\";i:9;s:13:\"contact_block\";}'),(32573,1688,'_right_tab','field_56b3fab04554d'),(32574,1688,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(32575,1688,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(32576,1688,'left_tab_0_spacer','0'),(32577,1688,'_left_tab_0_spacer','field_56b371c577c8c'),(32578,1688,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(32579,1688,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(32580,1688,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(32581,1688,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(32582,1688,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(32583,1688,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(32584,1688,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(32585,1688,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(32586,1688,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(32587,1688,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(32588,1688,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(32589,1688,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(32590,1688,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(32591,1688,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(32592,1688,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(32593,1688,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(32594,1688,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(32595,1688,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(32596,1688,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(32597,1688,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(32598,1688,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(32599,1688,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(32600,1688,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(32601,1688,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(32602,1688,'left_tab_1_cases_repeater','3'),(32603,1688,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(32604,1688,'left_tab_1_spacer','0'),(32605,1688,'_left_tab_1_spacer','field_56b3f001dbf09'),(32606,1688,'left_tab_name','Cases'),(32607,1688,'_left_tab_name','field_56b3976017dce'),(32608,1688,'right_tab_name','Conferences'),(32609,1688,'_right_tab_name','field_56b3978117dcf'),(32610,1688,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2017</h3>'),(32611,1688,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(32612,1688,'right_tab_0_spacer','1'),(32613,1688,'_right_tab_0_spacer','field_56b3fab14554f'),(32614,1688,'right_tab_1_items_list_repeater_0_title','Resolving NPLs in SEE'),(32615,1688,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(32616,1688,'right_tab_1_items_list_repeater_0_description','Belgrade, 20 October 2017'),(32617,1688,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(32618,1688,'right_tab_1_items_list_repeater','1'),(32619,1688,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(32620,1688,'right_tab_1_spacer','1'),(32621,1688,'_right_tab_1_spacer','field_56b3fab145570'),(32622,1688,'right_tab_2_contact_icon','icon-mail'),(32623,1688,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(32624,1688,'right_tab_2_contact_title','Previous conferences available upon request.'),(32625,1688,'_right_tab_2_contact_title','field_56b4001eb0921'),(32626,1688,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(32627,1688,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(32628,1688,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(32629,1688,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(32630,1688,'right_tab_2_contact_values_0_link_type','mailto:'),(32631,1688,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(32632,1688,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(32633,1688,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(32634,1688,'right_tab_2_contact_values','1'),(32635,1688,'_right_tab_2_contact_values','field_56b3fde2ce062'),(32636,1688,'add_third_tab','1'),(32637,1688,'_add_third_tab','field_57f54e889b77c'),(32638,1688,'third_tab_name','Upcoming Events'),(32639,1688,'_third_tab_name','field_57f54ea19b77d'),(32640,1688,'third_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:16:\"items_list_block\";}'),(32641,1688,'_third_tab','field_57f54ec39b77e'),(32642,1688,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(32643,1688,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(32644,1688,'right_tab_2_spacer','1'),(32645,1688,'_right_tab_2_spacer','field_56b3fab145570'),(32646,1688,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(32647,1688,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(32648,1688,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(32649,1688,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(32650,1688,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(32651,1688,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(32652,1688,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(32653,1688,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(32654,1688,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(32655,1688,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(32656,1688,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(32657,1688,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(32658,1688,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(32659,1688,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(32660,1688,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(32661,1688,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(32662,1688,'right_tab_3_items_list_repeater','4'),(32663,1688,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(32664,1688,'right_tab_3_spacer','1'),(32665,1688,'_right_tab_3_spacer','field_56b3fab14554f'),(32666,1688,'right_tab_4_contact_icon','icon-mail'),(32667,1688,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(32668,1688,'right_tab_4_contact_title','Previous conferences available upon request.'),(32669,1688,'_right_tab_4_contact_title','field_56b4001eb0921'),(32670,1688,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(32671,1688,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(32672,1688,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(32673,1688,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(32674,1688,'right_tab_4_contact_values_0_link_type','mailto:'),(32675,1688,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(32676,1688,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(32677,1688,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(32678,1688,'right_tab_4_contact_values','1'),(32679,1688,'_right_tab_4_contact_values','field_56b3fde2ce062'),(32680,1688,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(32681,1688,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(32682,1688,'right_tab_4_spacer','0'),(32683,1688,'_right_tab_4_spacer','field_56b3fab145570'),(32684,1688,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(32685,1688,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(32686,1688,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(32687,1688,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(32688,1688,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(32689,1688,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(32690,1688,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(32691,1688,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(32692,1688,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(32693,1688,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(32694,1688,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(32695,1688,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(32696,1688,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(32697,1688,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(32698,1688,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(32699,1688,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(32700,1688,'right_tab_5_items_list_repeater','7'),(32701,1688,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(32702,1688,'right_tab_5_spacer','1'),(32703,1688,'_right_tab_5_spacer','field_56b3fab14554f'),(32704,1688,'right_tab_6_contact_icon','icon-mail'),(32705,1688,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(32706,1688,'right_tab_6_contact_title','Previous conferences available upon request.'),(32707,1688,'_right_tab_6_contact_title','field_56b4001eb0921'),(32708,1688,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(32709,1688,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(32710,1688,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(32711,1688,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(32712,1688,'right_tab_6_contact_values_0_link_type','mailto:'),(32713,1688,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(32714,1688,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(32715,1688,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(32716,1688,'right_tab_6_contact_values','1'),(32717,1688,'_right_tab_6_contact_values','field_56b3fde2ce062'),(32718,1688,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2017</h3>'),(32719,1688,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(32720,1688,'third_tab_0_spacer','1'),(32721,1688,'_third_tab_0_spacer','field_57f54ec49b780'),(32722,1688,'third_tab_1_items_list_repeater','2'),(32723,1688,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(32724,1688,'third_tab_1_spacer','1'),(32725,1688,'_third_tab_1_spacer','field_57f54ec49b7a1'),(32726,1688,'third_tab_1_items_list_repeater_0_title','Debtwire CEE Restructuring Conference'),(32727,1688,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(32728,1688,'third_tab_1_items_list_repeater_0_description','Vienna, 21 November 2017'),(32729,1688,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(32730,1688,'third_tab_2_contact_icon','icon-mail'),(32731,1688,'_third_tab_2_contact_icon','field_58568c5a91b24'),(32732,1688,'third_tab_2_contact_title','Previous conferences available upon request.'),(32733,1688,'_third_tab_2_contact_title','field_58568c7791b25'),(32734,1688,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(32735,1688,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(32736,1688,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(32737,1688,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(32738,1688,'third_tab_2_contact_values_0_link_type','mailto:'),(32739,1688,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(32740,1688,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(32741,1688,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(32742,1688,'third_tab_2_contact_values','1'),(32743,1688,'_third_tab_2_contact_values','field_58568c1091b1d'),(32744,1688,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(32745,1688,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(32746,1688,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(32747,1688,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(32748,1688,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(32749,1688,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(32750,1688,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(32751,1688,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(32752,1688,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(32753,1688,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(32754,1688,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(32755,1688,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(32756,1688,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(32757,1688,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(32758,1688,'right_tab_6_spacer','0'),(32759,1688,'_right_tab_6_spacer','field_56b3fab145570'),(32760,1688,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(32761,1688,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(32762,1688,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(32763,1688,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(32764,1688,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(32765,1688,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(32766,1688,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(32767,1688,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(32768,1688,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(32769,1688,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(32770,1688,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(32771,1688,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(32772,1688,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(32773,1688,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(32774,1688,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(32775,1688,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(32776,1688,'right_tab_7_items_list_repeater','4'),(32777,1688,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(32778,1688,'right_tab_7_spacer','1'),(32779,1688,'_right_tab_7_spacer','field_56b3fab14554f'),(32780,1688,'right_tab_8_contact_icon','icon-mail'),(32781,1688,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(32782,1688,'right_tab_8_contact_title','Previous conferences available upon request.'),(32783,1688,'_right_tab_8_contact_title','field_56b4001eb0921'),(32784,1688,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(32785,1688,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(32786,1688,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(32787,1688,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(32788,1688,'right_tab_8_contact_values_0_link_type','mailto:'),(32789,1688,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(32790,1688,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(32791,1688,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(32792,1688,'right_tab_8_contact_values','1'),(32793,1688,'_right_tab_8_contact_values','field_56b3fde2ce062'),(32794,1688,'right_tab_2_items_list_repeater_0_title','European Investment Summit'),(32795,1688,'_right_tab_2_items_list_repeater_0_title','field_56b3fab14556e'),(32796,1688,'right_tab_2_items_list_repeater_0_description','Miami, 8-9 March 2017'),(32797,1688,'_right_tab_2_items_list_repeater_0_description','field_56b3fab14556f'),(32798,1688,'right_tab_2_items_list_repeater_1_title','European Investment Summit'),(32799,1688,'_right_tab_2_items_list_repeater_1_title','field_56b3fab14556e'),(32800,1688,'right_tab_2_items_list_repeater_1_description','Athens, 11-12 October 2017'),(32801,1688,'_right_tab_2_items_list_repeater_1_description','field_56b3fab14556f'),(32802,1688,'right_tab_2_items_list_repeater','2'),(32803,1688,'_right_tab_2_items_list_repeater','field_56b3fab14556d'),(32804,1688,'right_tab_3_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(32805,1688,'_right_tab_3_wysiwyg_editor','field_56b3fab14554e'),(32806,1688,'right_tab_4_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(32807,1688,'_right_tab_4_items_list_repeater_0_title','field_56b3fab14556e'),(32808,1688,'right_tab_4_items_list_repeater_0_description','London, 29 June 2016'),(32809,1688,'_right_tab_4_items_list_repeater_0_description','field_56b3fab14556f'),(32810,1688,'right_tab_4_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(32811,1688,'_right_tab_4_items_list_repeater_1_title','field_56b3fab14556e'),(32812,1688,'right_tab_4_items_list_repeater_1_description','London, 29 June 2016'),(32813,1688,'_right_tab_4_items_list_repeater_1_description','field_56b3fab14556f'),(32814,1688,'right_tab_4_items_list_repeater_2_title','Private Equity Buying into CEE'),(32815,1688,'_right_tab_4_items_list_repeater_2_title','field_56b3fab14556e'),(32816,1688,'right_tab_4_items_list_repeater_2_description','Prague, 16 March 2016'),(32817,1688,'_right_tab_4_items_list_repeater_2_description','field_56b3fab14556f'),(32818,1688,'right_tab_4_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(32819,1688,'_right_tab_4_items_list_repeater_3_title','field_56b3fab14556e'),(32820,1688,'right_tab_4_items_list_repeater_3_description','London, 9-10 March 2016'),(32821,1688,'_right_tab_4_items_list_repeater_3_description','field_56b3fab14556f'),(32822,1688,'right_tab_4_items_list_repeater','4'),(32823,1688,'_right_tab_4_items_list_repeater','field_56b3fab14556d'),(32824,1688,'right_tab_5_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(32825,1688,'_right_tab_5_wysiwyg_editor','field_56b3fab14554e'),(32826,1688,'right_tab_6_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(32827,1688,'_right_tab_6_items_list_repeater_0_title','field_56b3fab14556e'),(32828,1688,'right_tab_6_items_list_repeater_0_description','Frankfurt, October, 2015'),(32829,1688,'_right_tab_6_items_list_repeater_0_description','field_56b3fab14556f'),(32830,1688,'right_tab_6_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(32831,1688,'_right_tab_6_items_list_repeater_1_title','field_56b3fab14556e'),(32832,1688,'right_tab_6_items_list_repeater_1_description','Milan, October, 2015'),(32833,1688,'_right_tab_6_items_list_repeater_1_description','field_56b3fab14556f'),(32834,1688,'right_tab_6_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(32835,1688,'_right_tab_6_items_list_repeater_2_title','field_56b3fab14556e'),(32836,1688,'right_tab_6_items_list_repeater_2_description','London, September, 2015'),(32837,1688,'_right_tab_6_items_list_repeater_2_description','field_56b3fab14556f'),(32838,1688,'right_tab_6_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(32839,1688,'_right_tab_6_items_list_repeater_3_title','field_56b3fab14556e'),(32840,1688,'right_tab_6_items_list_repeater_3_description','Stockholm June, 2015'),(32841,1688,'_right_tab_6_items_list_repeater_3_description','field_56b3fab14556f'),(32842,1688,'right_tab_6_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(32843,1688,'_right_tab_6_items_list_repeater_4_title','field_56b3fab14556e'),(32844,1688,'right_tab_6_items_list_repeater_4_description','Madrid, May, 2015'),(32845,1688,'_right_tab_6_items_list_repeater_4_description','field_56b3fab14556f'),(32846,1688,'right_tab_6_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(32847,1688,'_right_tab_6_items_list_repeater_5_title','field_56b3fab14556e'),(32848,1688,'right_tab_6_items_list_repeater_5_description','Bucharest, April, 2015'),(32849,1688,'_right_tab_6_items_list_repeater_5_description','field_56b3fab14556f'),(32850,1688,'right_tab_6_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(32851,1688,'_right_tab_6_items_list_repeater_6_title','field_56b3fab14556e'),(32852,1688,'right_tab_6_items_list_repeater_6_description','London, January, 2015'),(32853,1688,'_right_tab_6_items_list_repeater_6_description','field_56b3fab14556f'),(32854,1688,'right_tab_6_items_list_repeater','7'),(32855,1688,'_right_tab_6_items_list_repeater','field_56b3fab14556d'),(32856,1688,'right_tab_7_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(32857,1688,'_right_tab_7_wysiwyg_editor','field_56b3fab14554e'),(32858,1688,'right_tab_8_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(32859,1688,'_right_tab_8_items_list_repeater_0_title','field_56b3fab14556e'),(32860,1688,'right_tab_8_items_list_repeater_0_description','Paris, April 2014'),(32861,1688,'_right_tab_8_items_list_repeater_0_description','field_56b3fab14556f'),(32862,1688,'right_tab_8_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(32863,1688,'_right_tab_8_items_list_repeater_1_title','field_56b3fab14556e'),(32864,1688,'right_tab_8_items_list_repeater_1_description','Bucharest, Jun 2014'),(32865,1688,'_right_tab_8_items_list_repeater_1_description','field_56b3fab14556f'),(32866,1688,'right_tab_8_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(32867,1688,'_right_tab_8_items_list_repeater_2_title','field_56b3fab14556e'),(32868,1688,'right_tab_8_items_list_repeater_2_description','Vienna, December 2014'),(32869,1688,'_right_tab_8_items_list_repeater_2_description','field_56b3fab14556f'),(32870,1688,'right_tab_8_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(32871,1688,'_right_tab_8_items_list_repeater_3_title','field_56b3fab14556e'),(32872,1688,'right_tab_8_items_list_repeater_3_description','London, October 2014'),(32873,1688,'_right_tab_8_items_list_repeater_3_description','field_56b3fab14556f'),(32874,1688,'right_tab_8_items_list_repeater','4'),(32875,1688,'_right_tab_8_items_list_repeater','field_56b3fab14556d'),(32876,1688,'right_tab_8_spacer','1'),(32877,1688,'_right_tab_8_spacer','field_56b3fab145570'),(32878,1688,'right_tab_9_contact_icon','icon-mail'),(32879,1688,'_right_tab_9_contact_icon','field_56b3fde2ce060'),(32880,1688,'right_tab_9_contact_title','Previous conferences available upon request.'),(32881,1688,'_right_tab_9_contact_title','field_56b4001eb0921'),(32882,1688,'right_tab_9_contact_values_0_contact_value_left','E-mail:'),(32883,1688,'_right_tab_9_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(32884,1688,'right_tab_9_contact_values_0_contact_value_right','info@innovationbrain.com'),(32885,1688,'_right_tab_9_contact_values_0_contact_value_right','field_56b3fefe543df'),(32886,1688,'right_tab_9_contact_values_0_link_type','mailto:'),(32887,1688,'_right_tab_9_contact_values_0_link_type','field_56b3fed6543dd'),(32888,1688,'right_tab_9_contact_values_0_link','info@innovationbrain.com'),(32889,1688,'_right_tab_9_contact_values_0_link','field_56b3fef2543de'),(32890,1688,'right_tab_9_contact_values','1'),(32891,1688,'_right_tab_9_contact_values','field_56b3fde2ce062'),(32892,1688,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(32893,1688,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(32894,1688,'third_tab_3_spacer','1'),(32895,1688,'_third_tab_3_spacer','field_57f54ec49b780'),(32896,1688,'third_tab_4_items_list_repeater_0_title','TMA Europe East European Conference'),(32897,1688,'_third_tab_4_items_list_repeater_0_title','field_57f54ec49b79f'),(32898,1688,'third_tab_4_items_list_repeater_0_description','Bucharest, Romania, 21 February 2018'),(32899,1688,'_third_tab_4_items_list_repeater_0_description','field_57f54ec49b7a0'),(32900,1688,'third_tab_4_items_list_repeater','1'),(32901,1688,'_third_tab_4_items_list_repeater','field_57f54ec49b79e'),(32902,1688,'third_tab_4_spacer','1'),(32903,1688,'_third_tab_4_spacer','field_57f54ec49b7a1'),(32904,1688,'third_tab_1_items_list_repeater_1_title','Capital Connection'),(32905,1688,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(32906,1688,'third_tab_1_items_list_repeater_1_description','London, 6 December 2017'),(32907,1688,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(32908,1690,'cases_repeater_0_cases_title','- Largest Greek Bank'),(32909,1690,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(32910,1690,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(32911,1690,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(32912,1690,'cases_repeater_0_icon','icon-bullseye-small'),(32913,1690,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(32914,1690,'cases_repeater_0_cases_icon_title','Financial services'),(32915,1690,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(32916,1690,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(32917,1690,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(32918,1690,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(32919,1690,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(32920,1690,'cases_repeater_1_icon','icon-progress-small'),(32921,1690,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(32922,1690,'cases_repeater_1_cases_icon_title','Commodities'),(32923,1690,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(32924,1690,'cases_repeater','3'),(32925,1690,'_cases_repeater','field_56b25d0cd2fed'),(32926,1690,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(32927,1690,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(32928,1690,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(32929,1690,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(32930,1690,'cases_repeater_2_icon','icon-pill-small'),(32931,1690,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(32932,1690,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(32933,1690,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(32934,1690,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(32935,1690,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(32936,1690,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(32937,1690,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(32938,1690,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(32939,1690,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(32940,1690,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(32941,1690,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(32942,1690,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(32943,1690,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(32944,1690,'conferences_repeater_2_conference_place_and_date','September, 2015'),(32945,1690,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(32946,1690,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(32947,1690,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(32948,1690,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(32949,1690,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(32950,1690,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(32951,1690,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(32952,1690,'conferences_repeater_4_conference_place_and_date','May, 2015'),(32953,1690,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(32954,1690,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(32955,1690,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(32956,1690,'conferences_repeater_5_conference_place_and_date','April, 2015'),(32957,1690,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(32958,1690,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(32959,1690,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(32960,1690,'conferences_repeater_6_conference_place_and_date','January, 2015'),(32961,1690,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(32962,1690,'conferences_repeater','7'),(32963,1690,'_conferences_repeater','field_56b28bd340c44'),(32964,1690,'conferences_contact','Previous conferences available upon request'),(32965,1690,'_conferences_contact','field_56b3451c304a4'),(32966,1690,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(32967,1690,'_conferences_contact_mail','field_56b3453c304a5'),(32968,1690,'conferences_icon','icon-mail'),(32969,1690,'_conferences_icon','field_56b347cd8f381'),(32970,1690,'conferences_contact_text','Previous conferences available upon request'),(32971,1690,'_conferences_contact_text','field_56b3451c304a4'),(32972,1690,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(32973,1690,'_left_tab','field_56b36c6deeda0'),(32974,1690,'add_second_tab','1'),(32975,1690,'_add_second_tab','field_56b36ca9eeda2'),(32976,1690,'right_tab','a:10:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:16:\"items_list_block\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:16:\"items_list_block\";i:5;s:20:\"wysiwyg_editor_block\";i:6;s:16:\"items_list_block\";i:7;s:20:\"wysiwyg_editor_block\";i:8;s:16:\"items_list_block\";i:9;s:13:\"contact_block\";}'),(32977,1690,'_right_tab','field_56b3fab04554d'),(32978,1690,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(32979,1690,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(32980,1690,'left_tab_0_spacer','0'),(32981,1690,'_left_tab_0_spacer','field_56b371c577c8c'),(32982,1690,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(32983,1690,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(32984,1690,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(32985,1690,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(32986,1690,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(32987,1690,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(32988,1690,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(32989,1690,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(32990,1690,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(32991,1690,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(32992,1690,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(32993,1690,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(32994,1690,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(32995,1690,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(32996,1690,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(32997,1690,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(32998,1690,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(32999,1690,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(33000,1690,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(33001,1690,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(33002,1690,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(33003,1690,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(33004,1690,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(33005,1690,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(33006,1690,'left_tab_1_cases_repeater','3'),(33007,1690,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(33008,1690,'left_tab_1_spacer','0'),(33009,1690,'_left_tab_1_spacer','field_56b3f001dbf09'),(33010,1690,'left_tab_name','Cases'),(33011,1690,'_left_tab_name','field_56b3976017dce'),(33012,1690,'right_tab_name','Conferences'),(33013,1690,'_right_tab_name','field_56b3978117dcf'),(33014,1690,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2017</h3>'),(33015,1690,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(33016,1690,'right_tab_0_spacer','1'),(33017,1690,'_right_tab_0_spacer','field_56b3fab14554f'),(33018,1690,'right_tab_1_items_list_repeater_0_title','Resolving NPLs in SEE'),(33019,1690,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(33020,1690,'right_tab_1_items_list_repeater_0_description','Belgrade, 20 October 2017'),(33021,1690,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(33022,1690,'right_tab_1_items_list_repeater','1'),(33023,1690,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(33024,1690,'right_tab_1_spacer','1'),(33025,1690,'_right_tab_1_spacer','field_56b3fab145570'),(33026,1690,'right_tab_2_contact_icon','icon-mail'),(33027,1690,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(33028,1690,'right_tab_2_contact_title','Previous conferences available upon request.'),(33029,1690,'_right_tab_2_contact_title','field_56b4001eb0921'),(33030,1690,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(33031,1690,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(33032,1690,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(33033,1690,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(33034,1690,'right_tab_2_contact_values_0_link_type','mailto:'),(33035,1690,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(33036,1690,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(33037,1690,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(33038,1690,'right_tab_2_contact_values','1'),(33039,1690,'_right_tab_2_contact_values','field_56b3fde2ce062'),(33040,1690,'add_third_tab','1'),(33041,1690,'_add_third_tab','field_57f54e889b77c'),(33042,1690,'third_tab_name','Upcoming Events'),(33043,1690,'_third_tab_name','field_57f54ea19b77d'),(33044,1690,'third_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:16:\"items_list_block\";}'),(33045,1690,'_third_tab','field_57f54ec39b77e'),(33046,1690,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(33047,1690,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(33048,1690,'right_tab_2_spacer','1'),(33049,1690,'_right_tab_2_spacer','field_56b3fab145570'),(33050,1690,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(33051,1690,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(33052,1690,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(33053,1690,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(33054,1690,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(33055,1690,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(33056,1690,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(33057,1690,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(33058,1690,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(33059,1690,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(33060,1690,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(33061,1690,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(33062,1690,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(33063,1690,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(33064,1690,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(33065,1690,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(33066,1690,'right_tab_3_items_list_repeater','4'),(33067,1690,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(33068,1690,'right_tab_3_spacer','1'),(33069,1690,'_right_tab_3_spacer','field_56b3fab14554f'),(33070,1690,'right_tab_4_contact_icon','icon-mail'),(33071,1690,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(33072,1690,'right_tab_4_contact_title','Previous conferences available upon request.'),(33073,1690,'_right_tab_4_contact_title','field_56b4001eb0921'),(33074,1690,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(33075,1690,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(33076,1690,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(33077,1690,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(33078,1690,'right_tab_4_contact_values_0_link_type','mailto:'),(33079,1690,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(33080,1690,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(33081,1690,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(33082,1690,'right_tab_4_contact_values','1'),(33083,1690,'_right_tab_4_contact_values','field_56b3fde2ce062'),(33084,1690,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(33085,1690,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(33086,1690,'right_tab_4_spacer','0'),(33087,1690,'_right_tab_4_spacer','field_56b3fab145570'),(33088,1690,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(33089,1690,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(33090,1690,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(33091,1690,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(33092,1690,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(33093,1690,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(33094,1690,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(33095,1690,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(33096,1690,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(33097,1690,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(33098,1690,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(33099,1690,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(33100,1690,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(33101,1690,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(33102,1690,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(33103,1690,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(33104,1690,'right_tab_5_items_list_repeater','7'),(33105,1690,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(33106,1690,'right_tab_5_spacer','1'),(33107,1690,'_right_tab_5_spacer','field_56b3fab14554f'),(33108,1690,'right_tab_6_contact_icon','icon-mail'),(33109,1690,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(33110,1690,'right_tab_6_contact_title','Previous conferences available upon request.'),(33111,1690,'_right_tab_6_contact_title','field_56b4001eb0921'),(33112,1690,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(33113,1690,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(33114,1690,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(33115,1690,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(33116,1690,'right_tab_6_contact_values_0_link_type','mailto:'),(33117,1690,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(33118,1690,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(33119,1690,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(33120,1690,'right_tab_6_contact_values','1'),(33121,1690,'_right_tab_6_contact_values','field_56b3fde2ce062'),(33122,1690,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2017</h3>'),(33123,1690,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(33124,1690,'third_tab_0_spacer','1'),(33125,1690,'_third_tab_0_spacer','field_57f54ec49b780'),(33126,1690,'third_tab_1_items_list_repeater','1'),(33127,1690,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(33128,1690,'third_tab_1_spacer','1'),(33129,1690,'_third_tab_1_spacer','field_57f54ec49b7a1'),(33130,1690,'third_tab_1_items_list_repeater_0_title','Capital Connection'),(33131,1690,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(33132,1690,'third_tab_1_items_list_repeater_0_description','London, 6 December 2017'),(33133,1690,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(33134,1690,'third_tab_2_contact_icon','icon-mail'),(33135,1690,'_third_tab_2_contact_icon','field_58568c5a91b24'),(33136,1690,'third_tab_2_contact_title','Previous conferences available upon request.'),(33137,1690,'_third_tab_2_contact_title','field_58568c7791b25'),(33138,1690,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(33139,1690,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(33140,1690,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(33141,1690,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(33142,1690,'third_tab_2_contact_values_0_link_type','mailto:'),(33143,1690,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(33144,1690,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(33145,1690,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(33146,1690,'third_tab_2_contact_values','1'),(33147,1690,'_third_tab_2_contact_values','field_58568c1091b1d'),(33148,1690,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(33149,1690,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(33150,1690,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(33151,1690,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(33152,1690,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(33153,1690,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(33154,1690,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(33155,1690,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(33156,1690,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(33157,1690,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(33158,1690,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(33159,1690,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(33160,1690,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(33161,1690,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(33162,1690,'right_tab_6_spacer','0'),(33163,1690,'_right_tab_6_spacer','field_56b3fab145570'),(33164,1690,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(33165,1690,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(33166,1690,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(33167,1690,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(33168,1690,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(33169,1690,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(33170,1690,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(33171,1690,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(33172,1690,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(33173,1690,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(33174,1690,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(33175,1690,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(33176,1690,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(33177,1690,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(33178,1690,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(33179,1690,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(33180,1690,'right_tab_7_items_list_repeater','4'),(33181,1690,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(33182,1690,'right_tab_7_spacer','1'),(33183,1690,'_right_tab_7_spacer','field_56b3fab14554f'),(33184,1690,'right_tab_8_contact_icon','icon-mail'),(33185,1690,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(33186,1690,'right_tab_8_contact_title','Previous conferences available upon request.'),(33187,1690,'_right_tab_8_contact_title','field_56b4001eb0921'),(33188,1690,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(33189,1690,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(33190,1690,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(33191,1690,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(33192,1690,'right_tab_8_contact_values_0_link_type','mailto:'),(33193,1690,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(33194,1690,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(33195,1690,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(33196,1690,'right_tab_8_contact_values','1'),(33197,1690,'_right_tab_8_contact_values','field_56b3fde2ce062'),(33198,1690,'right_tab_2_items_list_repeater_0_title','European Investment Summit'),(33199,1690,'_right_tab_2_items_list_repeater_0_title','field_56b3fab14556e'),(33200,1690,'right_tab_2_items_list_repeater_0_description','Miami, 8-9 March 2017'),(33201,1690,'_right_tab_2_items_list_repeater_0_description','field_56b3fab14556f'),(33202,1690,'right_tab_2_items_list_repeater_1_title','European Investment Summit'),(33203,1690,'_right_tab_2_items_list_repeater_1_title','field_56b3fab14556e'),(33204,1690,'right_tab_2_items_list_repeater_1_description','Athens, 11-12 October 2017'),(33205,1690,'_right_tab_2_items_list_repeater_1_description','field_56b3fab14556f'),(33206,1690,'right_tab_2_items_list_repeater','2'),(33207,1690,'_right_tab_2_items_list_repeater','field_56b3fab14556d'),(33208,1690,'right_tab_3_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(33209,1690,'_right_tab_3_wysiwyg_editor','field_56b3fab14554e'),(33210,1690,'right_tab_4_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(33211,1690,'_right_tab_4_items_list_repeater_0_title','field_56b3fab14556e'),(33212,1690,'right_tab_4_items_list_repeater_0_description','London, 29 June 2016'),(33213,1690,'_right_tab_4_items_list_repeater_0_description','field_56b3fab14556f'),(33214,1690,'right_tab_4_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(33215,1690,'_right_tab_4_items_list_repeater_1_title','field_56b3fab14556e'),(33216,1690,'right_tab_4_items_list_repeater_1_description','London, 29 June 2016'),(33217,1690,'_right_tab_4_items_list_repeater_1_description','field_56b3fab14556f'),(33218,1690,'right_tab_4_items_list_repeater_2_title','Private Equity Buying into CEE'),(33219,1690,'_right_tab_4_items_list_repeater_2_title','field_56b3fab14556e'),(33220,1690,'right_tab_4_items_list_repeater_2_description','Prague, 16 March 2016'),(33221,1690,'_right_tab_4_items_list_repeater_2_description','field_56b3fab14556f'),(33222,1690,'right_tab_4_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(33223,1690,'_right_tab_4_items_list_repeater_3_title','field_56b3fab14556e'),(33224,1690,'right_tab_4_items_list_repeater_3_description','London, 9-10 March 2016'),(33225,1690,'_right_tab_4_items_list_repeater_3_description','field_56b3fab14556f'),(33226,1690,'right_tab_4_items_list_repeater','4'),(33227,1690,'_right_tab_4_items_list_repeater','field_56b3fab14556d'),(33228,1690,'right_tab_5_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(33229,1690,'_right_tab_5_wysiwyg_editor','field_56b3fab14554e'),(33230,1690,'right_tab_6_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(33231,1690,'_right_tab_6_items_list_repeater_0_title','field_56b3fab14556e'),(33232,1690,'right_tab_6_items_list_repeater_0_description','Frankfurt, October, 2015'),(33233,1690,'_right_tab_6_items_list_repeater_0_description','field_56b3fab14556f'),(33234,1690,'right_tab_6_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(33235,1690,'_right_tab_6_items_list_repeater_1_title','field_56b3fab14556e'),(33236,1690,'right_tab_6_items_list_repeater_1_description','Milan, October, 2015'),(33237,1690,'_right_tab_6_items_list_repeater_1_description','field_56b3fab14556f'),(33238,1690,'right_tab_6_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(33239,1690,'_right_tab_6_items_list_repeater_2_title','field_56b3fab14556e'),(33240,1690,'right_tab_6_items_list_repeater_2_description','London, September, 2015'),(33241,1690,'_right_tab_6_items_list_repeater_2_description','field_56b3fab14556f'),(33242,1690,'right_tab_6_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(33243,1690,'_right_tab_6_items_list_repeater_3_title','field_56b3fab14556e'),(33244,1690,'right_tab_6_items_list_repeater_3_description','Stockholm June, 2015'),(33245,1690,'_right_tab_6_items_list_repeater_3_description','field_56b3fab14556f'),(33246,1690,'right_tab_6_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(33247,1690,'_right_tab_6_items_list_repeater_4_title','field_56b3fab14556e'),(33248,1690,'right_tab_6_items_list_repeater_4_description','Madrid, May, 2015'),(33249,1690,'_right_tab_6_items_list_repeater_4_description','field_56b3fab14556f'),(33250,1690,'right_tab_6_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(33251,1690,'_right_tab_6_items_list_repeater_5_title','field_56b3fab14556e'),(33252,1690,'right_tab_6_items_list_repeater_5_description','Bucharest, April, 2015'),(33253,1690,'_right_tab_6_items_list_repeater_5_description','field_56b3fab14556f'),(33254,1690,'right_tab_6_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(33255,1690,'_right_tab_6_items_list_repeater_6_title','field_56b3fab14556e'),(33256,1690,'right_tab_6_items_list_repeater_6_description','London, January, 2015'),(33257,1690,'_right_tab_6_items_list_repeater_6_description','field_56b3fab14556f'),(33258,1690,'right_tab_6_items_list_repeater','7'),(33259,1690,'_right_tab_6_items_list_repeater','field_56b3fab14556d'),(33260,1690,'right_tab_7_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(33261,1690,'_right_tab_7_wysiwyg_editor','field_56b3fab14554e'),(33262,1690,'right_tab_8_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(33263,1690,'_right_tab_8_items_list_repeater_0_title','field_56b3fab14556e'),(33264,1690,'right_tab_8_items_list_repeater_0_description','Paris, April 2014'),(33265,1690,'_right_tab_8_items_list_repeater_0_description','field_56b3fab14556f'),(33266,1690,'right_tab_8_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(33267,1690,'_right_tab_8_items_list_repeater_1_title','field_56b3fab14556e'),(33268,1690,'right_tab_8_items_list_repeater_1_description','Bucharest, Jun 2014'),(33269,1690,'_right_tab_8_items_list_repeater_1_description','field_56b3fab14556f'),(33270,1690,'right_tab_8_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(33271,1690,'_right_tab_8_items_list_repeater_2_title','field_56b3fab14556e'),(33272,1690,'right_tab_8_items_list_repeater_2_description','Vienna, December 2014'),(33273,1690,'_right_tab_8_items_list_repeater_2_description','field_56b3fab14556f'),(33274,1690,'right_tab_8_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(33275,1690,'_right_tab_8_items_list_repeater_3_title','field_56b3fab14556e'),(33276,1690,'right_tab_8_items_list_repeater_3_description','London, October 2014'),(33277,1690,'_right_tab_8_items_list_repeater_3_description','field_56b3fab14556f'),(33278,1690,'right_tab_8_items_list_repeater','4'),(33279,1690,'_right_tab_8_items_list_repeater','field_56b3fab14556d'),(33280,1690,'right_tab_8_spacer','1'),(33281,1690,'_right_tab_8_spacer','field_56b3fab145570'),(33282,1690,'right_tab_9_contact_icon','icon-mail'),(33283,1690,'_right_tab_9_contact_icon','field_56b3fde2ce060'),(33284,1690,'right_tab_9_contact_title','Previous conferences available upon request.'),(33285,1690,'_right_tab_9_contact_title','field_56b4001eb0921'),(33286,1690,'right_tab_9_contact_values_0_contact_value_left','E-mail:'),(33287,1690,'_right_tab_9_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(33288,1690,'right_tab_9_contact_values_0_contact_value_right','info@innovationbrain.com'),(33289,1690,'_right_tab_9_contact_values_0_contact_value_right','field_56b3fefe543df'),(33290,1690,'right_tab_9_contact_values_0_link_type','mailto:'),(33291,1690,'_right_tab_9_contact_values_0_link_type','field_56b3fed6543dd'),(33292,1690,'right_tab_9_contact_values_0_link','info@innovationbrain.com'),(33293,1690,'_right_tab_9_contact_values_0_link','field_56b3fef2543de'),(33294,1690,'right_tab_9_contact_values','1'),(33295,1690,'_right_tab_9_contact_values','field_56b3fde2ce062'),(33296,1690,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(33297,1690,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(33298,1690,'third_tab_3_spacer','1'),(33299,1690,'_third_tab_3_spacer','field_57f54ec49b780'),(33300,1690,'third_tab_4_items_list_repeater_0_title','TMA Europe East European Conference'),(33301,1690,'_third_tab_4_items_list_repeater_0_title','field_57f54ec49b79f'),(33302,1690,'third_tab_4_items_list_repeater_0_description','Bucharest, Romania, 21 February 2018'),(33303,1690,'_third_tab_4_items_list_repeater_0_description','field_57f54ec49b7a0'),(33304,1690,'third_tab_4_items_list_repeater','1'),(33305,1690,'_third_tab_4_items_list_repeater','field_57f54ec49b79e'),(33306,1690,'third_tab_4_spacer','1'),(33307,1690,'_third_tab_4_spacer','field_57f54ec49b7a1'),(33312,1692,'cases_repeater_0_cases_title','- Largest Greek Bank'),(33313,1692,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(33314,1692,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(33315,1692,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(33316,1692,'cases_repeater_0_icon','icon-bullseye-small'),(33317,1692,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(33318,1692,'cases_repeater_0_cases_icon_title','Financial services'),(33319,1692,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(33320,1692,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(33321,1692,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(33322,1692,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(33323,1692,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(33324,1692,'cases_repeater_1_icon','icon-progress-small'),(33325,1692,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(33326,1692,'cases_repeater_1_cases_icon_title','Commodities'),(33327,1692,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(33328,1692,'cases_repeater','3'),(33329,1692,'_cases_repeater','field_56b25d0cd2fed'),(33330,1692,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(33331,1692,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(33332,1692,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(33333,1692,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(33334,1692,'cases_repeater_2_icon','icon-pill-small'),(33335,1692,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(33336,1692,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(33337,1692,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(33338,1692,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(33339,1692,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(33340,1692,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(33341,1692,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(33342,1692,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(33343,1692,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(33344,1692,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(33345,1692,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(33346,1692,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(33347,1692,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(33348,1692,'conferences_repeater_2_conference_place_and_date','September, 2015'),(33349,1692,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(33350,1692,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(33351,1692,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(33352,1692,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(33353,1692,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(33354,1692,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(33355,1692,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(33356,1692,'conferences_repeater_4_conference_place_and_date','May, 2015'),(33357,1692,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(33358,1692,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(33359,1692,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(33360,1692,'conferences_repeater_5_conference_place_and_date','April, 2015'),(33361,1692,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(33362,1692,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(33363,1692,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(33364,1692,'conferences_repeater_6_conference_place_and_date','January, 2015'),(33365,1692,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(33366,1692,'conferences_repeater','7'),(33367,1692,'_conferences_repeater','field_56b28bd340c44'),(33368,1692,'conferences_contact','Previous conferences available upon request'),(33369,1692,'_conferences_contact','field_56b3451c304a4'),(33370,1692,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(33371,1692,'_conferences_contact_mail','field_56b3453c304a5'),(33372,1692,'conferences_icon','icon-mail'),(33373,1692,'_conferences_icon','field_56b347cd8f381'),(33374,1692,'conferences_contact_text','Previous conferences available upon request'),(33375,1692,'_conferences_contact_text','field_56b3451c304a4'),(33376,1692,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(33377,1692,'_left_tab','field_56b36c6deeda0'),(33378,1692,'add_second_tab','1'),(33379,1692,'_add_second_tab','field_56b36ca9eeda2'),(33380,1692,'right_tab','a:10:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:16:\"items_list_block\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:16:\"items_list_block\";i:5;s:20:\"wysiwyg_editor_block\";i:6;s:16:\"items_list_block\";i:7;s:20:\"wysiwyg_editor_block\";i:8;s:16:\"items_list_block\";i:9;s:13:\"contact_block\";}'),(33381,1692,'_right_tab','field_56b3fab04554d'),(33382,1692,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(33383,1692,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(33384,1692,'left_tab_0_spacer','0'),(33385,1692,'_left_tab_0_spacer','field_56b371c577c8c'),(33386,1692,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(33387,1692,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(33388,1692,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(33389,1692,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(33390,1692,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(33391,1692,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(33392,1692,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(33393,1692,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(33394,1692,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(33395,1692,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(33396,1692,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(33397,1692,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(33398,1692,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(33399,1692,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(33400,1692,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(33401,1692,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(33402,1692,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(33403,1692,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(33404,1692,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(33405,1692,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(33406,1692,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(33407,1692,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(33408,1692,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(33409,1692,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(33410,1692,'left_tab_1_cases_repeater','3'),(33411,1692,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(33412,1692,'left_tab_1_spacer','0'),(33413,1692,'_left_tab_1_spacer','field_56b3f001dbf09'),(33414,1692,'left_tab_name','Cases'),(33415,1692,'_left_tab_name','field_56b3976017dce'),(33416,1692,'right_tab_name','Conferences'),(33417,1692,'_right_tab_name','field_56b3978117dcf'),(33418,1692,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2017</h3>'),(33419,1692,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(33420,1692,'right_tab_0_spacer','1'),(33421,1692,'_right_tab_0_spacer','field_56b3fab14554f'),(33422,1692,'right_tab_1_items_list_repeater_0_title','Resolving NPLs in SEE'),(33423,1692,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(33424,1692,'right_tab_1_items_list_repeater_0_description','Belgrade, 20 October 2017'),(33425,1692,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(33426,1692,'right_tab_1_items_list_repeater','2'),(33427,1692,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(33428,1692,'right_tab_1_spacer','1'),(33429,1692,'_right_tab_1_spacer','field_56b3fab145570'),(33430,1692,'right_tab_2_contact_icon','icon-mail'),(33431,1692,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(33432,1692,'right_tab_2_contact_title','Previous conferences available upon request.'),(33433,1692,'_right_tab_2_contact_title','field_56b4001eb0921'),(33434,1692,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(33435,1692,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(33436,1692,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(33437,1692,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(33438,1692,'right_tab_2_contact_values_0_link_type','mailto:'),(33439,1692,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(33440,1692,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(33441,1692,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(33442,1692,'right_tab_2_contact_values','1'),(33443,1692,'_right_tab_2_contact_values','field_56b3fde2ce062'),(33444,1692,'add_third_tab','1'),(33445,1692,'_add_third_tab','field_57f54e889b77c'),(33446,1692,'third_tab_name','Upcoming Events'),(33447,1692,'_third_tab_name','field_57f54ea19b77d'),(33448,1692,'third_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:13:\"contact_block\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:16:\"items_list_block\";}'),(33449,1692,'_third_tab','field_57f54ec39b77e'),(33450,1692,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(33451,1692,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(33452,1692,'right_tab_2_spacer','1'),(33453,1692,'_right_tab_2_spacer','field_56b3fab145570'),(33454,1692,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(33455,1692,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(33456,1692,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(33457,1692,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(33458,1692,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(33459,1692,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(33460,1692,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(33461,1692,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(33462,1692,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(33463,1692,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(33464,1692,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(33465,1692,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(33466,1692,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(33467,1692,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(33468,1692,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(33469,1692,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(33470,1692,'right_tab_3_items_list_repeater','4'),(33471,1692,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(33472,1692,'right_tab_3_spacer','1'),(33473,1692,'_right_tab_3_spacer','field_56b3fab14554f'),(33474,1692,'right_tab_4_contact_icon','icon-mail'),(33475,1692,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(33476,1692,'right_tab_4_contact_title','Previous conferences available upon request.'),(33477,1692,'_right_tab_4_contact_title','field_56b4001eb0921'),(33478,1692,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(33479,1692,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(33480,1692,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(33481,1692,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(33482,1692,'right_tab_4_contact_values_0_link_type','mailto:'),(33483,1692,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(33484,1692,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(33485,1692,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(33486,1692,'right_tab_4_contact_values','1'),(33487,1692,'_right_tab_4_contact_values','field_56b3fde2ce062'),(33488,1692,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(33489,1692,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(33490,1692,'right_tab_4_spacer','0'),(33491,1692,'_right_tab_4_spacer','field_56b3fab145570'),(33492,1692,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(33493,1692,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(33494,1692,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(33495,1692,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(33496,1692,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(33497,1692,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(33498,1692,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(33499,1692,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(33500,1692,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(33501,1692,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(33502,1692,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(33503,1692,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(33504,1692,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(33505,1692,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(33506,1692,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(33507,1692,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(33508,1692,'right_tab_5_items_list_repeater','7'),(33509,1692,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(33510,1692,'right_tab_5_spacer','1'),(33511,1692,'_right_tab_5_spacer','field_56b3fab14554f'),(33512,1692,'right_tab_6_contact_icon','icon-mail'),(33513,1692,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(33514,1692,'right_tab_6_contact_title','Previous conferences available upon request.'),(33515,1692,'_right_tab_6_contact_title','field_56b4001eb0921'),(33516,1692,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(33517,1692,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(33518,1692,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(33519,1692,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(33520,1692,'right_tab_6_contact_values_0_link_type','mailto:'),(33521,1692,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(33522,1692,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(33523,1692,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(33524,1692,'right_tab_6_contact_values','1'),(33525,1692,'_right_tab_6_contact_values','field_56b3fde2ce062'),(33526,1692,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2017</h3>'),(33527,1692,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(33528,1692,'third_tab_0_spacer','1'),(33529,1692,'_third_tab_0_spacer','field_57f54ec49b780'),(33530,1692,'third_tab_1_items_list_repeater','1'),(33531,1692,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(33532,1692,'third_tab_1_spacer','1'),(33533,1692,'_third_tab_1_spacer','field_57f54ec49b7a1'),(33534,1692,'third_tab_1_items_list_repeater_0_title','Capital Connection'),(33535,1692,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(33536,1692,'third_tab_1_items_list_repeater_0_description','London, 6 December 2017'),(33537,1692,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(33538,1692,'third_tab_2_contact_icon','icon-mail'),(33539,1692,'_third_tab_2_contact_icon','field_58568c5a91b24'),(33540,1692,'third_tab_2_contact_title','Previous conferences available upon request.'),(33541,1692,'_third_tab_2_contact_title','field_58568c7791b25'),(33542,1692,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(33543,1692,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(33544,1692,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(33545,1692,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(33546,1692,'third_tab_2_contact_values_0_link_type','mailto:'),(33547,1692,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(33548,1692,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(33549,1692,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(33550,1692,'third_tab_2_contact_values','1'),(33551,1692,'_third_tab_2_contact_values','field_58568c1091b1d'),(33552,1692,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(33553,1692,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(33554,1692,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(33555,1692,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(33556,1692,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(33557,1692,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(33558,1692,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(33559,1692,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(33560,1692,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(33561,1692,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(33562,1692,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(33563,1692,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(33564,1692,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(33565,1692,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(33566,1692,'right_tab_6_spacer','0'),(33567,1692,'_right_tab_6_spacer','field_56b3fab145570'),(33568,1692,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(33569,1692,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(33570,1692,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(33571,1692,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(33572,1692,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(33573,1692,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(33574,1692,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(33575,1692,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(33576,1692,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(33577,1692,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(33578,1692,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(33579,1692,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(33580,1692,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(33581,1692,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(33582,1692,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(33583,1692,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(33584,1692,'right_tab_7_items_list_repeater','4'),(33585,1692,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(33586,1692,'right_tab_7_spacer','1'),(33587,1692,'_right_tab_7_spacer','field_56b3fab14554f'),(33588,1692,'right_tab_8_contact_icon','icon-mail'),(33589,1692,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(33590,1692,'right_tab_8_contact_title','Previous conferences available upon request.'),(33591,1692,'_right_tab_8_contact_title','field_56b4001eb0921'),(33592,1692,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(33593,1692,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(33594,1692,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(33595,1692,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(33596,1692,'right_tab_8_contact_values_0_link_type','mailto:'),(33597,1692,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(33598,1692,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(33599,1692,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(33600,1692,'right_tab_8_contact_values','1'),(33601,1692,'_right_tab_8_contact_values','field_56b3fde2ce062'),(33602,1692,'right_tab_2_items_list_repeater_0_title','European Investment Summit'),(33603,1692,'_right_tab_2_items_list_repeater_0_title','field_56b3fab14556e'),(33604,1692,'right_tab_2_items_list_repeater_0_description','Miami, 8-9 March 2017'),(33605,1692,'_right_tab_2_items_list_repeater_0_description','field_56b3fab14556f'),(33606,1692,'right_tab_2_items_list_repeater_1_title','European Investment Summit'),(33607,1692,'_right_tab_2_items_list_repeater_1_title','field_56b3fab14556e'),(33608,1692,'right_tab_2_items_list_repeater_1_description','Athens, 11-12 October 2017'),(33609,1692,'_right_tab_2_items_list_repeater_1_description','field_56b3fab14556f'),(33610,1692,'right_tab_2_items_list_repeater','2'),(33611,1692,'_right_tab_2_items_list_repeater','field_56b3fab14556d'),(33612,1692,'right_tab_3_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(33613,1692,'_right_tab_3_wysiwyg_editor','field_56b3fab14554e'),(33614,1692,'right_tab_4_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(33615,1692,'_right_tab_4_items_list_repeater_0_title','field_56b3fab14556e'),(33616,1692,'right_tab_4_items_list_repeater_0_description','London, 29 June 2016'),(33617,1692,'_right_tab_4_items_list_repeater_0_description','field_56b3fab14556f'),(33618,1692,'right_tab_4_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(33619,1692,'_right_tab_4_items_list_repeater_1_title','field_56b3fab14556e'),(33620,1692,'right_tab_4_items_list_repeater_1_description','London, 29 June 2016'),(33621,1692,'_right_tab_4_items_list_repeater_1_description','field_56b3fab14556f'),(33622,1692,'right_tab_4_items_list_repeater_2_title','Private Equity Buying into CEE'),(33623,1692,'_right_tab_4_items_list_repeater_2_title','field_56b3fab14556e'),(33624,1692,'right_tab_4_items_list_repeater_2_description','Prague, 16 March 2016'),(33625,1692,'_right_tab_4_items_list_repeater_2_description','field_56b3fab14556f'),(33626,1692,'right_tab_4_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(33627,1692,'_right_tab_4_items_list_repeater_3_title','field_56b3fab14556e'),(33628,1692,'right_tab_4_items_list_repeater_3_description','London, 9-10 March 2016'),(33629,1692,'_right_tab_4_items_list_repeater_3_description','field_56b3fab14556f'),(33630,1692,'right_tab_4_items_list_repeater','4'),(33631,1692,'_right_tab_4_items_list_repeater','field_56b3fab14556d'),(33632,1692,'right_tab_5_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(33633,1692,'_right_tab_5_wysiwyg_editor','field_56b3fab14554e'),(33634,1692,'right_tab_6_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(33635,1692,'_right_tab_6_items_list_repeater_0_title','field_56b3fab14556e'),(33636,1692,'right_tab_6_items_list_repeater_0_description','Frankfurt, October, 2015'),(33637,1692,'_right_tab_6_items_list_repeater_0_description','field_56b3fab14556f'),(33638,1692,'right_tab_6_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(33639,1692,'_right_tab_6_items_list_repeater_1_title','field_56b3fab14556e'),(33640,1692,'right_tab_6_items_list_repeater_1_description','Milan, October, 2015'),(33641,1692,'_right_tab_6_items_list_repeater_1_description','field_56b3fab14556f'),(33642,1692,'right_tab_6_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(33643,1692,'_right_tab_6_items_list_repeater_2_title','field_56b3fab14556e'),(33644,1692,'right_tab_6_items_list_repeater_2_description','London, September, 2015'),(33645,1692,'_right_tab_6_items_list_repeater_2_description','field_56b3fab14556f'),(33646,1692,'right_tab_6_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(33647,1692,'_right_tab_6_items_list_repeater_3_title','field_56b3fab14556e'),(33648,1692,'right_tab_6_items_list_repeater_3_description','Stockholm June, 2015'),(33649,1692,'_right_tab_6_items_list_repeater_3_description','field_56b3fab14556f'),(33650,1692,'right_tab_6_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(33651,1692,'_right_tab_6_items_list_repeater_4_title','field_56b3fab14556e'),(33652,1692,'right_tab_6_items_list_repeater_4_description','Madrid, May, 2015'),(33653,1692,'_right_tab_6_items_list_repeater_4_description','field_56b3fab14556f'),(33654,1692,'right_tab_6_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(33655,1692,'_right_tab_6_items_list_repeater_5_title','field_56b3fab14556e'),(33656,1692,'right_tab_6_items_list_repeater_5_description','Bucharest, April, 2015'),(33657,1692,'_right_tab_6_items_list_repeater_5_description','field_56b3fab14556f'),(33658,1692,'right_tab_6_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(33659,1692,'_right_tab_6_items_list_repeater_6_title','field_56b3fab14556e'),(33660,1692,'right_tab_6_items_list_repeater_6_description','London, January, 2015'),(33661,1692,'_right_tab_6_items_list_repeater_6_description','field_56b3fab14556f'),(33662,1692,'right_tab_6_items_list_repeater','7'),(33663,1692,'_right_tab_6_items_list_repeater','field_56b3fab14556d'),(33664,1692,'right_tab_7_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(33665,1692,'_right_tab_7_wysiwyg_editor','field_56b3fab14554e'),(33666,1692,'right_tab_8_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(33667,1692,'_right_tab_8_items_list_repeater_0_title','field_56b3fab14556e'),(33668,1692,'right_tab_8_items_list_repeater_0_description','Paris, April 2014'),(33669,1692,'_right_tab_8_items_list_repeater_0_description','field_56b3fab14556f'),(33670,1692,'right_tab_8_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(33671,1692,'_right_tab_8_items_list_repeater_1_title','field_56b3fab14556e'),(33672,1692,'right_tab_8_items_list_repeater_1_description','Bucharest, Jun 2014'),(33673,1692,'_right_tab_8_items_list_repeater_1_description','field_56b3fab14556f'),(33674,1692,'right_tab_8_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(33675,1692,'_right_tab_8_items_list_repeater_2_title','field_56b3fab14556e'),(33676,1692,'right_tab_8_items_list_repeater_2_description','Vienna, December 2014'),(33677,1692,'_right_tab_8_items_list_repeater_2_description','field_56b3fab14556f'),(33678,1692,'right_tab_8_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(33679,1692,'_right_tab_8_items_list_repeater_3_title','field_56b3fab14556e'),(33680,1692,'right_tab_8_items_list_repeater_3_description','London, October 2014'),(33681,1692,'_right_tab_8_items_list_repeater_3_description','field_56b3fab14556f'),(33682,1692,'right_tab_8_items_list_repeater','4'),(33683,1692,'_right_tab_8_items_list_repeater','field_56b3fab14556d'),(33684,1692,'right_tab_8_spacer','1'),(33685,1692,'_right_tab_8_spacer','field_56b3fab145570'),(33686,1692,'right_tab_9_contact_icon','icon-mail'),(33687,1692,'_right_tab_9_contact_icon','field_56b3fde2ce060'),(33688,1692,'right_tab_9_contact_title','Previous conferences available upon request.'),(33689,1692,'_right_tab_9_contact_title','field_56b4001eb0921'),(33690,1692,'right_tab_9_contact_values_0_contact_value_left','E-mail:'),(33691,1692,'_right_tab_9_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(33692,1692,'right_tab_9_contact_values_0_contact_value_right','info@innovationbrain.com'),(33693,1692,'_right_tab_9_contact_values_0_contact_value_right','field_56b3fefe543df'),(33694,1692,'right_tab_9_contact_values_0_link_type','mailto:'),(33695,1692,'_right_tab_9_contact_values_0_link_type','field_56b3fed6543dd'),(33696,1692,'right_tab_9_contact_values_0_link','info@innovationbrain.com'),(33697,1692,'_right_tab_9_contact_values_0_link','field_56b3fef2543de'),(33698,1692,'right_tab_9_contact_values','1'),(33699,1692,'_right_tab_9_contact_values','field_56b3fde2ce062'),(33700,1692,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(33701,1692,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(33702,1692,'third_tab_3_spacer','1'),(33703,1692,'_third_tab_3_spacer','field_57f54ec49b780'),(33704,1692,'third_tab_4_items_list_repeater_0_title','TMA Europe East European Conference'),(33705,1692,'_third_tab_4_items_list_repeater_0_title','field_57f54ec49b79f'),(33706,1692,'third_tab_4_items_list_repeater_0_description','Bucharest, Romania, 21 February 2018'),(33707,1692,'_third_tab_4_items_list_repeater_0_description','field_57f54ec49b7a0'),(33708,1692,'third_tab_4_items_list_repeater','1'),(33709,1692,'_third_tab_4_items_list_repeater','field_57f54ec49b79e'),(33710,1692,'third_tab_4_spacer','1'),(33711,1692,'_third_tab_4_spacer','field_57f54ec49b7a1'),(33712,1692,'right_tab_1_items_list_repeater_1_title','Capital Connection'),(33713,1692,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(33714,1692,'right_tab_1_items_list_repeater_1_description','London, 6 December 2017'),(33715,1692,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(33716,64,'third_tab_0_items_list_repeater',''),(33717,64,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(33718,64,'third_tab_1_contact_icon','icon-mail'),(33719,64,'_third_tab_1_contact_icon','field_58568bc191b1b'),(33720,64,'third_tab_1_contact_title','Previous conferences available upon request.'),(33721,64,'_third_tab_1_contact_title','field_58568c7791b25'),(33730,64,'third_tab_1_contact_values',''),(33731,64,'_third_tab_1_contact_values','field_58568d5838552'),(33746,1693,'cases_repeater_0_cases_title','- Largest Greek Bank'),(33747,1693,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(33748,1693,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(33749,1693,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(33750,1693,'cases_repeater_0_icon','icon-bullseye-small'),(33751,1693,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(33752,1693,'cases_repeater_0_cases_icon_title','Financial services'),(33753,1693,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(33754,1693,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(33755,1693,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(33756,1693,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(33757,1693,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(33758,1693,'cases_repeater_1_icon','icon-progress-small'),(33759,1693,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(33760,1693,'cases_repeater_1_cases_icon_title','Commodities'),(33761,1693,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(33762,1693,'cases_repeater','3'),(33763,1693,'_cases_repeater','field_56b25d0cd2fed'),(33764,1693,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(33765,1693,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(33766,1693,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(33767,1693,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(33768,1693,'cases_repeater_2_icon','icon-pill-small'),(33769,1693,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(33770,1693,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(33771,1693,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(33772,1693,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(33773,1693,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(33774,1693,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(33775,1693,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(33776,1693,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(33777,1693,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(33778,1693,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(33779,1693,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(33780,1693,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(33781,1693,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(33782,1693,'conferences_repeater_2_conference_place_and_date','September, 2015'),(33783,1693,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(33784,1693,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(33785,1693,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(33786,1693,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(33787,1693,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(33788,1693,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(33789,1693,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(33790,1693,'conferences_repeater_4_conference_place_and_date','May, 2015'),(33791,1693,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(33792,1693,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(33793,1693,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(33794,1693,'conferences_repeater_5_conference_place_and_date','April, 2015'),(33795,1693,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(33796,1693,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(33797,1693,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(33798,1693,'conferences_repeater_6_conference_place_and_date','January, 2015'),(33799,1693,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(33800,1693,'conferences_repeater','7'),(33801,1693,'_conferences_repeater','field_56b28bd340c44'),(33802,1693,'conferences_contact','Previous conferences available upon request'),(33803,1693,'_conferences_contact','field_56b3451c304a4'),(33804,1693,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(33805,1693,'_conferences_contact_mail','field_56b3453c304a5'),(33806,1693,'conferences_icon','icon-mail'),(33807,1693,'_conferences_icon','field_56b347cd8f381'),(33808,1693,'conferences_contact_text','Previous conferences available upon request'),(33809,1693,'_conferences_contact_text','field_56b3451c304a4'),(33810,1693,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(33811,1693,'_left_tab','field_56b36c6deeda0'),(33812,1693,'add_second_tab','1'),(33813,1693,'_add_second_tab','field_56b36ca9eeda2'),(33814,1693,'right_tab','a:10:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:16:\"items_list_block\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:16:\"items_list_block\";i:5;s:20:\"wysiwyg_editor_block\";i:6;s:16:\"items_list_block\";i:7;s:20:\"wysiwyg_editor_block\";i:8;s:16:\"items_list_block\";i:9;s:13:\"contact_block\";}'),(33815,1693,'_right_tab','field_56b3fab04554d'),(33816,1693,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(33817,1693,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(33818,1693,'left_tab_0_spacer','0'),(33819,1693,'_left_tab_0_spacer','field_56b371c577c8c'),(33820,1693,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(33821,1693,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(33822,1693,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(33823,1693,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(33824,1693,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(33825,1693,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(33826,1693,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(33827,1693,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(33828,1693,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(33829,1693,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(33830,1693,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(33831,1693,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(33832,1693,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(33833,1693,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(33834,1693,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(33835,1693,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(33836,1693,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(33837,1693,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(33838,1693,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(33839,1693,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(33840,1693,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(33841,1693,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(33842,1693,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(33843,1693,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(33844,1693,'left_tab_1_cases_repeater','3'),(33845,1693,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(33846,1693,'left_tab_1_spacer','0'),(33847,1693,'_left_tab_1_spacer','field_56b3f001dbf09'),(33848,1693,'left_tab_name','Cases'),(33849,1693,'_left_tab_name','field_56b3976017dce'),(33850,1693,'right_tab_name','Conferences'),(33851,1693,'_right_tab_name','field_56b3978117dcf'),(33852,1693,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2017</h3>'),(33853,1693,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(33854,1693,'right_tab_0_spacer','1'),(33855,1693,'_right_tab_0_spacer','field_56b3fab14554f'),(33856,1693,'right_tab_1_items_list_repeater_0_title','Resolving NPLs in SEE'),(33857,1693,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(33858,1693,'right_tab_1_items_list_repeater_0_description','Belgrade, 20 October 2017'),(33859,1693,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(33860,1693,'right_tab_1_items_list_repeater','2'),(33861,1693,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(33862,1693,'right_tab_1_spacer','1'),(33863,1693,'_right_tab_1_spacer','field_56b3fab145570'),(33864,1693,'right_tab_2_contact_icon','icon-mail'),(33865,1693,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(33866,1693,'right_tab_2_contact_title','Previous conferences available upon request.'),(33867,1693,'_right_tab_2_contact_title','field_56b4001eb0921'),(33868,1693,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(33869,1693,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(33870,1693,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(33871,1693,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(33872,1693,'right_tab_2_contact_values_0_link_type','mailto:'),(33873,1693,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(33874,1693,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(33875,1693,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(33876,1693,'right_tab_2_contact_values','1'),(33877,1693,'_right_tab_2_contact_values','field_56b3fde2ce062'),(33878,1693,'add_third_tab','1'),(33879,1693,'_add_third_tab','field_57f54e889b77c'),(33880,1693,'third_tab_name','Upcoming Events'),(33881,1693,'_third_tab_name','field_57f54ea19b77d'),(33882,1693,'third_tab','a:4:{i:0;s:16:\"items_list_block\";i:1;s:13:\"contact_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:16:\"items_list_block\";}'),(33883,1693,'_third_tab','field_57f54ec39b77e'),(33884,1693,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(33885,1693,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(33886,1693,'right_tab_2_spacer','1'),(33887,1693,'_right_tab_2_spacer','field_56b3fab145570'),(33888,1693,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(33889,1693,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(33890,1693,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(33891,1693,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(33892,1693,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(33893,1693,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(33894,1693,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(33895,1693,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(33896,1693,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(33897,1693,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(33898,1693,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(33899,1693,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(33900,1693,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(33901,1693,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(33902,1693,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(33903,1693,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(33904,1693,'right_tab_3_items_list_repeater','4'),(33905,1693,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(33906,1693,'right_tab_3_spacer','1'),(33907,1693,'_right_tab_3_spacer','field_56b3fab14554f'),(33908,1693,'right_tab_4_contact_icon','icon-mail'),(33909,1693,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(33910,1693,'right_tab_4_contact_title','Previous conferences available upon request.'),(33911,1693,'_right_tab_4_contact_title','field_56b4001eb0921'),(33912,1693,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(33913,1693,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(33914,1693,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(33915,1693,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(33916,1693,'right_tab_4_contact_values_0_link_type','mailto:'),(33917,1693,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(33918,1693,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(33919,1693,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(33920,1693,'right_tab_4_contact_values','1'),(33921,1693,'_right_tab_4_contact_values','field_56b3fde2ce062'),(33922,1693,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(33923,1693,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(33924,1693,'right_tab_4_spacer','0'),(33925,1693,'_right_tab_4_spacer','field_56b3fab145570'),(33926,1693,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(33927,1693,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(33928,1693,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(33929,1693,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(33930,1693,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(33931,1693,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(33932,1693,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(33933,1693,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(33934,1693,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(33935,1693,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(33936,1693,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(33937,1693,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(33938,1693,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(33939,1693,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(33940,1693,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(33941,1693,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(33942,1693,'right_tab_5_items_list_repeater','7'),(33943,1693,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(33944,1693,'right_tab_5_spacer','1'),(33945,1693,'_right_tab_5_spacer','field_56b3fab14554f'),(33946,1693,'right_tab_6_contact_icon','icon-mail'),(33947,1693,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(33948,1693,'right_tab_6_contact_title','Previous conferences available upon request.'),(33949,1693,'_right_tab_6_contact_title','field_56b4001eb0921'),(33950,1693,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(33951,1693,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(33952,1693,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(33953,1693,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(33954,1693,'right_tab_6_contact_values_0_link_type','mailto:'),(33955,1693,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(33956,1693,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(33957,1693,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(33958,1693,'right_tab_6_contact_values','1'),(33959,1693,'_right_tab_6_contact_values','field_56b3fde2ce062'),(33960,1693,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2017</h3>'),(33961,1693,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(33962,1693,'third_tab_0_spacer','1'),(33963,1693,'_third_tab_0_spacer','field_57f54ec49b7a1'),(33964,1693,'third_tab_1_items_list_repeater','1'),(33965,1693,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(33966,1693,'third_tab_1_spacer','1'),(33967,1693,'_third_tab_1_spacer','field_57f54ec49b7a1'),(33968,1693,'third_tab_1_items_list_repeater_0_title','Capital Connection'),(33969,1693,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(33970,1693,'third_tab_1_items_list_repeater_0_description','London, 6 December 2017'),(33971,1693,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(33972,1693,'third_tab_2_contact_icon','icon-mail'),(33973,1693,'_third_tab_2_contact_icon','field_58568c5a91b24'),(33974,1693,'third_tab_2_contact_title','Previous conferences available upon request.'),(33975,1693,'_third_tab_2_contact_title','field_58568c7791b25'),(33976,1693,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(33977,1693,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(33978,1693,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(33979,1693,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(33980,1693,'third_tab_2_contact_values_0_link_type','mailto:'),(33981,1693,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(33982,1693,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(33983,1693,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(33984,1693,'third_tab_2_contact_values','1'),(33985,1693,'_third_tab_2_contact_values','field_58568c1091b1d'),(33986,1693,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(33987,1693,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(33988,1693,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(33989,1693,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(33990,1693,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(33991,1693,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(33992,1693,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(33993,1693,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(33994,1693,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(33995,1693,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(33996,1693,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(33997,1693,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(33998,1693,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(33999,1693,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(34000,1693,'right_tab_6_spacer','0'),(34001,1693,'_right_tab_6_spacer','field_56b3fab145570'),(34002,1693,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(34003,1693,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(34004,1693,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(34005,1693,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(34006,1693,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(34007,1693,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(34008,1693,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(34009,1693,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(34010,1693,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(34011,1693,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(34012,1693,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(34013,1693,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(34014,1693,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(34015,1693,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(34016,1693,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(34017,1693,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(34018,1693,'right_tab_7_items_list_repeater','4'),(34019,1693,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(34020,1693,'right_tab_7_spacer','1'),(34021,1693,'_right_tab_7_spacer','field_56b3fab14554f'),(34022,1693,'right_tab_8_contact_icon','icon-mail'),(34023,1693,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(34024,1693,'right_tab_8_contact_title','Previous conferences available upon request.'),(34025,1693,'_right_tab_8_contact_title','field_56b4001eb0921'),(34026,1693,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(34027,1693,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(34028,1693,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(34029,1693,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(34030,1693,'right_tab_8_contact_values_0_link_type','mailto:'),(34031,1693,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(34032,1693,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(34033,1693,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(34034,1693,'right_tab_8_contact_values','1'),(34035,1693,'_right_tab_8_contact_values','field_56b3fde2ce062'),(34036,1693,'right_tab_2_items_list_repeater_0_title','European Investment Summit'),(34037,1693,'_right_tab_2_items_list_repeater_0_title','field_56b3fab14556e'),(34038,1693,'right_tab_2_items_list_repeater_0_description','Miami, 8-9 March 2017'),(34039,1693,'_right_tab_2_items_list_repeater_0_description','field_56b3fab14556f'),(34040,1693,'right_tab_2_items_list_repeater_1_title','European Investment Summit'),(34041,1693,'_right_tab_2_items_list_repeater_1_title','field_56b3fab14556e'),(34042,1693,'right_tab_2_items_list_repeater_1_description','Athens, 11-12 October 2017'),(34043,1693,'_right_tab_2_items_list_repeater_1_description','field_56b3fab14556f'),(34044,1693,'right_tab_2_items_list_repeater','2'),(34045,1693,'_right_tab_2_items_list_repeater','field_56b3fab14556d'),(34046,1693,'right_tab_3_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(34047,1693,'_right_tab_3_wysiwyg_editor','field_56b3fab14554e'),(34048,1693,'right_tab_4_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(34049,1693,'_right_tab_4_items_list_repeater_0_title','field_56b3fab14556e'),(34050,1693,'right_tab_4_items_list_repeater_0_description','London, 29 June 2016'),(34051,1693,'_right_tab_4_items_list_repeater_0_description','field_56b3fab14556f'),(34052,1693,'right_tab_4_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(34053,1693,'_right_tab_4_items_list_repeater_1_title','field_56b3fab14556e'),(34054,1693,'right_tab_4_items_list_repeater_1_description','London, 29 June 2016'),(34055,1693,'_right_tab_4_items_list_repeater_1_description','field_56b3fab14556f'),(34056,1693,'right_tab_4_items_list_repeater_2_title','Private Equity Buying into CEE'),(34057,1693,'_right_tab_4_items_list_repeater_2_title','field_56b3fab14556e'),(34058,1693,'right_tab_4_items_list_repeater_2_description','Prague, 16 March 2016'),(34059,1693,'_right_tab_4_items_list_repeater_2_description','field_56b3fab14556f'),(34060,1693,'right_tab_4_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(34061,1693,'_right_tab_4_items_list_repeater_3_title','field_56b3fab14556e'),(34062,1693,'right_tab_4_items_list_repeater_3_description','London, 9-10 March 2016'),(34063,1693,'_right_tab_4_items_list_repeater_3_description','field_56b3fab14556f'),(34064,1693,'right_tab_4_items_list_repeater','4'),(34065,1693,'_right_tab_4_items_list_repeater','field_56b3fab14556d'),(34066,1693,'right_tab_5_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(34067,1693,'_right_tab_5_wysiwyg_editor','field_56b3fab14554e'),(34068,1693,'right_tab_6_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(34069,1693,'_right_tab_6_items_list_repeater_0_title','field_56b3fab14556e'),(34070,1693,'right_tab_6_items_list_repeater_0_description','Frankfurt, October, 2015'),(34071,1693,'_right_tab_6_items_list_repeater_0_description','field_56b3fab14556f'),(34072,1693,'right_tab_6_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(34073,1693,'_right_tab_6_items_list_repeater_1_title','field_56b3fab14556e'),(34074,1693,'right_tab_6_items_list_repeater_1_description','Milan, October, 2015'),(34075,1693,'_right_tab_6_items_list_repeater_1_description','field_56b3fab14556f'),(34076,1693,'right_tab_6_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(34077,1693,'_right_tab_6_items_list_repeater_2_title','field_56b3fab14556e'),(34078,1693,'right_tab_6_items_list_repeater_2_description','London, September, 2015'),(34079,1693,'_right_tab_6_items_list_repeater_2_description','field_56b3fab14556f'),(34080,1693,'right_tab_6_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(34081,1693,'_right_tab_6_items_list_repeater_3_title','field_56b3fab14556e'),(34082,1693,'right_tab_6_items_list_repeater_3_description','Stockholm June, 2015'),(34083,1693,'_right_tab_6_items_list_repeater_3_description','field_56b3fab14556f'),(34084,1693,'right_tab_6_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(34085,1693,'_right_tab_6_items_list_repeater_4_title','field_56b3fab14556e'),(34086,1693,'right_tab_6_items_list_repeater_4_description','Madrid, May, 2015'),(34087,1693,'_right_tab_6_items_list_repeater_4_description','field_56b3fab14556f'),(34088,1693,'right_tab_6_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(34089,1693,'_right_tab_6_items_list_repeater_5_title','field_56b3fab14556e'),(34090,1693,'right_tab_6_items_list_repeater_5_description','Bucharest, April, 2015'),(34091,1693,'_right_tab_6_items_list_repeater_5_description','field_56b3fab14556f'),(34092,1693,'right_tab_6_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(34093,1693,'_right_tab_6_items_list_repeater_6_title','field_56b3fab14556e'),(34094,1693,'right_tab_6_items_list_repeater_6_description','London, January, 2015'),(34095,1693,'_right_tab_6_items_list_repeater_6_description','field_56b3fab14556f'),(34096,1693,'right_tab_6_items_list_repeater','7'),(34097,1693,'_right_tab_6_items_list_repeater','field_56b3fab14556d'),(34098,1693,'right_tab_7_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(34099,1693,'_right_tab_7_wysiwyg_editor','field_56b3fab14554e'),(34100,1693,'right_tab_8_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(34101,1693,'_right_tab_8_items_list_repeater_0_title','field_56b3fab14556e'),(34102,1693,'right_tab_8_items_list_repeater_0_description','Paris, April 2014'),(34103,1693,'_right_tab_8_items_list_repeater_0_description','field_56b3fab14556f'),(34104,1693,'right_tab_8_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(34105,1693,'_right_tab_8_items_list_repeater_1_title','field_56b3fab14556e'),(34106,1693,'right_tab_8_items_list_repeater_1_description','Bucharest, Jun 2014'),(34107,1693,'_right_tab_8_items_list_repeater_1_description','field_56b3fab14556f'),(34108,1693,'right_tab_8_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(34109,1693,'_right_tab_8_items_list_repeater_2_title','field_56b3fab14556e'),(34110,1693,'right_tab_8_items_list_repeater_2_description','Vienna, December 2014'),(34111,1693,'_right_tab_8_items_list_repeater_2_description','field_56b3fab14556f'),(34112,1693,'right_tab_8_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(34113,1693,'_right_tab_8_items_list_repeater_3_title','field_56b3fab14556e'),(34114,1693,'right_tab_8_items_list_repeater_3_description','London, October 2014'),(34115,1693,'_right_tab_8_items_list_repeater_3_description','field_56b3fab14556f'),(34116,1693,'right_tab_8_items_list_repeater','4'),(34117,1693,'_right_tab_8_items_list_repeater','field_56b3fab14556d'),(34118,1693,'right_tab_8_spacer','1'),(34119,1693,'_right_tab_8_spacer','field_56b3fab145570'),(34120,1693,'right_tab_9_contact_icon','icon-mail'),(34121,1693,'_right_tab_9_contact_icon','field_56b3fde2ce060'),(34122,1693,'right_tab_9_contact_title','Previous conferences available upon request.'),(34123,1693,'_right_tab_9_contact_title','field_56b4001eb0921'),(34124,1693,'right_tab_9_contact_values_0_contact_value_left','E-mail:'),(34125,1693,'_right_tab_9_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(34126,1693,'right_tab_9_contact_values_0_contact_value_right','info@innovationbrain.com'),(34127,1693,'_right_tab_9_contact_values_0_contact_value_right','field_56b3fefe543df'),(34128,1693,'right_tab_9_contact_values_0_link_type','mailto:'),(34129,1693,'_right_tab_9_contact_values_0_link_type','field_56b3fed6543dd'),(34130,1693,'right_tab_9_contact_values_0_link','info@innovationbrain.com'),(34131,1693,'_right_tab_9_contact_values_0_link','field_56b3fef2543de'),(34132,1693,'right_tab_9_contact_values','1'),(34133,1693,'_right_tab_9_contact_values','field_56b3fde2ce062'),(34134,1693,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(34135,1693,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(34136,1693,'third_tab_3_spacer','1'),(34137,1693,'_third_tab_3_spacer','field_57f54ec49b7a1'),(34138,1693,'right_tab_1_items_list_repeater_1_title','Capital Connection'),(34139,1693,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(34140,1693,'right_tab_1_items_list_repeater_1_description','London, 6 December 2017'),(34141,1693,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(34142,1693,'third_tab_0_items_list_repeater',''),(34143,1693,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(34144,1693,'third_tab_1_contact_icon','icon-mail'),(34145,1693,'_third_tab_1_contact_icon','field_58568c5a91b24'),(34146,1693,'third_tab_1_contact_title','Previous conferences available upon request.'),(34147,1693,'_third_tab_1_contact_title','field_58568c7791b25'),(34148,1693,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(34149,1693,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(34150,1693,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(34151,1693,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(34152,1693,'third_tab_1_contact_values_0_link_type','mailto:'),(34153,1693,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(34154,1693,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(34155,1693,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(34156,1693,'third_tab_1_contact_values','1'),(34157,1693,'_third_tab_1_contact_values','field_58568c1091b1d'),(34158,1693,'third_tab_2_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(34159,1693,'_third_tab_2_wysiwyg_editor','field_57f54ec49b77f'),(34160,1693,'third_tab_2_spacer','1'),(34161,1693,'_third_tab_2_spacer','field_57f54ec49b780'),(34162,1693,'third_tab_3_items_list_repeater_0_title','TMA Germany - Case Study'),(34163,1693,'_third_tab_3_items_list_repeater_0_title','field_57f54ec49b79f'),(34164,1693,'third_tab_3_items_list_repeater_0_description','Munich, Germany, 23 January 2018'),(34165,1693,'_third_tab_3_items_list_repeater_0_description','field_57f54ec49b7a0'),(34166,1693,'third_tab_3_items_list_repeater_1_title','TMA Europe East European Conference'),(34167,1693,'_third_tab_3_items_list_repeater_1_title','field_57f54ec49b79f'),(34168,1693,'third_tab_3_items_list_repeater_1_description','Bucharest, Romania, 21 February 2018'),(34169,1693,'_third_tab_3_items_list_repeater_1_description','field_57f54ec49b7a0'),(34170,1693,'third_tab_3_items_list_repeater','2'),(34171,1693,'_third_tab_3_items_list_repeater','field_57f54ec49b79e'),(34176,1694,'cases_repeater_0_cases_title','- Largest Greek Bank'),(34177,1694,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(34178,1694,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(34179,1694,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(34180,1694,'cases_repeater_0_icon','icon-bullseye-small'),(34181,1694,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(34182,1694,'cases_repeater_0_cases_icon_title','Financial services'),(34183,1694,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(34184,1694,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(34185,1694,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(34186,1694,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(34187,1694,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(34188,1694,'cases_repeater_1_icon','icon-progress-small'),(34189,1694,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(34190,1694,'cases_repeater_1_cases_icon_title','Commodities'),(34191,1694,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(34192,1694,'cases_repeater','3'),(34193,1694,'_cases_repeater','field_56b25d0cd2fed'),(34194,1694,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(34195,1694,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(34196,1694,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(34197,1694,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(34198,1694,'cases_repeater_2_icon','icon-pill-small'),(34199,1694,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(34200,1694,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(34201,1694,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(34202,1694,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(34203,1694,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(34204,1694,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(34205,1694,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(34206,1694,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(34207,1694,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(34208,1694,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(34209,1694,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(34210,1694,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(34211,1694,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(34212,1694,'conferences_repeater_2_conference_place_and_date','September, 2015'),(34213,1694,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(34214,1694,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(34215,1694,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(34216,1694,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(34217,1694,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(34218,1694,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(34219,1694,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(34220,1694,'conferences_repeater_4_conference_place_and_date','May, 2015'),(34221,1694,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(34222,1694,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(34223,1694,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(34224,1694,'conferences_repeater_5_conference_place_and_date','April, 2015'),(34225,1694,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(34226,1694,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(34227,1694,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(34228,1694,'conferences_repeater_6_conference_place_and_date','January, 2015'),(34229,1694,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(34230,1694,'conferences_repeater','7'),(34231,1694,'_conferences_repeater','field_56b28bd340c44'),(34232,1694,'conferences_contact','Previous conferences available upon request'),(34233,1694,'_conferences_contact','field_56b3451c304a4'),(34234,1694,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(34235,1694,'_conferences_contact_mail','field_56b3453c304a5'),(34236,1694,'conferences_icon','icon-mail'),(34237,1694,'_conferences_icon','field_56b347cd8f381'),(34238,1694,'conferences_contact_text','Previous conferences available upon request'),(34239,1694,'_conferences_contact_text','field_56b3451c304a4'),(34240,1694,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(34241,1694,'_left_tab','field_56b36c6deeda0'),(34242,1694,'add_second_tab','1'),(34243,1694,'_add_second_tab','field_56b36ca9eeda2'),(34244,1694,'right_tab','a:10:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:16:\"items_list_block\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:16:\"items_list_block\";i:5;s:20:\"wysiwyg_editor_block\";i:6;s:16:\"items_list_block\";i:7;s:20:\"wysiwyg_editor_block\";i:8;s:16:\"items_list_block\";i:9;s:13:\"contact_block\";}'),(34245,1694,'_right_tab','field_56b3fab04554d'),(34246,1694,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(34247,1694,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(34248,1694,'left_tab_0_spacer','0'),(34249,1694,'_left_tab_0_spacer','field_56b371c577c8c'),(34250,1694,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(34251,1694,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(34252,1694,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(34253,1694,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(34254,1694,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(34255,1694,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(34256,1694,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(34257,1694,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(34258,1694,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(34259,1694,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(34260,1694,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(34261,1694,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(34262,1694,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(34263,1694,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(34264,1694,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(34265,1694,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(34266,1694,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(34267,1694,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(34268,1694,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(34269,1694,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(34270,1694,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(34271,1694,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(34272,1694,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(34273,1694,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(34274,1694,'left_tab_1_cases_repeater','3'),(34275,1694,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(34276,1694,'left_tab_1_spacer','0'),(34277,1694,'_left_tab_1_spacer','field_56b3f001dbf09'),(34278,1694,'left_tab_name','Cases'),(34279,1694,'_left_tab_name','field_56b3976017dce'),(34280,1694,'right_tab_name','Conferences'),(34281,1694,'_right_tab_name','field_56b3978117dcf'),(34282,1694,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2017</h3>'),(34283,1694,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(34284,1694,'right_tab_0_spacer','1'),(34285,1694,'_right_tab_0_spacer','field_56b3fab14554f'),(34286,1694,'right_tab_1_items_list_repeater_0_title','Resolving NPLs in SEE'),(34287,1694,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(34288,1694,'right_tab_1_items_list_repeater_0_description','Belgrade, 20 October 2017'),(34289,1694,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(34290,1694,'right_tab_1_items_list_repeater','2'),(34291,1694,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(34292,1694,'right_tab_1_spacer','1'),(34293,1694,'_right_tab_1_spacer','field_56b3fab145570'),(34294,1694,'right_tab_2_contact_icon','icon-mail'),(34295,1694,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(34296,1694,'right_tab_2_contact_title','Previous conferences available upon request.'),(34297,1694,'_right_tab_2_contact_title','field_56b4001eb0921'),(34298,1694,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(34299,1694,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(34300,1694,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(34301,1694,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(34302,1694,'right_tab_2_contact_values_0_link_type','mailto:'),(34303,1694,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(34304,1694,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(34305,1694,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(34306,1694,'right_tab_2_contact_values','1'),(34307,1694,'_right_tab_2_contact_values','field_56b3fde2ce062'),(34308,1694,'add_third_tab','1'),(34309,1694,'_add_third_tab','field_57f54e889b77c'),(34310,1694,'third_tab_name','Upcoming Events'),(34311,1694,'_third_tab_name','field_57f54ea19b77d'),(34312,1694,'third_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";}'),(34313,1694,'_third_tab','field_57f54ec39b77e'),(34314,1694,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(34315,1694,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(34316,1694,'right_tab_2_spacer','1'),(34317,1694,'_right_tab_2_spacer','field_56b3fab145570'),(34318,1694,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(34319,1694,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(34320,1694,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(34321,1694,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(34322,1694,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(34323,1694,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(34324,1694,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(34325,1694,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(34326,1694,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(34327,1694,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(34328,1694,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(34329,1694,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(34330,1694,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(34331,1694,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(34332,1694,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(34333,1694,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(34334,1694,'right_tab_3_items_list_repeater','4'),(34335,1694,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(34336,1694,'right_tab_3_spacer','1'),(34337,1694,'_right_tab_3_spacer','field_56b3fab14554f'),(34338,1694,'right_tab_4_contact_icon','icon-mail'),(34339,1694,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(34340,1694,'right_tab_4_contact_title','Previous conferences available upon request.'),(34341,1694,'_right_tab_4_contact_title','field_56b4001eb0921'),(34342,1694,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(34343,1694,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(34344,1694,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(34345,1694,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(34346,1694,'right_tab_4_contact_values_0_link_type','mailto:'),(34347,1694,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(34348,1694,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(34349,1694,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(34350,1694,'right_tab_4_contact_values','1'),(34351,1694,'_right_tab_4_contact_values','field_56b3fde2ce062'),(34352,1694,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(34353,1694,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(34354,1694,'right_tab_4_spacer','0'),(34355,1694,'_right_tab_4_spacer','field_56b3fab145570'),(34356,1694,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(34357,1694,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(34358,1694,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(34359,1694,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(34360,1694,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(34361,1694,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(34362,1694,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(34363,1694,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(34364,1694,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(34365,1694,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(34366,1694,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(34367,1694,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(34368,1694,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(34369,1694,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(34370,1694,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(34371,1694,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(34372,1694,'right_tab_5_items_list_repeater','7'),(34373,1694,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(34374,1694,'right_tab_5_spacer','1'),(34375,1694,'_right_tab_5_spacer','field_56b3fab14554f'),(34376,1694,'right_tab_6_contact_icon','icon-mail'),(34377,1694,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(34378,1694,'right_tab_6_contact_title','Previous conferences available upon request.'),(34379,1694,'_right_tab_6_contact_title','field_56b4001eb0921'),(34380,1694,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(34381,1694,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(34382,1694,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(34383,1694,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(34384,1694,'right_tab_6_contact_values_0_link_type','mailto:'),(34385,1694,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(34386,1694,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(34387,1694,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(34388,1694,'right_tab_6_contact_values','1'),(34389,1694,'_right_tab_6_contact_values','field_56b3fde2ce062'),(34390,1694,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(34391,1694,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(34392,1694,'third_tab_0_spacer','1'),(34393,1694,'_third_tab_0_spacer','field_57f54ec49b780'),(34394,1694,'third_tab_1_items_list_repeater','2'),(34395,1694,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(34396,1694,'third_tab_1_spacer','1'),(34397,1694,'_third_tab_1_spacer','field_57f54ec49b7a1'),(34398,1694,'third_tab_1_items_list_repeater_0_title','TMA Germany - Case Study'),(34399,1694,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(34400,1694,'third_tab_1_items_list_repeater_0_description','Munich, Germany, 23 January 2018'),(34401,1694,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(34402,1694,'third_tab_2_contact_icon','icon-mail'),(34403,1694,'_third_tab_2_contact_icon','field_58568c5a91b24'),(34404,1694,'third_tab_2_contact_title','Previous conferences available upon request.'),(34405,1694,'_third_tab_2_contact_title','field_58568c7791b25'),(34406,1694,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(34407,1694,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(34408,1694,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(34409,1694,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(34410,1694,'third_tab_2_contact_values_0_link_type','mailto:'),(34411,1694,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(34412,1694,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(34413,1694,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(34414,1694,'third_tab_2_contact_values','1'),(34415,1694,'_third_tab_2_contact_values','field_58568c1091b1d'),(34416,1694,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(34417,1694,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(34418,1694,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(34419,1694,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(34420,1694,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(34421,1694,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(34422,1694,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(34423,1694,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(34424,1694,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(34425,1694,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(34426,1694,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(34427,1694,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(34428,1694,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(34429,1694,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(34430,1694,'right_tab_6_spacer','0'),(34431,1694,'_right_tab_6_spacer','field_56b3fab145570'),(34432,1694,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(34433,1694,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(34434,1694,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(34435,1694,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(34436,1694,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(34437,1694,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(34438,1694,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(34439,1694,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(34440,1694,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(34441,1694,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(34442,1694,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(34443,1694,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(34444,1694,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(34445,1694,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(34446,1694,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(34447,1694,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(34448,1694,'right_tab_7_items_list_repeater','4'),(34449,1694,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(34450,1694,'right_tab_7_spacer','1'),(34451,1694,'_right_tab_7_spacer','field_56b3fab14554f'),(34452,1694,'right_tab_8_contact_icon','icon-mail'),(34453,1694,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(34454,1694,'right_tab_8_contact_title','Previous conferences available upon request.'),(34455,1694,'_right_tab_8_contact_title','field_56b4001eb0921'),(34456,1694,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(34457,1694,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(34458,1694,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(34459,1694,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(34460,1694,'right_tab_8_contact_values_0_link_type','mailto:'),(34461,1694,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(34462,1694,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(34463,1694,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(34464,1694,'right_tab_8_contact_values','1'),(34465,1694,'_right_tab_8_contact_values','field_56b3fde2ce062'),(34466,1694,'right_tab_2_items_list_repeater_0_title','European Investment Summit'),(34467,1694,'_right_tab_2_items_list_repeater_0_title','field_56b3fab14556e'),(34468,1694,'right_tab_2_items_list_repeater_0_description','Miami, 8-9 March 2017'),(34469,1694,'_right_tab_2_items_list_repeater_0_description','field_56b3fab14556f'),(34470,1694,'right_tab_2_items_list_repeater_1_title','European Investment Summit'),(34471,1694,'_right_tab_2_items_list_repeater_1_title','field_56b3fab14556e'),(34472,1694,'right_tab_2_items_list_repeater_1_description','Athens, 11-12 October 2017'),(34473,1694,'_right_tab_2_items_list_repeater_1_description','field_56b3fab14556f'),(34474,1694,'right_tab_2_items_list_repeater','2'),(34475,1694,'_right_tab_2_items_list_repeater','field_56b3fab14556d'),(34476,1694,'right_tab_3_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(34477,1694,'_right_tab_3_wysiwyg_editor','field_56b3fab14554e'),(34478,1694,'right_tab_4_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(34479,1694,'_right_tab_4_items_list_repeater_0_title','field_56b3fab14556e'),(34480,1694,'right_tab_4_items_list_repeater_0_description','London, 29 June 2016'),(34481,1694,'_right_tab_4_items_list_repeater_0_description','field_56b3fab14556f'),(34482,1694,'right_tab_4_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(34483,1694,'_right_tab_4_items_list_repeater_1_title','field_56b3fab14556e'),(34484,1694,'right_tab_4_items_list_repeater_1_description','London, 29 June 2016'),(34485,1694,'_right_tab_4_items_list_repeater_1_description','field_56b3fab14556f'),(34486,1694,'right_tab_4_items_list_repeater_2_title','Private Equity Buying into CEE'),(34487,1694,'_right_tab_4_items_list_repeater_2_title','field_56b3fab14556e'),(34488,1694,'right_tab_4_items_list_repeater_2_description','Prague, 16 March 2016'),(34489,1694,'_right_tab_4_items_list_repeater_2_description','field_56b3fab14556f'),(34490,1694,'right_tab_4_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(34491,1694,'_right_tab_4_items_list_repeater_3_title','field_56b3fab14556e'),(34492,1694,'right_tab_4_items_list_repeater_3_description','London, 9-10 March 2016'),(34493,1694,'_right_tab_4_items_list_repeater_3_description','field_56b3fab14556f'),(34494,1694,'right_tab_4_items_list_repeater','4'),(34495,1694,'_right_tab_4_items_list_repeater','field_56b3fab14556d'),(34496,1694,'right_tab_5_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(34497,1694,'_right_tab_5_wysiwyg_editor','field_56b3fab14554e'),(34498,1694,'right_tab_6_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(34499,1694,'_right_tab_6_items_list_repeater_0_title','field_56b3fab14556e'),(34500,1694,'right_tab_6_items_list_repeater_0_description','Frankfurt, October, 2015'),(34501,1694,'_right_tab_6_items_list_repeater_0_description','field_56b3fab14556f'),(34502,1694,'right_tab_6_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(34503,1694,'_right_tab_6_items_list_repeater_1_title','field_56b3fab14556e'),(34504,1694,'right_tab_6_items_list_repeater_1_description','Milan, October, 2015'),(34505,1694,'_right_tab_6_items_list_repeater_1_description','field_56b3fab14556f'),(34506,1694,'right_tab_6_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(34507,1694,'_right_tab_6_items_list_repeater_2_title','field_56b3fab14556e'),(34508,1694,'right_tab_6_items_list_repeater_2_description','London, September, 2015'),(34509,1694,'_right_tab_6_items_list_repeater_2_description','field_56b3fab14556f'),(34510,1694,'right_tab_6_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(34511,1694,'_right_tab_6_items_list_repeater_3_title','field_56b3fab14556e'),(34512,1694,'right_tab_6_items_list_repeater_3_description','Stockholm June, 2015'),(34513,1694,'_right_tab_6_items_list_repeater_3_description','field_56b3fab14556f'),(34514,1694,'right_tab_6_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(34515,1694,'_right_tab_6_items_list_repeater_4_title','field_56b3fab14556e'),(34516,1694,'right_tab_6_items_list_repeater_4_description','Madrid, May, 2015'),(34517,1694,'_right_tab_6_items_list_repeater_4_description','field_56b3fab14556f'),(34518,1694,'right_tab_6_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(34519,1694,'_right_tab_6_items_list_repeater_5_title','field_56b3fab14556e'),(34520,1694,'right_tab_6_items_list_repeater_5_description','Bucharest, April, 2015'),(34521,1694,'_right_tab_6_items_list_repeater_5_description','field_56b3fab14556f'),(34522,1694,'right_tab_6_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(34523,1694,'_right_tab_6_items_list_repeater_6_title','field_56b3fab14556e'),(34524,1694,'right_tab_6_items_list_repeater_6_description','London, January, 2015'),(34525,1694,'_right_tab_6_items_list_repeater_6_description','field_56b3fab14556f'),(34526,1694,'right_tab_6_items_list_repeater','7'),(34527,1694,'_right_tab_6_items_list_repeater','field_56b3fab14556d'),(34528,1694,'right_tab_7_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(34529,1694,'_right_tab_7_wysiwyg_editor','field_56b3fab14554e'),(34530,1694,'right_tab_8_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(34531,1694,'_right_tab_8_items_list_repeater_0_title','field_56b3fab14556e'),(34532,1694,'right_tab_8_items_list_repeater_0_description','Paris, April 2014'),(34533,1694,'_right_tab_8_items_list_repeater_0_description','field_56b3fab14556f'),(34534,1694,'right_tab_8_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(34535,1694,'_right_tab_8_items_list_repeater_1_title','field_56b3fab14556e'),(34536,1694,'right_tab_8_items_list_repeater_1_description','Bucharest, Jun 2014'),(34537,1694,'_right_tab_8_items_list_repeater_1_description','field_56b3fab14556f'),(34538,1694,'right_tab_8_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(34539,1694,'_right_tab_8_items_list_repeater_2_title','field_56b3fab14556e'),(34540,1694,'right_tab_8_items_list_repeater_2_description','Vienna, December 2014'),(34541,1694,'_right_tab_8_items_list_repeater_2_description','field_56b3fab14556f'),(34542,1694,'right_tab_8_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(34543,1694,'_right_tab_8_items_list_repeater_3_title','field_56b3fab14556e'),(34544,1694,'right_tab_8_items_list_repeater_3_description','London, October 2014'),(34545,1694,'_right_tab_8_items_list_repeater_3_description','field_56b3fab14556f'),(34546,1694,'right_tab_8_items_list_repeater','4'),(34547,1694,'_right_tab_8_items_list_repeater','field_56b3fab14556d'),(34548,1694,'right_tab_8_spacer','1'),(34549,1694,'_right_tab_8_spacer','field_56b3fab145570'),(34550,1694,'right_tab_9_contact_icon','icon-mail'),(34551,1694,'_right_tab_9_contact_icon','field_56b3fde2ce060'),(34552,1694,'right_tab_9_contact_title','Previous conferences available upon request.'),(34553,1694,'_right_tab_9_contact_title','field_56b4001eb0921'),(34554,1694,'right_tab_9_contact_values_0_contact_value_left','E-mail:'),(34555,1694,'_right_tab_9_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(34556,1694,'right_tab_9_contact_values_0_contact_value_right','info@innovationbrain.com'),(34557,1694,'_right_tab_9_contact_values_0_contact_value_right','field_56b3fefe543df'),(34558,1694,'right_tab_9_contact_values_0_link_type','mailto:'),(34559,1694,'_right_tab_9_contact_values_0_link_type','field_56b3fed6543dd'),(34560,1694,'right_tab_9_contact_values_0_link','info@innovationbrain.com'),(34561,1694,'_right_tab_9_contact_values_0_link','field_56b3fef2543de'),(34562,1694,'right_tab_9_contact_values','1'),(34563,1694,'_right_tab_9_contact_values','field_56b3fde2ce062'),(34564,1694,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(34565,1694,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(34566,1694,'right_tab_1_items_list_repeater_1_title','Capital Connection'),(34567,1694,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(34568,1694,'right_tab_1_items_list_repeater_1_description','London, 6 December 2017'),(34569,1694,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(34570,1694,'third_tab_0_items_list_repeater',''),(34571,1694,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(34572,1694,'third_tab_1_contact_icon','icon-mail'),(34573,1694,'_third_tab_1_contact_icon','field_58568c5a91b24'),(34574,1694,'third_tab_1_contact_title','Previous conferences available upon request.'),(34575,1694,'_third_tab_1_contact_title','field_58568c7791b25'),(34576,1694,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(34577,1694,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(34578,1694,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(34579,1694,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(34580,1694,'third_tab_1_contact_values_0_link_type','mailto:'),(34581,1694,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(34582,1694,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(34583,1694,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(34584,1694,'third_tab_1_contact_values','1'),(34585,1694,'_third_tab_1_contact_values','field_58568c1091b1d'),(34586,1694,'third_tab_1_items_list_repeater_1_title','TMA Europe East European Conference'),(34587,1694,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(34588,1694,'third_tab_1_items_list_repeater_1_description','Bucharest, Romania, 21 February 2018'),(34589,1694,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(34590,1695,'builder','a:0:{}'),(34591,1695,'_builder','field_56b276ce702ac'),(34592,1695,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(34593,1695,'_left_tab','field_56b36c6deeda0'),(34594,1695,'add_second_tab','1'),(34595,1695,'_add_second_tab','field_56b36ca9eeda2'),(34596,1695,'right_tab','a:2:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";}'),(34597,1695,'_right_tab','field_56b3fab04554d'),(34598,1695,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(34599,1695,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(34600,1695,'left_tab_0_spacer','1'),(34601,1695,'_left_tab_0_spacer','field_56b371c577c8c'),(34602,1695,'left_tab_1_circle1','icon-grid'),(34603,1695,'_left_tab_1_circle1','field_56b3dc86da039'),(34604,1695,'left_tab_1_circle2','icon-turnaround'),(34605,1695,'_left_tab_1_circle2','field_56b3dc86da03a'),(34606,1695,'left_tab_1_circle3','icon-masonery'),(34607,1695,'_left_tab_1_circle3','field_56b3dc86da03b'),(34608,1695,'left_tab_1_circle1_label','Restructuring'),(34609,1695,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(34610,1695,'left_tab_1_circle2_label','Turnaround'),(34611,1695,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(34612,1695,'left_tab_1_circle3_label','Innovation'),(34613,1695,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(34614,1695,'left_tab_1_spacer','1'),(34615,1695,'_left_tab_1_spacer','field_56b3dc86da042'),(34616,1695,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(34617,1695,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(34618,1695,'left_tab_2_spacer','1'),(34619,1695,'_left_tab_2_spacer','field_56b371c577c8c'),(34620,1695,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(34621,1695,'_left_tab_3_image','field_56b373f3b6e44'),(34622,1695,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(34623,1695,'_left_tab_3_title','field_56b373afb6e42'),(34624,1695,'left_tab_3_button_label','Download PDF (312 kb)'),(34625,1695,'_left_tab_3_button_label','field_56b373ceb6e43'),(34626,1695,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(34627,1695,'_left_tab_3_button_link','field_56b374ff0ad17'),(34628,1695,'left_tab_name','Company'),(34629,1695,'_left_tab_name','field_56b3976017dce'),(34630,1695,'right_tab_name','People'),(34631,1695,'_right_tab_name','field_56b3978117dcf'),(34632,1695,'right_tab_0_image','http://innovationbrain.com/wp-content/themes/innovation/img/lukas.png'),(34633,1695,'_right_tab_0_image','field_56b3fab145571'),(34634,1695,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(34635,1695,'_right_tab_0_content','field_56b3fab145572'),(34636,1695,'right_tab_0_button_label','Download VCard'),(34637,1695,'_right_tab_0_button_label','field_56b3fab145573'),(34638,1695,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(34639,1695,'_right_tab_0_button_link','field_56b3fab145574'),(34640,1695,'right_tab_0_spacer','1'),(34641,1695,'_right_tab_0_spacer','field_56b3fab145575'),(34642,1695,'right_tab_1_contact_title','Please feel free to contact me:'),(34643,1695,'_right_tab_1_contact_title','field_56b4001eb0921'),(34644,1695,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(34645,1695,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(34646,1695,'right_tab_1_contact_values_0_contact_value_right',''),(34647,1695,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(34648,1695,'right_tab_1_contact_values_0_link',''),(34649,1695,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(34650,1695,'right_tab_1_contact_values_0_link_type',''),(34651,1695,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(34652,1695,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(34653,1695,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(34654,1695,'right_tab_1_contact_values_1_contact_value_right',''),(34655,1695,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(34656,1695,'right_tab_1_contact_values_1_link',''),(34657,1695,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(34658,1695,'right_tab_1_contact_values_1_link_type',''),(34659,1695,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(34660,1695,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(34661,1695,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(34662,1695,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(34663,1695,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(34664,1695,'right_tab_1_contact_values_2_link','+41793107090'),(34665,1695,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(34666,1695,'right_tab_1_contact_values_2_link_type','tel:'),(34667,1695,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(34668,1695,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(34669,1695,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(34670,1695,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(34671,1695,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(34672,1695,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(34673,1695,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(34674,1695,'right_tab_1_contact_values_3_link_type','mailto:'),(34675,1695,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(34676,1695,'right_tab_1_contact_icon','icon-mail'),(34677,1695,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(34678,1695,'right_tab_1_contact_values','4'),(34679,1695,'_right_tab_1_contact_values','field_56b3fde2ce062'),(34680,1695,'add_third_tab','0'),(34681,1695,'_add_third_tab','field_57f54e889b77c'),(34682,1695,'third_tab_name',''),(34683,1695,'_third_tab_name','field_57f54ea19b77d'),(34684,1695,'third_tab',''),(34685,1695,'_third_tab','field_57f54ec39b77e'),(34686,1696,'contacts_repeater_0_contact_title','General enquiries'),(34687,1696,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(34688,1696,'contacts_repeater_1_contact_title','Finance / Sales'),(34689,1696,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(34690,1696,'contacts_repeater','3'),(34691,1696,'_contacts_repeater','field_56b247f6dbbd9'),(34692,1696,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(34693,1696,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(34694,1696,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(34695,1696,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(34696,1696,'contacts_repeater_0_contact_values','1'),(34697,1696,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(34698,1696,'contacts_repeater_0_contact_icon','icon-cloud'),(34699,1696,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(34700,1696,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(34701,1696,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(34702,1696,'contacts_repeater_1_contact_values_0_contact_value_right',''),(34703,1696,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(34704,1696,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(34705,1696,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(34706,1696,'contacts_repeater_1_contact_values_1_contact_value_right',''),(34707,1696,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(34708,1696,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(34709,1696,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(34710,1696,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(34711,1696,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(34712,1696,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(34713,1696,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(34714,1696,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(34715,1696,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(34716,1696,'contacts_repeater_1_contact_values','4'),(34717,1696,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(34718,1696,'contacts_repeater_1_contact_icon','icon-paper'),(34719,1696,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(34720,1696,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(34721,1696,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(34722,1696,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(34723,1696,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(34724,1696,'contacts_repeater_1_contact_values_1_link_type',''),(34725,1696,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(34726,1696,'contacts_repeater_1_contact_values_2_link_type','tel:'),(34727,1696,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(34728,1696,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(34729,1696,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(34730,1696,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(34731,1696,'_contacts_repeater_0_contact_values_0_link','field_56b25144a6147'),(34732,1696,'contacts_repeater_1_contact_values_0_link',''),(34733,1696,'_contacts_repeater_1_contact_values_0_link','field_56b25144a6147'),(34734,1696,'contacts_repeater_1_contact_values_1_link',''),(34735,1696,'_contacts_repeater_1_contact_values_1_link','field_56b25144a6147'),(34736,1696,'contacts_repeater_1_contact_values_2_link','+447899747275'),(34737,1696,'_contacts_repeater_1_contact_values_2_link','field_56b25144a6147'),(34738,1696,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(34739,1696,'_contacts_repeater_1_contact_values_3_link','field_56b25144a6147'),(34740,1696,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(34741,1696,'_contacts_repeater_2_contact_title','field_56b24831dbbda'),(34742,1696,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(34743,1696,'_contacts_repeater_2_contact_values_0_contact_value_left','field_56b24943da3f1'),(34744,1696,'contacts_repeater_2_contact_values_0_contact_value_right',''),(34745,1696,'_contacts_repeater_2_contact_values_0_contact_value_right','field_56b24974da3f2'),(34746,1696,'contacts_repeater_2_contact_values_0_link',''),(34747,1696,'_contacts_repeater_2_contact_values_0_link','field_56b25144a6147'),(34748,1696,'contacts_repeater_2_contact_values_0_link_type',''),(34749,1696,'_contacts_repeater_2_contact_values_0_link_type','field_56b2505d40207'),(34750,1696,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(34751,1696,'_contacts_repeater_2_contact_values_1_contact_value_left','field_56b24943da3f1'),(34752,1696,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(34753,1696,'_contacts_repeater_2_contact_values_1_contact_value_right','field_56b24974da3f2'),(34754,1696,'contacts_repeater_2_contact_values_1_link',''),(34755,1696,'_contacts_repeater_2_contact_values_1_link','field_56b25144a6147'),(34756,1696,'contacts_repeater_2_contact_values_1_link_type','tel:'),(34757,1696,'_contacts_repeater_2_contact_values_1_link_type','field_56b2505d40207'),(34758,1696,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(34759,1696,'_contacts_repeater_2_contact_values_2_contact_value_left','field_56b24943da3f1'),(34760,1696,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(34761,1696,'_contacts_repeater_2_contact_values_2_contact_value_right','field_56b24974da3f2'),(34762,1696,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(34763,1696,'_contacts_repeater_2_contact_values_2_link','field_56b25144a6147'),(34764,1696,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(34765,1696,'_contacts_repeater_2_contact_values_2_link_type','field_56b2505d40207'),(34766,1696,'contacts_repeater_2_contact_values','3'),(34767,1696,'_contacts_repeater_2_contact_values','field_56b24931da3f0'),(34768,1696,'contacts_repeater_2_contact_icon','icon-pie'),(34769,1696,'_contacts_repeater_2_contact_icon','field_56b249b7da3f3'),(34770,1696,'left_tab','a:5:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";}'),(34771,1696,'_left_tab','field_56b36c6deeda0'),(34772,1696,'add_second_tab','0'),(34773,1696,'_add_second_tab','field_56b36ca9eeda2'),(34774,1696,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(34775,1696,'_right_tab','field_56b3fab04554d'),(34776,1696,'left_tab_0_departmant_repeater_0_contact_icon','icon-cloud'),(34777,1696,'_left_tab_0_departmant_repeater_0_contact_icon','field_56b3f1f1dbf0b'),(34778,1696,'left_tab_0_departmant_repeater_0_departmant','General enquiries'),(34779,1696,'_left_tab_0_departmant_repeater_0_departmant','field_56b3f1f1dbf0c'),(34780,1696,'left_tab_0_departmant_repeater_0_contact_values','0'),(34781,1696,'_left_tab_0_departmant_repeater_0_contact_values','field_56b3f1f1dbf0d'),(34782,1696,'left_tab_0_departmant_repeater','1'),(34783,1696,'_left_tab_0_departmant_repeater','field_56b3f1fcdbf12'),(34784,1696,'left_tab_0_contact_icon','icon-pie'),(34785,1696,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(34786,1696,'left_tab_0_departmant','United Kingdom'),(34787,1696,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(34788,1696,'left_tab_0_contact_values','3'),(34789,1696,'_left_tab_0_contact_values','field_56b3f47e69426'),(34790,1696,'left_tab_0_spacer','1'),(34791,1696,'_left_tab_0_spacer','field_56b3f305fafdb'),(34792,1696,'left_tab_0_contact_values_0_contact_value_left','Address:'),(34793,1696,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(34794,1696,'left_tab_0_contact_values_0_contact_value_right','90 Long Acre, Covent Garden, London WC2E 9RZ'),(34795,1696,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(34796,1696,'left_tab_0_contact_values_0_link',''),(34797,1696,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(34798,1696,'left_tab_0_contact_values_0_link_type',''),(34799,1696,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(34800,1696,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(34801,1696,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(34802,1696,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(34803,1696,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(34804,1696,'left_tab_0_contact_values_1_link','+4402032865453'),(34805,1696,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(34806,1696,'left_tab_0_contact_values_1_link_type','tel:'),(34807,1696,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(34808,1696,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(34809,1696,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(34810,1696,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(34811,1696,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(34812,1696,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(34813,1696,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(34814,1696,'left_tab_0_contact_values_2_link_type','mailto:'),(34815,1696,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(34816,1696,'left_tab_1_contact_icon','icon-paper'),(34817,1696,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(34818,1696,'left_tab_1_departmant','Switzerland'),(34819,1696,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(34820,1696,'left_tab_1_contact_values_0_contact_value_left','Address:'),(34821,1696,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(34822,1696,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(34823,1696,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(34824,1696,'left_tab_1_contact_values_0_link',''),(34825,1696,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(34826,1696,'left_tab_1_contact_values_0_link_type',''),(34827,1696,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(34828,1696,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(34829,1696,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(34830,1696,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(34831,1696,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(34832,1696,'left_tab_1_contact_values_1_link','+410445853297'),(34833,1696,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(34834,1696,'left_tab_1_contact_values_1_link_type','tel:'),(34835,1696,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(34836,1696,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(34837,1696,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(34838,1696,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(34839,1696,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(34840,1696,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(34841,1696,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(34842,1696,'left_tab_1_contact_values_2_link_type','mailto:'),(34843,1696,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(34844,1696,'left_tab_1_contact_values','3'),(34845,1696,'_left_tab_1_contact_values','field_56b3f47e69426'),(34846,1696,'left_tab_1_spacer','1'),(34847,1696,'_left_tab_1_spacer','field_56b3f305fafdb'),(34848,1696,'left_tab_2_contact_icon','icon-bullseye-small'),(34849,1696,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(34850,1696,'left_tab_2_departmant','Cyprus'),(34851,1696,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(34852,1696,'left_tab_2_contact_values_0_contact_value_left','Address:'),(34853,1696,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(34854,1696,'left_tab_2_contact_values_0_contact_value_right','Lord Vyronos 36, Nicosia Tower Center, office 203, 1096 Nicosia, Cyprus.'),(34855,1696,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(34856,1696,'left_tab_2_contact_values_0_link',''),(34857,1696,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(34858,1696,'left_tab_2_contact_values_0_link_type',''),(34859,1696,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(34860,1696,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(34861,1696,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(34862,1696,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(34863,1696,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(34864,1696,'left_tab_2_contact_values_1_link','+4402032865453'),(34865,1696,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(34866,1696,'left_tab_2_contact_values_1_link_type','tel:'),(34867,1696,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(34868,1696,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(34869,1696,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(34870,1696,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(34871,1696,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(34872,1696,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(34873,1696,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(34874,1696,'left_tab_2_contact_values_2_link_type','mailto:'),(34875,1696,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(34876,1696,'left_tab_2_contact_values','3'),(34877,1696,'_left_tab_2_contact_values','field_56b3f47e69426'),(34878,1696,'left_tab_2_spacer','1'),(34879,1696,'_left_tab_2_spacer','field_56b3f305fafdb'),(34880,1696,'left_tab_3_contact_icon','icon-cloud'),(34881,1696,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(34882,1696,'left_tab_3_departmant','Serbia'),(34883,1696,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(34884,1696,'left_tab_3_contact_values_0_contact_value_left','Tel:'),(34885,1696,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(34886,1696,'left_tab_3_contact_values_0_contact_value_right','+44 (0)20 328 654 53'),(34887,1696,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(34888,1696,'left_tab_3_contact_values_0_link','+4402032865453'),(34889,1696,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(34890,1696,'left_tab_3_contact_values_0_link_type','tel:'),(34891,1696,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(34892,1696,'left_tab_3_contact_values_1_contact_value_left','E-mail:'),(34893,1696,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(34894,1696,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(34895,1696,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(34896,1696,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(34897,1696,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(34898,1696,'left_tab_3_contact_values_1_link_type','mailto:'),(34899,1696,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(34900,1696,'left_tab_3_contact_values','2'),(34901,1696,'_left_tab_3_contact_values','field_56b3f47e69426'),(34902,1696,'left_tab_3_spacer','1'),(34903,1696,'_left_tab_3_spacer','field_56b3f305fafdb'),(34904,1696,'left_tab_4_contact_icon','icon-mail'),(34905,1696,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(34906,1696,'left_tab_4_departmant','General enquiries'),(34907,1696,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(34908,1696,'left_tab_4_contact_values_0_contact_value_left','E-mail:'),(34909,1696,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(34910,1696,'left_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(34911,1696,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(34912,1696,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(34913,1696,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(34914,1696,'left_tab_4_contact_values_0_link_type','mailto:'),(34915,1696,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(34916,1696,'left_tab_4_contact_values','1'),(34917,1696,'_left_tab_4_contact_values','field_56b3f47e69426'),(34918,1696,'left_tab_4_spacer','1'),(34919,1696,'_left_tab_4_spacer','field_56b3f305fafdb'),(34920,1696,'left_tab_name',''),(34921,1696,'_left_tab_name','field_56b3976017dce'),(34922,1696,'right_tab_name','vsdvs'),(34923,1696,'_right_tab_name','field_56b3978117dcf'),(34924,1696,'right_tab_0_title',''),(34925,1696,'_right_tab_0_title','field_56b3fab145550'),(34926,1696,'right_tab_0_circle1','icon-mail'),(34927,1696,'_right_tab_0_circle1','field_56b3fab145551'),(34928,1696,'right_tab_0_circle2','icon-mail'),(34929,1696,'_right_tab_0_circle2','field_56b3fab145552'),(34930,1696,'right_tab_0_circle3','icon-mail'),(34931,1696,'_right_tab_0_circle3','field_56b3fab145553'),(34932,1696,'right_tab_0_circle1_label',''),(34933,1696,'_right_tab_0_circle1_label','field_56b3fab145554'),(34934,1696,'right_tab_0_circle2_label',''),(34935,1696,'_right_tab_0_circle2_label','field_56b3fab145555'),(34936,1696,'right_tab_0_circle3_label',''),(34937,1696,'_right_tab_0_circle3_label','field_56b3fab145556'),(34938,1696,'right_tab_0_paragraph1',''),(34939,1696,'_right_tab_0_paragraph1','field_56b3fab145557'),(34940,1696,'right_tab_0_paragraph2',''),(34941,1696,'_right_tab_0_paragraph2','field_56b3fab145558'),(34942,1696,'right_tab_0_paragraph3',''),(34943,1696,'_right_tab_0_paragraph3','field_56b3fab145559'),(34944,1696,'right_tab_0_spacer','1'),(34945,1696,'_right_tab_0_spacer','field_56b3fab14555a'),(34946,1696,'right_tab_1_items_list_repeater_0_title',''),(34947,1696,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(34948,1696,'right_tab_1_items_list_repeater_0_description',''),(34949,1696,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(34950,1696,'right_tab_1_items_list_repeater_1_title',''),(34951,1696,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(34952,1696,'right_tab_1_items_list_repeater_1_description',''),(34953,1696,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(34954,1696,'right_tab_1_items_list_repeater','2'),(34955,1696,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(34956,1696,'right_tab_1_spacer','1'),(34957,1696,'_right_tab_1_spacer','field_56b3fab145570'),(34958,1696,'right_tab_2_image',''),(34959,1696,'_right_tab_2_image','field_56b3fab145571'),(34960,1696,'right_tab_2_content',''),(34961,1696,'_right_tab_2_content','field_56b3fab145572'),(34962,1696,'right_tab_2_button_label',''),(34963,1696,'_right_tab_2_button_label','field_56b3fab145573'),(34964,1696,'right_tab_2_button_link',''),(34965,1696,'_right_tab_2_button_link','field_56b3fab145574'),(34966,1696,'right_tab_2_spacer','1'),(34967,1696,'_right_tab_2_spacer','field_56b3fab145575'),(34968,1696,'add_third_tab','0'),(34969,1696,'_add_third_tab','field_57f54e889b77c'),(34970,1696,'third_tab',''),(34971,1696,'_third_tab','field_57f54ec39b77e'),(34972,1697,'contacts_repeater_0_contact_title','General enquiries'),(34973,1697,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(34974,1697,'contacts_repeater_1_contact_title','Finance / Sales'),(34975,1697,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(34976,1697,'contacts_repeater','3'),(34977,1697,'_contacts_repeater','field_56b247f6dbbd9'),(34978,1697,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(34979,1697,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(34980,1697,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(34981,1697,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(34982,1697,'contacts_repeater_0_contact_values','1'),(34983,1697,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(34984,1697,'contacts_repeater_0_contact_icon','icon-cloud'),(34985,1697,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(34986,1697,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(34987,1697,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(34988,1697,'contacts_repeater_1_contact_values_0_contact_value_right',''),(34989,1697,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(34990,1697,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(34991,1697,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(34992,1697,'contacts_repeater_1_contact_values_1_contact_value_right',''),(34993,1697,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(34994,1697,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(34995,1697,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(34996,1697,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(34997,1697,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(34998,1697,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(34999,1697,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(35000,1697,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(35001,1697,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(35002,1697,'contacts_repeater_1_contact_values','4'),(35003,1697,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(35004,1697,'contacts_repeater_1_contact_icon','icon-paper'),(35005,1697,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(35006,1697,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(35007,1697,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(35008,1697,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(35009,1697,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(35010,1697,'contacts_repeater_1_contact_values_1_link_type',''),(35011,1697,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(35012,1697,'contacts_repeater_1_contact_values_2_link_type','tel:'),(35013,1697,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(35014,1697,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(35015,1697,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(35016,1697,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(35017,1697,'_contacts_repeater_0_contact_values_0_link','field_56b25144a6147'),(35018,1697,'contacts_repeater_1_contact_values_0_link',''),(35019,1697,'_contacts_repeater_1_contact_values_0_link','field_56b25144a6147'),(35020,1697,'contacts_repeater_1_contact_values_1_link',''),(35021,1697,'_contacts_repeater_1_contact_values_1_link','field_56b25144a6147'),(35022,1697,'contacts_repeater_1_contact_values_2_link','+447899747275'),(35023,1697,'_contacts_repeater_1_contact_values_2_link','field_56b25144a6147'),(35024,1697,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(35025,1697,'_contacts_repeater_1_contact_values_3_link','field_56b25144a6147'),(35026,1697,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(35027,1697,'_contacts_repeater_2_contact_title','field_56b24831dbbda'),(35028,1697,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(35029,1697,'_contacts_repeater_2_contact_values_0_contact_value_left','field_56b24943da3f1'),(35030,1697,'contacts_repeater_2_contact_values_0_contact_value_right',''),(35031,1697,'_contacts_repeater_2_contact_values_0_contact_value_right','field_56b24974da3f2'),(35032,1697,'contacts_repeater_2_contact_values_0_link',''),(35033,1697,'_contacts_repeater_2_contact_values_0_link','field_56b25144a6147'),(35034,1697,'contacts_repeater_2_contact_values_0_link_type',''),(35035,1697,'_contacts_repeater_2_contact_values_0_link_type','field_56b2505d40207'),(35036,1697,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(35037,1697,'_contacts_repeater_2_contact_values_1_contact_value_left','field_56b24943da3f1'),(35038,1697,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(35039,1697,'_contacts_repeater_2_contact_values_1_contact_value_right','field_56b24974da3f2'),(35040,1697,'contacts_repeater_2_contact_values_1_link',''),(35041,1697,'_contacts_repeater_2_contact_values_1_link','field_56b25144a6147'),(35042,1697,'contacts_repeater_2_contact_values_1_link_type','tel:'),(35043,1697,'_contacts_repeater_2_contact_values_1_link_type','field_56b2505d40207'),(35044,1697,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(35045,1697,'_contacts_repeater_2_contact_values_2_contact_value_left','field_56b24943da3f1'),(35046,1697,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(35047,1697,'_contacts_repeater_2_contact_values_2_contact_value_right','field_56b24974da3f2'),(35048,1697,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(35049,1697,'_contacts_repeater_2_contact_values_2_link','field_56b25144a6147'),(35050,1697,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(35051,1697,'_contacts_repeater_2_contact_values_2_link_type','field_56b2505d40207'),(35052,1697,'contacts_repeater_2_contact_values','3'),(35053,1697,'_contacts_repeater_2_contact_values','field_56b24931da3f0'),(35054,1697,'contacts_repeater_2_contact_icon','icon-pie'),(35055,1697,'_contacts_repeater_2_contact_icon','field_56b249b7da3f3'),(35056,1697,'left_tab','a:5:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";}'),(35057,1697,'_left_tab','field_56b36c6deeda0'),(35058,1697,'add_second_tab','0'),(35059,1697,'_add_second_tab','field_56b36ca9eeda2'),(35060,1697,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(35061,1697,'_right_tab','field_56b3fab04554d'),(35062,1697,'left_tab_0_departmant_repeater_0_contact_icon','icon-cloud'),(35063,1697,'_left_tab_0_departmant_repeater_0_contact_icon','field_56b3f1f1dbf0b'),(35064,1697,'left_tab_0_departmant_repeater_0_departmant','General enquiries'),(35065,1697,'_left_tab_0_departmant_repeater_0_departmant','field_56b3f1f1dbf0c'),(35066,1697,'left_tab_0_departmant_repeater_0_contact_values','0'),(35067,1697,'_left_tab_0_departmant_repeater_0_contact_values','field_56b3f1f1dbf0d'),(35068,1697,'left_tab_0_departmant_repeater','1'),(35069,1697,'_left_tab_0_departmant_repeater','field_56b3f1fcdbf12'),(35070,1697,'left_tab_0_contact_icon','icon-pie'),(35071,1697,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(35072,1697,'left_tab_0_departmant','United Kingdom'),(35073,1697,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(35074,1697,'left_tab_0_contact_values','3'),(35075,1697,'_left_tab_0_contact_values','field_56b3f47e69426'),(35076,1697,'left_tab_0_spacer','1'),(35077,1697,'_left_tab_0_spacer','field_56b3f305fafdb'),(35078,1697,'left_tab_0_contact_values_0_contact_value_left','Address:'),(35079,1697,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(35080,1697,'left_tab_0_contact_values_0_contact_value_right','90 Long Acre, Covent Garden, London WC2E 9RZ'),(35081,1697,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(35082,1697,'left_tab_0_contact_values_0_link',''),(35083,1697,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(35084,1697,'left_tab_0_contact_values_0_link_type',''),(35085,1697,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(35086,1697,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(35087,1697,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(35088,1697,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(35089,1697,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(35090,1697,'left_tab_0_contact_values_1_link','+4402032865453'),(35091,1697,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(35092,1697,'left_tab_0_contact_values_1_link_type','tel:'),(35093,1697,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(35094,1697,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(35095,1697,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(35096,1697,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(35097,1697,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(35098,1697,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(35099,1697,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(35100,1697,'left_tab_0_contact_values_2_link_type','mailto:'),(35101,1697,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(35102,1697,'left_tab_1_contact_icon','icon-paper'),(35103,1697,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(35104,1697,'left_tab_1_departmant','Switzerland'),(35105,1697,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(35106,1697,'left_tab_1_contact_values_0_contact_value_left','Address:'),(35107,1697,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(35108,1697,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug'),(35109,1697,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(35110,1697,'left_tab_1_contact_values_0_link',''),(35111,1697,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(35112,1697,'left_tab_1_contact_values_0_link_type',''),(35113,1697,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(35114,1697,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(35115,1697,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(35116,1697,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(35117,1697,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(35118,1697,'left_tab_1_contact_values_1_link','+410445853297'),(35119,1697,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(35120,1697,'left_tab_1_contact_values_1_link_type','tel:'),(35121,1697,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(35122,1697,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(35123,1697,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(35124,1697,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(35125,1697,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(35126,1697,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(35127,1697,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(35128,1697,'left_tab_1_contact_values_2_link_type','mailto:'),(35129,1697,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(35130,1697,'left_tab_1_contact_values','3'),(35131,1697,'_left_tab_1_contact_values','field_56b3f47e69426'),(35132,1697,'left_tab_1_spacer','1'),(35133,1697,'_left_tab_1_spacer','field_56b3f305fafdb'),(35134,1697,'left_tab_2_contact_icon','icon-bullseye-small'),(35135,1697,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(35136,1697,'left_tab_2_departmant','Cyprus'),(35137,1697,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(35138,1697,'left_tab_2_contact_values_0_contact_value_left','Address:'),(35139,1697,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(35140,1697,'left_tab_2_contact_values_0_contact_value_right','Lord Vyronos 36, Nicosia Tower Center, office 203, 1096 Nicosia, Cyprus.'),(35141,1697,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(35142,1697,'left_tab_2_contact_values_0_link',''),(35143,1697,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(35144,1697,'left_tab_2_contact_values_0_link_type',''),(35145,1697,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(35146,1697,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(35147,1697,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(35148,1697,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(35149,1697,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(35150,1697,'left_tab_2_contact_values_1_link','+4402032865453'),(35151,1697,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(35152,1697,'left_tab_2_contact_values_1_link_type','tel:'),(35153,1697,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(35154,1697,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(35155,1697,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(35156,1697,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(35157,1697,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(35158,1697,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(35159,1697,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(35160,1697,'left_tab_2_contact_values_2_link_type','mailto:'),(35161,1697,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(35162,1697,'left_tab_2_contact_values','3'),(35163,1697,'_left_tab_2_contact_values','field_56b3f47e69426'),(35164,1697,'left_tab_2_spacer','1'),(35165,1697,'_left_tab_2_spacer','field_56b3f305fafdb'),(35166,1697,'left_tab_3_contact_icon','icon-cloud'),(35167,1697,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(35168,1697,'left_tab_3_departmant','Serbia'),(35169,1697,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(35170,1697,'left_tab_3_contact_values_0_contact_value_left','Address'),(35171,1697,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(35172,1697,'left_tab_3_contact_values_0_contact_value_right','5th Floor, Knez Mihaila 30, Belgrade, Serbia'),(35173,1697,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(35174,1697,'left_tab_3_contact_values_0_link','+4402032865453'),(35175,1697,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(35176,1697,'left_tab_3_contact_values_0_link_type','tel:'),(35177,1697,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(35178,1697,'left_tab_3_contact_values_1_contact_value_left','E-mail:'),(35179,1697,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(35180,1697,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(35181,1697,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(35182,1697,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(35183,1697,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(35184,1697,'left_tab_3_contact_values_1_link_type','mailto:'),(35185,1697,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(35186,1697,'left_tab_3_contact_values','2'),(35187,1697,'_left_tab_3_contact_values','field_56b3f47e69426'),(35188,1697,'left_tab_3_spacer','1'),(35189,1697,'_left_tab_3_spacer','field_56b3f305fafdb'),(35190,1697,'left_tab_4_contact_icon','icon-mail'),(35191,1697,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(35192,1697,'left_tab_4_departmant','General enquiries'),(35193,1697,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(35194,1697,'left_tab_4_contact_values_0_contact_value_left','E-mail:'),(35195,1697,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(35196,1697,'left_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(35197,1697,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(35198,1697,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(35199,1697,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(35200,1697,'left_tab_4_contact_values_0_link_type','mailto:'),(35201,1697,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(35202,1697,'left_tab_4_contact_values','1'),(35203,1697,'_left_tab_4_contact_values','field_56b3f47e69426'),(35204,1697,'left_tab_4_spacer','1'),(35205,1697,'_left_tab_4_spacer','field_56b3f305fafdb'),(35206,1697,'left_tab_name',''),(35207,1697,'_left_tab_name','field_56b3976017dce'),(35208,1697,'right_tab_name','vsdvs'),(35209,1697,'_right_tab_name','field_56b3978117dcf'),(35210,1697,'right_tab_0_title',''),(35211,1697,'_right_tab_0_title','field_56b3fab145550'),(35212,1697,'right_tab_0_circle1','icon-mail'),(35213,1697,'_right_tab_0_circle1','field_56b3fab145551'),(35214,1697,'right_tab_0_circle2','icon-mail'),(35215,1697,'_right_tab_0_circle2','field_56b3fab145552'),(35216,1697,'right_tab_0_circle3','icon-mail'),(35217,1697,'_right_tab_0_circle3','field_56b3fab145553'),(35218,1697,'right_tab_0_circle1_label',''),(35219,1697,'_right_tab_0_circle1_label','field_56b3fab145554'),(35220,1697,'right_tab_0_circle2_label',''),(35221,1697,'_right_tab_0_circle2_label','field_56b3fab145555'),(35222,1697,'right_tab_0_circle3_label',''),(35223,1697,'_right_tab_0_circle3_label','field_56b3fab145556'),(35224,1697,'right_tab_0_paragraph1',''),(35225,1697,'_right_tab_0_paragraph1','field_56b3fab145557'),(35226,1697,'right_tab_0_paragraph2',''),(35227,1697,'_right_tab_0_paragraph2','field_56b3fab145558'),(35228,1697,'right_tab_0_paragraph3',''),(35229,1697,'_right_tab_0_paragraph3','field_56b3fab145559'),(35230,1697,'right_tab_0_spacer','1'),(35231,1697,'_right_tab_0_spacer','field_56b3fab14555a'),(35232,1697,'right_tab_1_items_list_repeater_0_title',''),(35233,1697,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(35234,1697,'right_tab_1_items_list_repeater_0_description',''),(35235,1697,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(35236,1697,'right_tab_1_items_list_repeater_1_title',''),(35237,1697,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(35238,1697,'right_tab_1_items_list_repeater_1_description',''),(35239,1697,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(35240,1697,'right_tab_1_items_list_repeater','2'),(35241,1697,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(35242,1697,'right_tab_1_spacer','1'),(35243,1697,'_right_tab_1_spacer','field_56b3fab145570'),(35244,1697,'right_tab_2_image',''),(35245,1697,'_right_tab_2_image','field_56b3fab145571'),(35246,1697,'right_tab_2_content',''),(35247,1697,'_right_tab_2_content','field_56b3fab145572'),(35248,1697,'right_tab_2_button_label',''),(35249,1697,'_right_tab_2_button_label','field_56b3fab145573'),(35250,1697,'right_tab_2_button_link',''),(35251,1697,'_right_tab_2_button_link','field_56b3fab145574'),(35252,1697,'right_tab_2_spacer','1'),(35253,1697,'_right_tab_2_spacer','field_56b3fab145575'),(35254,1697,'add_third_tab','0'),(35255,1697,'_add_third_tab','field_57f54e889b77c'),(35256,1697,'third_tab',''),(35257,1697,'_third_tab','field_57f54ec39b77e'),(35258,1698,'contacts_repeater_0_contact_title','General enquiries'),(35259,1698,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(35260,1698,'contacts_repeater_1_contact_title','Finance / Sales'),(35261,1698,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(35262,1698,'contacts_repeater','3'),(35263,1698,'_contacts_repeater','field_56b247f6dbbd9'),(35264,1698,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(35265,1698,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(35266,1698,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(35267,1698,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(35268,1698,'contacts_repeater_0_contact_values','1'),(35269,1698,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(35270,1698,'contacts_repeater_0_contact_icon','icon-cloud'),(35271,1698,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(35272,1698,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(35273,1698,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(35274,1698,'contacts_repeater_1_contact_values_0_contact_value_right',''),(35275,1698,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(35276,1698,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(35277,1698,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(35278,1698,'contacts_repeater_1_contact_values_1_contact_value_right',''),(35279,1698,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(35280,1698,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(35281,1698,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(35282,1698,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(35283,1698,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(35284,1698,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(35285,1698,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(35286,1698,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(35287,1698,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(35288,1698,'contacts_repeater_1_contact_values','4'),(35289,1698,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(35290,1698,'contacts_repeater_1_contact_icon','icon-paper'),(35291,1698,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(35292,1698,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(35293,1698,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(35294,1698,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(35295,1698,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(35296,1698,'contacts_repeater_1_contact_values_1_link_type',''),(35297,1698,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(35298,1698,'contacts_repeater_1_contact_values_2_link_type','tel:'),(35299,1698,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(35300,1698,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(35301,1698,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(35302,1698,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(35303,1698,'_contacts_repeater_0_contact_values_0_link','field_56b25144a6147'),(35304,1698,'contacts_repeater_1_contact_values_0_link',''),(35305,1698,'_contacts_repeater_1_contact_values_0_link','field_56b25144a6147'),(35306,1698,'contacts_repeater_1_contact_values_1_link',''),(35307,1698,'_contacts_repeater_1_contact_values_1_link','field_56b25144a6147'),(35308,1698,'contacts_repeater_1_contact_values_2_link','+447899747275'),(35309,1698,'_contacts_repeater_1_contact_values_2_link','field_56b25144a6147'),(35310,1698,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(35311,1698,'_contacts_repeater_1_contact_values_3_link','field_56b25144a6147'),(35312,1698,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(35313,1698,'_contacts_repeater_2_contact_title','field_56b24831dbbda'),(35314,1698,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(35315,1698,'_contacts_repeater_2_contact_values_0_contact_value_left','field_56b24943da3f1'),(35316,1698,'contacts_repeater_2_contact_values_0_contact_value_right',''),(35317,1698,'_contacts_repeater_2_contact_values_0_contact_value_right','field_56b24974da3f2'),(35318,1698,'contacts_repeater_2_contact_values_0_link',''),(35319,1698,'_contacts_repeater_2_contact_values_0_link','field_56b25144a6147'),(35320,1698,'contacts_repeater_2_contact_values_0_link_type',''),(35321,1698,'_contacts_repeater_2_contact_values_0_link_type','field_56b2505d40207'),(35322,1698,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(35323,1698,'_contacts_repeater_2_contact_values_1_contact_value_left','field_56b24943da3f1'),(35324,1698,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(35325,1698,'_contacts_repeater_2_contact_values_1_contact_value_right','field_56b24974da3f2'),(35326,1698,'contacts_repeater_2_contact_values_1_link',''),(35327,1698,'_contacts_repeater_2_contact_values_1_link','field_56b25144a6147'),(35328,1698,'contacts_repeater_2_contact_values_1_link_type','tel:'),(35329,1698,'_contacts_repeater_2_contact_values_1_link_type','field_56b2505d40207'),(35330,1698,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(35331,1698,'_contacts_repeater_2_contact_values_2_contact_value_left','field_56b24943da3f1'),(35332,1698,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(35333,1698,'_contacts_repeater_2_contact_values_2_contact_value_right','field_56b24974da3f2'),(35334,1698,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(35335,1698,'_contacts_repeater_2_contact_values_2_link','field_56b25144a6147'),(35336,1698,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(35337,1698,'_contacts_repeater_2_contact_values_2_link_type','field_56b2505d40207'),(35338,1698,'contacts_repeater_2_contact_values','3'),(35339,1698,'_contacts_repeater_2_contact_values','field_56b24931da3f0'),(35340,1698,'contacts_repeater_2_contact_icon','icon-pie'),(35341,1698,'_contacts_repeater_2_contact_icon','field_56b249b7da3f3'),(35342,1698,'left_tab','a:5:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";}'),(35343,1698,'_left_tab','field_56b36c6deeda0'),(35344,1698,'add_second_tab','0'),(35345,1698,'_add_second_tab','field_56b36ca9eeda2'),(35346,1698,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(35347,1698,'_right_tab','field_56b3fab04554d'),(35348,1698,'left_tab_0_departmant_repeater_0_contact_icon','icon-cloud'),(35349,1698,'_left_tab_0_departmant_repeater_0_contact_icon','field_56b3f1f1dbf0b'),(35350,1698,'left_tab_0_departmant_repeater_0_departmant','General enquiries'),(35351,1698,'_left_tab_0_departmant_repeater_0_departmant','field_56b3f1f1dbf0c'),(35352,1698,'left_tab_0_departmant_repeater_0_contact_values','0'),(35353,1698,'_left_tab_0_departmant_repeater_0_contact_values','field_56b3f1f1dbf0d'),(35354,1698,'left_tab_0_departmant_repeater','1'),(35355,1698,'_left_tab_0_departmant_repeater','field_56b3f1fcdbf12'),(35356,1698,'left_tab_0_contact_icon','icon-pie'),(35357,1698,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(35358,1698,'left_tab_0_departmant','United Kingdom'),(35359,1698,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(35360,1698,'left_tab_0_contact_values','3'),(35361,1698,'_left_tab_0_contact_values','field_56b3f47e69426'),(35362,1698,'left_tab_0_spacer','1'),(35363,1698,'_left_tab_0_spacer','field_56b3f305fafdb'),(35364,1698,'left_tab_0_contact_values_0_contact_value_left','Address:'),(35365,1698,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(35366,1698,'left_tab_0_contact_values_0_contact_value_right','90 Long Acre, Covent Garden, London WC2E 9RZ'),(35367,1698,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(35368,1698,'left_tab_0_contact_values_0_link',''),(35369,1698,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(35370,1698,'left_tab_0_contact_values_0_link_type',''),(35371,1698,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(35372,1698,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(35373,1698,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(35374,1698,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(35375,1698,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(35376,1698,'left_tab_0_contact_values_1_link','+4402032865453'),(35377,1698,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(35378,1698,'left_tab_0_contact_values_1_link_type','tel:'),(35379,1698,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(35380,1698,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(35381,1698,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(35382,1698,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(35383,1698,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(35384,1698,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(35385,1698,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(35386,1698,'left_tab_0_contact_values_2_link_type','mailto:'),(35387,1698,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(35388,1698,'left_tab_1_contact_icon','icon-paper'),(35389,1698,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(35390,1698,'left_tab_1_departmant','Switzerland'),(35391,1698,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(35392,1698,'left_tab_1_contact_values_0_contact_value_left','Address:'),(35393,1698,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(35394,1698,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug, Switzerland'),(35395,1698,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(35396,1698,'left_tab_1_contact_values_0_link',''),(35397,1698,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(35398,1698,'left_tab_1_contact_values_0_link_type',''),(35399,1698,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(35400,1698,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(35401,1698,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(35402,1698,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(35403,1698,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(35404,1698,'left_tab_1_contact_values_1_link','+410445853297'),(35405,1698,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(35406,1698,'left_tab_1_contact_values_1_link_type','tel:'),(35407,1698,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(35408,1698,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(35409,1698,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(35410,1698,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(35411,1698,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(35412,1698,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(35413,1698,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(35414,1698,'left_tab_1_contact_values_2_link_type','mailto:'),(35415,1698,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(35416,1698,'left_tab_1_contact_values','3'),(35417,1698,'_left_tab_1_contact_values','field_56b3f47e69426'),(35418,1698,'left_tab_1_spacer','1'),(35419,1698,'_left_tab_1_spacer','field_56b3f305fafdb'),(35420,1698,'left_tab_2_contact_icon','icon-bullseye-small'),(35421,1698,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(35422,1698,'left_tab_2_departmant','Cyprus'),(35423,1698,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(35424,1698,'left_tab_2_contact_values_0_contact_value_left','Address:'),(35425,1698,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(35426,1698,'left_tab_2_contact_values_0_contact_value_right','Lord Vyronos 36, Nicosia Tower Center, office 203, 1096 Nicosia, Cyprus.'),(35427,1698,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(35428,1698,'left_tab_2_contact_values_0_link',''),(35429,1698,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(35430,1698,'left_tab_2_contact_values_0_link_type',''),(35431,1698,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(35432,1698,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(35433,1698,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(35434,1698,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(35435,1698,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(35436,1698,'left_tab_2_contact_values_1_link','+4402032865453'),(35437,1698,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(35438,1698,'left_tab_2_contact_values_1_link_type','tel:'),(35439,1698,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(35440,1698,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(35441,1698,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(35442,1698,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(35443,1698,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(35444,1698,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(35445,1698,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(35446,1698,'left_tab_2_contact_values_2_link_type','mailto:'),(35447,1698,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(35448,1698,'left_tab_2_contact_values','3'),(35449,1698,'_left_tab_2_contact_values','field_56b3f47e69426'),(35450,1698,'left_tab_2_spacer','1'),(35451,1698,'_left_tab_2_spacer','field_56b3f305fafdb'),(35452,1698,'left_tab_3_contact_icon','icon-cloud'),(35453,1698,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(35454,1698,'left_tab_3_departmant','Serbia'),(35455,1698,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(35456,1698,'left_tab_3_contact_values_0_contact_value_left','Address'),(35457,1698,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(35458,1698,'left_tab_3_contact_values_0_contact_value_right','5th Floor, Knez Mihaila 30, Belgrade, Serbia'),(35459,1698,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(35460,1698,'left_tab_3_contact_values_0_link','+4402032865453'),(35461,1698,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(35462,1698,'left_tab_3_contact_values_0_link_type','tel:'),(35463,1698,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(35464,1698,'left_tab_3_contact_values_1_contact_value_left','E-mail:'),(35465,1698,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(35466,1698,'left_tab_3_contact_values_1_contact_value_right','serbia@innovationbrain.com'),(35467,1698,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(35468,1698,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(35469,1698,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(35470,1698,'left_tab_3_contact_values_1_link_type','mailto:'),(35471,1698,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(35472,1698,'left_tab_3_contact_values','2'),(35473,1698,'_left_tab_3_contact_values','field_56b3f47e69426'),(35474,1698,'left_tab_3_spacer','1'),(35475,1698,'_left_tab_3_spacer','field_56b3f305fafdb'),(35476,1698,'left_tab_4_contact_icon','icon-mail'),(35477,1698,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(35478,1698,'left_tab_4_departmant','General enquiries'),(35479,1698,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(35480,1698,'left_tab_4_contact_values_0_contact_value_left','E-mail:'),(35481,1698,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(35482,1698,'left_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(35483,1698,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(35484,1698,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(35485,1698,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(35486,1698,'left_tab_4_contact_values_0_link_type','mailto:'),(35487,1698,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(35488,1698,'left_tab_4_contact_values','1'),(35489,1698,'_left_tab_4_contact_values','field_56b3f47e69426'),(35490,1698,'left_tab_4_spacer','1'),(35491,1698,'_left_tab_4_spacer','field_56b3f305fafdb'),(35492,1698,'left_tab_name',''),(35493,1698,'_left_tab_name','field_56b3976017dce'),(35494,1698,'right_tab_name','vsdvs'),(35495,1698,'_right_tab_name','field_56b3978117dcf'),(35496,1698,'right_tab_0_title',''),(35497,1698,'_right_tab_0_title','field_56b3fab145550'),(35498,1698,'right_tab_0_circle1','icon-mail'),(35499,1698,'_right_tab_0_circle1','field_56b3fab145551'),(35500,1698,'right_tab_0_circle2','icon-mail'),(35501,1698,'_right_tab_0_circle2','field_56b3fab145552'),(35502,1698,'right_tab_0_circle3','icon-mail'),(35503,1698,'_right_tab_0_circle3','field_56b3fab145553'),(35504,1698,'right_tab_0_circle1_label',''),(35505,1698,'_right_tab_0_circle1_label','field_56b3fab145554'),(35506,1698,'right_tab_0_circle2_label',''),(35507,1698,'_right_tab_0_circle2_label','field_56b3fab145555'),(35508,1698,'right_tab_0_circle3_label',''),(35509,1698,'_right_tab_0_circle3_label','field_56b3fab145556'),(35510,1698,'right_tab_0_paragraph1',''),(35511,1698,'_right_tab_0_paragraph1','field_56b3fab145557'),(35512,1698,'right_tab_0_paragraph2',''),(35513,1698,'_right_tab_0_paragraph2','field_56b3fab145558'),(35514,1698,'right_tab_0_paragraph3',''),(35515,1698,'_right_tab_0_paragraph3','field_56b3fab145559'),(35516,1698,'right_tab_0_spacer','1'),(35517,1698,'_right_tab_0_spacer','field_56b3fab14555a'),(35518,1698,'right_tab_1_items_list_repeater_0_title',''),(35519,1698,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(35520,1698,'right_tab_1_items_list_repeater_0_description',''),(35521,1698,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(35522,1698,'right_tab_1_items_list_repeater_1_title',''),(35523,1698,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(35524,1698,'right_tab_1_items_list_repeater_1_description',''),(35525,1698,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(35526,1698,'right_tab_1_items_list_repeater','2'),(35527,1698,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(35528,1698,'right_tab_1_spacer','1'),(35529,1698,'_right_tab_1_spacer','field_56b3fab145570'),(35530,1698,'right_tab_2_image',''),(35531,1698,'_right_tab_2_image','field_56b3fab145571'),(35532,1698,'right_tab_2_content',''),(35533,1698,'_right_tab_2_content','field_56b3fab145572'),(35534,1698,'right_tab_2_button_label',''),(35535,1698,'_right_tab_2_button_label','field_56b3fab145573'),(35536,1698,'right_tab_2_button_link',''),(35537,1698,'_right_tab_2_button_link','field_56b3fab145574'),(35538,1698,'right_tab_2_spacer','1'),(35539,1698,'_right_tab_2_spacer','field_56b3fab145575'),(35540,1698,'add_third_tab','0'),(35541,1698,'_add_third_tab','field_57f54e889b77c'),(35542,1698,'third_tab',''),(35543,1698,'_third_tab','field_57f54ec39b77e'),(35544,66,'left_tab_3_contact_values_2_contact_value_left','E-mail:'),(35545,66,'_left_tab_3_contact_values_2_contact_value_left','field_56b3f47e69427'),(35546,66,'left_tab_3_contact_values_2_contact_value_right','serbia@innovationbrain.com'),(35547,66,'_left_tab_3_contact_values_2_contact_value_right','field_56b3f47e69429'),(35548,66,'left_tab_3_contact_values_2_link','serbia@innovationbrain.com'),(35549,66,'_left_tab_3_contact_values_2_link','field_56b3f47e6942c'),(35550,66,'left_tab_3_contact_values_2_link_type','mailto:'),(35551,66,'_left_tab_3_contact_values_2_link_type','field_56b3f47e6942e'),(35552,1699,'contacts_repeater_0_contact_title','General enquiries'),(35553,1699,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(35554,1699,'contacts_repeater_1_contact_title','Finance / Sales'),(35555,1699,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(35556,1699,'contacts_repeater','3'),(35557,1699,'_contacts_repeater','field_56b247f6dbbd9'),(35558,1699,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(35559,1699,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(35560,1699,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(35561,1699,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(35562,1699,'contacts_repeater_0_contact_values','1'),(35563,1699,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(35564,1699,'contacts_repeater_0_contact_icon','icon-cloud'),(35565,1699,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(35566,1699,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(35567,1699,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(35568,1699,'contacts_repeater_1_contact_values_0_contact_value_right',''),(35569,1699,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(35570,1699,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(35571,1699,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(35572,1699,'contacts_repeater_1_contact_values_1_contact_value_right',''),(35573,1699,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(35574,1699,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(35575,1699,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(35576,1699,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(35577,1699,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(35578,1699,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(35579,1699,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(35580,1699,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(35581,1699,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(35582,1699,'contacts_repeater_1_contact_values','4'),(35583,1699,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(35584,1699,'contacts_repeater_1_contact_icon','icon-paper'),(35585,1699,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(35586,1699,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(35587,1699,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(35588,1699,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(35589,1699,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(35590,1699,'contacts_repeater_1_contact_values_1_link_type',''),(35591,1699,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(35592,1699,'contacts_repeater_1_contact_values_2_link_type','tel:'),(35593,1699,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(35594,1699,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(35595,1699,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(35596,1699,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(35597,1699,'_contacts_repeater_0_contact_values_0_link','field_56b25144a6147'),(35598,1699,'contacts_repeater_1_contact_values_0_link',''),(35599,1699,'_contacts_repeater_1_contact_values_0_link','field_56b25144a6147'),(35600,1699,'contacts_repeater_1_contact_values_1_link',''),(35601,1699,'_contacts_repeater_1_contact_values_1_link','field_56b25144a6147'),(35602,1699,'contacts_repeater_1_contact_values_2_link','+447899747275'),(35603,1699,'_contacts_repeater_1_contact_values_2_link','field_56b25144a6147'),(35604,1699,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(35605,1699,'_contacts_repeater_1_contact_values_3_link','field_56b25144a6147'),(35606,1699,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(35607,1699,'_contacts_repeater_2_contact_title','field_56b24831dbbda'),(35608,1699,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(35609,1699,'_contacts_repeater_2_contact_values_0_contact_value_left','field_56b24943da3f1'),(35610,1699,'contacts_repeater_2_contact_values_0_contact_value_right',''),(35611,1699,'_contacts_repeater_2_contact_values_0_contact_value_right','field_56b24974da3f2'),(35612,1699,'contacts_repeater_2_contact_values_0_link',''),(35613,1699,'_contacts_repeater_2_contact_values_0_link','field_56b25144a6147'),(35614,1699,'contacts_repeater_2_contact_values_0_link_type',''),(35615,1699,'_contacts_repeater_2_contact_values_0_link_type','field_56b2505d40207'),(35616,1699,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(35617,1699,'_contacts_repeater_2_contact_values_1_contact_value_left','field_56b24943da3f1'),(35618,1699,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(35619,1699,'_contacts_repeater_2_contact_values_1_contact_value_right','field_56b24974da3f2'),(35620,1699,'contacts_repeater_2_contact_values_1_link',''),(35621,1699,'_contacts_repeater_2_contact_values_1_link','field_56b25144a6147'),(35622,1699,'contacts_repeater_2_contact_values_1_link_type','tel:'),(35623,1699,'_contacts_repeater_2_contact_values_1_link_type','field_56b2505d40207'),(35624,1699,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(35625,1699,'_contacts_repeater_2_contact_values_2_contact_value_left','field_56b24943da3f1'),(35626,1699,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(35627,1699,'_contacts_repeater_2_contact_values_2_contact_value_right','field_56b24974da3f2'),(35628,1699,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(35629,1699,'_contacts_repeater_2_contact_values_2_link','field_56b25144a6147'),(35630,1699,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(35631,1699,'_contacts_repeater_2_contact_values_2_link_type','field_56b2505d40207'),(35632,1699,'contacts_repeater_2_contact_values','3'),(35633,1699,'_contacts_repeater_2_contact_values','field_56b24931da3f0'),(35634,1699,'contacts_repeater_2_contact_icon','icon-pie'),(35635,1699,'_contacts_repeater_2_contact_icon','field_56b249b7da3f3'),(35636,1699,'left_tab','a:5:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";}'),(35637,1699,'_left_tab','field_56b36c6deeda0'),(35638,1699,'add_second_tab','0'),(35639,1699,'_add_second_tab','field_56b36ca9eeda2'),(35640,1699,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(35641,1699,'_right_tab','field_56b3fab04554d'),(35642,1699,'left_tab_0_departmant_repeater_0_contact_icon','icon-cloud'),(35643,1699,'_left_tab_0_departmant_repeater_0_contact_icon','field_56b3f1f1dbf0b'),(35644,1699,'left_tab_0_departmant_repeater_0_departmant','General enquiries'),(35645,1699,'_left_tab_0_departmant_repeater_0_departmant','field_56b3f1f1dbf0c'),(35646,1699,'left_tab_0_departmant_repeater_0_contact_values','0'),(35647,1699,'_left_tab_0_departmant_repeater_0_contact_values','field_56b3f1f1dbf0d'),(35648,1699,'left_tab_0_departmant_repeater','1'),(35649,1699,'_left_tab_0_departmant_repeater','field_56b3f1fcdbf12'),(35650,1699,'left_tab_0_contact_icon','icon-pie'),(35651,1699,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(35652,1699,'left_tab_0_departmant','United Kingdom'),(35653,1699,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(35654,1699,'left_tab_0_contact_values','3'),(35655,1699,'_left_tab_0_contact_values','field_56b3f47e69426'),(35656,1699,'left_tab_0_spacer','1'),(35657,1699,'_left_tab_0_spacer','field_56b3f305fafdb'),(35658,1699,'left_tab_0_contact_values_0_contact_value_left','Address:'),(35659,1699,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(35660,1699,'left_tab_0_contact_values_0_contact_value_right','90 Long Acre, Covent Garden, London WC2E 9RZ'),(35661,1699,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(35662,1699,'left_tab_0_contact_values_0_link',''),(35663,1699,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(35664,1699,'left_tab_0_contact_values_0_link_type',''),(35665,1699,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(35666,1699,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(35667,1699,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(35668,1699,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(35669,1699,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(35670,1699,'left_tab_0_contact_values_1_link','+4402032865453'),(35671,1699,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(35672,1699,'left_tab_0_contact_values_1_link_type','tel:'),(35673,1699,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(35674,1699,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(35675,1699,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(35676,1699,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(35677,1699,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(35678,1699,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(35679,1699,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(35680,1699,'left_tab_0_contact_values_2_link_type','mailto:'),(35681,1699,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(35682,1699,'left_tab_1_contact_icon','icon-paper'),(35683,1699,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(35684,1699,'left_tab_1_departmant','Switzerland'),(35685,1699,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(35686,1699,'left_tab_1_contact_values_0_contact_value_left','Address:'),(35687,1699,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(35688,1699,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug, Switzerland'),(35689,1699,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(35690,1699,'left_tab_1_contact_values_0_link',''),(35691,1699,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(35692,1699,'left_tab_1_contact_values_0_link_type',''),(35693,1699,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(35694,1699,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(35695,1699,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(35696,1699,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(35697,1699,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(35698,1699,'left_tab_1_contact_values_1_link','+410445853297'),(35699,1699,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(35700,1699,'left_tab_1_contact_values_1_link_type','tel:'),(35701,1699,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(35702,1699,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(35703,1699,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(35704,1699,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(35705,1699,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(35706,1699,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(35707,1699,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(35708,1699,'left_tab_1_contact_values_2_link_type','mailto:'),(35709,1699,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(35710,1699,'left_tab_1_contact_values','3'),(35711,1699,'_left_tab_1_contact_values','field_56b3f47e69426'),(35712,1699,'left_tab_1_spacer','1'),(35713,1699,'_left_tab_1_spacer','field_56b3f305fafdb'),(35714,1699,'left_tab_2_contact_icon','icon-bullseye-small'),(35715,1699,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(35716,1699,'left_tab_2_departmant','Cyprus'),(35717,1699,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(35718,1699,'left_tab_2_contact_values_0_contact_value_left','Address:'),(35719,1699,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(35720,1699,'left_tab_2_contact_values_0_contact_value_right','Lord Vyronos 36, Nicosia Tower Center, office 203, 1096 Nicosia, Cyprus.'),(35721,1699,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(35722,1699,'left_tab_2_contact_values_0_link',''),(35723,1699,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(35724,1699,'left_tab_2_contact_values_0_link_type',''),(35725,1699,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(35726,1699,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(35727,1699,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(35728,1699,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(35729,1699,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(35730,1699,'left_tab_2_contact_values_1_link','+4402032865453'),(35731,1699,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(35732,1699,'left_tab_2_contact_values_1_link_type','tel:'),(35733,1699,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(35734,1699,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(35735,1699,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(35736,1699,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(35737,1699,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(35738,1699,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(35739,1699,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(35740,1699,'left_tab_2_contact_values_2_link_type','mailto:'),(35741,1699,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(35742,1699,'left_tab_2_contact_values','3'),(35743,1699,'_left_tab_2_contact_values','field_56b3f47e69426'),(35744,1699,'left_tab_2_spacer','1'),(35745,1699,'_left_tab_2_spacer','field_56b3f305fafdb'),(35746,1699,'left_tab_3_contact_icon','icon-cloud'),(35747,1699,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(35748,1699,'left_tab_3_departmant','Serbia'),(35749,1699,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(35750,1699,'left_tab_3_contact_values_0_contact_value_left','Address'),(35751,1699,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(35752,1699,'left_tab_3_contact_values_0_contact_value_right','5th Floor, Knez Mihaila 30, Belgrade, Serbia'),(35753,1699,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(35754,1699,'left_tab_3_contact_values_0_link','+4402032865453'),(35755,1699,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(35756,1699,'left_tab_3_contact_values_0_link_type','tel:'),(35757,1699,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(35758,1699,'left_tab_3_contact_values_1_contact_value_left','Tel: '),(35759,1699,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(35760,1699,'left_tab_3_contact_values_1_contact_value_right',''),(35761,1699,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(35762,1699,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(35763,1699,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(35764,1699,'left_tab_3_contact_values_1_link_type','mailto:'),(35765,1699,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(35766,1699,'left_tab_3_contact_values','3'),(35767,1699,'_left_tab_3_contact_values','field_56b3f47e69426'),(35768,1699,'left_tab_3_spacer','1'),(35769,1699,'_left_tab_3_spacer','field_56b3f305fafdb'),(35770,1699,'left_tab_4_contact_icon','icon-mail'),(35771,1699,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(35772,1699,'left_tab_4_departmant','General enquiries'),(35773,1699,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(35774,1699,'left_tab_4_contact_values_0_contact_value_left','E-mail:'),(35775,1699,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(35776,1699,'left_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(35777,1699,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(35778,1699,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(35779,1699,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(35780,1699,'left_tab_4_contact_values_0_link_type','mailto:'),(35781,1699,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(35782,1699,'left_tab_4_contact_values','1'),(35783,1699,'_left_tab_4_contact_values','field_56b3f47e69426'),(35784,1699,'left_tab_4_spacer','1'),(35785,1699,'_left_tab_4_spacer','field_56b3f305fafdb'),(35786,1699,'left_tab_name',''),(35787,1699,'_left_tab_name','field_56b3976017dce'),(35788,1699,'right_tab_name','vsdvs'),(35789,1699,'_right_tab_name','field_56b3978117dcf'),(35790,1699,'right_tab_0_title',''),(35791,1699,'_right_tab_0_title','field_56b3fab145550'),(35792,1699,'right_tab_0_circle1','icon-mail'),(35793,1699,'_right_tab_0_circle1','field_56b3fab145551'),(35794,1699,'right_tab_0_circle2','icon-mail'),(35795,1699,'_right_tab_0_circle2','field_56b3fab145552'),(35796,1699,'right_tab_0_circle3','icon-mail'),(35797,1699,'_right_tab_0_circle3','field_56b3fab145553'),(35798,1699,'right_tab_0_circle1_label',''),(35799,1699,'_right_tab_0_circle1_label','field_56b3fab145554'),(35800,1699,'right_tab_0_circle2_label',''),(35801,1699,'_right_tab_0_circle2_label','field_56b3fab145555'),(35802,1699,'right_tab_0_circle3_label',''),(35803,1699,'_right_tab_0_circle3_label','field_56b3fab145556'),(35804,1699,'right_tab_0_paragraph1',''),(35805,1699,'_right_tab_0_paragraph1','field_56b3fab145557'),(35806,1699,'right_tab_0_paragraph2',''),(35807,1699,'_right_tab_0_paragraph2','field_56b3fab145558'),(35808,1699,'right_tab_0_paragraph3',''),(35809,1699,'_right_tab_0_paragraph3','field_56b3fab145559'),(35810,1699,'right_tab_0_spacer','1'),(35811,1699,'_right_tab_0_spacer','field_56b3fab14555a'),(35812,1699,'right_tab_1_items_list_repeater_0_title',''),(35813,1699,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(35814,1699,'right_tab_1_items_list_repeater_0_description',''),(35815,1699,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(35816,1699,'right_tab_1_items_list_repeater_1_title',''),(35817,1699,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(35818,1699,'right_tab_1_items_list_repeater_1_description',''),(35819,1699,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(35820,1699,'right_tab_1_items_list_repeater','2'),(35821,1699,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(35822,1699,'right_tab_1_spacer','1'),(35823,1699,'_right_tab_1_spacer','field_56b3fab145570'),(35824,1699,'right_tab_2_image',''),(35825,1699,'_right_tab_2_image','field_56b3fab145571'),(35826,1699,'right_tab_2_content',''),(35827,1699,'_right_tab_2_content','field_56b3fab145572'),(35828,1699,'right_tab_2_button_label',''),(35829,1699,'_right_tab_2_button_label','field_56b3fab145573'),(35830,1699,'right_tab_2_button_link',''),(35831,1699,'_right_tab_2_button_link','field_56b3fab145574'),(35832,1699,'right_tab_2_spacer','1'),(35833,1699,'_right_tab_2_spacer','field_56b3fab145575'),(35834,1699,'add_third_tab','0'),(35835,1699,'_add_third_tab','field_57f54e889b77c'),(35836,1699,'third_tab',''),(35837,1699,'_third_tab','field_57f54ec39b77e'),(35838,1699,'left_tab_3_contact_values_2_contact_value_left','E-mail:'),(35839,1699,'_left_tab_3_contact_values_2_contact_value_left','field_56b3f47e69427'),(35840,1699,'left_tab_3_contact_values_2_contact_value_right','serbia@innovationbrain.com'),(35841,1699,'_left_tab_3_contact_values_2_contact_value_right','field_56b3f47e69429'),(35842,1699,'left_tab_3_contact_values_2_link','serbia@innovationbrain.com'),(35843,1699,'_left_tab_3_contact_values_2_link','field_56b3f47e6942c'),(35844,1699,'left_tab_3_contact_values_2_link_type','mailto:'),(35845,1699,'_left_tab_3_contact_values_2_link_type','field_56b3f47e6942e'),(35846,66,'left_tab_4_contact_values_1_contact_value_left','E-mail:'),(35847,66,'_left_tab_4_contact_values_1_contact_value_left','field_56b3f47e69427'),(35848,66,'left_tab_4_contact_values_1_contact_value_right','romania@innovationbrain.com'),(35849,66,'_left_tab_4_contact_values_1_contact_value_right','field_56b3f47e69429'),(35850,66,'left_tab_4_contact_values_1_link','romania@innovationbrain.com'),(35851,66,'_left_tab_4_contact_values_1_link','field_56b3f47e6942c'),(35852,66,'left_tab_4_contact_values_1_link_type','mailto:'),(35853,66,'_left_tab_4_contact_values_1_link_type','field_56b3f47e6942e'),(35854,66,'left_tab_5_contact_icon','icon-mail'),(35855,66,'_left_tab_5_contact_icon','field_56b3f1f1dbf0b'),(35856,66,'left_tab_5_departmant','General Enquiries'),(35857,66,'_left_tab_5_departmant','field_56b3f1f1dbf0c'),(35858,66,'left_tab_5_contact_values_0_contact_value_left','Email'),(35859,66,'_left_tab_5_contact_values_0_contact_value_left','field_56b3f47e69427'),(35860,66,'left_tab_5_contact_values_0_contact_value_right','info@innovationbrain.com'),(35861,66,'_left_tab_5_contact_values_0_contact_value_right','field_56b3f47e69429'),(35862,66,'left_tab_5_contact_values_0_link','info@innovationbrain.com'),(35863,66,'_left_tab_5_contact_values_0_link','field_56b3f47e6942c'),(35864,66,'left_tab_5_contact_values_0_link_type','mailto:'),(35865,66,'_left_tab_5_contact_values_0_link_type','field_56b3f47e6942e'),(35866,66,'left_tab_5_contact_values','1'),(35867,66,'_left_tab_5_contact_values','field_56b3f47e69426'),(35868,66,'left_tab_5_spacer','1'),(35869,66,'_left_tab_5_spacer','field_56b3f305fafdb'),(35870,1700,'contacts_repeater_0_contact_title','General enquiries'),(35871,1700,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(35872,1700,'contacts_repeater_1_contact_title','Finance / Sales'),(35873,1700,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(35874,1700,'contacts_repeater','3'),(35875,1700,'_contacts_repeater','field_56b247f6dbbd9'),(35876,1700,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(35877,1700,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(35878,1700,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(35879,1700,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(35880,1700,'contacts_repeater_0_contact_values','1'),(35881,1700,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(35882,1700,'contacts_repeater_0_contact_icon','icon-cloud'),(35883,1700,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(35884,1700,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(35885,1700,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(35886,1700,'contacts_repeater_1_contact_values_0_contact_value_right',''),(35887,1700,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(35888,1700,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(35889,1700,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(35890,1700,'contacts_repeater_1_contact_values_1_contact_value_right',''),(35891,1700,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(35892,1700,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(35893,1700,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(35894,1700,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(35895,1700,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(35896,1700,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(35897,1700,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(35898,1700,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(35899,1700,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(35900,1700,'contacts_repeater_1_contact_values','4'),(35901,1700,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(35902,1700,'contacts_repeater_1_contact_icon','icon-paper'),(35903,1700,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(35904,1700,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(35905,1700,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(35906,1700,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(35907,1700,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(35908,1700,'contacts_repeater_1_contact_values_1_link_type',''),(35909,1700,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(35910,1700,'contacts_repeater_1_contact_values_2_link_type','tel:'),(35911,1700,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(35912,1700,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(35913,1700,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(35914,1700,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(35915,1700,'_contacts_repeater_0_contact_values_0_link','field_56b25144a6147'),(35916,1700,'contacts_repeater_1_contact_values_0_link',''),(35917,1700,'_contacts_repeater_1_contact_values_0_link','field_56b25144a6147'),(35918,1700,'contacts_repeater_1_contact_values_1_link',''),(35919,1700,'_contacts_repeater_1_contact_values_1_link','field_56b25144a6147'),(35920,1700,'contacts_repeater_1_contact_values_2_link','+447899747275'),(35921,1700,'_contacts_repeater_1_contact_values_2_link','field_56b25144a6147'),(35922,1700,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(35923,1700,'_contacts_repeater_1_contact_values_3_link','field_56b25144a6147'),(35924,1700,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(35925,1700,'_contacts_repeater_2_contact_title','field_56b24831dbbda'),(35926,1700,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(35927,1700,'_contacts_repeater_2_contact_values_0_contact_value_left','field_56b24943da3f1'),(35928,1700,'contacts_repeater_2_contact_values_0_contact_value_right',''),(35929,1700,'_contacts_repeater_2_contact_values_0_contact_value_right','field_56b24974da3f2'),(35930,1700,'contacts_repeater_2_contact_values_0_link',''),(35931,1700,'_contacts_repeater_2_contact_values_0_link','field_56b25144a6147'),(35932,1700,'contacts_repeater_2_contact_values_0_link_type',''),(35933,1700,'_contacts_repeater_2_contact_values_0_link_type','field_56b2505d40207'),(35934,1700,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(35935,1700,'_contacts_repeater_2_contact_values_1_contact_value_left','field_56b24943da3f1'),(35936,1700,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(35937,1700,'_contacts_repeater_2_contact_values_1_contact_value_right','field_56b24974da3f2'),(35938,1700,'contacts_repeater_2_contact_values_1_link',''),(35939,1700,'_contacts_repeater_2_contact_values_1_link','field_56b25144a6147'),(35940,1700,'contacts_repeater_2_contact_values_1_link_type','tel:'),(35941,1700,'_contacts_repeater_2_contact_values_1_link_type','field_56b2505d40207'),(35942,1700,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(35943,1700,'_contacts_repeater_2_contact_values_2_contact_value_left','field_56b24943da3f1'),(35944,1700,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(35945,1700,'_contacts_repeater_2_contact_values_2_contact_value_right','field_56b24974da3f2'),(35946,1700,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(35947,1700,'_contacts_repeater_2_contact_values_2_link','field_56b25144a6147'),(35948,1700,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(35949,1700,'_contacts_repeater_2_contact_values_2_link_type','field_56b2505d40207'),(35950,1700,'contacts_repeater_2_contact_values','3'),(35951,1700,'_contacts_repeater_2_contact_values','field_56b24931da3f0'),(35952,1700,'contacts_repeater_2_contact_icon','icon-pie'),(35953,1700,'_contacts_repeater_2_contact_icon','field_56b249b7da3f3'),(35954,1700,'left_tab','a:6:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";i:5;s:18:\"full_contact_block\";}'),(35955,1700,'_left_tab','field_56b36c6deeda0'),(35956,1700,'add_second_tab','0'),(35957,1700,'_add_second_tab','field_56b36ca9eeda2'),(35958,1700,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(35959,1700,'_right_tab','field_56b3fab04554d'),(35960,1700,'left_tab_0_departmant_repeater_0_contact_icon','icon-cloud'),(35961,1700,'_left_tab_0_departmant_repeater_0_contact_icon','field_56b3f1f1dbf0b'),(35962,1700,'left_tab_0_departmant_repeater_0_departmant','General enquiries'),(35963,1700,'_left_tab_0_departmant_repeater_0_departmant','field_56b3f1f1dbf0c'),(35964,1700,'left_tab_0_departmant_repeater_0_contact_values','0'),(35965,1700,'_left_tab_0_departmant_repeater_0_contact_values','field_56b3f1f1dbf0d'),(35966,1700,'left_tab_0_departmant_repeater','1'),(35967,1700,'_left_tab_0_departmant_repeater','field_56b3f1fcdbf12'),(35968,1700,'left_tab_0_contact_icon','icon-pie'),(35969,1700,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(35970,1700,'left_tab_0_departmant','United Kingdom'),(35971,1700,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(35972,1700,'left_tab_0_contact_values','3'),(35973,1700,'_left_tab_0_contact_values','field_56b3f47e69426'),(35974,1700,'left_tab_0_spacer','1'),(35975,1700,'_left_tab_0_spacer','field_56b3f305fafdb'),(35976,1700,'left_tab_0_contact_values_0_contact_value_left','Address:'),(35977,1700,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(35978,1700,'left_tab_0_contact_values_0_contact_value_right','90 Long Acre, Covent Garden, London WC2E 9RZ'),(35979,1700,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(35980,1700,'left_tab_0_contact_values_0_link',''),(35981,1700,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(35982,1700,'left_tab_0_contact_values_0_link_type',''),(35983,1700,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(35984,1700,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(35985,1700,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(35986,1700,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(35987,1700,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(35988,1700,'left_tab_0_contact_values_1_link','+4402032865453'),(35989,1700,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(35990,1700,'left_tab_0_contact_values_1_link_type','tel:'),(35991,1700,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(35992,1700,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(35993,1700,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(35994,1700,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(35995,1700,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(35996,1700,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(35997,1700,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(35998,1700,'left_tab_0_contact_values_2_link_type','mailto:'),(35999,1700,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(36000,1700,'left_tab_1_contact_icon','icon-paper'),(36001,1700,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(36002,1700,'left_tab_1_departmant','Switzerland'),(36003,1700,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(36004,1700,'left_tab_1_contact_values_0_contact_value_left','Address:'),(36005,1700,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(36006,1700,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug, Switzerland'),(36007,1700,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(36008,1700,'left_tab_1_contact_values_0_link',''),(36009,1700,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(36010,1700,'left_tab_1_contact_values_0_link_type',''),(36011,1700,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(36012,1700,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(36013,1700,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(36014,1700,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(36015,1700,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(36016,1700,'left_tab_1_contact_values_1_link','+410445853297'),(36017,1700,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(36018,1700,'left_tab_1_contact_values_1_link_type','tel:'),(36019,1700,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(36020,1700,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(36021,1700,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(36022,1700,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(36023,1700,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(36024,1700,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(36025,1700,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(36026,1700,'left_tab_1_contact_values_2_link_type','mailto:'),(36027,1700,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(36028,1700,'left_tab_1_contact_values','3'),(36029,1700,'_left_tab_1_contact_values','field_56b3f47e69426'),(36030,1700,'left_tab_1_spacer','1'),(36031,1700,'_left_tab_1_spacer','field_56b3f305fafdb'),(36032,1700,'left_tab_2_contact_icon','icon-bullseye-small'),(36033,1700,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(36034,1700,'left_tab_2_departmant','Cyprus'),(36035,1700,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(36036,1700,'left_tab_2_contact_values_0_contact_value_left','Address:'),(36037,1700,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(36038,1700,'left_tab_2_contact_values_0_contact_value_right','Lord Vyronos 36, Nicosia Tower Center, office 203, 1096 Nicosia, Cyprus.'),(36039,1700,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(36040,1700,'left_tab_2_contact_values_0_link',''),(36041,1700,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(36042,1700,'left_tab_2_contact_values_0_link_type',''),(36043,1700,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(36044,1700,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(36045,1700,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(36046,1700,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(36047,1700,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(36048,1700,'left_tab_2_contact_values_1_link','+4402032865453'),(36049,1700,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(36050,1700,'left_tab_2_contact_values_1_link_type','tel:'),(36051,1700,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(36052,1700,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(36053,1700,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(36054,1700,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(36055,1700,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(36056,1700,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(36057,1700,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(36058,1700,'left_tab_2_contact_values_2_link_type','mailto:'),(36059,1700,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(36060,1700,'left_tab_2_contact_values','3'),(36061,1700,'_left_tab_2_contact_values','field_56b3f47e69426'),(36062,1700,'left_tab_2_spacer','1'),(36063,1700,'_left_tab_2_spacer','field_56b3f305fafdb'),(36064,1700,'left_tab_3_contact_icon','icon-cloud'),(36065,1700,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(36066,1700,'left_tab_3_departmant','Serbia'),(36067,1700,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(36068,1700,'left_tab_3_contact_values_0_contact_value_left','Address'),(36069,1700,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(36070,1700,'left_tab_3_contact_values_0_contact_value_right','5th Floor, Knez Mihaila 30, Belgrade, Serbia'),(36071,1700,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(36072,1700,'left_tab_3_contact_values_0_link','+381 11 4404 539'),(36073,1700,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(36074,1700,'left_tab_3_contact_values_0_link_type','tel:'),(36075,1700,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(36076,1700,'left_tab_3_contact_values_1_contact_value_left','Tel:'),(36077,1700,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(36078,1700,'left_tab_3_contact_values_1_contact_value_right',''),(36079,1700,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(36080,1700,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(36081,1700,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(36082,1700,'left_tab_3_contact_values_1_link_type','mailto:'),(36083,1700,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(36084,1700,'left_tab_3_contact_values','3'),(36085,1700,'_left_tab_3_contact_values','field_56b3f47e69426'),(36086,1700,'left_tab_3_spacer','1'),(36087,1700,'_left_tab_3_spacer','field_56b3f305fafdb'),(36088,1700,'left_tab_4_contact_icon','icon-star'),(36089,1700,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(36090,1700,'left_tab_4_departmant','Romania'),(36091,1700,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(36092,1700,'left_tab_4_contact_values_0_contact_value_left','Address'),(36093,1700,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(36094,1700,'left_tab_4_contact_values_0_contact_value_right','District 1, Avionului Str., No. 26, Office A, Floor 1,Bucharest, Romania'),(36095,1700,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(36096,1700,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(36097,1700,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(36098,1700,'left_tab_4_contact_values_0_link_type','mailto:'),(36099,1700,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(36100,1700,'left_tab_4_contact_values','2'),(36101,1700,'_left_tab_4_contact_values','field_56b3f47e69426'),(36102,1700,'left_tab_4_spacer','1'),(36103,1700,'_left_tab_4_spacer','field_56b3f305fafdb'),(36104,1700,'left_tab_name',''),(36105,1700,'_left_tab_name','field_56b3976017dce'),(36106,1700,'right_tab_name','vsdvs'),(36107,1700,'_right_tab_name','field_56b3978117dcf'),(36108,1700,'right_tab_0_title',''),(36109,1700,'_right_tab_0_title','field_56b3fab145550'),(36110,1700,'right_tab_0_circle1','icon-mail'),(36111,1700,'_right_tab_0_circle1','field_56b3fab145551'),(36112,1700,'right_tab_0_circle2','icon-mail'),(36113,1700,'_right_tab_0_circle2','field_56b3fab145552'),(36114,1700,'right_tab_0_circle3','icon-mail'),(36115,1700,'_right_tab_0_circle3','field_56b3fab145553'),(36116,1700,'right_tab_0_circle1_label',''),(36117,1700,'_right_tab_0_circle1_label','field_56b3fab145554'),(36118,1700,'right_tab_0_circle2_label',''),(36119,1700,'_right_tab_0_circle2_label','field_56b3fab145555'),(36120,1700,'right_tab_0_circle3_label',''),(36121,1700,'_right_tab_0_circle3_label','field_56b3fab145556'),(36122,1700,'right_tab_0_paragraph1',''),(36123,1700,'_right_tab_0_paragraph1','field_56b3fab145557'),(36124,1700,'right_tab_0_paragraph2',''),(36125,1700,'_right_tab_0_paragraph2','field_56b3fab145558'),(36126,1700,'right_tab_0_paragraph3',''),(36127,1700,'_right_tab_0_paragraph3','field_56b3fab145559'),(36128,1700,'right_tab_0_spacer','1'),(36129,1700,'_right_tab_0_spacer','field_56b3fab14555a'),(36130,1700,'right_tab_1_items_list_repeater_0_title',''),(36131,1700,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(36132,1700,'right_tab_1_items_list_repeater_0_description',''),(36133,1700,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(36134,1700,'right_tab_1_items_list_repeater_1_title',''),(36135,1700,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(36136,1700,'right_tab_1_items_list_repeater_1_description',''),(36137,1700,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(36138,1700,'right_tab_1_items_list_repeater','2'),(36139,1700,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(36140,1700,'right_tab_1_spacer','1'),(36141,1700,'_right_tab_1_spacer','field_56b3fab145570'),(36142,1700,'right_tab_2_image',''),(36143,1700,'_right_tab_2_image','field_56b3fab145571'),(36144,1700,'right_tab_2_content',''),(36145,1700,'_right_tab_2_content','field_56b3fab145572'),(36146,1700,'right_tab_2_button_label',''),(36147,1700,'_right_tab_2_button_label','field_56b3fab145573'),(36148,1700,'right_tab_2_button_link',''),(36149,1700,'_right_tab_2_button_link','field_56b3fab145574'),(36150,1700,'right_tab_2_spacer','1'),(36151,1700,'_right_tab_2_spacer','field_56b3fab145575'),(36152,1700,'add_third_tab','0'),(36153,1700,'_add_third_tab','field_57f54e889b77c'),(36154,1700,'third_tab',''),(36155,1700,'_third_tab','field_57f54ec39b77e'),(36156,1700,'left_tab_3_contact_values_2_contact_value_left','E-mail:'),(36157,1700,'_left_tab_3_contact_values_2_contact_value_left','field_56b3f47e69427'),(36158,1700,'left_tab_3_contact_values_2_contact_value_right','serbia@innovationbrain.com'),(36159,1700,'_left_tab_3_contact_values_2_contact_value_right','field_56b3f47e69429'),(36160,1700,'left_tab_3_contact_values_2_link','serbia@innovationbrain.com'),(36161,1700,'_left_tab_3_contact_values_2_link','field_56b3f47e6942c'),(36162,1700,'left_tab_3_contact_values_2_link_type','mailto:'),(36163,1700,'_left_tab_3_contact_values_2_link_type','field_56b3f47e6942e'),(36164,1700,'left_tab_4_contact_values_1_contact_value_left','E-mail:'),(36165,1700,'_left_tab_4_contact_values_1_contact_value_left','field_56b3f47e69427'),(36166,1700,'left_tab_4_contact_values_1_contact_value_right','romania@innovationbrain.com'),(36167,1700,'_left_tab_4_contact_values_1_contact_value_right','field_56b3f47e69429'),(36168,1700,'left_tab_4_contact_values_1_link','romania@innovationbrain.com'),(36169,1700,'_left_tab_4_contact_values_1_link','field_56b3f47e6942c'),(36170,1700,'left_tab_4_contact_values_1_link_type','mailto:'),(36171,1700,'_left_tab_4_contact_values_1_link_type','field_56b3f47e6942e'),(36172,1700,'left_tab_5_contact_icon','icon-mail'),(36173,1700,'_left_tab_5_contact_icon','field_56b3f1f1dbf0b'),(36174,1700,'left_tab_5_departmant','General Enquiries'),(36175,1700,'_left_tab_5_departmant','field_56b3f1f1dbf0c'),(36176,1700,'left_tab_5_contact_values_0_contact_value_left','Email'),(36177,1700,'_left_tab_5_contact_values_0_contact_value_left','field_56b3f47e69427'),(36178,1700,'left_tab_5_contact_values_0_contact_value_right','info@innovationbrain.com'),(36179,1700,'_left_tab_5_contact_values_0_contact_value_right','field_56b3f47e69429'),(36180,1700,'left_tab_5_contact_values_0_link','info@innovationbrain.com'),(36181,1700,'_left_tab_5_contact_values_0_link','field_56b3f47e6942c'),(36182,1700,'left_tab_5_contact_values_0_link_type','mailto:'),(36183,1700,'_left_tab_5_contact_values_0_link_type','field_56b3f47e6942e'),(36184,1700,'left_tab_5_contact_values','1'),(36185,1700,'_left_tab_5_contact_values','field_56b3f47e69426'),(36186,1700,'left_tab_5_spacer','1'),(36187,1700,'_left_tab_5_spacer','field_56b3f305fafdb'),(36188,1701,'contacts_repeater_0_contact_title','General enquiries'),(36189,1701,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(36190,1701,'contacts_repeater_1_contact_title','Finance / Sales'),(36191,1701,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(36192,1701,'contacts_repeater','3'),(36193,1701,'_contacts_repeater','field_56b247f6dbbd9'),(36194,1701,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(36195,1701,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(36196,1701,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(36197,1701,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(36198,1701,'contacts_repeater_0_contact_values','1'),(36199,1701,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(36200,1701,'contacts_repeater_0_contact_icon','icon-cloud'),(36201,1701,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(36202,1701,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(36203,1701,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(36204,1701,'contacts_repeater_1_contact_values_0_contact_value_right',''),(36205,1701,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(36206,1701,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(36207,1701,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(36208,1701,'contacts_repeater_1_contact_values_1_contact_value_right',''),(36209,1701,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(36210,1701,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(36211,1701,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(36212,1701,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(36213,1701,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(36214,1701,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(36215,1701,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(36216,1701,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(36217,1701,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(36218,1701,'contacts_repeater_1_contact_values','4'),(36219,1701,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(36220,1701,'contacts_repeater_1_contact_icon','icon-paper'),(36221,1701,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(36222,1701,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(36223,1701,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(36224,1701,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(36225,1701,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(36226,1701,'contacts_repeater_1_contact_values_1_link_type',''),(36227,1701,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(36228,1701,'contacts_repeater_1_contact_values_2_link_type','tel:'),(36229,1701,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(36230,1701,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(36231,1701,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(36232,1701,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(36233,1701,'_contacts_repeater_0_contact_values_0_link','field_56b25144a6147'),(36234,1701,'contacts_repeater_1_contact_values_0_link',''),(36235,1701,'_contacts_repeater_1_contact_values_0_link','field_56b25144a6147'),(36236,1701,'contacts_repeater_1_contact_values_1_link',''),(36237,1701,'_contacts_repeater_1_contact_values_1_link','field_56b25144a6147'),(36238,1701,'contacts_repeater_1_contact_values_2_link','+447899747275'),(36239,1701,'_contacts_repeater_1_contact_values_2_link','field_56b25144a6147'),(36240,1701,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(36241,1701,'_contacts_repeater_1_contact_values_3_link','field_56b25144a6147'),(36242,1701,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(36243,1701,'_contacts_repeater_2_contact_title','field_56b24831dbbda'),(36244,1701,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(36245,1701,'_contacts_repeater_2_contact_values_0_contact_value_left','field_56b24943da3f1'),(36246,1701,'contacts_repeater_2_contact_values_0_contact_value_right',''),(36247,1701,'_contacts_repeater_2_contact_values_0_contact_value_right','field_56b24974da3f2'),(36248,1701,'contacts_repeater_2_contact_values_0_link',''),(36249,1701,'_contacts_repeater_2_contact_values_0_link','field_56b25144a6147'),(36250,1701,'contacts_repeater_2_contact_values_0_link_type',''),(36251,1701,'_contacts_repeater_2_contact_values_0_link_type','field_56b2505d40207'),(36252,1701,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(36253,1701,'_contacts_repeater_2_contact_values_1_contact_value_left','field_56b24943da3f1'),(36254,1701,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(36255,1701,'_contacts_repeater_2_contact_values_1_contact_value_right','field_56b24974da3f2'),(36256,1701,'contacts_repeater_2_contact_values_1_link',''),(36257,1701,'_contacts_repeater_2_contact_values_1_link','field_56b25144a6147'),(36258,1701,'contacts_repeater_2_contact_values_1_link_type','tel:'),(36259,1701,'_contacts_repeater_2_contact_values_1_link_type','field_56b2505d40207'),(36260,1701,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(36261,1701,'_contacts_repeater_2_contact_values_2_contact_value_left','field_56b24943da3f1'),(36262,1701,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(36263,1701,'_contacts_repeater_2_contact_values_2_contact_value_right','field_56b24974da3f2'),(36264,1701,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(36265,1701,'_contacts_repeater_2_contact_values_2_link','field_56b25144a6147'),(36266,1701,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(36267,1701,'_contacts_repeater_2_contact_values_2_link_type','field_56b2505d40207'),(36268,1701,'contacts_repeater_2_contact_values','3'),(36269,1701,'_contacts_repeater_2_contact_values','field_56b24931da3f0'),(36270,1701,'contacts_repeater_2_contact_icon','icon-pie'),(36271,1701,'_contacts_repeater_2_contact_icon','field_56b249b7da3f3'),(36272,1701,'left_tab','a:6:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";i:5;s:18:\"full_contact_block\";}'),(36273,1701,'_left_tab','field_56b36c6deeda0'),(36274,1701,'add_second_tab','0'),(36275,1701,'_add_second_tab','field_56b36ca9eeda2'),(36276,1701,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(36277,1701,'_right_tab','field_56b3fab04554d'),(36278,1701,'left_tab_0_departmant_repeater_0_contact_icon','icon-cloud'),(36279,1701,'_left_tab_0_departmant_repeater_0_contact_icon','field_56b3f1f1dbf0b'),(36280,1701,'left_tab_0_departmant_repeater_0_departmant','General enquiries'),(36281,1701,'_left_tab_0_departmant_repeater_0_departmant','field_56b3f1f1dbf0c'),(36282,1701,'left_tab_0_departmant_repeater_0_contact_values','0'),(36283,1701,'_left_tab_0_departmant_repeater_0_contact_values','field_56b3f1f1dbf0d'),(36284,1701,'left_tab_0_departmant_repeater','1'),(36285,1701,'_left_tab_0_departmant_repeater','field_56b3f1fcdbf12'),(36286,1701,'left_tab_0_contact_icon','icon-pie'),(36287,1701,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(36288,1701,'left_tab_0_departmant','United Kingdom'),(36289,1701,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(36290,1701,'left_tab_0_contact_values','3'),(36291,1701,'_left_tab_0_contact_values','field_56b3f47e69426'),(36292,1701,'left_tab_0_spacer','1'),(36293,1701,'_left_tab_0_spacer','field_56b3f305fafdb'),(36294,1701,'left_tab_0_contact_values_0_contact_value_left','Address:'),(36295,1701,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(36296,1701,'left_tab_0_contact_values_0_contact_value_right','90 Long Acre, Covent Garden, London WC2E 9RZ'),(36297,1701,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(36298,1701,'left_tab_0_contact_values_0_link',''),(36299,1701,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(36300,1701,'left_tab_0_contact_values_0_link_type',''),(36301,1701,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(36302,1701,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(36303,1701,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(36304,1701,'left_tab_0_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(36305,1701,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(36306,1701,'left_tab_0_contact_values_1_link','+4402032865453'),(36307,1701,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(36308,1701,'left_tab_0_contact_values_1_link_type','tel:'),(36309,1701,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(36310,1701,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(36311,1701,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(36312,1701,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(36313,1701,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(36314,1701,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(36315,1701,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(36316,1701,'left_tab_0_contact_values_2_link_type','mailto:'),(36317,1701,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(36318,1701,'left_tab_1_contact_icon','icon-paper'),(36319,1701,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(36320,1701,'left_tab_1_departmant','Switzerland'),(36321,1701,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(36322,1701,'left_tab_1_contact_values_0_contact_value_left','Address:'),(36323,1701,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(36324,1701,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug, Switzerland'),(36325,1701,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(36326,1701,'left_tab_1_contact_values_0_link',''),(36327,1701,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(36328,1701,'left_tab_1_contact_values_0_link_type',''),(36329,1701,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(36330,1701,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(36331,1701,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(36332,1701,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(36333,1701,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(36334,1701,'left_tab_1_contact_values_1_link','+410445853297'),(36335,1701,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(36336,1701,'left_tab_1_contact_values_1_link_type','tel:'),(36337,1701,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(36338,1701,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(36339,1701,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(36340,1701,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(36341,1701,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(36342,1701,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(36343,1701,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(36344,1701,'left_tab_1_contact_values_2_link_type','mailto:'),(36345,1701,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(36346,1701,'left_tab_1_contact_values','3'),(36347,1701,'_left_tab_1_contact_values','field_56b3f47e69426'),(36348,1701,'left_tab_1_spacer','1'),(36349,1701,'_left_tab_1_spacer','field_56b3f305fafdb'),(36350,1701,'left_tab_2_contact_icon','icon-bullseye-small'),(36351,1701,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(36352,1701,'left_tab_2_departmant','Cyprus'),(36353,1701,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(36354,1701,'left_tab_2_contact_values_0_contact_value_left','Address:'),(36355,1701,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(36356,1701,'left_tab_2_contact_values_0_contact_value_right','Lord Vyronos 36, Nicosia Tower Center, office 203, 1096 Nicosia, Cyprus.'),(36357,1701,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(36358,1701,'left_tab_2_contact_values_0_link',''),(36359,1701,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(36360,1701,'left_tab_2_contact_values_0_link_type',''),(36361,1701,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(36362,1701,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(36363,1701,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(36364,1701,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(36365,1701,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(36366,1701,'left_tab_2_contact_values_1_link','+4402032865453'),(36367,1701,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(36368,1701,'left_tab_2_contact_values_1_link_type','tel:'),(36369,1701,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(36370,1701,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(36371,1701,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(36372,1701,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'); INSERT INTO `wp_postmeta` VALUES (36373,1701,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(36374,1701,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(36375,1701,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(36376,1701,'left_tab_2_contact_values_2_link_type','mailto:'),(36377,1701,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(36378,1701,'left_tab_2_contact_values','3'),(36379,1701,'_left_tab_2_contact_values','field_56b3f47e69426'),(36380,1701,'left_tab_2_spacer','1'),(36381,1701,'_left_tab_2_spacer','field_56b3f305fafdb'),(36382,1701,'left_tab_3_contact_icon','icon-cloud'),(36383,1701,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(36384,1701,'left_tab_3_departmant','Serbia'),(36385,1701,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(36386,1701,'left_tab_3_contact_values_0_contact_value_left','Address'),(36387,1701,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(36388,1701,'left_tab_3_contact_values_0_contact_value_right','5th Floor, Knez Mihaila 30, Belgrade, Serbia'),(36389,1701,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(36390,1701,'left_tab_3_contact_values_0_link','+381 11 4404 539'),(36391,1701,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(36392,1701,'left_tab_3_contact_values_0_link_type','tel:'),(36393,1701,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(36394,1701,'left_tab_3_contact_values_1_contact_value_left','Tel:'),(36395,1701,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(36396,1701,'left_tab_3_contact_values_1_contact_value_right','+381 11 4404 539'),(36397,1701,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(36398,1701,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(36399,1701,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(36400,1701,'left_tab_3_contact_values_1_link_type','mailto:'),(36401,1701,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(36402,1701,'left_tab_3_contact_values','3'),(36403,1701,'_left_tab_3_contact_values','field_56b3f47e69426'),(36404,1701,'left_tab_3_spacer','1'),(36405,1701,'_left_tab_3_spacer','field_56b3f305fafdb'),(36406,1701,'left_tab_4_contact_icon','icon-star'),(36407,1701,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(36408,1701,'left_tab_4_departmant','Romania'),(36409,1701,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(36410,1701,'left_tab_4_contact_values_0_contact_value_left','Address'),(36411,1701,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(36412,1701,'left_tab_4_contact_values_0_contact_value_right','District 1, Avionului Str., No. 26, Office A, Floor 1,Bucharest, Romania'),(36413,1701,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(36414,1701,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(36415,1701,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(36416,1701,'left_tab_4_contact_values_0_link_type','mailto:'),(36417,1701,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(36418,1701,'left_tab_4_contact_values','2'),(36419,1701,'_left_tab_4_contact_values','field_56b3f47e69426'),(36420,1701,'left_tab_4_spacer','1'),(36421,1701,'_left_tab_4_spacer','field_56b3f305fafdb'),(36422,1701,'left_tab_name',''),(36423,1701,'_left_tab_name','field_56b3976017dce'),(36424,1701,'right_tab_name','vsdvs'),(36425,1701,'_right_tab_name','field_56b3978117dcf'),(36426,1701,'right_tab_0_title',''),(36427,1701,'_right_tab_0_title','field_56b3fab145550'),(36428,1701,'right_tab_0_circle1','icon-mail'),(36429,1701,'_right_tab_0_circle1','field_56b3fab145551'),(36430,1701,'right_tab_0_circle2','icon-mail'),(36431,1701,'_right_tab_0_circle2','field_56b3fab145552'),(36432,1701,'right_tab_0_circle3','icon-mail'),(36433,1701,'_right_tab_0_circle3','field_56b3fab145553'),(36434,1701,'right_tab_0_circle1_label',''),(36435,1701,'_right_tab_0_circle1_label','field_56b3fab145554'),(36436,1701,'right_tab_0_circle2_label',''),(36437,1701,'_right_tab_0_circle2_label','field_56b3fab145555'),(36438,1701,'right_tab_0_circle3_label',''),(36439,1701,'_right_tab_0_circle3_label','field_56b3fab145556'),(36440,1701,'right_tab_0_paragraph1',''),(36441,1701,'_right_tab_0_paragraph1','field_56b3fab145557'),(36442,1701,'right_tab_0_paragraph2',''),(36443,1701,'_right_tab_0_paragraph2','field_56b3fab145558'),(36444,1701,'right_tab_0_paragraph3',''),(36445,1701,'_right_tab_0_paragraph3','field_56b3fab145559'),(36446,1701,'right_tab_0_spacer','1'),(36447,1701,'_right_tab_0_spacer','field_56b3fab14555a'),(36448,1701,'right_tab_1_items_list_repeater_0_title',''),(36449,1701,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(36450,1701,'right_tab_1_items_list_repeater_0_description',''),(36451,1701,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(36452,1701,'right_tab_1_items_list_repeater_1_title',''),(36453,1701,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(36454,1701,'right_tab_1_items_list_repeater_1_description',''),(36455,1701,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(36456,1701,'right_tab_1_items_list_repeater','2'),(36457,1701,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(36458,1701,'right_tab_1_spacer','1'),(36459,1701,'_right_tab_1_spacer','field_56b3fab145570'),(36460,1701,'right_tab_2_image',''),(36461,1701,'_right_tab_2_image','field_56b3fab145571'),(36462,1701,'right_tab_2_content',''),(36463,1701,'_right_tab_2_content','field_56b3fab145572'),(36464,1701,'right_tab_2_button_label',''),(36465,1701,'_right_tab_2_button_label','field_56b3fab145573'),(36466,1701,'right_tab_2_button_link',''),(36467,1701,'_right_tab_2_button_link','field_56b3fab145574'),(36468,1701,'right_tab_2_spacer','1'),(36469,1701,'_right_tab_2_spacer','field_56b3fab145575'),(36470,1701,'add_third_tab','0'),(36471,1701,'_add_third_tab','field_57f54e889b77c'),(36472,1701,'third_tab',''),(36473,1701,'_third_tab','field_57f54ec39b77e'),(36474,1701,'left_tab_3_contact_values_2_contact_value_left','E-mail:'),(36475,1701,'_left_tab_3_contact_values_2_contact_value_left','field_56b3f47e69427'),(36476,1701,'left_tab_3_contact_values_2_contact_value_right','serbia@innovationbrain.com'),(36477,1701,'_left_tab_3_contact_values_2_contact_value_right','field_56b3f47e69429'),(36478,1701,'left_tab_3_contact_values_2_link','serbia@innovationbrain.com'),(36479,1701,'_left_tab_3_contact_values_2_link','field_56b3f47e6942c'),(36480,1701,'left_tab_3_contact_values_2_link_type','mailto:'),(36481,1701,'_left_tab_3_contact_values_2_link_type','field_56b3f47e6942e'),(36482,1701,'left_tab_4_contact_values_1_contact_value_left','E-mail:'),(36483,1701,'_left_tab_4_contact_values_1_contact_value_left','field_56b3f47e69427'),(36484,1701,'left_tab_4_contact_values_1_contact_value_right','romania@innovationbrain.com'),(36485,1701,'_left_tab_4_contact_values_1_contact_value_right','field_56b3f47e69429'),(36486,1701,'left_tab_4_contact_values_1_link','romania@innovationbrain.com'),(36487,1701,'_left_tab_4_contact_values_1_link','field_56b3f47e6942c'),(36488,1701,'left_tab_4_contact_values_1_link_type','mailto:'),(36489,1701,'_left_tab_4_contact_values_1_link_type','field_56b3f47e6942e'),(36490,1701,'left_tab_5_contact_icon','icon-mail'),(36491,1701,'_left_tab_5_contact_icon','field_56b3f1f1dbf0b'),(36492,1701,'left_tab_5_departmant','General Enquiries'),(36493,1701,'_left_tab_5_departmant','field_56b3f1f1dbf0c'),(36494,1701,'left_tab_5_contact_values_0_contact_value_left','Email'),(36495,1701,'_left_tab_5_contact_values_0_contact_value_left','field_56b3f47e69427'),(36496,1701,'left_tab_5_contact_values_0_contact_value_right','info@innovationbrain.com'),(36497,1701,'_left_tab_5_contact_values_0_contact_value_right','field_56b3f47e69429'),(36498,1701,'left_tab_5_contact_values_0_link','info@innovationbrain.com'),(36499,1701,'_left_tab_5_contact_values_0_link','field_56b3f47e6942c'),(36500,1701,'left_tab_5_contact_values_0_link_type','mailto:'),(36501,1701,'_left_tab_5_contact_values_0_link_type','field_56b3f47e6942e'),(36502,1701,'left_tab_5_contact_values','1'),(36503,1701,'_left_tab_5_contact_values','field_56b3f47e69426'),(36504,1701,'left_tab_5_spacer','1'),(36505,1701,'_left_tab_5_spacer','field_56b3f305fafdb'),(37346,1719,'_edit_lock','1523602605:5'),(37347,1719,'_edit_last','4'),(37348,1720,'_wp_attached_file','Lukas.jpg'),(37349,1720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:697;s:6:\"height\";i:1002;s:4:\"file\";s:9:\"Lukas.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Lukas-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Lukas-209x300.jpg\";s:5:\"width\";i:209;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:16:\"Lukas-86x109.jpg\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"footer\";a:4:{s:4:\"file\";s:15:\"Lukas-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;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:{}}}'),(37352,1719,'_tmm_head','a:2:{i:0;a:16:{s:14:\"_tmm_firstname\";s:5:\"Lukas\";s:13:\"_tmm_lastname\";s:6:\"Fecker\";s:8:\"_tmm_job\";s:17:\"Founder & CEO\";s:9:\"_tmm_desc\";s:827:\"Dr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.\";s:13:\"_tmm_sc_type1\";s:8:\"linkedin\";s:14:\"_tmm_sc_title1\";s:3:\"Dr.\";s:12:\"_tmm_sc_url1\";s:42:\"www.linkedin.com/in/dr-lukas-fecker-37583b\";s:13:\"_tmm_sc_type2\";s:4:\"nada\";s:14:\"_tmm_sc_title2\";s:0:\"\";s:12:\"_tmm_sc_url2\";s:0:\"\";s:13:\"_tmm_sc_type3\";s:4:\"nada\";s:14:\"_tmm_sc_title3\";s:0:\"\";s:12:\"_tmm_sc_url3\";s:0:\"\";s:13:\"_tmm_photo_id\";i:1720;s:10:\"_tmm_photo\";s:55:\"http://innovationbrain.com/wp-content/uploads/Lukas.jpg\";s:14:\"_tmm_photo_url\";s:0:\"\";}i:1;a:9:{s:14:\"_tmm_firstname\";s:4:\"Paul\";s:13:\"_tmm_lastname\";s:7:\"Sanchez\";s:8:\"_tmm_job\";s:19:\"Director & CRO \";s:9:\"_tmm_desc\";s:581:\"He brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, blue-chip companies, including the reorganisation and relocation of Reuters service centre to Cyprus. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and Trade. He has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.\";s:13:\"_tmm_sc_type1\";s:4:\"nada\";s:13:\"_tmm_sc_type2\";s:4:\"nada\";s:13:\"_tmm_sc_type3\";s:4:\"nada\";s:13:\"_tmm_photo_id\";i:1721;s:10:\"_tmm_photo\";s:62:\"http://innovationbrain.com/wp-content/uploads/Paul.Sanchez.jpg\";}}'),(37353,1719,'_tmm_columns','4'),(37354,1719,'_tmm_bio_alignment','center'),(37355,1719,'_tmm_piclink_beh','new'),(37570,1725,'_wp_attached_file','Paul.Sanchez_Small.jpg'),(37571,1725,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:238;s:6:\"height\";i:300;s:4:\"file\";s:22:\"Paul.Sanchez_Small.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Paul.Sanchez_Small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Paul.Sanchez_Small-238x300.jpg\";s:5:\"width\";i:238;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:29:\"Paul.Sanchez_Small-86x109.jpg\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"footer\";a:4:{s:4:\"file\";s:28:\"Paul.Sanchez_Small-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(37676,1727,'_wp_attached_file','Paul.Sanchez_Small-1.jpg'),(37677,1727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:24:\"Paul.Sanchez_Small-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Paul.Sanchez_Small-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:31:\"Paul.Sanchez_Small-1-86x109.jpg\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"footer\";a:4:{s:4:\"file\";s:30:\"Paul.Sanchez_Small-1-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(37690,1729,'builder','a:0:{}'),(37691,1729,'_builder','field_56b276ce702ac'),(37692,1729,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(37693,1729,'_left_tab','field_56b36c6deeda0'),(37694,1729,'add_second_tab','1'),(37695,1729,'_add_second_tab','field_56b36ca9eeda2'),(37696,1729,'right_tab','a:3:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";i:2;s:9:\"bio_block\";}'),(37697,1729,'_right_tab','field_56b3fab04554d'),(37698,1729,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(37699,1729,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(37700,1729,'left_tab_0_spacer','1'),(37701,1729,'_left_tab_0_spacer','field_56b371c577c8c'),(37702,1729,'left_tab_1_circle1','icon-grid'),(37703,1729,'_left_tab_1_circle1','field_56b3dc86da039'),(37704,1729,'left_tab_1_circle2','icon-turnaround'),(37705,1729,'_left_tab_1_circle2','field_56b3dc86da03a'),(37706,1729,'left_tab_1_circle3','icon-masonery'),(37707,1729,'_left_tab_1_circle3','field_56b3dc86da03b'),(37708,1729,'left_tab_1_circle1_label','Restructuring'),(37709,1729,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(37710,1729,'left_tab_1_circle2_label','Turnaround'),(37711,1729,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(37712,1729,'left_tab_1_circle3_label','Innovation'),(37713,1729,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(37714,1729,'left_tab_1_spacer','1'),(37715,1729,'_left_tab_1_spacer','field_56b3dc86da042'),(37716,1729,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(37717,1729,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(37718,1729,'left_tab_2_spacer','1'),(37719,1729,'_left_tab_2_spacer','field_56b371c577c8c'),(37720,1729,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(37721,1729,'_left_tab_3_image','field_56b373f3b6e44'),(37722,1729,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(37723,1729,'_left_tab_3_title','field_56b373afb6e42'),(37724,1729,'left_tab_3_button_label','Download PDF (312 kb)'),(37725,1729,'_left_tab_3_button_label','field_56b373ceb6e43'),(37726,1729,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(37727,1729,'_left_tab_3_button_link','field_56b374ff0ad17'),(37728,1729,'left_tab_name','Company'),(37729,1729,'_left_tab_name','field_56b3976017dce'),(37730,1729,'right_tab_name','People'),(37731,1729,'_right_tab_name','field_56b3978117dcf'),(37732,1729,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(37733,1729,'_right_tab_0_image','field_56b3fab145571'),(37734,1729,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(37735,1729,'_right_tab_0_content','field_56b3fab145572'),(37736,1729,'right_tab_0_button_label','Download VCard'),(37737,1729,'_right_tab_0_button_label','field_56b3fab145573'),(37738,1729,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(37739,1729,'_right_tab_0_button_link','field_56b3fab145574'),(37740,1729,'right_tab_0_spacer','1'),(37741,1729,'_right_tab_0_spacer','field_56b3fab145575'),(37742,1729,'right_tab_1_contact_title','Please feel free to contact me:'),(37743,1729,'_right_tab_1_contact_title','field_56b4001eb0921'),(37744,1729,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(37745,1729,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(37746,1729,'right_tab_1_contact_values_0_contact_value_right',''),(37747,1729,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(37748,1729,'right_tab_1_contact_values_0_link',''),(37749,1729,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(37750,1729,'right_tab_1_contact_values_0_link_type',''),(37751,1729,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(37752,1729,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(37753,1729,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(37754,1729,'right_tab_1_contact_values_1_contact_value_right',''),(37755,1729,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(37756,1729,'right_tab_1_contact_values_1_link',''),(37757,1729,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(37758,1729,'right_tab_1_contact_values_1_link_type',''),(37759,1729,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(37760,1729,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(37761,1729,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(37762,1729,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(37763,1729,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(37764,1729,'right_tab_1_contact_values_2_link','+41793107090'),(37765,1729,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(37766,1729,'right_tab_1_contact_values_2_link_type','tel:'),(37767,1729,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(37768,1729,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(37769,1729,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(37770,1729,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(37771,1729,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(37772,1729,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(37773,1729,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(37774,1729,'right_tab_1_contact_values_3_link_type','mailto:'),(37775,1729,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(37776,1729,'right_tab_1_contact_icon','icon-mail'),(37777,1729,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(37778,1729,'right_tab_1_contact_values','4'),(37779,1729,'_right_tab_1_contact_values','field_56b3fde2ce062'),(37780,1729,'add_third_tab','0'),(37781,1729,'_add_third_tab','field_57f54e889b77c'),(37782,1729,'third_tab_name',''),(37783,1729,'_third_tab_name','field_57f54ea19b77d'),(37784,1729,'third_tab',''),(37785,1729,'_third_tab','field_57f54ec39b77e'),(37786,1729,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(37787,1729,'_right_tab_2_image','field_56b3fab145571'),(37788,1729,'right_tab_2_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, blue-chip companies, including the reorganisation and relocation of Reuters service centre to Cyprus. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and Trade. He has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories'),(37789,1729,'_right_tab_2_content','field_56b3fab145572'),(37790,1729,'right_tab_2_button_label','Download Vcard'),(37791,1729,'_right_tab_2_button_label','field_56b3fab145573'),(37792,1729,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Paul_Sanchez.vcf'),(37793,1729,'_right_tab_2_button_link','field_56b3fab145574'),(37794,1729,'right_tab_2_spacer','1'),(37795,1729,'_right_tab_2_spacer','field_56b3fab145575'),(37796,1731,'builder','a:0:{}'),(37797,1731,'_builder','field_56b276ce702ac'),(37798,1731,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(37799,1731,'_left_tab','field_56b36c6deeda0'),(37800,1731,'add_second_tab','1'),(37801,1731,'_add_second_tab','field_56b36ca9eeda2'),(37802,1731,'right_tab','a:3:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";i:2;s:9:\"bio_block\";}'),(37803,1731,'_right_tab','field_56b3fab04554d'),(37804,1731,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(37805,1731,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(37806,1731,'left_tab_0_spacer','1'),(37807,1731,'_left_tab_0_spacer','field_56b371c577c8c'),(37808,1731,'left_tab_1_circle1','icon-grid'),(37809,1731,'_left_tab_1_circle1','field_56b3dc86da039'),(37810,1731,'left_tab_1_circle2','icon-turnaround'),(37811,1731,'_left_tab_1_circle2','field_56b3dc86da03a'),(37812,1731,'left_tab_1_circle3','icon-masonery'),(37813,1731,'_left_tab_1_circle3','field_56b3dc86da03b'),(37814,1731,'left_tab_1_circle1_label','Restructuring'),(37815,1731,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(37816,1731,'left_tab_1_circle2_label','Turnaround'),(37817,1731,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(37818,1731,'left_tab_1_circle3_label','Innovation'),(37819,1731,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(37820,1731,'left_tab_1_spacer','1'),(37821,1731,'_left_tab_1_spacer','field_56b3dc86da042'),(37822,1731,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(37823,1731,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(37824,1731,'left_tab_2_spacer','1'),(37825,1731,'_left_tab_2_spacer','field_56b371c577c8c'),(37826,1731,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(37827,1731,'_left_tab_3_image','field_56b373f3b6e44'),(37828,1731,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(37829,1731,'_left_tab_3_title','field_56b373afb6e42'),(37830,1731,'left_tab_3_button_label','Download PDF (312 kb)'),(37831,1731,'_left_tab_3_button_label','field_56b373ceb6e43'),(37832,1731,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(37833,1731,'_left_tab_3_button_link','field_56b374ff0ad17'),(37834,1731,'left_tab_name','Company'),(37835,1731,'_left_tab_name','field_56b3976017dce'),(37836,1731,'right_tab_name','People'),(37837,1731,'_right_tab_name','field_56b3978117dcf'),(37838,1731,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(37839,1731,'_right_tab_0_image','field_56b3fab145571'),(37840,1731,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(37841,1731,'_right_tab_0_content','field_56b3fab145572'),(37842,1731,'right_tab_0_button_label','Download VCard'),(37843,1731,'_right_tab_0_button_label','field_56b3fab145573'),(37844,1731,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(37845,1731,'_right_tab_0_button_link','field_56b3fab145574'),(37846,1731,'right_tab_0_spacer','1'),(37847,1731,'_right_tab_0_spacer','field_56b3fab145575'),(37848,1731,'right_tab_1_contact_title','Please feel free to contact me:'),(37849,1731,'_right_tab_1_contact_title','field_56b4001eb0921'),(37850,1731,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(37851,1731,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(37852,1731,'right_tab_1_contact_values_0_contact_value_right',''),(37853,1731,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(37854,1731,'right_tab_1_contact_values_0_link',''),(37855,1731,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(37856,1731,'right_tab_1_contact_values_0_link_type',''),(37857,1731,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(37858,1731,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(37859,1731,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(37860,1731,'right_tab_1_contact_values_1_contact_value_right',''),(37861,1731,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(37862,1731,'right_tab_1_contact_values_1_link',''),(37863,1731,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(37864,1731,'right_tab_1_contact_values_1_link_type',''),(37865,1731,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(37866,1731,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(37867,1731,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(37868,1731,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(37869,1731,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(37870,1731,'right_tab_1_contact_values_2_link','+41793107090'),(37871,1731,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(37872,1731,'right_tab_1_contact_values_2_link_type','tel:'),(37873,1731,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(37874,1731,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(37875,1731,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(37876,1731,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(37877,1731,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(37878,1731,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(37879,1731,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(37880,1731,'right_tab_1_contact_values_3_link_type','mailto:'),(37881,1731,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(37882,1731,'right_tab_1_contact_icon','icon-mail'),(37883,1731,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(37884,1731,'right_tab_1_contact_values','4'),(37885,1731,'_right_tab_1_contact_values','field_56b3fde2ce062'),(37886,1731,'add_third_tab','0'),(37887,1731,'_add_third_tab','field_57f54e889b77c'),(37888,1731,'third_tab_name',''),(37889,1731,'_third_tab_name','field_57f54ea19b77d'),(37890,1731,'third_tab',''),(37891,1731,'_third_tab','field_57f54ec39b77e'),(37892,1731,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(37893,1731,'_right_tab_2_image','field_56b3fab145571'),(37894,1731,'right_tab_2_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(37895,1731,'_right_tab_2_content','field_56b3fab145572'),(37896,1731,'right_tab_2_button_label','Download Vcard'),(37897,1731,'_right_tab_2_button_label','field_56b3fab145573'),(37898,1731,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Paul_Sanchez.vcf'),(37899,1731,'_right_tab_2_button_link','field_56b3fab145574'),(37900,1731,'right_tab_2_spacer','1'),(37901,1731,'_right_tab_2_spacer','field_56b3fab145575'),(37902,1732,'_wp_attached_file','Chris.jpg'),(37903,1732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:378;s:6:\"height\";i:532;s:4:\"file\";s:9:\"Chris.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Chris-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Chris-213x300.jpg\";s:5:\"width\";i:213;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:16:\"Chris-86x109.jpg\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"footer\";a:4:{s:4:\"file\";s:15:\"Chris-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;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:{}}}'),(37904,1733,'_wp_attached_file','Gordana_Medium.jpg'),(37905,1733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:245;s:6:\"height\";i:320;s:4:\"file\";s:18:\"Gordana_Medium.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Gordana_Medium-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Gordana_Medium-230x300.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:25:\"Gordana_Medium-86x109.jpg\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"footer\";a:4:{s:4:\"file\";s:24:\"Gordana_Medium-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(37906,1734,'_wp_attached_file','Mandy.jpg'),(37907,1734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:718;s:6:\"height\";i:1033;s:4:\"file\";s:9:\"Mandy.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Mandy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Mandy-209x300.jpg\";s:5:\"width\";i:209;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"Mandy-712x1024.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:16:\"Mandy-86x109.jpg\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"footer\";a:4:{s:4:\"file\";s:15:\"Mandy-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;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:{}}}'),(37908,1735,'_wp_attached_file','Picture1.jpg'),(37909,1735,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:204;s:6:\"height\";i:305;s:4:\"file\";s:12:\"Picture1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Picture1-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:\"Picture1-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:19:\"Picture1-86x109.jpg\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"footer\";a:4:{s:4:\"file\";s:18:\"Picture1-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;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:{}}}'),(37910,1736,'_wp_attached_file','Steven-Franck.jpg'),(37911,1736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:413;s:6:\"height\";i:530;s:4:\"file\";s:17:\"Steven-Franck.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Steven-Franck-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:\"Steven-Franck-234x300.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:24:\"Steven-Franck-86x109.jpg\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"footer\";a:4:{s:4:\"file\";s:23:\"Steven-Franck-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;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:{}}}'),(37912,1737,'_wp_attached_file','CV-Raluca-E.jpg'),(37913,1737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:287;s:6:\"height\";i:387;s:4:\"file\";s:15:\"CV-Raluca-E.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"CV-Raluca-E-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"CV-Raluca-E-222x300.jpg\";s:5:\"width\";i:222;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:22:\"CV-Raluca-E-86x109.jpg\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"footer\";a:4:{s:4:\"file\";s:21:\"CV-Raluca-E-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;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:{}}}'),(37914,1738,'_wp_attached_file','Lidija.jpg'),(37915,1738,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:565;s:6:\"height\";i:747;s:4:\"file\";s:10:\"Lidija.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Lidija-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Lidija-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:17:\"Lidija-86x109.jpg\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"footer\";a:4:{s:4:\"file\";s:16:\"Lidija-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;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:{}}}'),(37926,1739,'builder','a:0:{}'),(37927,1739,'_builder','field_56b276ce702ac'),(37928,1739,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(37929,1739,'_left_tab','field_56b36c6deeda0'),(37930,1739,'add_second_tab','1'),(37931,1739,'_add_second_tab','field_56b36ca9eeda2'),(37932,1739,'right_tab','a:4:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";}'),(37933,1739,'_right_tab','field_56b3fab04554d'),(37934,1739,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(37935,1739,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(37936,1739,'left_tab_0_spacer','1'),(37937,1739,'_left_tab_0_spacer','field_56b371c577c8c'),(37938,1739,'left_tab_1_circle1','icon-grid'),(37939,1739,'_left_tab_1_circle1','field_56b3dc86da039'),(37940,1739,'left_tab_1_circle2','icon-turnaround'),(37941,1739,'_left_tab_1_circle2','field_56b3dc86da03a'),(37942,1739,'left_tab_1_circle3','icon-masonery'),(37943,1739,'_left_tab_1_circle3','field_56b3dc86da03b'),(37944,1739,'left_tab_1_circle1_label','Restructuring'),(37945,1739,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(37946,1739,'left_tab_1_circle2_label','Turnaround'),(37947,1739,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(37948,1739,'left_tab_1_circle3_label','Innovation'),(37949,1739,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(37950,1739,'left_tab_1_spacer','1'),(37951,1739,'_left_tab_1_spacer','field_56b3dc86da042'),(37952,1739,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(37953,1739,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(37954,1739,'left_tab_2_spacer','1'),(37955,1739,'_left_tab_2_spacer','field_56b371c577c8c'),(37956,1739,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(37957,1739,'_left_tab_3_image','field_56b373f3b6e44'),(37958,1739,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(37959,1739,'_left_tab_3_title','field_56b373afb6e42'),(37960,1739,'left_tab_3_button_label','Download PDF (312 kb)'),(37961,1739,'_left_tab_3_button_label','field_56b373ceb6e43'),(37962,1739,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(37963,1739,'_left_tab_3_button_link','field_56b374ff0ad17'),(37964,1739,'left_tab_name','Company'),(37965,1739,'_left_tab_name','field_56b3976017dce'),(37966,1739,'right_tab_name','People'),(37967,1739,'_right_tab_name','field_56b3978117dcf'),(37968,1739,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(37969,1739,'_right_tab_0_image','field_56b3fab145571'),(37970,1739,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(37971,1739,'_right_tab_0_content','field_56b3fab145572'),(37972,1739,'right_tab_0_button_label','Download VCard'),(37973,1739,'_right_tab_0_button_label','field_56b3fab145573'),(37974,1739,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(37975,1739,'_right_tab_0_button_link','field_56b3fab145574'),(37976,1739,'right_tab_0_spacer','1'),(37977,1739,'_right_tab_0_spacer','field_56b3fab145575'),(37978,1739,'right_tab_1_contact_title','Please feel free to contact me:'),(37979,1739,'_right_tab_1_contact_title','field_56b4001eb0921'),(37980,1739,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(37981,1739,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(37982,1739,'right_tab_1_contact_values_0_contact_value_right',''),(37983,1739,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(37984,1739,'right_tab_1_contact_values_0_link',''),(37985,1739,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(37986,1739,'right_tab_1_contact_values_0_link_type',''),(37987,1739,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(37988,1739,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(37989,1739,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(37990,1739,'right_tab_1_contact_values_1_contact_value_right',''),(37991,1739,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(37992,1739,'right_tab_1_contact_values_1_link',''),(37993,1739,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(37994,1739,'right_tab_1_contact_values_1_link_type',''),(37995,1739,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(37996,1739,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(37997,1739,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(37998,1739,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(37999,1739,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(38000,1739,'right_tab_1_contact_values_2_link','+41793107090'),(38001,1739,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(38002,1739,'right_tab_1_contact_values_2_link_type','tel:'),(38003,1739,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(38004,1739,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(38005,1739,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(38006,1739,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(38007,1739,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(38008,1739,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(38009,1739,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(38010,1739,'right_tab_1_contact_values_3_link_type','mailto:'),(38011,1739,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(38012,1739,'right_tab_1_contact_icon','icon-mail'),(38013,1739,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(38014,1739,'right_tab_1_contact_values','4'),(38015,1739,'_right_tab_1_contact_values','field_56b3fde2ce062'),(38016,1739,'add_third_tab','0'),(38017,1739,'_add_third_tab','field_57f54e889b77c'),(38018,1739,'third_tab_name',''),(38019,1739,'_third_tab_name','field_57f54ea19b77d'),(38020,1739,'third_tab',''),(38021,1739,'_third_tab','field_57f54ec39b77e'),(38022,1739,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(38023,1739,'_right_tab_2_image','field_56b3fab145571'),(38024,1739,'right_tab_2_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(38025,1739,'_right_tab_2_content','field_56b3fab145572'),(38026,1739,'right_tab_2_button_label','Download Vcard'),(38027,1739,'_right_tab_2_button_label','field_56b3fab145573'),(38028,1739,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Paul_Sanchez.vcf'),(38029,1739,'_right_tab_2_button_link','field_56b3fab145574'),(38030,1739,'right_tab_2_spacer','0'),(38031,1739,'_right_tab_2_spacer','field_56b3fab145575'),(38032,1739,'right_tab_3_image',''),(38033,1739,'_right_tab_3_image','field_56b3fab145571'),(38034,1739,'right_tab_3_content','Chris Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(38035,1739,'_right_tab_3_content','field_56b3fab145572'),(38036,1739,'right_tab_3_button_label',''),(38037,1739,'_right_tab_3_button_label','field_56b3fab145573'),(38038,1739,'right_tab_3_button_link',''),(38039,1739,'_right_tab_3_button_link','field_56b3fab145574'),(38040,1739,'right_tab_3_spacer','1'),(38041,1739,'_right_tab_3_spacer','field_56b3fab145575'),(38042,1740,'builder','a:0:{}'),(38043,1740,'_builder','field_56b276ce702ac'),(38044,1740,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(38045,1740,'_left_tab','field_56b36c6deeda0'),(38046,1740,'add_second_tab','1'),(38047,1740,'_add_second_tab','field_56b36ca9eeda2'),(38048,1740,'right_tab','a:4:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";}'),(38049,1740,'_right_tab','field_56b3fab04554d'),(38050,1740,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(38051,1740,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(38052,1740,'left_tab_0_spacer','1'),(38053,1740,'_left_tab_0_spacer','field_56b371c577c8c'),(38054,1740,'left_tab_1_circle1','icon-grid'),(38055,1740,'_left_tab_1_circle1','field_56b3dc86da039'),(38056,1740,'left_tab_1_circle2','icon-turnaround'),(38057,1740,'_left_tab_1_circle2','field_56b3dc86da03a'),(38058,1740,'left_tab_1_circle3','icon-masonery'),(38059,1740,'_left_tab_1_circle3','field_56b3dc86da03b'),(38060,1740,'left_tab_1_circle1_label','Restructuring'),(38061,1740,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(38062,1740,'left_tab_1_circle2_label','Turnaround'),(38063,1740,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(38064,1740,'left_tab_1_circle3_label','Innovation'),(38065,1740,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(38066,1740,'left_tab_1_spacer','1'),(38067,1740,'_left_tab_1_spacer','field_56b3dc86da042'),(38068,1740,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(38069,1740,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(38070,1740,'left_tab_2_spacer','1'),(38071,1740,'_left_tab_2_spacer','field_56b371c577c8c'),(38072,1740,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(38073,1740,'_left_tab_3_image','field_56b373f3b6e44'),(38074,1740,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(38075,1740,'_left_tab_3_title','field_56b373afb6e42'),(38076,1740,'left_tab_3_button_label','Download PDF (312 kb)'),(38077,1740,'_left_tab_3_button_label','field_56b373ceb6e43'),(38078,1740,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(38079,1740,'_left_tab_3_button_link','field_56b374ff0ad17'),(38080,1740,'left_tab_name','Company'),(38081,1740,'_left_tab_name','field_56b3976017dce'),(38082,1740,'right_tab_name','People'),(38083,1740,'_right_tab_name','field_56b3978117dcf'),(38084,1740,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(38085,1740,'_right_tab_0_image','field_56b3fab145571'),(38086,1740,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(38087,1740,'_right_tab_0_content','field_56b3fab145572'),(38088,1740,'right_tab_0_button_label','Download VCard'),(38089,1740,'_right_tab_0_button_label','field_56b3fab145573'),(38090,1740,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(38091,1740,'_right_tab_0_button_link','field_56b3fab145574'),(38092,1740,'right_tab_0_spacer','1'),(38093,1740,'_right_tab_0_spacer','field_56b3fab145575'),(38094,1740,'right_tab_1_contact_title','Please feel free to contact me:'),(38095,1740,'_right_tab_1_contact_title','field_56b4001eb0921'),(38096,1740,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(38097,1740,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(38098,1740,'right_tab_1_contact_values_0_contact_value_right',''),(38099,1740,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(38100,1740,'right_tab_1_contact_values_0_link',''),(38101,1740,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(38102,1740,'right_tab_1_contact_values_0_link_type',''),(38103,1740,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(38104,1740,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(38105,1740,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(38106,1740,'right_tab_1_contact_values_1_contact_value_right',''),(38107,1740,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(38108,1740,'right_tab_1_contact_values_1_link',''),(38109,1740,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(38110,1740,'right_tab_1_contact_values_1_link_type',''),(38111,1740,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(38112,1740,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(38113,1740,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(38114,1740,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(38115,1740,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(38116,1740,'right_tab_1_contact_values_2_link','+41793107090'),(38117,1740,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(38118,1740,'right_tab_1_contact_values_2_link_type','tel:'),(38119,1740,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(38120,1740,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(38121,1740,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(38122,1740,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(38123,1740,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(38124,1740,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(38125,1740,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(38126,1740,'right_tab_1_contact_values_3_link_type','mailto:'),(38127,1740,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(38128,1740,'right_tab_1_contact_icon','icon-mail'),(38129,1740,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(38130,1740,'right_tab_1_contact_values','4'),(38131,1740,'_right_tab_1_contact_values','field_56b3fde2ce062'),(38132,1740,'add_third_tab','0'),(38133,1740,'_add_third_tab','field_57f54e889b77c'),(38134,1740,'third_tab_name',''),(38135,1740,'_third_tab_name','field_57f54ea19b77d'),(38136,1740,'third_tab',''),(38137,1740,'_third_tab','field_57f54ec39b77e'),(38138,1740,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(38139,1740,'_right_tab_2_image','field_56b3fab145571'),(38140,1740,'right_tab_2_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(38141,1740,'_right_tab_2_content','field_56b3fab145572'),(38142,1740,'right_tab_2_button_label','Download Vcard'),(38143,1740,'_right_tab_2_button_label','field_56b3fab145573'),(38144,1740,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Paul_Sanchez.vcf'),(38145,1740,'_right_tab_2_button_link','field_56b3fab145574'),(38146,1740,'right_tab_2_spacer','0'),(38147,1740,'_right_tab_2_spacer','field_56b3fab145575'),(38148,1740,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(38149,1740,'_right_tab_3_image','field_56b3fab145571'),(38150,1740,'right_tab_3_content','Chris Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(38151,1740,'_right_tab_3_content','field_56b3fab145572'),(38152,1740,'right_tab_3_button_label',''),(38153,1740,'_right_tab_3_button_label','field_56b3fab145573'),(38154,1740,'right_tab_3_button_link',''),(38155,1740,'_right_tab_3_button_link','field_56b3fab145574'),(38156,1740,'right_tab_3_spacer','1'),(38157,1740,'_right_tab_3_spacer','field_56b3fab145575'),(38158,1741,'builder','a:0:{}'),(38159,1741,'_builder','field_56b276ce702ac'),(38160,1741,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(38161,1741,'_left_tab','field_56b36c6deeda0'),(38162,1741,'add_second_tab','1'),(38163,1741,'_add_second_tab','field_56b36ca9eeda2'),(38164,1741,'right_tab','a:4:{i:0;s:9:\"bio_block\";i:1;s:13:\"contact_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";}'),(38165,1741,'_right_tab','field_56b3fab04554d'),(38166,1741,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(38167,1741,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(38168,1741,'left_tab_0_spacer','1'),(38169,1741,'_left_tab_0_spacer','field_56b371c577c8c'),(38170,1741,'left_tab_1_circle1','icon-grid'),(38171,1741,'_left_tab_1_circle1','field_56b3dc86da039'),(38172,1741,'left_tab_1_circle2','icon-turnaround'),(38173,1741,'_left_tab_1_circle2','field_56b3dc86da03a'),(38174,1741,'left_tab_1_circle3','icon-masonery'),(38175,1741,'_left_tab_1_circle3','field_56b3dc86da03b'),(38176,1741,'left_tab_1_circle1_label','Restructuring'),(38177,1741,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(38178,1741,'left_tab_1_circle2_label','Turnaround'),(38179,1741,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(38180,1741,'left_tab_1_circle3_label','Innovation'),(38181,1741,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(38182,1741,'left_tab_1_spacer','1'),(38183,1741,'_left_tab_1_spacer','field_56b3dc86da042'),(38184,1741,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(38185,1741,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(38186,1741,'left_tab_2_spacer','1'),(38187,1741,'_left_tab_2_spacer','field_56b371c577c8c'),(38188,1741,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(38189,1741,'_left_tab_3_image','field_56b373f3b6e44'),(38190,1741,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(38191,1741,'_left_tab_3_title','field_56b373afb6e42'),(38192,1741,'left_tab_3_button_label','Download PDF (312 kb)'),(38193,1741,'_left_tab_3_button_label','field_56b373ceb6e43'),(38194,1741,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(38195,1741,'_left_tab_3_button_link','field_56b374ff0ad17'),(38196,1741,'left_tab_name','Company'),(38197,1741,'_left_tab_name','field_56b3976017dce'),(38198,1741,'right_tab_name','People'),(38199,1741,'_right_tab_name','field_56b3978117dcf'),(38200,1741,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(38201,1741,'_right_tab_0_image','field_56b3fab145571'),(38202,1741,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(38203,1741,'_right_tab_0_content','field_56b3fab145572'),(38204,1741,'right_tab_0_button_label','Download VCard'),(38205,1741,'_right_tab_0_button_label','field_56b3fab145573'),(38206,1741,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(38207,1741,'_right_tab_0_button_link','field_56b3fab145574'),(38208,1741,'right_tab_0_spacer','1'),(38209,1741,'_right_tab_0_spacer','field_56b3fab145575'),(38210,1741,'right_tab_1_contact_title','Please feel free to contact me:'),(38211,1741,'_right_tab_1_contact_title','field_56b4001eb0921'),(38212,1741,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(38213,1741,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(38214,1741,'right_tab_1_contact_values_0_contact_value_right',''),(38215,1741,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(38216,1741,'right_tab_1_contact_values_0_link',''),(38217,1741,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(38218,1741,'right_tab_1_contact_values_0_link_type',''),(38219,1741,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(38220,1741,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(38221,1741,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(38222,1741,'right_tab_1_contact_values_1_contact_value_right',''),(38223,1741,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(38224,1741,'right_tab_1_contact_values_1_link',''),(38225,1741,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(38226,1741,'right_tab_1_contact_values_1_link_type',''),(38227,1741,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(38228,1741,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(38229,1741,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(38230,1741,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(38231,1741,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(38232,1741,'right_tab_1_contact_values_2_link','+41793107090'),(38233,1741,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(38234,1741,'right_tab_1_contact_values_2_link_type','tel:'),(38235,1741,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(38236,1741,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(38237,1741,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(38238,1741,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(38239,1741,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(38240,1741,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(38241,1741,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(38242,1741,'right_tab_1_contact_values_3_link_type','mailto:'),(38243,1741,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(38244,1741,'right_tab_1_contact_icon','icon-mail'),(38245,1741,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(38246,1741,'right_tab_1_contact_values','4'),(38247,1741,'_right_tab_1_contact_values','field_56b3fde2ce062'),(38248,1741,'add_third_tab','0'),(38249,1741,'_add_third_tab','field_57f54e889b77c'),(38250,1741,'third_tab_name',''),(38251,1741,'_third_tab_name','field_57f54ea19b77d'),(38252,1741,'third_tab',''),(38253,1741,'_third_tab','field_57f54ec39b77e'),(38254,1741,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(38255,1741,'_right_tab_2_image','field_56b3fab145571'),(38256,1741,'right_tab_2_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(38257,1741,'_right_tab_2_content','field_56b3fab145572'),(38258,1741,'right_tab_2_button_label','Download Vcard'),(38259,1741,'_right_tab_2_button_label','field_56b3fab145573'),(38260,1741,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Paul_Sanchez.vcf'),(38261,1741,'_right_tab_2_button_link','field_56b3fab145574'),(38262,1741,'right_tab_2_spacer','0'),(38263,1741,'_right_tab_2_spacer','field_56b3fab145575'),(38264,1741,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(38265,1741,'_right_tab_3_image','field_56b3fab145571'),(38266,1741,'right_tab_3_content','Chris Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(38267,1741,'_right_tab_3_content','field_56b3fab145572'),(38268,1741,'right_tab_3_button_label','Download Vcard'),(38269,1741,'_right_tab_3_button_label','field_56b3fab145573'),(38270,1741,'right_tab_3_button_link',''),(38271,1741,'_right_tab_3_button_link','field_56b3fab145574'),(38272,1741,'right_tab_3_spacer','1'),(38273,1741,'_right_tab_3_spacer','field_56b3fab145575'),(38274,58,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Aleksandar.png'),(38275,58,'_right_tab_1_image','field_56b3fab145571'),(38276,58,'right_tab_1_content','Aleksandar Glavinic\r\n<span style=\"color: #00ccff;\">Manager - Deal Team</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nAleksandar has more than 5 years of experience in Finance as an auditor and advisor to international companies.\r\nIn addition to his main role as auditor, Aleksandar has been involved in a number of restructuring processes. He has advised major Serbian companies in the commercial sector and he is currently serving as Finance Manager for Strauss Adriatic.'),(38277,58,'_right_tab_1_content','field_56b3fab145572'),(38278,58,'right_tab_1_button_label','Download VCard'),(38279,58,'_right_tab_1_button_label','field_56b3fab145573'),(38280,58,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Aleksandar Glavinic.vcf'),(38281,58,'_right_tab_1_button_link','field_56b3fab145574'),(38282,58,'right_tab_1_spacer','1'),(38283,58,'_right_tab_1_spacer','field_56b3fab145575'),(38284,1742,'builder','a:0:{}'),(38285,1742,'_builder','field_56b276ce702ac'),(38286,1742,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(38287,1742,'_left_tab','field_56b36c6deeda0'),(38288,1742,'add_second_tab','1'),(38289,1742,'_add_second_tab','field_56b36ca9eeda2'),(38290,1742,'right_tab','a:3:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";}'),(38291,1742,'_right_tab','field_56b3fab04554d'),(38292,1742,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(38293,1742,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(38294,1742,'left_tab_0_spacer','1'),(38295,1742,'_left_tab_0_spacer','field_56b371c577c8c'),(38296,1742,'left_tab_1_circle1','icon-grid'),(38297,1742,'_left_tab_1_circle1','field_56b3dc86da039'),(38298,1742,'left_tab_1_circle2','icon-turnaround'),(38299,1742,'_left_tab_1_circle2','field_56b3dc86da03a'),(38300,1742,'left_tab_1_circle3','icon-masonery'),(38301,1742,'_left_tab_1_circle3','field_56b3dc86da03b'),(38302,1742,'left_tab_1_circle1_label','Restructuring'),(38303,1742,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(38304,1742,'left_tab_1_circle2_label','Turnaround'),(38305,1742,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(38306,1742,'left_tab_1_circle3_label','Innovation'),(38307,1742,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(38308,1742,'left_tab_1_spacer','1'),(38309,1742,'_left_tab_1_spacer','field_56b3dc86da042'),(38310,1742,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(38311,1742,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(38312,1742,'left_tab_2_spacer','1'),(38313,1742,'_left_tab_2_spacer','field_56b371c577c8c'),(38314,1742,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(38315,1742,'_left_tab_3_image','field_56b373f3b6e44'),(38316,1742,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(38317,1742,'_left_tab_3_title','field_56b373afb6e42'),(38318,1742,'left_tab_3_button_label','Download PDF (312 kb)'),(38319,1742,'_left_tab_3_button_label','field_56b373ceb6e43'),(38320,1742,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(38321,1742,'_left_tab_3_button_link','field_56b374ff0ad17'),(38322,1742,'left_tab_name','Company'),(38323,1742,'_left_tab_name','field_56b3976017dce'),(38324,1742,'right_tab_name','People'),(38325,1742,'_right_tab_name','field_56b3978117dcf'),(38326,1742,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(38327,1742,'_right_tab_0_image','field_56b3fab145571'),(38328,1742,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(38329,1742,'_right_tab_0_content','field_56b3fab145572'),(38330,1742,'right_tab_0_button_label','Download VCard'),(38331,1742,'_right_tab_0_button_label','field_56b3fab145573'),(38332,1742,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(38333,1742,'_right_tab_0_button_link','field_56b3fab145574'),(38334,1742,'right_tab_0_spacer','1'),(38335,1742,'_right_tab_0_spacer','field_56b3fab145575'),(38336,1742,'right_tab_1_contact_title','Please feel free to contact me:'),(38337,1742,'_right_tab_1_contact_title','field_56b4001eb0921'),(38338,1742,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(38339,1742,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(38340,1742,'right_tab_1_contact_values_0_contact_value_right',''),(38341,1742,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(38342,1742,'right_tab_1_contact_values_0_link',''),(38343,1742,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(38344,1742,'right_tab_1_contact_values_0_link_type',''),(38345,1742,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(38346,1742,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(38347,1742,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(38348,1742,'right_tab_1_contact_values_1_contact_value_right',''),(38349,1742,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(38350,1742,'right_tab_1_contact_values_1_link',''),(38351,1742,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(38352,1742,'right_tab_1_contact_values_1_link_type',''),(38353,1742,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(38354,1742,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(38355,1742,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(38356,1742,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(38357,1742,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(38358,1742,'right_tab_1_contact_values_2_link','+41793107090'),(38359,1742,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(38360,1742,'right_tab_1_contact_values_2_link_type','tel:'),(38361,1742,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(38362,1742,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(38363,1742,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(38364,1742,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(38365,1742,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(38366,1742,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(38367,1742,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(38368,1742,'right_tab_1_contact_values_3_link_type','mailto:'),(38369,1742,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(38370,1742,'right_tab_1_contact_icon','icon-mail'),(38371,1742,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(38372,1742,'right_tab_1_contact_values','4'),(38373,1742,'_right_tab_1_contact_values','field_56b3fde2ce062'),(38374,1742,'add_third_tab','0'),(38375,1742,'_add_third_tab','field_57f54e889b77c'),(38376,1742,'third_tab_name',''),(38377,1742,'_third_tab_name','field_57f54ea19b77d'),(38378,1742,'third_tab',''),(38379,1742,'_third_tab','field_57f54ec39b77e'),(38380,1742,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(38381,1742,'_right_tab_2_image','field_56b3fab145571'),(38382,1742,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(38383,1742,'_right_tab_2_content','field_56b3fab145572'),(38384,1742,'right_tab_2_button_label','Download Vcard'),(38385,1742,'_right_tab_2_button_label','field_56b3fab145573'),(38386,1742,'right_tab_2_button_link',''),(38387,1742,'_right_tab_2_button_link','field_56b3fab145574'),(38388,1742,'right_tab_2_spacer','1'),(38389,1742,'_right_tab_2_spacer','field_56b3fab145575'),(38390,1742,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(38391,1742,'_right_tab_1_image','field_56b3fab145571'),(38392,1742,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(38393,1742,'_right_tab_1_content','field_56b3fab145572'),(38394,1742,'right_tab_1_button_label','Download Vcard'),(38395,1742,'_right_tab_1_button_label','field_56b3fab145573'),(38396,1742,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Paul_Sanchez.vcf'),(38397,1742,'_right_tab_1_button_link','field_56b3fab145574'),(38398,1742,'right_tab_1_spacer','0'),(38399,1742,'_right_tab_1_spacer','field_56b3fab145575'),(38400,1743,'builder','a:0:{}'),(38401,1743,'_builder','field_56b276ce702ac'),(38402,1743,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(38403,1743,'_left_tab','field_56b36c6deeda0'),(38404,1743,'add_second_tab','1'),(38405,1743,'_add_second_tab','field_56b36ca9eeda2'),(38406,1743,'right_tab','a:3:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";}'),(38407,1743,'_right_tab','field_56b3fab04554d'),(38408,1743,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(38409,1743,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(38410,1743,'left_tab_0_spacer','1'),(38411,1743,'_left_tab_0_spacer','field_56b371c577c8c'),(38412,1743,'left_tab_1_circle1','icon-grid'),(38413,1743,'_left_tab_1_circle1','field_56b3dc86da039'),(38414,1743,'left_tab_1_circle2','icon-turnaround'),(38415,1743,'_left_tab_1_circle2','field_56b3dc86da03a'),(38416,1743,'left_tab_1_circle3','icon-masonery'),(38417,1743,'_left_tab_1_circle3','field_56b3dc86da03b'),(38418,1743,'left_tab_1_circle1_label','Restructuring'),(38419,1743,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(38420,1743,'left_tab_1_circle2_label','Turnaround'),(38421,1743,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(38422,1743,'left_tab_1_circle3_label','Innovation'),(38423,1743,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(38424,1743,'left_tab_1_spacer','1'),(38425,1743,'_left_tab_1_spacer','field_56b3dc86da042'),(38426,1743,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(38427,1743,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(38428,1743,'left_tab_2_spacer','1'),(38429,1743,'_left_tab_2_spacer','field_56b371c577c8c'),(38430,1743,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(38431,1743,'_left_tab_3_image','field_56b373f3b6e44'),(38432,1743,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(38433,1743,'_left_tab_3_title','field_56b373afb6e42'),(38434,1743,'left_tab_3_button_label','Download PDF (312 kb)'),(38435,1743,'_left_tab_3_button_label','field_56b373ceb6e43'),(38436,1743,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(38437,1743,'_left_tab_3_button_link','field_56b374ff0ad17'),(38438,1743,'left_tab_name','Company'),(38439,1743,'_left_tab_name','field_56b3976017dce'),(38440,1743,'right_tab_name','People'),(38441,1743,'_right_tab_name','field_56b3978117dcf'),(38442,1743,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(38443,1743,'_right_tab_0_image','field_56b3fab145571'),(38444,1743,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(38445,1743,'_right_tab_0_content','field_56b3fab145572'),(38446,1743,'right_tab_0_button_label','Download VCard'),(38447,1743,'_right_tab_0_button_label','field_56b3fab145573'),(38448,1743,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(38449,1743,'_right_tab_0_button_link','field_56b3fab145574'),(38450,1743,'right_tab_0_spacer','1'),(38451,1743,'_right_tab_0_spacer','field_56b3fab145575'),(38452,1743,'right_tab_1_contact_title','Please feel free to contact me:'),(38453,1743,'_right_tab_1_contact_title','field_56b4001eb0921'),(38454,1743,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(38455,1743,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(38456,1743,'right_tab_1_contact_values_0_contact_value_right',''),(38457,1743,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(38458,1743,'right_tab_1_contact_values_0_link',''),(38459,1743,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(38460,1743,'right_tab_1_contact_values_0_link_type',''),(38461,1743,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(38462,1743,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(38463,1743,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(38464,1743,'right_tab_1_contact_values_1_contact_value_right',''),(38465,1743,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(38466,1743,'right_tab_1_contact_values_1_link',''),(38467,1743,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(38468,1743,'right_tab_1_contact_values_1_link_type',''),(38469,1743,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(38470,1743,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(38471,1743,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(38472,1743,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(38473,1743,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(38474,1743,'right_tab_1_contact_values_2_link','+41793107090'),(38475,1743,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(38476,1743,'right_tab_1_contact_values_2_link_type','tel:'),(38477,1743,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(38478,1743,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(38479,1743,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(38480,1743,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(38481,1743,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(38482,1743,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(38483,1743,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(38484,1743,'right_tab_1_contact_values_3_link_type','mailto:'),(38485,1743,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(38486,1743,'right_tab_1_contact_icon','icon-mail'),(38487,1743,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(38488,1743,'right_tab_1_contact_values','4'),(38489,1743,'_right_tab_1_contact_values','field_56b3fde2ce062'),(38490,1743,'add_third_tab','0'),(38491,1743,'_add_third_tab','field_57f54e889b77c'),(38492,1743,'third_tab_name',''),(38493,1743,'_third_tab_name','field_57f54ea19b77d'),(38494,1743,'third_tab',''),(38495,1743,'_third_tab','field_57f54ec39b77e'),(38496,1743,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(38497,1743,'_right_tab_2_image','field_56b3fab145571'),(38498,1743,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(38499,1743,'_right_tab_2_content','field_56b3fab145572'),(38500,1743,'right_tab_2_button_label','Download Vcard'),(38501,1743,'_right_tab_2_button_label','field_56b3fab145573'),(38502,1743,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(38503,1743,'_right_tab_2_button_link','field_56b3fab145574'),(38504,1743,'right_tab_2_spacer','0'),(38505,1743,'_right_tab_2_spacer','field_56b3fab145575'),(38506,1743,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(38507,1743,'_right_tab_1_image','field_56b3fab145571'),(38508,1743,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(38509,1743,'_right_tab_1_content','field_56b3fab145572'),(38510,1743,'right_tab_1_button_label','Download Vcard'),(38511,1743,'_right_tab_1_button_label','field_56b3fab145573'),(38512,1743,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Paul_Sanchez.vcf'),(38513,1743,'_right_tab_1_button_link','field_56b3fab145574'),(38514,1743,'right_tab_1_spacer','0'),(38515,1743,'_right_tab_1_spacer','field_56b3fab145575'),(38516,1744,'builder','a:0:{}'),(38517,1744,'_builder','field_56b276ce702ac'),(38518,1744,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(38519,1744,'_left_tab','field_56b36c6deeda0'),(38520,1744,'add_second_tab','1'),(38521,1744,'_add_second_tab','field_56b36ca9eeda2'),(38522,1744,'right_tab','a:3:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";}'),(38523,1744,'_right_tab','field_56b3fab04554d'),(38524,1744,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(38525,1744,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(38526,1744,'left_tab_0_spacer','1'),(38527,1744,'_left_tab_0_spacer','field_56b371c577c8c'),(38528,1744,'left_tab_1_circle1','icon-grid'),(38529,1744,'_left_tab_1_circle1','field_56b3dc86da039'),(38530,1744,'left_tab_1_circle2','icon-turnaround'),(38531,1744,'_left_tab_1_circle2','field_56b3dc86da03a'),(38532,1744,'left_tab_1_circle3','icon-masonery'),(38533,1744,'_left_tab_1_circle3','field_56b3dc86da03b'),(38534,1744,'left_tab_1_circle1_label','Restructuring'),(38535,1744,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(38536,1744,'left_tab_1_circle2_label','Turnaround'),(38537,1744,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(38538,1744,'left_tab_1_circle3_label','Innovation'),(38539,1744,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(38540,1744,'left_tab_1_spacer','1'),(38541,1744,'_left_tab_1_spacer','field_56b3dc86da042'),(38542,1744,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(38543,1744,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(38544,1744,'left_tab_2_spacer','1'),(38545,1744,'_left_tab_2_spacer','field_56b371c577c8c'),(38546,1744,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(38547,1744,'_left_tab_3_image','field_56b373f3b6e44'),(38548,1744,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(38549,1744,'_left_tab_3_title','field_56b373afb6e42'),(38550,1744,'left_tab_3_button_label','Download PDF (312 kb)'),(38551,1744,'_left_tab_3_button_label','field_56b373ceb6e43'),(38552,1744,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(38553,1744,'_left_tab_3_button_link','field_56b374ff0ad17'),(38554,1744,'left_tab_name','Company'),(38555,1744,'_left_tab_name','field_56b3976017dce'),(38556,1744,'right_tab_name','People'),(38557,1744,'_right_tab_name','field_56b3978117dcf'),(38558,1744,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(38559,1744,'_right_tab_0_image','field_56b3fab145571'),(38560,1744,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(38561,1744,'_right_tab_0_content','field_56b3fab145572'),(38562,1744,'right_tab_0_button_label','Download VCard'),(38563,1744,'_right_tab_0_button_label','field_56b3fab145573'),(38564,1744,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(38565,1744,'_right_tab_0_button_link','field_56b3fab145574'),(38566,1744,'right_tab_0_spacer','1'),(38567,1744,'_right_tab_0_spacer','field_56b3fab145575'),(38568,1744,'right_tab_1_contact_title','Please feel free to contact me:'),(38569,1744,'_right_tab_1_contact_title','field_56b4001eb0921'),(38570,1744,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(38571,1744,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(38572,1744,'right_tab_1_contact_values_0_contact_value_right',''),(38573,1744,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(38574,1744,'right_tab_1_contact_values_0_link',''),(38575,1744,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(38576,1744,'right_tab_1_contact_values_0_link_type',''),(38577,1744,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(38578,1744,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(38579,1744,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(38580,1744,'right_tab_1_contact_values_1_contact_value_right',''),(38581,1744,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(38582,1744,'right_tab_1_contact_values_1_link',''),(38583,1744,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(38584,1744,'right_tab_1_contact_values_1_link_type',''),(38585,1744,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(38586,1744,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(38587,1744,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(38588,1744,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(38589,1744,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(38590,1744,'right_tab_1_contact_values_2_link','+41793107090'),(38591,1744,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(38592,1744,'right_tab_1_contact_values_2_link_type','tel:'),(38593,1744,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(38594,1744,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(38595,1744,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(38596,1744,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(38597,1744,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(38598,1744,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(38599,1744,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(38600,1744,'right_tab_1_contact_values_3_link_type','mailto:'),(38601,1744,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(38602,1744,'right_tab_1_contact_icon','icon-mail'),(38603,1744,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(38604,1744,'right_tab_1_contact_values','4'),(38605,1744,'_right_tab_1_contact_values','field_56b3fde2ce062'),(38606,1744,'add_third_tab','0'),(38607,1744,'_add_third_tab','field_57f54e889b77c'),(38608,1744,'third_tab_name',''),(38609,1744,'_third_tab_name','field_57f54ea19b77d'),(38610,1744,'third_tab',''),(38611,1744,'_third_tab','field_57f54ec39b77e'),(38612,1744,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(38613,1744,'_right_tab_2_image','field_56b3fab145571'),(38614,1744,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(38615,1744,'_right_tab_2_content','field_56b3fab145572'),(38616,1744,'right_tab_2_button_label','Download Vcard'),(38617,1744,'_right_tab_2_button_label','field_56b3fab145573'),(38618,1744,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(38619,1744,'_right_tab_2_button_link','field_56b3fab145574'),(38620,1744,'right_tab_2_spacer','0'),(38621,1744,'_right_tab_2_spacer','field_56b3fab145575'),(38622,1744,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(38623,1744,'_right_tab_1_image','field_56b3fab145571'),(38624,1744,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(38625,1744,'_right_tab_1_content','field_56b3fab145572'),(38626,1744,'right_tab_1_button_label','Download Vcard'),(38627,1744,'_right_tab_1_button_label','field_56b3fab145573'),(38628,1744,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Paul_Sanchez.vcf'),(38629,1744,'_right_tab_1_button_link','field_56b3fab145574'),(38630,1744,'right_tab_1_spacer','1'),(38631,1744,'_right_tab_1_spacer','field_56b3fab145575'),(38748,1746,'builder','a:0:{}'),(38749,1746,'_builder','field_56b276ce702ac'),(38750,1746,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(38751,1746,'_left_tab','field_56b36c6deeda0'),(38752,1746,'add_second_tab','1'),(38753,1746,'_add_second_tab','field_56b36ca9eeda2'),(38754,1746,'right_tab','a:3:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";}'),(38755,1746,'_right_tab','field_56b3fab04554d'),(38756,1746,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(38757,1746,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(38758,1746,'left_tab_0_spacer','1'),(38759,1746,'_left_tab_0_spacer','field_56b371c577c8c'),(38760,1746,'left_tab_1_circle1','icon-grid'),(38761,1746,'_left_tab_1_circle1','field_56b3dc86da039'),(38762,1746,'left_tab_1_circle2','icon-turnaround'),(38763,1746,'_left_tab_1_circle2','field_56b3dc86da03a'),(38764,1746,'left_tab_1_circle3','icon-masonery'),(38765,1746,'_left_tab_1_circle3','field_56b3dc86da03b'),(38766,1746,'left_tab_1_circle1_label','Restructuring'),(38767,1746,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(38768,1746,'left_tab_1_circle2_label','Turnaround'),(38769,1746,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(38770,1746,'left_tab_1_circle3_label','Innovation'),(38771,1746,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(38772,1746,'left_tab_1_spacer','1'),(38773,1746,'_left_tab_1_spacer','field_56b3dc86da042'),(38774,1746,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(38775,1746,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(38776,1746,'left_tab_2_spacer','1'),(38777,1746,'_left_tab_2_spacer','field_56b371c577c8c'),(38778,1746,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(38779,1746,'_left_tab_3_image','field_56b373f3b6e44'),(38780,1746,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(38781,1746,'_left_tab_3_title','field_56b373afb6e42'),(38782,1746,'left_tab_3_button_label','Download PDF (312 kb)'),(38783,1746,'_left_tab_3_button_label','field_56b373ceb6e43'),(38784,1746,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(38785,1746,'_left_tab_3_button_link','field_56b374ff0ad17'),(38786,1746,'left_tab_name','Company'),(38787,1746,'_left_tab_name','field_56b3976017dce'),(38788,1746,'right_tab_name','People'),(38789,1746,'_right_tab_name','field_56b3978117dcf'),(38790,1746,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(38791,1746,'_right_tab_0_image','field_56b3fab145571'),(38792,1746,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(38793,1746,'_right_tab_0_content','field_56b3fab145572'),(38794,1746,'right_tab_0_button_label','Download VCard'),(38795,1746,'_right_tab_0_button_label','field_56b3fab145573'),(38796,1746,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(38797,1746,'_right_tab_0_button_link','field_56b3fab145574'),(38798,1746,'right_tab_0_spacer','1'),(38799,1746,'_right_tab_0_spacer','field_56b3fab145575'),(38800,1746,'right_tab_1_contact_title','Please feel free to contact me:'),(38801,1746,'_right_tab_1_contact_title','field_56b4001eb0921'),(38802,1746,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(38803,1746,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(38804,1746,'right_tab_1_contact_values_0_contact_value_right',''),(38805,1746,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(38806,1746,'right_tab_1_contact_values_0_link',''),(38807,1746,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(38808,1746,'right_tab_1_contact_values_0_link_type',''),(38809,1746,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(38810,1746,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(38811,1746,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(38812,1746,'right_tab_1_contact_values_1_contact_value_right',''),(38813,1746,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(38814,1746,'right_tab_1_contact_values_1_link',''),(38815,1746,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(38816,1746,'right_tab_1_contact_values_1_link_type',''),(38817,1746,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(38818,1746,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(38819,1746,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(38820,1746,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(38821,1746,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(38822,1746,'right_tab_1_contact_values_2_link','+41793107090'),(38823,1746,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(38824,1746,'right_tab_1_contact_values_2_link_type','tel:'),(38825,1746,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(38826,1746,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(38827,1746,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(38828,1746,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(38829,1746,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(38830,1746,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(38831,1746,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(38832,1746,'right_tab_1_contact_values_3_link_type','mailto:'),(38833,1746,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(38834,1746,'right_tab_1_contact_icon','icon-mail'),(38835,1746,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(38836,1746,'right_tab_1_contact_values','4'),(38837,1746,'_right_tab_1_contact_values','field_56b3fde2ce062'),(38838,1746,'add_third_tab','0'),(38839,1746,'_add_third_tab','field_57f54e889b77c'),(38840,1746,'third_tab_name',''),(38841,1746,'_third_tab_name','field_57f54ea19b77d'),(38842,1746,'third_tab',''),(38843,1746,'_third_tab','field_57f54ec39b77e'),(38844,1746,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(38845,1746,'_right_tab_2_image','field_56b3fab145571'),(38846,1746,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(38847,1746,'_right_tab_2_content','field_56b3fab145572'),(38848,1746,'right_tab_2_button_label','Download Vcard'),(38849,1746,'_right_tab_2_button_label','field_56b3fab145573'),(38850,1746,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(38851,1746,'_right_tab_2_button_link','field_56b3fab145574'),(38852,1746,'right_tab_2_spacer','1'),(38853,1746,'_right_tab_2_spacer','field_56b3fab145575'),(38854,1746,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(38855,1746,'_right_tab_1_image','field_56b3fab145571'),(38856,1746,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(38857,1746,'_right_tab_1_content','field_56b3fab145572'),(38858,1746,'right_tab_1_button_label','Download Vcard'),(38859,1746,'_right_tab_1_button_label','field_56b3fab145573'),(38860,1746,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Paul_Sanchez.vcf'),(38861,1746,'_right_tab_1_button_link','field_56b3fab145574'),(38862,1746,'right_tab_1_spacer','1'),(38863,1746,'_right_tab_1_spacer','field_56b3fab145575'),(38874,1747,'builder','a:0:{}'),(38875,1747,'_builder','field_56b276ce702ac'),(38876,1747,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(38877,1747,'_left_tab','field_56b36c6deeda0'),(38878,1747,'add_second_tab','1'),(38879,1747,'_add_second_tab','field_56b36ca9eeda2'),(38880,1747,'right_tab','a:4:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";}'),(38881,1747,'_right_tab','field_56b3fab04554d'),(38882,1747,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(38883,1747,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(38884,1747,'left_tab_0_spacer','1'),(38885,1747,'_left_tab_0_spacer','field_56b371c577c8c'),(38886,1747,'left_tab_1_circle1','icon-grid'),(38887,1747,'_left_tab_1_circle1','field_56b3dc86da039'),(38888,1747,'left_tab_1_circle2','icon-turnaround'),(38889,1747,'_left_tab_1_circle2','field_56b3dc86da03a'),(38890,1747,'left_tab_1_circle3','icon-masonery'),(38891,1747,'_left_tab_1_circle3','field_56b3dc86da03b'),(38892,1747,'left_tab_1_circle1_label','Restructuring'),(38893,1747,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(38894,1747,'left_tab_1_circle2_label','Turnaround'),(38895,1747,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(38896,1747,'left_tab_1_circle3_label','Innovation'),(38897,1747,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(38898,1747,'left_tab_1_spacer','1'),(38899,1747,'_left_tab_1_spacer','field_56b3dc86da042'),(38900,1747,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(38901,1747,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(38902,1747,'left_tab_2_spacer','1'),(38903,1747,'_left_tab_2_spacer','field_56b371c577c8c'),(38904,1747,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(38905,1747,'_left_tab_3_image','field_56b373f3b6e44'),(38906,1747,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(38907,1747,'_left_tab_3_title','field_56b373afb6e42'),(38908,1747,'left_tab_3_button_label','Download PDF (312 kb)'),(38909,1747,'_left_tab_3_button_label','field_56b373ceb6e43'),(38910,1747,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(38911,1747,'_left_tab_3_button_link','field_56b374ff0ad17'),(38912,1747,'left_tab_name','Company'),(38913,1747,'_left_tab_name','field_56b3976017dce'),(38914,1747,'right_tab_name','People'),(38915,1747,'_right_tab_name','field_56b3978117dcf'),(38916,1747,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(38917,1747,'_right_tab_0_image','field_56b3fab145571'),(38918,1747,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(38919,1747,'_right_tab_0_content','field_56b3fab145572'),(38920,1747,'right_tab_0_button_label','Download VCard'),(38921,1747,'_right_tab_0_button_label','field_56b3fab145573'),(38922,1747,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(38923,1747,'_right_tab_0_button_link','field_56b3fab145574'),(38924,1747,'right_tab_0_spacer','1'),(38925,1747,'_right_tab_0_spacer','field_56b3fab145575'),(38926,1747,'right_tab_1_contact_title','Please feel free to contact me:'),(38927,1747,'_right_tab_1_contact_title','field_56b4001eb0921'),(38928,1747,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(38929,1747,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(38930,1747,'right_tab_1_contact_values_0_contact_value_right',''),(38931,1747,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(38932,1747,'right_tab_1_contact_values_0_link',''),(38933,1747,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(38934,1747,'right_tab_1_contact_values_0_link_type',''),(38935,1747,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(38936,1747,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(38937,1747,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(38938,1747,'right_tab_1_contact_values_1_contact_value_right',''),(38939,1747,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(38940,1747,'right_tab_1_contact_values_1_link',''),(38941,1747,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(38942,1747,'right_tab_1_contact_values_1_link_type',''),(38943,1747,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(38944,1747,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(38945,1747,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(38946,1747,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(38947,1747,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(38948,1747,'right_tab_1_contact_values_2_link','+41793107090'),(38949,1747,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(38950,1747,'right_tab_1_contact_values_2_link_type','tel:'),(38951,1747,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(38952,1747,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(38953,1747,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(38954,1747,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(38955,1747,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(38956,1747,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(38957,1747,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(38958,1747,'right_tab_1_contact_values_3_link_type','mailto:'),(38959,1747,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(38960,1747,'right_tab_1_contact_icon','icon-mail'),(38961,1747,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(38962,1747,'right_tab_1_contact_values','4'),(38963,1747,'_right_tab_1_contact_values','field_56b3fde2ce062'),(38964,1747,'add_third_tab','0'),(38965,1747,'_add_third_tab','field_57f54e889b77c'),(38966,1747,'third_tab_name',''),(38967,1747,'_third_tab_name','field_57f54ea19b77d'),(38968,1747,'third_tab',''),(38969,1747,'_third_tab','field_57f54ec39b77e'),(38970,1747,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(38971,1747,'_right_tab_2_image','field_56b3fab145571'),(38972,1747,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(38973,1747,'_right_tab_2_content','field_56b3fab145572'),(38974,1747,'right_tab_2_button_label','Download Vcard'),(38975,1747,'_right_tab_2_button_label','field_56b3fab145573'),(38976,1747,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(38977,1747,'_right_tab_2_button_link','field_56b3fab145574'),(38978,1747,'right_tab_2_spacer','1'),(38979,1747,'_right_tab_2_spacer','field_56b3fab145575'),(38980,1747,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(38981,1747,'_right_tab_1_image','field_56b3fab145571'),(38982,1747,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(38983,1747,'_right_tab_1_content','field_56b3fab145572'),(38984,1747,'right_tab_1_button_label','Download Vcard'),(38985,1747,'_right_tab_1_button_label','field_56b3fab145573'),(38986,1747,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Paul_Sanchez.vcf'),(38987,1747,'_right_tab_1_button_link','field_56b3fab145574'),(38988,1747,'right_tab_1_spacer','1'),(38989,1747,'_right_tab_1_spacer','field_56b3fab145575'),(38990,1747,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(38991,1747,'_right_tab_3_image','field_56b3fab145571'),(38992,1747,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>'),(38993,1747,'_right_tab_3_content','field_56b3fab145572'),(38994,1747,'right_tab_3_button_label',''),(38995,1747,'_right_tab_3_button_label','field_56b3fab145573'),(38996,1747,'right_tab_3_button_link',''),(38997,1747,'_right_tab_3_button_link','field_56b3fab145574'),(38998,1747,'right_tab_3_spacer','1'),(38999,1747,'_right_tab_3_spacer','field_56b3fab145575'),(39000,1748,'builder','a:0:{}'),(39001,1748,'_builder','field_56b276ce702ac'),(39002,1748,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(39003,1748,'_left_tab','field_56b36c6deeda0'),(39004,1748,'add_second_tab','1'),(39005,1748,'_add_second_tab','field_56b36ca9eeda2'),(39006,1748,'right_tab','a:4:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";}'),(39007,1748,'_right_tab','field_56b3fab04554d'),(39008,1748,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(39009,1748,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(39010,1748,'left_tab_0_spacer','1'),(39011,1748,'_left_tab_0_spacer','field_56b371c577c8c'),(39012,1748,'left_tab_1_circle1','icon-grid'),(39013,1748,'_left_tab_1_circle1','field_56b3dc86da039'),(39014,1748,'left_tab_1_circle2','icon-turnaround'),(39015,1748,'_left_tab_1_circle2','field_56b3dc86da03a'),(39016,1748,'left_tab_1_circle3','icon-masonery'),(39017,1748,'_left_tab_1_circle3','field_56b3dc86da03b'),(39018,1748,'left_tab_1_circle1_label','Restructuring'),(39019,1748,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(39020,1748,'left_tab_1_circle2_label','Turnaround'),(39021,1748,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(39022,1748,'left_tab_1_circle3_label','Innovation'),(39023,1748,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(39024,1748,'left_tab_1_spacer','1'),(39025,1748,'_left_tab_1_spacer','field_56b3dc86da042'),(39026,1748,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(39027,1748,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(39028,1748,'left_tab_2_spacer','1'),(39029,1748,'_left_tab_2_spacer','field_56b371c577c8c'),(39030,1748,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(39031,1748,'_left_tab_3_image','field_56b373f3b6e44'),(39032,1748,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(39033,1748,'_left_tab_3_title','field_56b373afb6e42'),(39034,1748,'left_tab_3_button_label','Download PDF (312 kb)'),(39035,1748,'_left_tab_3_button_label','field_56b373ceb6e43'),(39036,1748,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(39037,1748,'_left_tab_3_button_link','field_56b374ff0ad17'),(39038,1748,'left_tab_name','Company'),(39039,1748,'_left_tab_name','field_56b3976017dce'),(39040,1748,'right_tab_name','People'),(39041,1748,'_right_tab_name','field_56b3978117dcf'),(39042,1748,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(39043,1748,'_right_tab_0_image','field_56b3fab145571'),(39044,1748,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(39045,1748,'_right_tab_0_content','field_56b3fab145572'),(39046,1748,'right_tab_0_button_label','Download VCard'),(39047,1748,'_right_tab_0_button_label','field_56b3fab145573'),(39048,1748,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(39049,1748,'_right_tab_0_button_link','field_56b3fab145574'),(39050,1748,'right_tab_0_spacer','1'),(39051,1748,'_right_tab_0_spacer','field_56b3fab145575'),(39052,1748,'right_tab_1_contact_title','Please feel free to contact me:'),(39053,1748,'_right_tab_1_contact_title','field_56b4001eb0921'),(39054,1748,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(39055,1748,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(39056,1748,'right_tab_1_contact_values_0_contact_value_right',''),(39057,1748,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(39058,1748,'right_tab_1_contact_values_0_link',''),(39059,1748,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(39060,1748,'right_tab_1_contact_values_0_link_type',''),(39061,1748,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(39062,1748,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(39063,1748,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(39064,1748,'right_tab_1_contact_values_1_contact_value_right',''),(39065,1748,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(39066,1748,'right_tab_1_contact_values_1_link',''),(39067,1748,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(39068,1748,'right_tab_1_contact_values_1_link_type',''),(39069,1748,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(39070,1748,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(39071,1748,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(39072,1748,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(39073,1748,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(39074,1748,'right_tab_1_contact_values_2_link','+41793107090'),(39075,1748,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(39076,1748,'right_tab_1_contact_values_2_link_type','tel:'),(39077,1748,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(39078,1748,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(39079,1748,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(39080,1748,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(39081,1748,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(39082,1748,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(39083,1748,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(39084,1748,'right_tab_1_contact_values_3_link_type','mailto:'),(39085,1748,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(39086,1748,'right_tab_1_contact_icon','icon-mail'),(39087,1748,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(39088,1748,'right_tab_1_contact_values','4'),(39089,1748,'_right_tab_1_contact_values','field_56b3fde2ce062'),(39090,1748,'add_third_tab','0'),(39091,1748,'_add_third_tab','field_57f54e889b77c'),(39092,1748,'third_tab_name',''),(39093,1748,'_third_tab_name','field_57f54ea19b77d'),(39094,1748,'third_tab',''),(39095,1748,'_third_tab','field_57f54ec39b77e'),(39096,1748,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(39097,1748,'_right_tab_2_image','field_56b3fab145571'),(39098,1748,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(39099,1748,'_right_tab_2_content','field_56b3fab145572'),(39100,1748,'right_tab_2_button_label','Download VCard'),(39101,1748,'_right_tab_2_button_label','field_56b3fab145573'),(39102,1748,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(39103,1748,'_right_tab_2_button_link','field_56b3fab145574'),(39104,1748,'right_tab_2_spacer','1'),(39105,1748,'_right_tab_2_spacer','field_56b3fab145575'),(39106,1748,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(39107,1748,'_right_tab_1_image','field_56b3fab145571'),(39108,1748,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(39109,1748,'_right_tab_1_content','field_56b3fab145572'),(39110,1748,'right_tab_1_button_label','Download VCard'),(39111,1748,'_right_tab_1_button_label','field_56b3fab145573'),(39112,1748,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(39113,1748,'_right_tab_1_button_link','field_56b3fab145574'),(39114,1748,'right_tab_1_spacer','1'),(39115,1748,'_right_tab_1_spacer','field_56b3fab145575'),(39116,1748,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(39117,1748,'_right_tab_3_image','field_56b3fab145571'),(39118,1748,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>'),(39119,1748,'_right_tab_3_content','field_56b3fab145572'),(39120,1748,'right_tab_3_button_label','Download VCard'),(39121,1748,'_right_tab_3_button_label','field_56b3fab145573'),(39122,1748,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(39123,1748,'_right_tab_3_button_link','field_56b3fab145574'),(39124,1748,'right_tab_3_spacer','1'),(39125,1748,'_right_tab_3_spacer','field_56b3fab145575'),(39126,1749,'builder','a:0:{}'),(39127,1749,'_builder','field_56b276ce702ac'),(39128,1749,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(39129,1749,'_left_tab','field_56b36c6deeda0'),(39130,1749,'add_second_tab','1'),(39131,1749,'_add_second_tab','field_56b36ca9eeda2'),(39132,1749,'right_tab','a:4:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";}'),(39133,1749,'_right_tab','field_56b3fab04554d'),(39134,1749,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(39135,1749,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(39136,1749,'left_tab_0_spacer','1'),(39137,1749,'_left_tab_0_spacer','field_56b371c577c8c'),(39138,1749,'left_tab_1_circle1','icon-grid'),(39139,1749,'_left_tab_1_circle1','field_56b3dc86da039'),(39140,1749,'left_tab_1_circle2','icon-turnaround'),(39141,1749,'_left_tab_1_circle2','field_56b3dc86da03a'),(39142,1749,'left_tab_1_circle3','icon-masonery'),(39143,1749,'_left_tab_1_circle3','field_56b3dc86da03b'),(39144,1749,'left_tab_1_circle1_label','Restructuring'),(39145,1749,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(39146,1749,'left_tab_1_circle2_label','Turnaround'),(39147,1749,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(39148,1749,'left_tab_1_circle3_label','Innovation'),(39149,1749,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(39150,1749,'left_tab_1_spacer','1'),(39151,1749,'_left_tab_1_spacer','field_56b3dc86da042'),(39152,1749,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(39153,1749,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(39154,1749,'left_tab_2_spacer','1'),(39155,1749,'_left_tab_2_spacer','field_56b371c577c8c'),(39156,1749,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(39157,1749,'_left_tab_3_image','field_56b373f3b6e44'),(39158,1749,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(39159,1749,'_left_tab_3_title','field_56b373afb6e42'),(39160,1749,'left_tab_3_button_label','Download PDF (312 kb)'),(39161,1749,'_left_tab_3_button_label','field_56b373ceb6e43'),(39162,1749,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(39163,1749,'_left_tab_3_button_link','field_56b374ff0ad17'),(39164,1749,'left_tab_name','Company'),(39165,1749,'_left_tab_name','field_56b3976017dce'),(39166,1749,'right_tab_name','People'),(39167,1749,'_right_tab_name','field_56b3978117dcf'),(39168,1749,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(39169,1749,'_right_tab_0_image','field_56b3fab145571'),(39170,1749,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(39171,1749,'_right_tab_0_content','field_56b3fab145572'),(39172,1749,'right_tab_0_button_label','Download VCard'),(39173,1749,'_right_tab_0_button_label','field_56b3fab145573'),(39174,1749,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(39175,1749,'_right_tab_0_button_link','field_56b3fab145574'),(39176,1749,'right_tab_0_spacer','1'),(39177,1749,'_right_tab_0_spacer','field_56b3fab145575'),(39178,1749,'right_tab_1_contact_title','Please feel free to contact me:'),(39179,1749,'_right_tab_1_contact_title','field_56b4001eb0921'),(39180,1749,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(39181,1749,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(39182,1749,'right_tab_1_contact_values_0_contact_value_right',''),(39183,1749,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(39184,1749,'right_tab_1_contact_values_0_link',''),(39185,1749,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(39186,1749,'right_tab_1_contact_values_0_link_type',''),(39187,1749,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(39188,1749,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(39189,1749,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(39190,1749,'right_tab_1_contact_values_1_contact_value_right',''),(39191,1749,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(39192,1749,'right_tab_1_contact_values_1_link',''),(39193,1749,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(39194,1749,'right_tab_1_contact_values_1_link_type',''),(39195,1749,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(39196,1749,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(39197,1749,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(39198,1749,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(39199,1749,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(39200,1749,'right_tab_1_contact_values_2_link','+41793107090'),(39201,1749,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(39202,1749,'right_tab_1_contact_values_2_link_type','tel:'),(39203,1749,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(39204,1749,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(39205,1749,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(39206,1749,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(39207,1749,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(39208,1749,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(39209,1749,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(39210,1749,'right_tab_1_contact_values_3_link_type','mailto:'),(39211,1749,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(39212,1749,'right_tab_1_contact_icon','icon-mail'),(39213,1749,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(39214,1749,'right_tab_1_contact_values','4'),(39215,1749,'_right_tab_1_contact_values','field_56b3fde2ce062'),(39216,1749,'add_third_tab','0'),(39217,1749,'_add_third_tab','field_57f54e889b77c'),(39218,1749,'third_tab_name',''),(39219,1749,'_third_tab_name','field_57f54ea19b77d'),(39220,1749,'third_tab',''),(39221,1749,'_third_tab','field_57f54ec39b77e'),(39222,1749,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(39223,1749,'_right_tab_2_image','field_56b3fab145571'),(39224,1749,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(39225,1749,'_right_tab_2_content','field_56b3fab145572'),(39226,1749,'right_tab_2_button_label','Download VCard'),(39227,1749,'_right_tab_2_button_label','field_56b3fab145573'),(39228,1749,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(39229,1749,'_right_tab_2_button_link','field_56b3fab145574'),(39230,1749,'right_tab_2_spacer','1'),(39231,1749,'_right_tab_2_spacer','field_56b3fab145575'),(39232,1749,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(39233,1749,'_right_tab_1_image','field_56b3fab145571'),(39234,1749,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(39235,1749,'_right_tab_1_content','field_56b3fab145572'),(39236,1749,'right_tab_1_button_label','Download VCard'),(39237,1749,'_right_tab_1_button_label','field_56b3fab145573'),(39238,1749,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(39239,1749,'_right_tab_1_button_link','field_56b3fab145574'),(39240,1749,'right_tab_1_spacer','1'),(39241,1749,'_right_tab_1_spacer','field_56b3fab145575'),(39242,1749,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(39243,1749,'_right_tab_3_image','field_56b3fab145571'),(39244,1749,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\nHis prior credit trading role has provided practical P&L, hedging and risk management skill-set. Significant Equity and Credit Research history provides foundation for profitable investment decisions. Breadth of capital raising experience ranged from public and private equity, high yield, leveraged loans and convertible debt. Hands-on management experience in high technology start-up, heavy industrial manufacturing, operations, engineering, and contracting for complex, high risk applications.\r\n\r\n10+ years of aerospace experience in variety of roles, including 2300+ flight hours in US Navy Patrol (P-3C) and Tactical jet aircraft (EA-6B). White House service. Three military awards for exceptional leadership ability.'),(39245,1749,'_right_tab_3_content','field_56b3fab145572'),(39246,1749,'right_tab_3_button_label','Download VCard'),(39247,1749,'_right_tab_3_button_label','field_56b3fab145573'),(39248,1749,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(39249,1749,'_right_tab_3_button_link','field_56b3fab145574'),(39250,1749,'right_tab_3_spacer','1'),(39251,1749,'_right_tab_3_spacer','field_56b3fab145575'),(39252,1750,'builder','a:0:{}'),(39253,1750,'_builder','field_56b276ce702ac'),(39254,1750,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(39255,1750,'_left_tab','field_56b36c6deeda0'),(39256,1750,'add_second_tab','1'),(39257,1750,'_add_second_tab','field_56b36ca9eeda2'),(39258,1750,'right_tab','a:4:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";}'),(39259,1750,'_right_tab','field_56b3fab04554d'),(39260,1750,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(39261,1750,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(39262,1750,'left_tab_0_spacer','1'),(39263,1750,'_left_tab_0_spacer','field_56b371c577c8c'),(39264,1750,'left_tab_1_circle1','icon-grid'),(39265,1750,'_left_tab_1_circle1','field_56b3dc86da039'),(39266,1750,'left_tab_1_circle2','icon-turnaround'),(39267,1750,'_left_tab_1_circle2','field_56b3dc86da03a'),(39268,1750,'left_tab_1_circle3','icon-masonery'),(39269,1750,'_left_tab_1_circle3','field_56b3dc86da03b'),(39270,1750,'left_tab_1_circle1_label','Restructuring'),(39271,1750,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(39272,1750,'left_tab_1_circle2_label','Turnaround'),(39273,1750,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(39274,1750,'left_tab_1_circle3_label','Innovation'),(39275,1750,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(39276,1750,'left_tab_1_spacer','1'),(39277,1750,'_left_tab_1_spacer','field_56b3dc86da042'),(39278,1750,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(39279,1750,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(39280,1750,'left_tab_2_spacer','1'),(39281,1750,'_left_tab_2_spacer','field_56b371c577c8c'),(39282,1750,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(39283,1750,'_left_tab_3_image','field_56b373f3b6e44'),(39284,1750,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(39285,1750,'_left_tab_3_title','field_56b373afb6e42'),(39286,1750,'left_tab_3_button_label','Download PDF (312 kb)'),(39287,1750,'_left_tab_3_button_label','field_56b373ceb6e43'),(39288,1750,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(39289,1750,'_left_tab_3_button_link','field_56b374ff0ad17'),(39290,1750,'left_tab_name','Company'),(39291,1750,'_left_tab_name','field_56b3976017dce'),(39292,1750,'right_tab_name','People'),(39293,1750,'_right_tab_name','field_56b3978117dcf'),(39294,1750,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(39295,1750,'_right_tab_0_image','field_56b3fab145571'),(39296,1750,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(39297,1750,'_right_tab_0_content','field_56b3fab145572'),(39298,1750,'right_tab_0_button_label','Download VCard'),(39299,1750,'_right_tab_0_button_label','field_56b3fab145573'),(39300,1750,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(39301,1750,'_right_tab_0_button_link','field_56b3fab145574'),(39302,1750,'right_tab_0_spacer','1'),(39303,1750,'_right_tab_0_spacer','field_56b3fab145575'),(39304,1750,'right_tab_1_contact_title','Please feel free to contact me:'),(39305,1750,'_right_tab_1_contact_title','field_56b4001eb0921'),(39306,1750,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(39307,1750,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(39308,1750,'right_tab_1_contact_values_0_contact_value_right',''),(39309,1750,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(39310,1750,'right_tab_1_contact_values_0_link',''),(39311,1750,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(39312,1750,'right_tab_1_contact_values_0_link_type',''),(39313,1750,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(39314,1750,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(39315,1750,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(39316,1750,'right_tab_1_contact_values_1_contact_value_right',''),(39317,1750,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(39318,1750,'right_tab_1_contact_values_1_link',''),(39319,1750,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(39320,1750,'right_tab_1_contact_values_1_link_type',''),(39321,1750,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(39322,1750,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(39323,1750,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(39324,1750,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(39325,1750,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(39326,1750,'right_tab_1_contact_values_2_link','+41793107090'),(39327,1750,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(39328,1750,'right_tab_1_contact_values_2_link_type','tel:'),(39329,1750,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(39330,1750,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(39331,1750,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(39332,1750,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(39333,1750,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(39334,1750,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(39335,1750,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(39336,1750,'right_tab_1_contact_values_3_link_type','mailto:'),(39337,1750,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(39338,1750,'right_tab_1_contact_icon','icon-mail'),(39339,1750,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(39340,1750,'right_tab_1_contact_values','4'),(39341,1750,'_right_tab_1_contact_values','field_56b3fde2ce062'),(39342,1750,'add_third_tab','0'),(39343,1750,'_add_third_tab','field_57f54e889b77c'),(39344,1750,'third_tab_name',''),(39345,1750,'_third_tab_name','field_57f54ea19b77d'),(39346,1750,'third_tab',''),(39347,1750,'_third_tab','field_57f54ec39b77e'),(39348,1750,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(39349,1750,'_right_tab_2_image','field_56b3fab145571'),(39350,1750,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(39351,1750,'_right_tab_2_content','field_56b3fab145572'),(39352,1750,'right_tab_2_button_label','Download VCard'),(39353,1750,'_right_tab_2_button_label','field_56b3fab145573'),(39354,1750,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(39355,1750,'_right_tab_2_button_link','field_56b3fab145574'),(39356,1750,'right_tab_2_spacer','1'),(39357,1750,'_right_tab_2_spacer','field_56b3fab145575'),(39358,1750,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(39359,1750,'_right_tab_1_image','field_56b3fab145571'),(39360,1750,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(39361,1750,'_right_tab_1_content','field_56b3fab145572'),(39362,1750,'right_tab_1_button_label','Download VCard'),(39363,1750,'_right_tab_1_button_label','field_56b3fab145573'),(39364,1750,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(39365,1750,'_right_tab_1_button_link','field_56b3fab145574'),(39366,1750,'right_tab_1_spacer','1'),(39367,1750,'_right_tab_1_spacer','field_56b3fab145575'),(39368,1750,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(39369,1750,'_right_tab_3_image','field_56b3fab145571'),(39370,1750,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(39371,1750,'_right_tab_3_content','field_56b3fab145572'),(39372,1750,'right_tab_3_button_label','Download VCard'),(39373,1750,'_right_tab_3_button_label','field_56b3fab145573'),(39374,1750,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(39375,1750,'_right_tab_3_button_link','field_56b3fab145574'),(39376,1750,'right_tab_3_spacer','1'),(39377,1750,'_right_tab_3_spacer','field_56b3fab145575'),(39388,1751,'builder','a:0:{}'),(39389,1751,'_builder','field_56b276ce702ac'),(39390,1751,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(39391,1751,'_left_tab','field_56b36c6deeda0'),(39392,1751,'add_second_tab','1'),(39393,1751,'_add_second_tab','field_56b36ca9eeda2'),(39394,1751,'right_tab','a:5:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";}'),(39395,1751,'_right_tab','field_56b3fab04554d'),(39396,1751,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(39397,1751,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(39398,1751,'left_tab_0_spacer','1'),(39399,1751,'_left_tab_0_spacer','field_56b371c577c8c'),(39400,1751,'left_tab_1_circle1','icon-grid'),(39401,1751,'_left_tab_1_circle1','field_56b3dc86da039'),(39402,1751,'left_tab_1_circle2','icon-turnaround'),(39403,1751,'_left_tab_1_circle2','field_56b3dc86da03a'),(39404,1751,'left_tab_1_circle3','icon-masonery'),(39405,1751,'_left_tab_1_circle3','field_56b3dc86da03b'),(39406,1751,'left_tab_1_circle1_label','Restructuring'),(39407,1751,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(39408,1751,'left_tab_1_circle2_label','Turnaround'),(39409,1751,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(39410,1751,'left_tab_1_circle3_label','Innovation'),(39411,1751,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(39412,1751,'left_tab_1_spacer','1'),(39413,1751,'_left_tab_1_spacer','field_56b3dc86da042'),(39414,1751,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(39415,1751,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(39416,1751,'left_tab_2_spacer','1'),(39417,1751,'_left_tab_2_spacer','field_56b371c577c8c'),(39418,1751,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(39419,1751,'_left_tab_3_image','field_56b373f3b6e44'),(39420,1751,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(39421,1751,'_left_tab_3_title','field_56b373afb6e42'),(39422,1751,'left_tab_3_button_label','Download PDF (312 kb)'),(39423,1751,'_left_tab_3_button_label','field_56b373ceb6e43'),(39424,1751,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(39425,1751,'_left_tab_3_button_link','field_56b374ff0ad17'),(39426,1751,'left_tab_name','Company'),(39427,1751,'_left_tab_name','field_56b3976017dce'),(39428,1751,'right_tab_name','People'),(39429,1751,'_right_tab_name','field_56b3978117dcf'),(39430,1751,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(39431,1751,'_right_tab_0_image','field_56b3fab145571'),(39432,1751,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(39433,1751,'_right_tab_0_content','field_56b3fab145572'),(39434,1751,'right_tab_0_button_label','Download VCard'),(39435,1751,'_right_tab_0_button_label','field_56b3fab145573'),(39436,1751,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(39437,1751,'_right_tab_0_button_link','field_56b3fab145574'),(39438,1751,'right_tab_0_spacer','1'),(39439,1751,'_right_tab_0_spacer','field_56b3fab145575'),(39440,1751,'right_tab_1_contact_title','Please feel free to contact me:'),(39441,1751,'_right_tab_1_contact_title','field_56b4001eb0921'),(39442,1751,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(39443,1751,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(39444,1751,'right_tab_1_contact_values_0_contact_value_right',''),(39445,1751,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(39446,1751,'right_tab_1_contact_values_0_link',''),(39447,1751,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(39448,1751,'right_tab_1_contact_values_0_link_type',''),(39449,1751,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(39450,1751,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(39451,1751,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(39452,1751,'right_tab_1_contact_values_1_contact_value_right',''),(39453,1751,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(39454,1751,'right_tab_1_contact_values_1_link',''),(39455,1751,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(39456,1751,'right_tab_1_contact_values_1_link_type',''),(39457,1751,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(39458,1751,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(39459,1751,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(39460,1751,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(39461,1751,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(39462,1751,'right_tab_1_contact_values_2_link','+41793107090'),(39463,1751,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(39464,1751,'right_tab_1_contact_values_2_link_type','tel:'),(39465,1751,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(39466,1751,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(39467,1751,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(39468,1751,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(39469,1751,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(39470,1751,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(39471,1751,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(39472,1751,'right_tab_1_contact_values_3_link_type','mailto:'),(39473,1751,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(39474,1751,'right_tab_1_contact_icon','icon-mail'),(39475,1751,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(39476,1751,'right_tab_1_contact_values','4'),(39477,1751,'_right_tab_1_contact_values','field_56b3fde2ce062'),(39478,1751,'add_third_tab','0'),(39479,1751,'_add_third_tab','field_57f54e889b77c'),(39480,1751,'third_tab_name',''),(39481,1751,'_third_tab_name','field_57f54ea19b77d'),(39482,1751,'third_tab',''),(39483,1751,'_third_tab','field_57f54ec39b77e'),(39484,1751,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(39485,1751,'_right_tab_2_image','field_56b3fab145571'),(39486,1751,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(39487,1751,'_right_tab_2_content','field_56b3fab145572'),(39488,1751,'right_tab_2_button_label','Download VCard'),(39489,1751,'_right_tab_2_button_label','field_56b3fab145573'),(39490,1751,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(39491,1751,'_right_tab_2_button_link','field_56b3fab145574'),(39492,1751,'right_tab_2_spacer','1'),(39493,1751,'_right_tab_2_spacer','field_56b3fab145575'),(39494,1751,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(39495,1751,'_right_tab_1_image','field_56b3fab145571'),(39496,1751,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(39497,1751,'_right_tab_1_content','field_56b3fab145572'),(39498,1751,'right_tab_1_button_label','Download VCard'),(39499,1751,'_right_tab_1_button_label','field_56b3fab145573'),(39500,1751,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(39501,1751,'_right_tab_1_button_link','field_56b3fab145574'),(39502,1751,'right_tab_1_spacer','1'),(39503,1751,'_right_tab_1_spacer','field_56b3fab145575'),(39504,1751,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(39505,1751,'_right_tab_3_image','field_56b3fab145571'),(39506,1751,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(39507,1751,'_right_tab_3_content','field_56b3fab145572'),(39508,1751,'right_tab_3_button_label','Download VCard'),(39509,1751,'_right_tab_3_button_label','field_56b3fab145573'),(39510,1751,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(39511,1751,'_right_tab_3_button_link','field_56b3fab145574'),(39512,1751,'right_tab_3_spacer','1'),(39513,1751,'_right_tab_3_spacer','field_56b3fab145575'),(39514,1751,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Picture1.jpg'),(39515,1751,'_right_tab_4_image','field_56b3fab145571'),(39516,1751,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\n '),(39517,1751,'_right_tab_4_content','field_56b3fab145572'),(39518,1751,'right_tab_4_button_label',''),(39519,1751,'_right_tab_4_button_label','field_56b3fab145573'),(39520,1751,'right_tab_4_button_link',''),(39521,1751,'_right_tab_4_button_link','field_56b3fab145574'),(39522,1751,'right_tab_4_spacer','1'),(39523,1751,'_right_tab_4_spacer','field_56b3fab145575'),(39524,1752,'builder','a:0:{}'),(39525,1752,'_builder','field_56b276ce702ac'),(39526,1752,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(39527,1752,'_left_tab','field_56b36c6deeda0'),(39528,1752,'add_second_tab','1'),(39529,1752,'_add_second_tab','field_56b36ca9eeda2'),(39530,1752,'right_tab','a:5:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";}'),(39531,1752,'_right_tab','field_56b3fab04554d'),(39532,1752,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(39533,1752,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(39534,1752,'left_tab_0_spacer','1'),(39535,1752,'_left_tab_0_spacer','field_56b371c577c8c'),(39536,1752,'left_tab_1_circle1','icon-grid'),(39537,1752,'_left_tab_1_circle1','field_56b3dc86da039'),(39538,1752,'left_tab_1_circle2','icon-turnaround'),(39539,1752,'_left_tab_1_circle2','field_56b3dc86da03a'),(39540,1752,'left_tab_1_circle3','icon-masonery'),(39541,1752,'_left_tab_1_circle3','field_56b3dc86da03b'),(39542,1752,'left_tab_1_circle1_label','Restructuring'),(39543,1752,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(39544,1752,'left_tab_1_circle2_label','Turnaround'),(39545,1752,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(39546,1752,'left_tab_1_circle3_label','Innovation'),(39547,1752,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(39548,1752,'left_tab_1_spacer','1'),(39549,1752,'_left_tab_1_spacer','field_56b3dc86da042'),(39550,1752,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(39551,1752,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(39552,1752,'left_tab_2_spacer','1'),(39553,1752,'_left_tab_2_spacer','field_56b371c577c8c'),(39554,1752,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(39555,1752,'_left_tab_3_image','field_56b373f3b6e44'),(39556,1752,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(39557,1752,'_left_tab_3_title','field_56b373afb6e42'),(39558,1752,'left_tab_3_button_label','Download PDF (312 kb)'),(39559,1752,'_left_tab_3_button_label','field_56b373ceb6e43'),(39560,1752,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(39561,1752,'_left_tab_3_button_link','field_56b374ff0ad17'),(39562,1752,'left_tab_name','Company'),(39563,1752,'_left_tab_name','field_56b3976017dce'),(39564,1752,'right_tab_name','People'),(39565,1752,'_right_tab_name','field_56b3978117dcf'),(39566,1752,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(39567,1752,'_right_tab_0_image','field_56b3fab145571'),(39568,1752,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(39569,1752,'_right_tab_0_content','field_56b3fab145572'),(39570,1752,'right_tab_0_button_label','Download VCard'),(39571,1752,'_right_tab_0_button_label','field_56b3fab145573'),(39572,1752,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(39573,1752,'_right_tab_0_button_link','field_56b3fab145574'),(39574,1752,'right_tab_0_spacer','1'),(39575,1752,'_right_tab_0_spacer','field_56b3fab145575'),(39576,1752,'right_tab_1_contact_title','Please feel free to contact me:'),(39577,1752,'_right_tab_1_contact_title','field_56b4001eb0921'),(39578,1752,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(39579,1752,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(39580,1752,'right_tab_1_contact_values_0_contact_value_right',''),(39581,1752,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(39582,1752,'right_tab_1_contact_values_0_link',''),(39583,1752,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(39584,1752,'right_tab_1_contact_values_0_link_type',''),(39585,1752,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(39586,1752,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(39587,1752,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(39588,1752,'right_tab_1_contact_values_1_contact_value_right',''),(39589,1752,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(39590,1752,'right_tab_1_contact_values_1_link',''),(39591,1752,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(39592,1752,'right_tab_1_contact_values_1_link_type',''),(39593,1752,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(39594,1752,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(39595,1752,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(39596,1752,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(39597,1752,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(39598,1752,'right_tab_1_contact_values_2_link','+41793107090'),(39599,1752,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(39600,1752,'right_tab_1_contact_values_2_link_type','tel:'),(39601,1752,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(39602,1752,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(39603,1752,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(39604,1752,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(39605,1752,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(39606,1752,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(39607,1752,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(39608,1752,'right_tab_1_contact_values_3_link_type','mailto:'),(39609,1752,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(39610,1752,'right_tab_1_contact_icon','icon-mail'),(39611,1752,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(39612,1752,'right_tab_1_contact_values','4'),(39613,1752,'_right_tab_1_contact_values','field_56b3fde2ce062'),(39614,1752,'add_third_tab','0'),(39615,1752,'_add_third_tab','field_57f54e889b77c'),(39616,1752,'third_tab_name',''),(39617,1752,'_third_tab_name','field_57f54ea19b77d'),(39618,1752,'third_tab',''),(39619,1752,'_third_tab','field_57f54ec39b77e'),(39620,1752,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(39621,1752,'_right_tab_2_image','field_56b3fab145571'),(39622,1752,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(39623,1752,'_right_tab_2_content','field_56b3fab145572'),(39624,1752,'right_tab_2_button_label','Download VCard'),(39625,1752,'_right_tab_2_button_label','field_56b3fab145573'),(39626,1752,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(39627,1752,'_right_tab_2_button_link','field_56b3fab145574'),(39628,1752,'right_tab_2_spacer','1'),(39629,1752,'_right_tab_2_spacer','field_56b3fab145575'),(39630,1752,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(39631,1752,'_right_tab_1_image','field_56b3fab145571'),(39632,1752,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(39633,1752,'_right_tab_1_content','field_56b3fab145572'),(39634,1752,'right_tab_1_button_label','Download VCard'),(39635,1752,'_right_tab_1_button_label','field_56b3fab145573'),(39636,1752,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(39637,1752,'_right_tab_1_button_link','field_56b3fab145574'),(39638,1752,'right_tab_1_spacer','1'),(39639,1752,'_right_tab_1_spacer','field_56b3fab145575'),(39640,1752,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(39641,1752,'_right_tab_3_image','field_56b3fab145571'),(39642,1752,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(39643,1752,'_right_tab_3_content','field_56b3fab145572'),(39644,1752,'right_tab_3_button_label','Download VCard'),(39645,1752,'_right_tab_3_button_label','field_56b3fab145573'),(39646,1752,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(39647,1752,'_right_tab_3_button_link','field_56b3fab145574'),(39648,1752,'right_tab_3_spacer','1'),(39649,1752,'_right_tab_3_spacer','field_56b3fab145575'),(39650,1752,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Picture1.jpg'),(39651,1752,'_right_tab_4_image','field_56b3fab145571'),(39652,1752,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia all relevant to the businesses of Victoria Group.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(39653,1752,'_right_tab_4_content','field_56b3fab145572'),(39654,1752,'right_tab_4_button_label',''),(39655,1752,'_right_tab_4_button_label','field_56b3fab145573'),(39656,1752,'right_tab_4_button_link',''),(39657,1752,'_right_tab_4_button_link','field_56b3fab145574'),(39658,1752,'right_tab_4_spacer','1'),(39659,1752,'_right_tab_4_spacer','field_56b3fab145575'),(39660,1753,'builder','a:0:{}'),(39661,1753,'_builder','field_56b276ce702ac'),(39662,1753,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(39663,1753,'_left_tab','field_56b36c6deeda0'),(39664,1753,'add_second_tab','1'),(39665,1753,'_add_second_tab','field_56b36ca9eeda2'),(39666,1753,'right_tab','a:5:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";}'),(39667,1753,'_right_tab','field_56b3fab04554d'),(39668,1753,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(39669,1753,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(39670,1753,'left_tab_0_spacer','1'),(39671,1753,'_left_tab_0_spacer','field_56b371c577c8c'),(39672,1753,'left_tab_1_circle1','icon-grid'),(39673,1753,'_left_tab_1_circle1','field_56b3dc86da039'),(39674,1753,'left_tab_1_circle2','icon-turnaround'),(39675,1753,'_left_tab_1_circle2','field_56b3dc86da03a'),(39676,1753,'left_tab_1_circle3','icon-masonery'),(39677,1753,'_left_tab_1_circle3','field_56b3dc86da03b'),(39678,1753,'left_tab_1_circle1_label','Restructuring'),(39679,1753,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(39680,1753,'left_tab_1_circle2_label','Turnaround'),(39681,1753,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(39682,1753,'left_tab_1_circle3_label','Innovation'),(39683,1753,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(39684,1753,'left_tab_1_spacer','1'),(39685,1753,'_left_tab_1_spacer','field_56b3dc86da042'),(39686,1753,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(39687,1753,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(39688,1753,'left_tab_2_spacer','1'),(39689,1753,'_left_tab_2_spacer','field_56b371c577c8c'),(39690,1753,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(39691,1753,'_left_tab_3_image','field_56b373f3b6e44'),(39692,1753,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(39693,1753,'_left_tab_3_title','field_56b373afb6e42'),(39694,1753,'left_tab_3_button_label','Download PDF (312 kb)'),(39695,1753,'_left_tab_3_button_label','field_56b373ceb6e43'),(39696,1753,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(39697,1753,'_left_tab_3_button_link','field_56b374ff0ad17'),(39698,1753,'left_tab_name','Company'),(39699,1753,'_left_tab_name','field_56b3976017dce'),(39700,1753,'right_tab_name','People'),(39701,1753,'_right_tab_name','field_56b3978117dcf'),(39702,1753,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(39703,1753,'_right_tab_0_image','field_56b3fab145571'),(39704,1753,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(39705,1753,'_right_tab_0_content','field_56b3fab145572'),(39706,1753,'right_tab_0_button_label','Download VCard'),(39707,1753,'_right_tab_0_button_label','field_56b3fab145573'),(39708,1753,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(39709,1753,'_right_tab_0_button_link','field_56b3fab145574'),(39710,1753,'right_tab_0_spacer','1'),(39711,1753,'_right_tab_0_spacer','field_56b3fab145575'),(39712,1753,'right_tab_1_contact_title','Please feel free to contact me:'),(39713,1753,'_right_tab_1_contact_title','field_56b4001eb0921'),(39714,1753,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(39715,1753,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(39716,1753,'right_tab_1_contact_values_0_contact_value_right',''),(39717,1753,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(39718,1753,'right_tab_1_contact_values_0_link',''),(39719,1753,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(39720,1753,'right_tab_1_contact_values_0_link_type',''),(39721,1753,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(39722,1753,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(39723,1753,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(39724,1753,'right_tab_1_contact_values_1_contact_value_right',''),(39725,1753,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(39726,1753,'right_tab_1_contact_values_1_link',''),(39727,1753,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(39728,1753,'right_tab_1_contact_values_1_link_type',''),(39729,1753,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(39730,1753,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(39731,1753,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(39732,1753,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(39733,1753,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(39734,1753,'right_tab_1_contact_values_2_link','+41793107090'),(39735,1753,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(39736,1753,'right_tab_1_contact_values_2_link_type','tel:'),(39737,1753,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(39738,1753,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(39739,1753,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(39740,1753,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(39741,1753,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(39742,1753,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(39743,1753,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(39744,1753,'right_tab_1_contact_values_3_link_type','mailto:'),(39745,1753,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(39746,1753,'right_tab_1_contact_icon','icon-mail'),(39747,1753,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(39748,1753,'right_tab_1_contact_values','4'),(39749,1753,'_right_tab_1_contact_values','field_56b3fde2ce062'),(39750,1753,'add_third_tab','0'),(39751,1753,'_add_third_tab','field_57f54e889b77c'),(39752,1753,'third_tab_name',''),(39753,1753,'_third_tab_name','field_57f54ea19b77d'),(39754,1753,'third_tab',''),(39755,1753,'_third_tab','field_57f54ec39b77e'),(39756,1753,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(39757,1753,'_right_tab_2_image','field_56b3fab145571'),(39758,1753,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(39759,1753,'_right_tab_2_content','field_56b3fab145572'),(39760,1753,'right_tab_2_button_label','Download VCard'),(39761,1753,'_right_tab_2_button_label','field_56b3fab145573'),(39762,1753,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(39763,1753,'_right_tab_2_button_link','field_56b3fab145574'),(39764,1753,'right_tab_2_spacer','1'),(39765,1753,'_right_tab_2_spacer','field_56b3fab145575'),(39766,1753,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(39767,1753,'_right_tab_1_image','field_56b3fab145571'),(39768,1753,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(39769,1753,'_right_tab_1_content','field_56b3fab145572'),(39770,1753,'right_tab_1_button_label','Download VCard'),(39771,1753,'_right_tab_1_button_label','field_56b3fab145573'),(39772,1753,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(39773,1753,'_right_tab_1_button_link','field_56b3fab145574'),(39774,1753,'right_tab_1_spacer','1'),(39775,1753,'_right_tab_1_spacer','field_56b3fab145575'),(39776,1753,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(39777,1753,'_right_tab_3_image','field_56b3fab145571'),(39778,1753,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(39779,1753,'_right_tab_3_content','field_56b3fab145572'),(39780,1753,'right_tab_3_button_label','Download VCard'),(39781,1753,'_right_tab_3_button_label','field_56b3fab145573'),(39782,1753,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(39783,1753,'_right_tab_3_button_link','field_56b3fab145574'),(39784,1753,'right_tab_3_spacer','1'),(39785,1753,'_right_tab_3_spacer','field_56b3fab145575'),(39786,1753,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Picture1.jpg'),(39787,1753,'_right_tab_4_image','field_56b3fab145571'),(39788,1753,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia all relevant to the businesses of Victoria Group.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(39789,1753,'_right_tab_4_content','field_56b3fab145572'),(39790,1753,'right_tab_4_button_label','Download VCard'),(39791,1753,'_right_tab_4_button_label','field_56b3fab145573'),(39792,1753,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(39793,1753,'_right_tab_4_button_link','field_56b3fab145574'),(39794,1753,'right_tab_4_spacer','1'),(39795,1753,'_right_tab_4_spacer','field_56b3fab145575'),(39796,1754,'builder','a:0:{}'),(39797,1754,'_builder','field_56b276ce702ac'),(39798,1754,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(39799,1754,'_left_tab','field_56b36c6deeda0'),(39800,1754,'add_second_tab','1'),(39801,1754,'_add_second_tab','field_56b36ca9eeda2'),(39802,1754,'right_tab','a:5:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";}'),(39803,1754,'_right_tab','field_56b3fab04554d'),(39804,1754,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(39805,1754,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(39806,1754,'left_tab_0_spacer','1'),(39807,1754,'_left_tab_0_spacer','field_56b371c577c8c'),(39808,1754,'left_tab_1_circle1','icon-grid'),(39809,1754,'_left_tab_1_circle1','field_56b3dc86da039'),(39810,1754,'left_tab_1_circle2','icon-turnaround'),(39811,1754,'_left_tab_1_circle2','field_56b3dc86da03a'),(39812,1754,'left_tab_1_circle3','icon-masonery'),(39813,1754,'_left_tab_1_circle3','field_56b3dc86da03b'),(39814,1754,'left_tab_1_circle1_label','Restructuring'),(39815,1754,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(39816,1754,'left_tab_1_circle2_label','Turnaround'),(39817,1754,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(39818,1754,'left_tab_1_circle3_label','Innovation'),(39819,1754,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(39820,1754,'left_tab_1_spacer','1'),(39821,1754,'_left_tab_1_spacer','field_56b3dc86da042'),(39822,1754,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(39823,1754,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(39824,1754,'left_tab_2_spacer','1'),(39825,1754,'_left_tab_2_spacer','field_56b371c577c8c'),(39826,1754,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(39827,1754,'_left_tab_3_image','field_56b373f3b6e44'),(39828,1754,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(39829,1754,'_left_tab_3_title','field_56b373afb6e42'),(39830,1754,'left_tab_3_button_label','Download PDF (312 kb)'),(39831,1754,'_left_tab_3_button_label','field_56b373ceb6e43'),(39832,1754,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(39833,1754,'_left_tab_3_button_link','field_56b374ff0ad17'),(39834,1754,'left_tab_name','Company'),(39835,1754,'_left_tab_name','field_56b3976017dce'),(39836,1754,'right_tab_name','People'),(39837,1754,'_right_tab_name','field_56b3978117dcf'),(39838,1754,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(39839,1754,'_right_tab_0_image','field_56b3fab145571'),(39840,1754,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(39841,1754,'_right_tab_0_content','field_56b3fab145572'),(39842,1754,'right_tab_0_button_label','Download VCard'),(39843,1754,'_right_tab_0_button_label','field_56b3fab145573'),(39844,1754,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(39845,1754,'_right_tab_0_button_link','field_56b3fab145574'),(39846,1754,'right_tab_0_spacer','1'),(39847,1754,'_right_tab_0_spacer','field_56b3fab145575'),(39848,1754,'right_tab_1_contact_title','Please feel free to contact me:'),(39849,1754,'_right_tab_1_contact_title','field_56b4001eb0921'),(39850,1754,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(39851,1754,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(39852,1754,'right_tab_1_contact_values_0_contact_value_right',''),(39853,1754,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(39854,1754,'right_tab_1_contact_values_0_link',''),(39855,1754,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(39856,1754,'right_tab_1_contact_values_0_link_type',''),(39857,1754,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(39858,1754,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(39859,1754,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(39860,1754,'right_tab_1_contact_values_1_contact_value_right',''),(39861,1754,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(39862,1754,'right_tab_1_contact_values_1_link',''),(39863,1754,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(39864,1754,'right_tab_1_contact_values_1_link_type',''),(39865,1754,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(39866,1754,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(39867,1754,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(39868,1754,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(39869,1754,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(39870,1754,'right_tab_1_contact_values_2_link','+41793107090'),(39871,1754,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(39872,1754,'right_tab_1_contact_values_2_link_type','tel:'),(39873,1754,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(39874,1754,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(39875,1754,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(39876,1754,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(39877,1754,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(39878,1754,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(39879,1754,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(39880,1754,'right_tab_1_contact_values_3_link_type','mailto:'),(39881,1754,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(39882,1754,'right_tab_1_contact_icon','icon-mail'),(39883,1754,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(39884,1754,'right_tab_1_contact_values','4'),(39885,1754,'_right_tab_1_contact_values','field_56b3fde2ce062'),(39886,1754,'add_third_tab','0'),(39887,1754,'_add_third_tab','field_57f54e889b77c'),(39888,1754,'third_tab_name',''),(39889,1754,'_third_tab_name','field_57f54ea19b77d'),(39890,1754,'third_tab',''),(39891,1754,'_third_tab','field_57f54ec39b77e'),(39892,1754,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(39893,1754,'_right_tab_2_image','field_56b3fab145571'),(39894,1754,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(39895,1754,'_right_tab_2_content','field_56b3fab145572'),(39896,1754,'right_tab_2_button_label','Download VCard'),(39897,1754,'_right_tab_2_button_label','field_56b3fab145573'),(39898,1754,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(39899,1754,'_right_tab_2_button_link','field_56b3fab145574'),(39900,1754,'right_tab_2_spacer','1'),(39901,1754,'_right_tab_2_spacer','field_56b3fab145575'),(39902,1754,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(39903,1754,'_right_tab_1_image','field_56b3fab145571'),(39904,1754,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(39905,1754,'_right_tab_1_content','field_56b3fab145572'),(39906,1754,'right_tab_1_button_label','Download VCard'),(39907,1754,'_right_tab_1_button_label','field_56b3fab145573'),(39908,1754,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(39909,1754,'_right_tab_1_button_link','field_56b3fab145574'),(39910,1754,'right_tab_1_spacer','1'),(39911,1754,'_right_tab_1_spacer','field_56b3fab145575'),(39912,1754,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(39913,1754,'_right_tab_3_image','field_56b3fab145571'),(39914,1754,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(39915,1754,'_right_tab_3_content','field_56b3fab145572'),(39916,1754,'right_tab_3_button_label','Download VCard'),(39917,1754,'_right_tab_3_button_label','field_56b3fab145573'),(39918,1754,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(39919,1754,'_right_tab_3_button_link','field_56b3fab145574'),(39920,1754,'right_tab_3_spacer','1'),(39921,1754,'_right_tab_3_spacer','field_56b3fab145575'),(39922,1754,'right_tab_4_image',''),(39923,1754,'_right_tab_4_image','field_56b3fab145571'),(39924,1754,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia all relevant to the businesses of Victoria Group.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(39925,1754,'_right_tab_4_content','field_56b3fab145572'),(39926,1754,'right_tab_4_button_label','Download VCard'),(39927,1754,'_right_tab_4_button_label','field_56b3fab145573'),(39928,1754,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(39929,1754,'_right_tab_4_button_link','field_56b3fab145574'),(39930,1754,'right_tab_4_spacer','1'),(39931,1754,'_right_tab_4_spacer','field_56b3fab145575'),(39932,1755,'_wp_attached_file','Francois-photo.jpg'),(39933,1755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:560;s:4:\"file\";s:18:\"Francois-photo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Francois-photo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Francois-photo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:25:\"Francois-photo-86x109.jpg\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"footer\";a:4:{s:4:\"file\";s:24:\"Francois-photo-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;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:{}}}'),(39934,1756,'builder','a:0:{}'),(39935,1756,'_builder','field_56b276ce702ac'),(39936,1756,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(39937,1756,'_left_tab','field_56b36c6deeda0'),(39938,1756,'add_second_tab','1'),(39939,1756,'_add_second_tab','field_56b36ca9eeda2'),(39940,1756,'right_tab','a:6:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";}'),(39941,1756,'_right_tab','field_56b3fab04554d'),(39942,1756,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(39943,1756,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(39944,1756,'left_tab_0_spacer','1'),(39945,1756,'_left_tab_0_spacer','field_56b371c577c8c'),(39946,1756,'left_tab_1_circle1','icon-grid'),(39947,1756,'_left_tab_1_circle1','field_56b3dc86da039'),(39948,1756,'left_tab_1_circle2','icon-turnaround'),(39949,1756,'_left_tab_1_circle2','field_56b3dc86da03a'),(39950,1756,'left_tab_1_circle3','icon-masonery'),(39951,1756,'_left_tab_1_circle3','field_56b3dc86da03b'),(39952,1756,'left_tab_1_circle1_label','Restructuring'),(39953,1756,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(39954,1756,'left_tab_1_circle2_label','Turnaround'),(39955,1756,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(39956,1756,'left_tab_1_circle3_label','Innovation'),(39957,1756,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(39958,1756,'left_tab_1_spacer','1'),(39959,1756,'_left_tab_1_spacer','field_56b3dc86da042'),(39960,1756,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(39961,1756,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(39962,1756,'left_tab_2_spacer','1'),(39963,1756,'_left_tab_2_spacer','field_56b371c577c8c'),(39964,1756,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(39965,1756,'_left_tab_3_image','field_56b373f3b6e44'),(39966,1756,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(39967,1756,'_left_tab_3_title','field_56b373afb6e42'),(39968,1756,'left_tab_3_button_label','Download PDF (312 kb)'),(39969,1756,'_left_tab_3_button_label','field_56b373ceb6e43'),(39970,1756,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(39971,1756,'_left_tab_3_button_link','field_56b374ff0ad17'),(39972,1756,'left_tab_name','Company'),(39973,1756,'_left_tab_name','field_56b3976017dce'),(39974,1756,'right_tab_name','People'),(39975,1756,'_right_tab_name','field_56b3978117dcf'),(39976,1756,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(39977,1756,'_right_tab_0_image','field_56b3fab145571'),(39978,1756,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(39979,1756,'_right_tab_0_content','field_56b3fab145572'),(39980,1756,'right_tab_0_button_label','Download VCard'),(39981,1756,'_right_tab_0_button_label','field_56b3fab145573'),(39982,1756,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(39983,1756,'_right_tab_0_button_link','field_56b3fab145574'),(39984,1756,'right_tab_0_spacer','1'),(39985,1756,'_right_tab_0_spacer','field_56b3fab145575'),(39986,1756,'right_tab_1_contact_title','Please feel free to contact me:'),(39987,1756,'_right_tab_1_contact_title','field_56b4001eb0921'),(39988,1756,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(39989,1756,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(39990,1756,'right_tab_1_contact_values_0_contact_value_right',''),(39991,1756,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(39992,1756,'right_tab_1_contact_values_0_link',''),(39993,1756,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(39994,1756,'right_tab_1_contact_values_0_link_type',''),(39995,1756,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(39996,1756,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(39997,1756,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(39998,1756,'right_tab_1_contact_values_1_contact_value_right',''),(39999,1756,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(40000,1756,'right_tab_1_contact_values_1_link',''),(40001,1756,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(40002,1756,'right_tab_1_contact_values_1_link_type',''),(40003,1756,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(40004,1756,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(40005,1756,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(40006,1756,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(40007,1756,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(40008,1756,'right_tab_1_contact_values_2_link','+41793107090'),(40009,1756,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(40010,1756,'right_tab_1_contact_values_2_link_type','tel:'),(40011,1756,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(40012,1756,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(40013,1756,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(40014,1756,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(40015,1756,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(40016,1756,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(40017,1756,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(40018,1756,'right_tab_1_contact_values_3_link_type','mailto:'),(40019,1756,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(40020,1756,'right_tab_1_contact_icon','icon-mail'),(40021,1756,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(40022,1756,'right_tab_1_contact_values','4'),(40023,1756,'_right_tab_1_contact_values','field_56b3fde2ce062'),(40024,1756,'add_third_tab','0'),(40025,1756,'_add_third_tab','field_57f54e889b77c'),(40026,1756,'third_tab_name',''),(40027,1756,'_third_tab_name','field_57f54ea19b77d'),(40028,1756,'third_tab',''),(40029,1756,'_third_tab','field_57f54ec39b77e'),(40030,1756,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(40031,1756,'_right_tab_2_image','field_56b3fab145571'),(40032,1756,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(40033,1756,'_right_tab_2_content','field_56b3fab145572'),(40034,1756,'right_tab_2_button_label','Download VCard'),(40035,1756,'_right_tab_2_button_label','field_56b3fab145573'),(40036,1756,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(40037,1756,'_right_tab_2_button_link','field_56b3fab145574'),(40038,1756,'right_tab_2_spacer','1'),(40039,1756,'_right_tab_2_spacer','field_56b3fab145575'),(40040,1756,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(40041,1756,'_right_tab_1_image','field_56b3fab145571'),(40042,1756,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(40043,1756,'_right_tab_1_content','field_56b3fab145572'),(40044,1756,'right_tab_1_button_label','Download VCard'),(40045,1756,'_right_tab_1_button_label','field_56b3fab145573'),(40046,1756,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(40047,1756,'_right_tab_1_button_link','field_56b3fab145574'),(40048,1756,'right_tab_1_spacer','1'),(40049,1756,'_right_tab_1_spacer','field_56b3fab145575'),(40050,1756,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(40051,1756,'_right_tab_3_image','field_56b3fab145571'),(40052,1756,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(40053,1756,'_right_tab_3_content','field_56b3fab145572'),(40054,1756,'right_tab_3_button_label','Download VCard'),(40055,1756,'_right_tab_3_button_label','field_56b3fab145573'),(40056,1756,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(40057,1756,'_right_tab_3_button_link','field_56b3fab145574'),(40058,1756,'right_tab_3_spacer','1'),(40059,1756,'_right_tab_3_spacer','field_56b3fab145575'),(40060,1756,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(40061,1756,'_right_tab_4_image','field_56b3fab145571'),(40062,1756,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia all relevant to the businesses of Victoria Group.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(40063,1756,'_right_tab_4_content','field_56b3fab145572'),(40064,1756,'right_tab_4_button_label','Download VCard'),(40065,1756,'_right_tab_4_button_label','field_56b3fab145573'),(40066,1756,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(40067,1756,'_right_tab_4_button_link','field_56b3fab145574'),(40068,1756,'right_tab_4_spacer','1'),(40069,1756,'_right_tab_4_spacer','field_56b3fab145575'),(40080,1756,'right_tab_5_image',''),(40081,1756,'_right_tab_5_image','field_56b3fab145571'),(40082,1756,'right_tab_5_content',''),(40083,1756,'_right_tab_5_content','field_56b3fab145572'),(40084,1756,'right_tab_5_button_label',''),(40085,1756,'_right_tab_5_button_label','field_56b3fab145573'),(40086,1756,'right_tab_5_button_link',''),(40087,1756,'_right_tab_5_button_link','field_56b3fab145574'),(40088,1756,'right_tab_5_spacer','1'),(40089,1756,'_right_tab_5_spacer','field_56b3fab145575'),(40090,1757,'builder','a:0:{}'),(40091,1757,'_builder','field_56b276ce702ac'),(40092,1757,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(40093,1757,'_left_tab','field_56b36c6deeda0'),(40094,1757,'add_second_tab','1'),(40095,1757,'_add_second_tab','field_56b36ca9eeda2'),(40096,1757,'right_tab','a:6:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";}'),(40097,1757,'_right_tab','field_56b3fab04554d'),(40098,1757,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(40099,1757,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(40100,1757,'left_tab_0_spacer','1'),(40101,1757,'_left_tab_0_spacer','field_56b371c577c8c'),(40102,1757,'left_tab_1_circle1','icon-grid'),(40103,1757,'_left_tab_1_circle1','field_56b3dc86da039'),(40104,1757,'left_tab_1_circle2','icon-turnaround'),(40105,1757,'_left_tab_1_circle2','field_56b3dc86da03a'),(40106,1757,'left_tab_1_circle3','icon-masonery'),(40107,1757,'_left_tab_1_circle3','field_56b3dc86da03b'),(40108,1757,'left_tab_1_circle1_label','Restructuring'),(40109,1757,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(40110,1757,'left_tab_1_circle2_label','Turnaround'),(40111,1757,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(40112,1757,'left_tab_1_circle3_label','Innovation'),(40113,1757,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(40114,1757,'left_tab_1_spacer','1'),(40115,1757,'_left_tab_1_spacer','field_56b3dc86da042'),(40116,1757,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(40117,1757,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(40118,1757,'left_tab_2_spacer','1'),(40119,1757,'_left_tab_2_spacer','field_56b371c577c8c'),(40120,1757,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(40121,1757,'_left_tab_3_image','field_56b373f3b6e44'),(40122,1757,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(40123,1757,'_left_tab_3_title','field_56b373afb6e42'),(40124,1757,'left_tab_3_button_label','Download PDF (312 kb)'),(40125,1757,'_left_tab_3_button_label','field_56b373ceb6e43'),(40126,1757,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(40127,1757,'_left_tab_3_button_link','field_56b374ff0ad17'),(40128,1757,'left_tab_name','Company'),(40129,1757,'_left_tab_name','field_56b3976017dce'),(40130,1757,'right_tab_name','People'),(40131,1757,'_right_tab_name','field_56b3978117dcf'),(40132,1757,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(40133,1757,'_right_tab_0_image','field_56b3fab145571'),(40134,1757,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(40135,1757,'_right_tab_0_content','field_56b3fab145572'),(40136,1757,'right_tab_0_button_label','Download VCard'),(40137,1757,'_right_tab_0_button_label','field_56b3fab145573'),(40138,1757,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(40139,1757,'_right_tab_0_button_link','field_56b3fab145574'),(40140,1757,'right_tab_0_spacer','1'),(40141,1757,'_right_tab_0_spacer','field_56b3fab145575'),(40142,1757,'right_tab_1_contact_title','Please feel free to contact me:'),(40143,1757,'_right_tab_1_contact_title','field_56b4001eb0921'),(40144,1757,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(40145,1757,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(40146,1757,'right_tab_1_contact_values_0_contact_value_right',''),(40147,1757,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(40148,1757,'right_tab_1_contact_values_0_link',''),(40149,1757,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(40150,1757,'right_tab_1_contact_values_0_link_type',''),(40151,1757,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(40152,1757,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(40153,1757,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(40154,1757,'right_tab_1_contact_values_1_contact_value_right',''),(40155,1757,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(40156,1757,'right_tab_1_contact_values_1_link',''),(40157,1757,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(40158,1757,'right_tab_1_contact_values_1_link_type',''),(40159,1757,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(40160,1757,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(40161,1757,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(40162,1757,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(40163,1757,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(40164,1757,'right_tab_1_contact_values_2_link','+41793107090'),(40165,1757,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(40166,1757,'right_tab_1_contact_values_2_link_type','tel:'),(40167,1757,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(40168,1757,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(40169,1757,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(40170,1757,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(40171,1757,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(40172,1757,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(40173,1757,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(40174,1757,'right_tab_1_contact_values_3_link_type','mailto:'),(40175,1757,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(40176,1757,'right_tab_1_contact_icon','icon-mail'),(40177,1757,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(40178,1757,'right_tab_1_contact_values','4'),(40179,1757,'_right_tab_1_contact_values','field_56b3fde2ce062'),(40180,1757,'add_third_tab','0'),(40181,1757,'_add_third_tab','field_57f54e889b77c'),(40182,1757,'third_tab_name',''),(40183,1757,'_third_tab_name','field_57f54ea19b77d'),(40184,1757,'third_tab',''),(40185,1757,'_third_tab','field_57f54ec39b77e'),(40186,1757,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(40187,1757,'_right_tab_2_image','field_56b3fab145571'),(40188,1757,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(40189,1757,'_right_tab_2_content','field_56b3fab145572'),(40190,1757,'right_tab_2_button_label','Download VCard'),(40191,1757,'_right_tab_2_button_label','field_56b3fab145573'),(40192,1757,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(40193,1757,'_right_tab_2_button_link','field_56b3fab145574'),(40194,1757,'right_tab_2_spacer','1'),(40195,1757,'_right_tab_2_spacer','field_56b3fab145575'),(40196,1757,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(40197,1757,'_right_tab_1_image','field_56b3fab145571'),(40198,1757,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(40199,1757,'_right_tab_1_content','field_56b3fab145572'),(40200,1757,'right_tab_1_button_label','Download VCard'),(40201,1757,'_right_tab_1_button_label','field_56b3fab145573'),(40202,1757,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(40203,1757,'_right_tab_1_button_link','field_56b3fab145574'),(40204,1757,'right_tab_1_spacer','1'),(40205,1757,'_right_tab_1_spacer','field_56b3fab145575'),(40206,1757,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(40207,1757,'_right_tab_3_image','field_56b3fab145571'),(40208,1757,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(40209,1757,'_right_tab_3_content','field_56b3fab145572'),(40210,1757,'right_tab_3_button_label','Download VCard'),(40211,1757,'_right_tab_3_button_label','field_56b3fab145573'),(40212,1757,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(40213,1757,'_right_tab_3_button_link','field_56b3fab145574'),(40214,1757,'right_tab_3_spacer','1'),(40215,1757,'_right_tab_3_spacer','field_56b3fab145575'),(40216,1757,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(40217,1757,'_right_tab_4_image','field_56b3fab145571'),(40218,1757,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia all relevant to the businesses of Victoria Group.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(40219,1757,'_right_tab_4_content','field_56b3fab145572'),(40220,1757,'right_tab_4_button_label','Download VCard'),(40221,1757,'_right_tab_4_button_label','field_56b3fab145573'),(40222,1757,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(40223,1757,'_right_tab_4_button_link','field_56b3fab145574'),(40224,1757,'right_tab_4_spacer','1'),(40225,1757,'_right_tab_4_spacer','field_56b3fab145575'),(40226,1757,'right_tab_5_image',''),(40227,1757,'_right_tab_5_image','field_56b3fab145571'),(40228,1757,'right_tab_5_content','Lidija\r\n<span style=\"color: #00ccff;\">Senior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>'),(40229,1757,'_right_tab_5_content','field_56b3fab145572'),(40230,1757,'right_tab_5_button_label',''),(40231,1757,'_right_tab_5_button_label','field_56b3fab145573'),(40232,1757,'right_tab_5_button_link',''),(40233,1757,'_right_tab_5_button_link','field_56b3fab145574'),(40234,1757,'right_tab_5_spacer','1'),(40235,1757,'_right_tab_5_spacer','field_56b3fab145575'),(40236,1758,'builder','a:0:{}'),(40237,1758,'_builder','field_56b276ce702ac'),(40238,1758,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(40239,1758,'_left_tab','field_56b36c6deeda0'),(40240,1758,'add_second_tab','1'),(40241,1758,'_add_second_tab','field_56b36ca9eeda2'),(40242,1758,'right_tab','a:6:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";}'),(40243,1758,'_right_tab','field_56b3fab04554d'),(40244,1758,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(40245,1758,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(40246,1758,'left_tab_0_spacer','1'),(40247,1758,'_left_tab_0_spacer','field_56b371c577c8c'),(40248,1758,'left_tab_1_circle1','icon-grid'),(40249,1758,'_left_tab_1_circle1','field_56b3dc86da039'),(40250,1758,'left_tab_1_circle2','icon-turnaround'),(40251,1758,'_left_tab_1_circle2','field_56b3dc86da03a'),(40252,1758,'left_tab_1_circle3','icon-masonery'),(40253,1758,'_left_tab_1_circle3','field_56b3dc86da03b'),(40254,1758,'left_tab_1_circle1_label','Restructuring'),(40255,1758,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(40256,1758,'left_tab_1_circle2_label','Turnaround'),(40257,1758,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(40258,1758,'left_tab_1_circle3_label','Innovation'),(40259,1758,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(40260,1758,'left_tab_1_spacer','1'),(40261,1758,'_left_tab_1_spacer','field_56b3dc86da042'),(40262,1758,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(40263,1758,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(40264,1758,'left_tab_2_spacer','1'),(40265,1758,'_left_tab_2_spacer','field_56b371c577c8c'),(40266,1758,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(40267,1758,'_left_tab_3_image','field_56b373f3b6e44'),(40268,1758,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(40269,1758,'_left_tab_3_title','field_56b373afb6e42'),(40270,1758,'left_tab_3_button_label','Download PDF (312 kb)'),(40271,1758,'_left_tab_3_button_label','field_56b373ceb6e43'),(40272,1758,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(40273,1758,'_left_tab_3_button_link','field_56b374ff0ad17'),(40274,1758,'left_tab_name','Company'),(40275,1758,'_left_tab_name','field_56b3976017dce'),(40276,1758,'right_tab_name','People'),(40277,1758,'_right_tab_name','field_56b3978117dcf'),(40278,1758,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(40279,1758,'_right_tab_0_image','field_56b3fab145571'),(40280,1758,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(40281,1758,'_right_tab_0_content','field_56b3fab145572'),(40282,1758,'right_tab_0_button_label','Download VCard'),(40283,1758,'_right_tab_0_button_label','field_56b3fab145573'),(40284,1758,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(40285,1758,'_right_tab_0_button_link','field_56b3fab145574'),(40286,1758,'right_tab_0_spacer','1'),(40287,1758,'_right_tab_0_spacer','field_56b3fab145575'),(40288,1758,'right_tab_1_contact_title','Please feel free to contact me:'),(40289,1758,'_right_tab_1_contact_title','field_56b4001eb0921'),(40290,1758,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(40291,1758,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(40292,1758,'right_tab_1_contact_values_0_contact_value_right',''),(40293,1758,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(40294,1758,'right_tab_1_contact_values_0_link',''),(40295,1758,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(40296,1758,'right_tab_1_contact_values_0_link_type',''),(40297,1758,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(40298,1758,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(40299,1758,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(40300,1758,'right_tab_1_contact_values_1_contact_value_right',''),(40301,1758,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(40302,1758,'right_tab_1_contact_values_1_link',''),(40303,1758,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(40304,1758,'right_tab_1_contact_values_1_link_type',''),(40305,1758,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(40306,1758,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(40307,1758,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(40308,1758,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(40309,1758,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(40310,1758,'right_tab_1_contact_values_2_link','+41793107090'),(40311,1758,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(40312,1758,'right_tab_1_contact_values_2_link_type','tel:'),(40313,1758,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(40314,1758,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(40315,1758,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(40316,1758,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(40317,1758,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(40318,1758,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(40319,1758,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(40320,1758,'right_tab_1_contact_values_3_link_type','mailto:'),(40321,1758,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(40322,1758,'right_tab_1_contact_icon','icon-mail'),(40323,1758,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(40324,1758,'right_tab_1_contact_values','4'),(40325,1758,'_right_tab_1_contact_values','field_56b3fde2ce062'),(40326,1758,'add_third_tab','0'),(40327,1758,'_add_third_tab','field_57f54e889b77c'),(40328,1758,'third_tab_name',''),(40329,1758,'_third_tab_name','field_57f54ea19b77d'),(40330,1758,'third_tab',''),(40331,1758,'_third_tab','field_57f54ec39b77e'),(40332,1758,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(40333,1758,'_right_tab_2_image','field_56b3fab145571'),(40334,1758,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(40335,1758,'_right_tab_2_content','field_56b3fab145572'),(40336,1758,'right_tab_2_button_label','Download VCard'),(40337,1758,'_right_tab_2_button_label','field_56b3fab145573'),(40338,1758,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(40339,1758,'_right_tab_2_button_link','field_56b3fab145574'),(40340,1758,'right_tab_2_spacer','1'),(40341,1758,'_right_tab_2_spacer','field_56b3fab145575'),(40342,1758,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(40343,1758,'_right_tab_1_image','field_56b3fab145571'),(40344,1758,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(40345,1758,'_right_tab_1_content','field_56b3fab145572'),(40346,1758,'right_tab_1_button_label','Download VCard'),(40347,1758,'_right_tab_1_button_label','field_56b3fab145573'),(40348,1758,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(40349,1758,'_right_tab_1_button_link','field_56b3fab145574'),(40350,1758,'right_tab_1_spacer','1'),(40351,1758,'_right_tab_1_spacer','field_56b3fab145575'),(40352,1758,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(40353,1758,'_right_tab_3_image','field_56b3fab145571'),(40354,1758,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(40355,1758,'_right_tab_3_content','field_56b3fab145572'),(40356,1758,'right_tab_3_button_label','Download VCard'),(40357,1758,'_right_tab_3_button_label','field_56b3fab145573'),(40358,1758,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(40359,1758,'_right_tab_3_button_link','field_56b3fab145574'),(40360,1758,'right_tab_3_spacer','1'),(40361,1758,'_right_tab_3_spacer','field_56b3fab145575'),(40362,1758,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(40363,1758,'_right_tab_4_image','field_56b3fab145571'),(40364,1758,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia all relevant to the businesses of Victoria Group.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(40365,1758,'_right_tab_4_content','field_56b3fab145572'),(40366,1758,'right_tab_4_button_label','Download VCard'),(40367,1758,'_right_tab_4_button_label','field_56b3fab145573'),(40368,1758,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(40369,1758,'_right_tab_4_button_link','field_56b3fab145574'),(40370,1758,'right_tab_4_spacer','1'),(40371,1758,'_right_tab_4_spacer','field_56b3fab145575'),(40372,1758,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Lidija.jpg'),(40373,1758,'_right_tab_5_image','field_56b3fab145571'),(40374,1758,'right_tab_5_content','Lidija\r\n<span style=\"color: #00ccff;\">Senior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>'),(40375,1758,'_right_tab_5_content','field_56b3fab145572'),(40376,1758,'right_tab_5_button_label',''),(40377,1758,'_right_tab_5_button_label','field_56b3fab145573'),(40378,1758,'right_tab_5_button_link',''),(40379,1758,'_right_tab_5_button_link','field_56b3fab145574'),(40380,1758,'right_tab_5_spacer','1'),(40381,1758,'_right_tab_5_spacer','field_56b3fab145575'),(40382,1759,'builder','a:0:{}'),(40383,1759,'_builder','field_56b276ce702ac'),(40384,1759,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(40385,1759,'_left_tab','field_56b36c6deeda0'),(40386,1759,'add_second_tab','1'),(40387,1759,'_add_second_tab','field_56b36ca9eeda2'),(40388,1759,'right_tab','a:6:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";}'),(40389,1759,'_right_tab','field_56b3fab04554d'),(40390,1759,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(40391,1759,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(40392,1759,'left_tab_0_spacer','1'),(40393,1759,'_left_tab_0_spacer','field_56b371c577c8c'),(40394,1759,'left_tab_1_circle1','icon-grid'),(40395,1759,'_left_tab_1_circle1','field_56b3dc86da039'),(40396,1759,'left_tab_1_circle2','icon-turnaround'),(40397,1759,'_left_tab_1_circle2','field_56b3dc86da03a'),(40398,1759,'left_tab_1_circle3','icon-masonery'),(40399,1759,'_left_tab_1_circle3','field_56b3dc86da03b'),(40400,1759,'left_tab_1_circle1_label','Restructuring'),(40401,1759,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(40402,1759,'left_tab_1_circle2_label','Turnaround'),(40403,1759,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(40404,1759,'left_tab_1_circle3_label','Innovation'),(40405,1759,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(40406,1759,'left_tab_1_spacer','1'),(40407,1759,'_left_tab_1_spacer','field_56b3dc86da042'),(40408,1759,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(40409,1759,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(40410,1759,'left_tab_2_spacer','1'),(40411,1759,'_left_tab_2_spacer','field_56b371c577c8c'),(40412,1759,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(40413,1759,'_left_tab_3_image','field_56b373f3b6e44'),(40414,1759,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(40415,1759,'_left_tab_3_title','field_56b373afb6e42'),(40416,1759,'left_tab_3_button_label','Download PDF (312 kb)'),(40417,1759,'_left_tab_3_button_label','field_56b373ceb6e43'),(40418,1759,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(40419,1759,'_left_tab_3_button_link','field_56b374ff0ad17'),(40420,1759,'left_tab_name','Company'),(40421,1759,'_left_tab_name','field_56b3976017dce'),(40422,1759,'right_tab_name','People'),(40423,1759,'_right_tab_name','field_56b3978117dcf'),(40424,1759,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(40425,1759,'_right_tab_0_image','field_56b3fab145571'),(40426,1759,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(40427,1759,'_right_tab_0_content','field_56b3fab145572'),(40428,1759,'right_tab_0_button_label','Download VCard'),(40429,1759,'_right_tab_0_button_label','field_56b3fab145573'),(40430,1759,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(40431,1759,'_right_tab_0_button_link','field_56b3fab145574'),(40432,1759,'right_tab_0_spacer','1'),(40433,1759,'_right_tab_0_spacer','field_56b3fab145575'),(40434,1759,'right_tab_1_contact_title','Please feel free to contact me:'),(40435,1759,'_right_tab_1_contact_title','field_56b4001eb0921'),(40436,1759,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(40437,1759,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(40438,1759,'right_tab_1_contact_values_0_contact_value_right',''),(40439,1759,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(40440,1759,'right_tab_1_contact_values_0_link',''),(40441,1759,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(40442,1759,'right_tab_1_contact_values_0_link_type',''),(40443,1759,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(40444,1759,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(40445,1759,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(40446,1759,'right_tab_1_contact_values_1_contact_value_right',''),(40447,1759,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(40448,1759,'right_tab_1_contact_values_1_link',''),(40449,1759,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(40450,1759,'right_tab_1_contact_values_1_link_type',''),(40451,1759,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(40452,1759,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(40453,1759,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(40454,1759,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(40455,1759,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(40456,1759,'right_tab_1_contact_values_2_link','+41793107090'),(40457,1759,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(40458,1759,'right_tab_1_contact_values_2_link_type','tel:'),(40459,1759,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(40460,1759,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(40461,1759,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(40462,1759,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(40463,1759,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(40464,1759,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(40465,1759,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(40466,1759,'right_tab_1_contact_values_3_link_type','mailto:'),(40467,1759,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(40468,1759,'right_tab_1_contact_icon','icon-mail'),(40469,1759,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(40470,1759,'right_tab_1_contact_values','4'),(40471,1759,'_right_tab_1_contact_values','field_56b3fde2ce062'),(40472,1759,'add_third_tab','0'),(40473,1759,'_add_third_tab','field_57f54e889b77c'),(40474,1759,'third_tab_name',''),(40475,1759,'_third_tab_name','field_57f54ea19b77d'),(40476,1759,'third_tab',''),(40477,1759,'_third_tab','field_57f54ec39b77e'),(40478,1759,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(40479,1759,'_right_tab_2_image','field_56b3fab145571'),(40480,1759,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(40481,1759,'_right_tab_2_content','field_56b3fab145572'),(40482,1759,'right_tab_2_button_label','Download VCard'),(40483,1759,'_right_tab_2_button_label','field_56b3fab145573'),(40484,1759,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(40485,1759,'_right_tab_2_button_link','field_56b3fab145574'),(40486,1759,'right_tab_2_spacer','1'),(40487,1759,'_right_tab_2_spacer','field_56b3fab145575'),(40488,1759,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(40489,1759,'_right_tab_1_image','field_56b3fab145571'),(40490,1759,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(40491,1759,'_right_tab_1_content','field_56b3fab145572'),(40492,1759,'right_tab_1_button_label','Download VCard'),(40493,1759,'_right_tab_1_button_label','field_56b3fab145573'),(40494,1759,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(40495,1759,'_right_tab_1_button_link','field_56b3fab145574'),(40496,1759,'right_tab_1_spacer','1'),(40497,1759,'_right_tab_1_spacer','field_56b3fab145575'),(40498,1759,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(40499,1759,'_right_tab_3_image','field_56b3fab145571'),(40500,1759,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(40501,1759,'_right_tab_3_content','field_56b3fab145572'),(40502,1759,'right_tab_3_button_label','Download VCard'),(40503,1759,'_right_tab_3_button_label','field_56b3fab145573'),(40504,1759,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(40505,1759,'_right_tab_3_button_link','field_56b3fab145574'),(40506,1759,'right_tab_3_spacer','1'),(40507,1759,'_right_tab_3_spacer','field_56b3fab145575'),(40508,1759,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(40509,1759,'_right_tab_4_image','field_56b3fab145571'),(40510,1759,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia all relevant to the businesses of Victoria Group.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(40511,1759,'_right_tab_4_content','field_56b3fab145572'),(40512,1759,'right_tab_4_button_label','Download VCard'),(40513,1759,'_right_tab_4_button_label','field_56b3fab145573'),(40514,1759,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(40515,1759,'_right_tab_4_button_link','field_56b3fab145574'),(40516,1759,'right_tab_4_spacer','1'),(40517,1759,'_right_tab_4_spacer','field_56b3fab145575'),(40518,1759,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Lidija.jpg'),(40519,1759,'_right_tab_5_image','field_56b3fab145571'),(40520,1759,'right_tab_5_content','Lidija Abramovic\r\n<span style=\"color: #00ccff;\">Senior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nLidija is the Senior Lawyer at Innovation Brain. She specialises in contract, employment, labour and tax laws. She previously has worked at Deloitte and the Ministry of Labour in Belgrade'),(40521,1759,'_right_tab_5_content','field_56b3fab145572'),(40522,1759,'right_tab_5_button_label','Download VCard'),(40523,1759,'_right_tab_5_button_label','field_56b3fab145573'),(40524,1759,'right_tab_5_button_link','http://innovationbrain.com/DLfiles/.Lidija_Abramovic.vcf'),(40525,1759,'_right_tab_5_button_link','field_56b3fab145574'),(40526,1759,'right_tab_5_spacer','1'),(40527,1759,'_right_tab_5_spacer','field_56b3fab145575'),(40538,1760,'builder','a:0:{}'),(40539,1760,'_builder','field_56b276ce702ac'),(40540,1760,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(40541,1760,'_left_tab','field_56b36c6deeda0'),(40542,1760,'add_second_tab','1'),(40543,1760,'_add_second_tab','field_56b36ca9eeda2'),(40544,1760,'right_tab','a:7:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";i:6;s:9:\"bio_block\";}'),(40545,1760,'_right_tab','field_56b3fab04554d'),(40546,1760,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(40547,1760,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(40548,1760,'left_tab_0_spacer','1'),(40549,1760,'_left_tab_0_spacer','field_56b371c577c8c'),(40550,1760,'left_tab_1_circle1','icon-grid'),(40551,1760,'_left_tab_1_circle1','field_56b3dc86da039'),(40552,1760,'left_tab_1_circle2','icon-turnaround'),(40553,1760,'_left_tab_1_circle2','field_56b3dc86da03a'),(40554,1760,'left_tab_1_circle3','icon-masonery'),(40555,1760,'_left_tab_1_circle3','field_56b3dc86da03b'),(40556,1760,'left_tab_1_circle1_label','Restructuring'),(40557,1760,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(40558,1760,'left_tab_1_circle2_label','Turnaround'),(40559,1760,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(40560,1760,'left_tab_1_circle3_label','Innovation'),(40561,1760,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(40562,1760,'left_tab_1_spacer','1'),(40563,1760,'_left_tab_1_spacer','field_56b3dc86da042'),(40564,1760,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(40565,1760,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(40566,1760,'left_tab_2_spacer','1'),(40567,1760,'_left_tab_2_spacer','field_56b371c577c8c'),(40568,1760,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(40569,1760,'_left_tab_3_image','field_56b373f3b6e44'),(40570,1760,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(40571,1760,'_left_tab_3_title','field_56b373afb6e42'),(40572,1760,'left_tab_3_button_label','Download PDF (312 kb)'),(40573,1760,'_left_tab_3_button_label','field_56b373ceb6e43'),(40574,1760,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(40575,1760,'_left_tab_3_button_link','field_56b374ff0ad17'),(40576,1760,'left_tab_name','Company'),(40577,1760,'_left_tab_name','field_56b3976017dce'),(40578,1760,'right_tab_name','People'),(40579,1760,'_right_tab_name','field_56b3978117dcf'),(40580,1760,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(40581,1760,'_right_tab_0_image','field_56b3fab145571'),(40582,1760,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(40583,1760,'_right_tab_0_content','field_56b3fab145572'),(40584,1760,'right_tab_0_button_label','Download VCard'),(40585,1760,'_right_tab_0_button_label','field_56b3fab145573'),(40586,1760,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(40587,1760,'_right_tab_0_button_link','field_56b3fab145574'),(40588,1760,'right_tab_0_spacer','1'),(40589,1760,'_right_tab_0_spacer','field_56b3fab145575'),(40590,1760,'right_tab_1_contact_title','Please feel free to contact me:'),(40591,1760,'_right_tab_1_contact_title','field_56b4001eb0921'),(40592,1760,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(40593,1760,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(40594,1760,'right_tab_1_contact_values_0_contact_value_right',''),(40595,1760,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(40596,1760,'right_tab_1_contact_values_0_link',''),(40597,1760,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(40598,1760,'right_tab_1_contact_values_0_link_type',''),(40599,1760,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(40600,1760,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(40601,1760,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(40602,1760,'right_tab_1_contact_values_1_contact_value_right',''),(40603,1760,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(40604,1760,'right_tab_1_contact_values_1_link',''),(40605,1760,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(40606,1760,'right_tab_1_contact_values_1_link_type',''),(40607,1760,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(40608,1760,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(40609,1760,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(40610,1760,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(40611,1760,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(40612,1760,'right_tab_1_contact_values_2_link','+41793107090'),(40613,1760,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(40614,1760,'right_tab_1_contact_values_2_link_type','tel:'),(40615,1760,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(40616,1760,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(40617,1760,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(40618,1760,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(40619,1760,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(40620,1760,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(40621,1760,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(40622,1760,'right_tab_1_contact_values_3_link_type','mailto:'),(40623,1760,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(40624,1760,'right_tab_1_contact_icon','icon-mail'),(40625,1760,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(40626,1760,'right_tab_1_contact_values','4'),(40627,1760,'_right_tab_1_contact_values','field_56b3fde2ce062'),(40628,1760,'add_third_tab','0'),(40629,1760,'_add_third_tab','field_57f54e889b77c'),(40630,1760,'third_tab_name',''),(40631,1760,'_third_tab_name','field_57f54ea19b77d'),(40632,1760,'third_tab',''),(40633,1760,'_third_tab','field_57f54ec39b77e'),(40634,1760,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(40635,1760,'_right_tab_2_image','field_56b3fab145571'),(40636,1760,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(40637,1760,'_right_tab_2_content','field_56b3fab145572'),(40638,1760,'right_tab_2_button_label','Download VCard'),(40639,1760,'_right_tab_2_button_label','field_56b3fab145573'),(40640,1760,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(40641,1760,'_right_tab_2_button_link','field_56b3fab145574'),(40642,1760,'right_tab_2_spacer','1'),(40643,1760,'_right_tab_2_spacer','field_56b3fab145575'),(40644,1760,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(40645,1760,'_right_tab_1_image','field_56b3fab145571'),(40646,1760,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(40647,1760,'_right_tab_1_content','field_56b3fab145572'),(40648,1760,'right_tab_1_button_label','Download VCard'),(40649,1760,'_right_tab_1_button_label','field_56b3fab145573'),(40650,1760,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(40651,1760,'_right_tab_1_button_link','field_56b3fab145574'),(40652,1760,'right_tab_1_spacer','1'),(40653,1760,'_right_tab_1_spacer','field_56b3fab145575'),(40654,1760,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(40655,1760,'_right_tab_3_image','field_56b3fab145571'),(40656,1760,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(40657,1760,'_right_tab_3_content','field_56b3fab145572'),(40658,1760,'right_tab_3_button_label','Download VCard'),(40659,1760,'_right_tab_3_button_label','field_56b3fab145573'),(40660,1760,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(40661,1760,'_right_tab_3_button_link','field_56b3fab145574'),(40662,1760,'right_tab_3_spacer','1'),(40663,1760,'_right_tab_3_spacer','field_56b3fab145575'),(40664,1760,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(40665,1760,'_right_tab_4_image','field_56b3fab145571'),(40666,1760,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia all relevant to the businesses of Victoria Group.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(40667,1760,'_right_tab_4_content','field_56b3fab145572'),(40668,1760,'right_tab_4_button_label','Download VCard'),(40669,1760,'_right_tab_4_button_label','field_56b3fab145573'),(40670,1760,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(40671,1760,'_right_tab_4_button_link','field_56b3fab145574'),(40672,1760,'right_tab_4_spacer','1'),(40673,1760,'_right_tab_4_spacer','field_56b3fab145575'),(40674,1760,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Lidija.jpg'),(40675,1760,'_right_tab_5_image','field_56b3fab145571'),(40676,1760,'right_tab_5_content','Lidija Abramovic\r\n<span style=\"color: #00ccff;\">Senior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nLidija is the Senior Lawyer at Innovation Brain. She specialises in contract, employment, labour and tax laws. She previously has worked at Deloitte and the Ministry of Labour in Belgrade'),(40677,1760,'_right_tab_5_content','field_56b3fab145572'),(40678,1760,'right_tab_5_button_label','Download VCard'),(40679,1760,'_right_tab_5_button_label','field_56b3fab145573'),(40680,1760,'right_tab_5_button_link','http://innovationbrain.com/DLfiles/.Lidija_Abramovic.vcf'),(40681,1760,'_right_tab_5_button_link','field_56b3fab145574'),(40682,1760,'right_tab_5_spacer','1'),(40683,1760,'_right_tab_5_spacer','field_56b3fab145575'),(40684,1760,'right_tab_6_image',''),(40685,1760,'_right_tab_6_image','field_56b3fab145571'),(40686,1760,'right_tab_6_content','Gordana Knezevic\r\n<span style=\"color: #00ccff;\">Junior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\n '),(40687,1760,'_right_tab_6_content','field_56b3fab145572'),(40688,1760,'right_tab_6_button_label',''),(40689,1760,'_right_tab_6_button_label','field_56b3fab145573'),(40690,1760,'right_tab_6_button_link',''),(40691,1760,'_right_tab_6_button_link','field_56b3fab145574'),(40692,1760,'right_tab_6_spacer','1'),(40693,1760,'_right_tab_6_spacer','field_56b3fab145575'),(40694,1761,'builder','a:0:{}'),(40695,1761,'_builder','field_56b276ce702ac'),(40696,1761,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(40697,1761,'_left_tab','field_56b36c6deeda0'),(40698,1761,'add_second_tab','1'),(40699,1761,'_add_second_tab','field_56b36ca9eeda2'),(40700,1761,'right_tab','a:7:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";i:6;s:9:\"bio_block\";}'),(40701,1761,'_right_tab','field_56b3fab04554d'),(40702,1761,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(40703,1761,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(40704,1761,'left_tab_0_spacer','1'),(40705,1761,'_left_tab_0_spacer','field_56b371c577c8c'),(40706,1761,'left_tab_1_circle1','icon-grid'),(40707,1761,'_left_tab_1_circle1','field_56b3dc86da039'),(40708,1761,'left_tab_1_circle2','icon-turnaround'),(40709,1761,'_left_tab_1_circle2','field_56b3dc86da03a'),(40710,1761,'left_tab_1_circle3','icon-masonery'),(40711,1761,'_left_tab_1_circle3','field_56b3dc86da03b'),(40712,1761,'left_tab_1_circle1_label','Restructuring'),(40713,1761,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(40714,1761,'left_tab_1_circle2_label','Turnaround'),(40715,1761,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(40716,1761,'left_tab_1_circle3_label','Innovation'),(40717,1761,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(40718,1761,'left_tab_1_spacer','1'),(40719,1761,'_left_tab_1_spacer','field_56b3dc86da042'),(40720,1761,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(40721,1761,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(40722,1761,'left_tab_2_spacer','1'),(40723,1761,'_left_tab_2_spacer','field_56b371c577c8c'),(40724,1761,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(40725,1761,'_left_tab_3_image','field_56b373f3b6e44'),(40726,1761,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(40727,1761,'_left_tab_3_title','field_56b373afb6e42'),(40728,1761,'left_tab_3_button_label','Download PDF (312 kb)'),(40729,1761,'_left_tab_3_button_label','field_56b373ceb6e43'),(40730,1761,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(40731,1761,'_left_tab_3_button_link','field_56b374ff0ad17'),(40732,1761,'left_tab_name','Company'),(40733,1761,'_left_tab_name','field_56b3976017dce'),(40734,1761,'right_tab_name','People'),(40735,1761,'_right_tab_name','field_56b3978117dcf'),(40736,1761,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(40737,1761,'_right_tab_0_image','field_56b3fab145571'),(40738,1761,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(40739,1761,'_right_tab_0_content','field_56b3fab145572'),(40740,1761,'right_tab_0_button_label','Download VCard'),(40741,1761,'_right_tab_0_button_label','field_56b3fab145573'),(40742,1761,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(40743,1761,'_right_tab_0_button_link','field_56b3fab145574'),(40744,1761,'right_tab_0_spacer','1'),(40745,1761,'_right_tab_0_spacer','field_56b3fab145575'),(40746,1761,'right_tab_1_contact_title','Please feel free to contact me:'),(40747,1761,'_right_tab_1_contact_title','field_56b4001eb0921'),(40748,1761,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(40749,1761,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(40750,1761,'right_tab_1_contact_values_0_contact_value_right',''),(40751,1761,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(40752,1761,'right_tab_1_contact_values_0_link',''),(40753,1761,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(40754,1761,'right_tab_1_contact_values_0_link_type',''),(40755,1761,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(40756,1761,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(40757,1761,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(40758,1761,'right_tab_1_contact_values_1_contact_value_right',''),(40759,1761,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(40760,1761,'right_tab_1_contact_values_1_link',''),(40761,1761,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(40762,1761,'right_tab_1_contact_values_1_link_type',''),(40763,1761,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(40764,1761,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(40765,1761,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(40766,1761,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(40767,1761,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(40768,1761,'right_tab_1_contact_values_2_link','+41793107090'),(40769,1761,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(40770,1761,'right_tab_1_contact_values_2_link_type','tel:'),(40771,1761,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(40772,1761,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(40773,1761,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(40774,1761,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(40775,1761,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(40776,1761,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(40777,1761,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(40778,1761,'right_tab_1_contact_values_3_link_type','mailto:'),(40779,1761,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(40780,1761,'right_tab_1_contact_icon','icon-mail'),(40781,1761,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(40782,1761,'right_tab_1_contact_values','4'),(40783,1761,'_right_tab_1_contact_values','field_56b3fde2ce062'),(40784,1761,'add_third_tab','0'),(40785,1761,'_add_third_tab','field_57f54e889b77c'),(40786,1761,'third_tab_name',''),(40787,1761,'_third_tab_name','field_57f54ea19b77d'),(40788,1761,'third_tab',''),(40789,1761,'_third_tab','field_57f54ec39b77e'),(40790,1761,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(40791,1761,'_right_tab_2_image','field_56b3fab145571'),(40792,1761,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(40793,1761,'_right_tab_2_content','field_56b3fab145572'),(40794,1761,'right_tab_2_button_label','Download VCard'),(40795,1761,'_right_tab_2_button_label','field_56b3fab145573'),(40796,1761,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(40797,1761,'_right_tab_2_button_link','field_56b3fab145574'),(40798,1761,'right_tab_2_spacer','1'),(40799,1761,'_right_tab_2_spacer','field_56b3fab145575'),(40800,1761,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(40801,1761,'_right_tab_1_image','field_56b3fab145571'),(40802,1761,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(40803,1761,'_right_tab_1_content','field_56b3fab145572'),(40804,1761,'right_tab_1_button_label','Download VCard'),(40805,1761,'_right_tab_1_button_label','field_56b3fab145573'),(40806,1761,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(40807,1761,'_right_tab_1_button_link','field_56b3fab145574'),(40808,1761,'right_tab_1_spacer','1'),(40809,1761,'_right_tab_1_spacer','field_56b3fab145575'),(40810,1761,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(40811,1761,'_right_tab_3_image','field_56b3fab145571'),(40812,1761,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(40813,1761,'_right_tab_3_content','field_56b3fab145572'),(40814,1761,'right_tab_3_button_label','Download VCard'),(40815,1761,'_right_tab_3_button_label','field_56b3fab145573'),(40816,1761,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(40817,1761,'_right_tab_3_button_link','field_56b3fab145574'),(40818,1761,'right_tab_3_spacer','1'),(40819,1761,'_right_tab_3_spacer','field_56b3fab145575'),(40820,1761,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(40821,1761,'_right_tab_4_image','field_56b3fab145571'),(40822,1761,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia all relevant to the businesses of Victoria Group.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(40823,1761,'_right_tab_4_content','field_56b3fab145572'),(40824,1761,'right_tab_4_button_label','Download VCard'),(40825,1761,'_right_tab_4_button_label','field_56b3fab145573'),(40826,1761,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(40827,1761,'_right_tab_4_button_link','field_56b3fab145574'),(40828,1761,'right_tab_4_spacer','1'),(40829,1761,'_right_tab_4_spacer','field_56b3fab145575'),(40830,1761,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Lidija.jpg'),(40831,1761,'_right_tab_5_image','field_56b3fab145571'),(40832,1761,'right_tab_5_content','Lidija Abramovic\r\n<span style=\"color: #00ccff;\">Senior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nLidija is the Senior Lawyer at Innovation Brain. She specialises in contract, employment, labour and tax laws. She previously has worked at Deloitte and the Ministry of Labour in Belgrade'),(40833,1761,'_right_tab_5_content','field_56b3fab145572'),(40834,1761,'right_tab_5_button_label','Download VCard'),(40835,1761,'_right_tab_5_button_label','field_56b3fab145573'),(40836,1761,'right_tab_5_button_link','http://innovationbrain.com/DLfiles/.Lidija_Abramovic.vcf'),(40837,1761,'_right_tab_5_button_link','field_56b3fab145574'),(40838,1761,'right_tab_5_spacer','1'),(40839,1761,'_right_tab_5_spacer','field_56b3fab145575'),(40840,1761,'right_tab_6_image','http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg'),(40841,1761,'_right_tab_6_image','field_56b3fab145571'),(40842,1761,'right_tab_6_content','Gordana Knezevic\r\n<span style=\"color: #00ccff;\">Junior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\n '),(40843,1761,'_right_tab_6_content','field_56b3fab145572'),(40844,1761,'right_tab_6_button_label',''),(40845,1761,'_right_tab_6_button_label','field_56b3fab145573'),(40846,1761,'right_tab_6_button_link',''),(40847,1761,'_right_tab_6_button_link','field_56b3fab145574'),(40848,1761,'right_tab_6_spacer','1'),(40849,1761,'_right_tab_6_spacer','field_56b3fab145575'),(40850,1762,'builder','a:0:{}'),(40851,1762,'_builder','field_56b276ce702ac'),(40852,1762,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(40853,1762,'_left_tab','field_56b36c6deeda0'),(40854,1762,'add_second_tab','1'),(40855,1762,'_add_second_tab','field_56b36ca9eeda2'),(40856,1762,'right_tab','a:7:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";i:6;s:9:\"bio_block\";}'),(40857,1762,'_right_tab','field_56b3fab04554d'),(40858,1762,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(40859,1762,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(40860,1762,'left_tab_0_spacer','1'),(40861,1762,'_left_tab_0_spacer','field_56b371c577c8c'),(40862,1762,'left_tab_1_circle1','icon-grid'),(40863,1762,'_left_tab_1_circle1','field_56b3dc86da039'),(40864,1762,'left_tab_1_circle2','icon-turnaround'),(40865,1762,'_left_tab_1_circle2','field_56b3dc86da03a'),(40866,1762,'left_tab_1_circle3','icon-masonery'),(40867,1762,'_left_tab_1_circle3','field_56b3dc86da03b'),(40868,1762,'left_tab_1_circle1_label','Restructuring'),(40869,1762,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(40870,1762,'left_tab_1_circle2_label','Turnaround'),(40871,1762,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(40872,1762,'left_tab_1_circle3_label','Innovation'),(40873,1762,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(40874,1762,'left_tab_1_spacer','1'),(40875,1762,'_left_tab_1_spacer','field_56b3dc86da042'),(40876,1762,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(40877,1762,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(40878,1762,'left_tab_2_spacer','1'),(40879,1762,'_left_tab_2_spacer','field_56b371c577c8c'),(40880,1762,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(40881,1762,'_left_tab_3_image','field_56b373f3b6e44'),(40882,1762,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(40883,1762,'_left_tab_3_title','field_56b373afb6e42'),(40884,1762,'left_tab_3_button_label','Download PDF (312 kb)'),(40885,1762,'_left_tab_3_button_label','field_56b373ceb6e43'),(40886,1762,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(40887,1762,'_left_tab_3_button_link','field_56b374ff0ad17'),(40888,1762,'left_tab_name','Company'),(40889,1762,'_left_tab_name','field_56b3976017dce'),(40890,1762,'right_tab_name','People'),(40891,1762,'_right_tab_name','field_56b3978117dcf'),(40892,1762,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(40893,1762,'_right_tab_0_image','field_56b3fab145571'),(40894,1762,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(40895,1762,'_right_tab_0_content','field_56b3fab145572'),(40896,1762,'right_tab_0_button_label','Download VCard'),(40897,1762,'_right_tab_0_button_label','field_56b3fab145573'),(40898,1762,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(40899,1762,'_right_tab_0_button_link','field_56b3fab145574'),(40900,1762,'right_tab_0_spacer','1'),(40901,1762,'_right_tab_0_spacer','field_56b3fab145575'),(40902,1762,'right_tab_1_contact_title','Please feel free to contact me:'),(40903,1762,'_right_tab_1_contact_title','field_56b4001eb0921'),(40904,1762,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(40905,1762,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(40906,1762,'right_tab_1_contact_values_0_contact_value_right',''),(40907,1762,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(40908,1762,'right_tab_1_contact_values_0_link',''),(40909,1762,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(40910,1762,'right_tab_1_contact_values_0_link_type',''),(40911,1762,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(40912,1762,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(40913,1762,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(40914,1762,'right_tab_1_contact_values_1_contact_value_right',''),(40915,1762,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(40916,1762,'right_tab_1_contact_values_1_link',''),(40917,1762,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(40918,1762,'right_tab_1_contact_values_1_link_type',''),(40919,1762,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(40920,1762,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(40921,1762,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(40922,1762,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(40923,1762,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(40924,1762,'right_tab_1_contact_values_2_link','+41793107090'),(40925,1762,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(40926,1762,'right_tab_1_contact_values_2_link_type','tel:'),(40927,1762,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(40928,1762,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(40929,1762,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(40930,1762,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(40931,1762,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(40932,1762,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(40933,1762,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(40934,1762,'right_tab_1_contact_values_3_link_type','mailto:'),(40935,1762,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(40936,1762,'right_tab_1_contact_icon','icon-mail'),(40937,1762,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(40938,1762,'right_tab_1_contact_values','4'),(40939,1762,'_right_tab_1_contact_values','field_56b3fde2ce062'),(40940,1762,'add_third_tab','0'),(40941,1762,'_add_third_tab','field_57f54e889b77c'),(40942,1762,'third_tab_name',''),(40943,1762,'_third_tab_name','field_57f54ea19b77d'),(40944,1762,'third_tab',''),(40945,1762,'_third_tab','field_57f54ec39b77e'),(40946,1762,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(40947,1762,'_right_tab_2_image','field_56b3fab145571'),(40948,1762,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(40949,1762,'_right_tab_2_content','field_56b3fab145572'),(40950,1762,'right_tab_2_button_label','Download VCard'),(40951,1762,'_right_tab_2_button_label','field_56b3fab145573'),(40952,1762,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(40953,1762,'_right_tab_2_button_link','field_56b3fab145574'),(40954,1762,'right_tab_2_spacer','1'),(40955,1762,'_right_tab_2_spacer','field_56b3fab145575'),(40956,1762,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(40957,1762,'_right_tab_1_image','field_56b3fab145571'),(40958,1762,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(40959,1762,'_right_tab_1_content','field_56b3fab145572'),(40960,1762,'right_tab_1_button_label','Download VCard'),(40961,1762,'_right_tab_1_button_label','field_56b3fab145573'),(40962,1762,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(40963,1762,'_right_tab_1_button_link','field_56b3fab145574'),(40964,1762,'right_tab_1_spacer','1'),(40965,1762,'_right_tab_1_spacer','field_56b3fab145575'),(40966,1762,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(40967,1762,'_right_tab_3_image','field_56b3fab145571'),(40968,1762,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(40969,1762,'_right_tab_3_content','field_56b3fab145572'),(40970,1762,'right_tab_3_button_label','Download VCard'),(40971,1762,'_right_tab_3_button_label','field_56b3fab145573'),(40972,1762,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(40973,1762,'_right_tab_3_button_link','field_56b3fab145574'),(40974,1762,'right_tab_3_spacer','1'),(40975,1762,'_right_tab_3_spacer','field_56b3fab145575'),(40976,1762,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(40977,1762,'_right_tab_4_image','field_56b3fab145571'),(40978,1762,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia all relevant to the businesses of Victoria Group.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(40979,1762,'_right_tab_4_content','field_56b3fab145572'),(40980,1762,'right_tab_4_button_label','Download VCard'),(40981,1762,'_right_tab_4_button_label','field_56b3fab145573'),(40982,1762,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(40983,1762,'_right_tab_4_button_link','field_56b3fab145574'),(40984,1762,'right_tab_4_spacer','1'),(40985,1762,'_right_tab_4_spacer','field_56b3fab145575'),(40986,1762,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Lidija.jpg'),(40987,1762,'_right_tab_5_image','field_56b3fab145571'),(40988,1762,'right_tab_5_content','Lidija Abramovic\r\n<span style=\"color: #00ccff;\">Senior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nLidija is the Senior Lawyer at Innovation Brain. She specialises in contract, employment, labour and tax laws. She previously has worked at Deloitte and the Ministry of Labour in Belgrade.\r\n\r\nLidija has a Masters in International Law and has passed the Bar Exam'),(40989,1762,'_right_tab_5_content','field_56b3fab145572'),(40990,1762,'right_tab_5_button_label','Download VCard'),(40991,1762,'_right_tab_5_button_label','field_56b3fab145573'),(40992,1762,'right_tab_5_button_link','http://innovationbrain.com/DLfiles/.Lidija_Abramovic.vcf'),(40993,1762,'_right_tab_5_button_link','field_56b3fab145574'),(40994,1762,'right_tab_5_spacer','1'),(40995,1762,'_right_tab_5_spacer','field_56b3fab145575'),(40996,1762,'right_tab_6_image','http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg'),(40997,1762,'_right_tab_6_image','field_56b3fab145571'),(40998,1762,'right_tab_6_content','Gordana Knežević\r\n<span style=\"color: #00ccff;\">Junior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nGordana is the Junior Lawyer at Innovation Brain. She previously worked at a local Law Firm in Belgrade. She has a Masters at the Faculty of Law, Belgrade.\r\n\r\n '),(40999,1762,'_right_tab_6_content','field_56b3fab145572'),(41000,1762,'right_tab_6_button_label','Download VCard'),(41001,1762,'_right_tab_6_button_label','field_56b3fab145573'),(41002,1762,'right_tab_6_button_link','http://innovationbrain.com/DLfiles/.Gordana_Knezevic.vcf'),(41003,1762,'_right_tab_6_button_link','field_56b3fab145574'),(41004,1762,'right_tab_6_spacer','1'),(41005,1762,'_right_tab_6_spacer','field_56b3fab145575'),(41006,1763,'builder','a:0:{}'),(41007,1763,'_builder','field_56b276ce702ac'),(41008,1763,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(41009,1763,'_left_tab','field_56b36c6deeda0'),(41010,1763,'add_second_tab','1'),(41011,1763,'_add_second_tab','field_56b36ca9eeda2'),(41012,1763,'right_tab','a:7:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";i:6;s:9:\"bio_block\";}'),(41013,1763,'_right_tab','field_56b3fab04554d'),(41014,1763,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(41015,1763,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(41016,1763,'left_tab_0_spacer','1'),(41017,1763,'_left_tab_0_spacer','field_56b371c577c8c'),(41018,1763,'left_tab_1_circle1','icon-grid'),(41019,1763,'_left_tab_1_circle1','field_56b3dc86da039'),(41020,1763,'left_tab_1_circle2','icon-turnaround'),(41021,1763,'_left_tab_1_circle2','field_56b3dc86da03a'),(41022,1763,'left_tab_1_circle3','icon-masonery'),(41023,1763,'_left_tab_1_circle3','field_56b3dc86da03b'),(41024,1763,'left_tab_1_circle1_label','Restructuring'),(41025,1763,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(41026,1763,'left_tab_1_circle2_label','Turnaround'),(41027,1763,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(41028,1763,'left_tab_1_circle3_label','Innovation'),(41029,1763,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(41030,1763,'left_tab_1_spacer','1'),(41031,1763,'_left_tab_1_spacer','field_56b3dc86da042'),(41032,1763,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(41033,1763,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(41034,1763,'left_tab_2_spacer','1'),(41035,1763,'_left_tab_2_spacer','field_56b371c577c8c'),(41036,1763,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(41037,1763,'_left_tab_3_image','field_56b373f3b6e44'),(41038,1763,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(41039,1763,'_left_tab_3_title','field_56b373afb6e42'),(41040,1763,'left_tab_3_button_label','Download PDF (312 kb)'),(41041,1763,'_left_tab_3_button_label','field_56b373ceb6e43'),(41042,1763,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(41043,1763,'_left_tab_3_button_link','field_56b374ff0ad17'),(41044,1763,'left_tab_name','Company'),(41045,1763,'_left_tab_name','field_56b3976017dce'),(41046,1763,'right_tab_name','People'),(41047,1763,'_right_tab_name','field_56b3978117dcf'),(41048,1763,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(41049,1763,'_right_tab_0_image','field_56b3fab145571'),(41050,1763,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(41051,1763,'_right_tab_0_content','field_56b3fab145572'),(41052,1763,'right_tab_0_button_label','Download VCard'),(41053,1763,'_right_tab_0_button_label','field_56b3fab145573'),(41054,1763,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(41055,1763,'_right_tab_0_button_link','field_56b3fab145574'),(41056,1763,'right_tab_0_spacer','1'),(41057,1763,'_right_tab_0_spacer','field_56b3fab145575'),(41058,1763,'right_tab_1_contact_title','Please feel free to contact me:'),(41059,1763,'_right_tab_1_contact_title','field_56b4001eb0921'),(41060,1763,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(41061,1763,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(41062,1763,'right_tab_1_contact_values_0_contact_value_right',''),(41063,1763,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(41064,1763,'right_tab_1_contact_values_0_link',''),(41065,1763,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(41066,1763,'right_tab_1_contact_values_0_link_type',''),(41067,1763,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(41068,1763,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(41069,1763,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(41070,1763,'right_tab_1_contact_values_1_contact_value_right',''),(41071,1763,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(41072,1763,'right_tab_1_contact_values_1_link',''),(41073,1763,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(41074,1763,'right_tab_1_contact_values_1_link_type',''),(41075,1763,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(41076,1763,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(41077,1763,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(41078,1763,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(41079,1763,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(41080,1763,'right_tab_1_contact_values_2_link','+41793107090'),(41081,1763,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(41082,1763,'right_tab_1_contact_values_2_link_type','tel:'),(41083,1763,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(41084,1763,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(41085,1763,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(41086,1763,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(41087,1763,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(41088,1763,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(41089,1763,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(41090,1763,'right_tab_1_contact_values_3_link_type','mailto:'),(41091,1763,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(41092,1763,'right_tab_1_contact_icon','icon-mail'),(41093,1763,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(41094,1763,'right_tab_1_contact_values','4'),(41095,1763,'_right_tab_1_contact_values','field_56b3fde2ce062'),(41096,1763,'add_third_tab','0'),(41097,1763,'_add_third_tab','field_57f54e889b77c'),(41098,1763,'third_tab_name',''),(41099,1763,'_third_tab_name','field_57f54ea19b77d'),(41100,1763,'third_tab',''),(41101,1763,'_third_tab','field_57f54ec39b77e'),(41102,1763,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(41103,1763,'_right_tab_2_image','field_56b3fab145571'),(41104,1763,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(41105,1763,'_right_tab_2_content','field_56b3fab145572'),(41106,1763,'right_tab_2_button_label','Download VCard'),(41107,1763,'_right_tab_2_button_label','field_56b3fab145573'),(41108,1763,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(41109,1763,'_right_tab_2_button_link','field_56b3fab145574'),(41110,1763,'right_tab_2_spacer','1'),(41111,1763,'_right_tab_2_spacer','field_56b3fab145575'),(41112,1763,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(41113,1763,'_right_tab_1_image','field_56b3fab145571'),(41114,1763,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(41115,1763,'_right_tab_1_content','field_56b3fab145572'),(41116,1763,'right_tab_1_button_label','Download VCard'),(41117,1763,'_right_tab_1_button_label','field_56b3fab145573'),(41118,1763,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(41119,1763,'_right_tab_1_button_link','field_56b3fab145574'),(41120,1763,'right_tab_1_spacer','1'),(41121,1763,'_right_tab_1_spacer','field_56b3fab145575'),(41122,1763,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(41123,1763,'_right_tab_3_image','field_56b3fab145571'),(41124,1763,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(41125,1763,'_right_tab_3_content','field_56b3fab145572'),(41126,1763,'right_tab_3_button_label','Download VCard'),(41127,1763,'_right_tab_3_button_label','field_56b3fab145573'),(41128,1763,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(41129,1763,'_right_tab_3_button_link','field_56b3fab145574'),(41130,1763,'right_tab_3_spacer','1'),(41131,1763,'_right_tab_3_spacer','field_56b3fab145575'),(41132,1763,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(41133,1763,'_right_tab_4_image','field_56b3fab145571'),(41134,1763,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia all relevant to the businesses of Victoria Group.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(41135,1763,'_right_tab_4_content','field_56b3fab145572'),(41136,1763,'right_tab_4_button_label','Download VCard'),(41137,1763,'_right_tab_4_button_label','field_56b3fab145573'),(41138,1763,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(41139,1763,'_right_tab_4_button_link','field_56b3fab145574'),(41140,1763,'right_tab_4_spacer','1'),(41141,1763,'_right_tab_4_spacer','field_56b3fab145575'),(41142,1763,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Lidija.jpg'),(41143,1763,'_right_tab_5_image','field_56b3fab145571'),(41144,1763,'right_tab_5_content','Lidija Abramovic\r\n<span style=\"color: #00ccff;\">Senior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nLidija is the Senior Lawyer at Innovation Brain. She specialises in contract, employment, labour and tax laws. She previously has worked at Deloitte and the Ministry of Labour in Belgrade.\r\n\r\nLidija has a Masters in International Law and has passed the Bar Exam.'),(41145,1763,'_right_tab_5_content','field_56b3fab145572'),(41146,1763,'right_tab_5_button_label','Download VCard'),(41147,1763,'_right_tab_5_button_label','field_56b3fab145573'),(41148,1763,'right_tab_5_button_link','http://innovationbrain.com/DLfiles/.Lidija_Abramovic.vcf'),(41149,1763,'_right_tab_5_button_link','field_56b3fab145574'),(41150,1763,'right_tab_5_spacer','1'),(41151,1763,'_right_tab_5_spacer','field_56b3fab145575'),(41152,1763,'right_tab_6_image','http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg'),(41153,1763,'_right_tab_6_image','field_56b3fab145571'),(41154,1763,'right_tab_6_content','Gordana Knežević\r\n<span style=\"color: #00ccff;\">Junior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nGordana is the Junior Lawyer at Innovation Brain. She previously worked at a local Law Firm in Belgrade. She has a Masters at the Faculty of Law, Belgrade.\r\n\r\n '),(41155,1763,'_right_tab_6_content','field_56b3fab145572'),(41156,1763,'right_tab_6_button_label','Download VCard'),(41157,1763,'_right_tab_6_button_label','field_56b3fab145573'),(41158,1763,'right_tab_6_button_link','http://innovationbrain.com/DLfiles/.Gordana_Knezevic.vcf'),(41159,1763,'_right_tab_6_button_link','field_56b3fab145574'),(41160,1763,'right_tab_6_spacer','1'),(41161,1763,'_right_tab_6_spacer','field_56b3fab145575'),(41182,1764,'builder','a:0:{}'),(41183,1764,'_builder','field_56b276ce702ac'),(41184,1764,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";i:4;s:9:\"bio_block\";}'),(41185,1764,'_left_tab','field_56b36c6deeda0'),(41186,1764,'add_second_tab','1'),(41187,1764,'_add_second_tab','field_56b36ca9eeda2'),(41188,1764,'right_tab','a:8:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";i:6;s:9:\"bio_block\";i:7;s:9:\"bio_block\";}'),(41189,1764,'_right_tab','field_56b3fab04554d'),(41190,1764,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(41191,1764,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(41192,1764,'left_tab_0_spacer','1'),(41193,1764,'_left_tab_0_spacer','field_56b371c577c8c'),(41194,1764,'left_tab_1_circle1','icon-grid'),(41195,1764,'_left_tab_1_circle1','field_56b3dc86da039'),(41196,1764,'left_tab_1_circle2','icon-turnaround'),(41197,1764,'_left_tab_1_circle2','field_56b3dc86da03a'),(41198,1764,'left_tab_1_circle3','icon-masonery'),(41199,1764,'_left_tab_1_circle3','field_56b3dc86da03b'),(41200,1764,'left_tab_1_circle1_label','Restructuring'),(41201,1764,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(41202,1764,'left_tab_1_circle2_label','Turnaround'),(41203,1764,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(41204,1764,'left_tab_1_circle3_label','Innovation'),(41205,1764,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(41206,1764,'left_tab_1_spacer','1'),(41207,1764,'_left_tab_1_spacer','field_56b3dc86da042'),(41208,1764,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(41209,1764,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(41210,1764,'left_tab_2_spacer','1'),(41211,1764,'_left_tab_2_spacer','field_56b371c577c8c'),(41212,1764,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(41213,1764,'_left_tab_3_image','field_56b373f3b6e44'),(41214,1764,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(41215,1764,'_left_tab_3_title','field_56b373afb6e42'),(41216,1764,'left_tab_3_button_label','Download PDF (312 kb)'),(41217,1764,'_left_tab_3_button_label','field_56b373ceb6e43'),(41218,1764,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(41219,1764,'_left_tab_3_button_link','field_56b374ff0ad17'),(41220,1764,'left_tab_name','Company'),(41221,1764,'_left_tab_name','field_56b3976017dce'),(41222,1764,'right_tab_name','People'),(41223,1764,'_right_tab_name','field_56b3978117dcf'),(41224,1764,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(41225,1764,'_right_tab_0_image','field_56b3fab145571'),(41226,1764,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(41227,1764,'_right_tab_0_content','field_56b3fab145572'),(41228,1764,'right_tab_0_button_label','Download VCard'),(41229,1764,'_right_tab_0_button_label','field_56b3fab145573'),(41230,1764,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(41231,1764,'_right_tab_0_button_link','field_56b3fab145574'),(41232,1764,'right_tab_0_spacer','1'),(41233,1764,'_right_tab_0_spacer','field_56b3fab145575'),(41234,1764,'right_tab_1_contact_title','Please feel free to contact me:'),(41235,1764,'_right_tab_1_contact_title','field_56b4001eb0921'),(41236,1764,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(41237,1764,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(41238,1764,'right_tab_1_contact_values_0_contact_value_right',''),(41239,1764,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(41240,1764,'right_tab_1_contact_values_0_link',''),(41241,1764,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(41242,1764,'right_tab_1_contact_values_0_link_type',''),(41243,1764,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(41244,1764,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(41245,1764,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(41246,1764,'right_tab_1_contact_values_1_contact_value_right',''),(41247,1764,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(41248,1764,'right_tab_1_contact_values_1_link',''),(41249,1764,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(41250,1764,'right_tab_1_contact_values_1_link_type',''),(41251,1764,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(41252,1764,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(41253,1764,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(41254,1764,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(41255,1764,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(41256,1764,'right_tab_1_contact_values_2_link','+41793107090'),(41257,1764,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(41258,1764,'right_tab_1_contact_values_2_link_type','tel:'),(41259,1764,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(41260,1764,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(41261,1764,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(41262,1764,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(41263,1764,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(41264,1764,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(41265,1764,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(41266,1764,'right_tab_1_contact_values_3_link_type','mailto:'),(41267,1764,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(41268,1764,'right_tab_1_contact_icon','icon-mail'),(41269,1764,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(41270,1764,'right_tab_1_contact_values','4'),(41271,1764,'_right_tab_1_contact_values','field_56b3fde2ce062'),(41272,1764,'add_third_tab','0'),(41273,1764,'_add_third_tab','field_57f54e889b77c'),(41274,1764,'third_tab_name',''),(41275,1764,'_third_tab_name','field_57f54ea19b77d'),(41276,1764,'third_tab',''),(41277,1764,'_third_tab','field_57f54ec39b77e'),(41278,1764,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(41279,1764,'_right_tab_2_image','field_56b3fab145571'),(41280,1764,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(41281,1764,'_right_tab_2_content','field_56b3fab145572'),(41282,1764,'right_tab_2_button_label','Download VCard'),(41283,1764,'_right_tab_2_button_label','field_56b3fab145573'),(41284,1764,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(41285,1764,'_right_tab_2_button_link','field_56b3fab145574'),(41286,1764,'right_tab_2_spacer','1'),(41287,1764,'_right_tab_2_spacer','field_56b3fab145575'),(41288,1764,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(41289,1764,'_right_tab_1_image','field_56b3fab145571'),(41290,1764,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(41291,1764,'_right_tab_1_content','field_56b3fab145572'),(41292,1764,'right_tab_1_button_label','Download VCard'),(41293,1764,'_right_tab_1_button_label','field_56b3fab145573'),(41294,1764,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(41295,1764,'_right_tab_1_button_link','field_56b3fab145574'),(41296,1764,'right_tab_1_spacer','1'),(41297,1764,'_right_tab_1_spacer','field_56b3fab145575'),(41298,1764,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(41299,1764,'_right_tab_3_image','field_56b3fab145571'),(41300,1764,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(41301,1764,'_right_tab_3_content','field_56b3fab145572'),(41302,1764,'right_tab_3_button_label','Download VCard'),(41303,1764,'_right_tab_3_button_label','field_56b3fab145573'),(41304,1764,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(41305,1764,'_right_tab_3_button_link','field_56b3fab145574'),(41306,1764,'right_tab_3_spacer','1'),(41307,1764,'_right_tab_3_spacer','field_56b3fab145575'),(41308,1764,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(41309,1764,'_right_tab_4_image','field_56b3fab145571'),(41310,1764,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia all relevant to the businesses of Victoria Group.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(41311,1764,'_right_tab_4_content','field_56b3fab145572'),(41312,1764,'right_tab_4_button_label','Download VCard'),(41313,1764,'_right_tab_4_button_label','field_56b3fab145573'),(41314,1764,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(41315,1764,'_right_tab_4_button_link','field_56b3fab145574'),(41316,1764,'right_tab_4_spacer','1'),(41317,1764,'_right_tab_4_spacer','field_56b3fab145575'),(41318,1764,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Lidija.jpg'),(41319,1764,'_right_tab_5_image','field_56b3fab145571'),(41320,1764,'right_tab_5_content','Lidija Abramovic\r\n<span style=\"color: #00ccff;\">Senior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nLidija is the Senior Lawyer at Innovation Brain. She specialises in contract, employment, labour and tax laws. She previously has worked at Deloitte and the Ministry of Labour in Belgrade.\r\n\r\nLidija has a Masters in International Law and has passed the Bar Exam.'),(41321,1764,'_right_tab_5_content','field_56b3fab145572'),(41322,1764,'right_tab_5_button_label','Download VCard'),(41323,1764,'_right_tab_5_button_label','field_56b3fab145573'),(41324,1764,'right_tab_5_button_link','http://innovationbrain.com/DLfiles/.Lidija_Abramovic.vcf'),(41325,1764,'_right_tab_5_button_link','field_56b3fab145574'),(41326,1764,'right_tab_5_spacer','1'),(41327,1764,'_right_tab_5_spacer','field_56b3fab145575'),(41328,1764,'right_tab_6_image','http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg'),(41329,1764,'_right_tab_6_image','field_56b3fab145571'),(41330,1764,'right_tab_6_content','Gordana Knežević\r\n<span style=\"color: #00ccff;\">Junior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nGordana is the Junior Lawyer at Innovation Brain. She previously worked at a local Law Firm in Belgrade. She has a Masters at the Faculty of Law, Belgrade.\r\n\r\n '),(41331,1764,'_right_tab_6_content','field_56b3fab145572'),(41332,1764,'right_tab_6_button_label','Download VCard'),(41333,1764,'_right_tab_6_button_label','field_56b3fab145573'),(41334,1764,'right_tab_6_button_link','http://innovationbrain.com/DLfiles/.Gordana_Knezevic.vcf'),(41335,1764,'_right_tab_6_button_link','field_56b3fab145574'),(41336,1764,'right_tab_6_spacer','1'),(41337,1764,'_right_tab_6_spacer','field_56b3fab145575'),(41338,1764,'left_tab_4_image',''),(41339,1764,'_left_tab_4_image','field_56b37545f376b'),(41340,1764,'left_tab_4_content',''),(41341,1764,'_left_tab_4_content','field_56b37545f376c'),(41342,1764,'left_tab_4_button_label',''),(41343,1764,'_left_tab_4_button_label','field_56b37545f376d'),(41344,1764,'left_tab_4_button_link',''),(41345,1764,'_left_tab_4_button_link','field_56b37545f376e'),(41346,1764,'left_tab_4_spacer','1'),(41347,1764,'_left_tab_4_spacer','field_56b37545f376f'),(41348,1764,'right_tab_7_image',''),(41349,1764,'_right_tab_7_image','field_56b3fab145571'),(41350,1764,'right_tab_7_content','Mandy Caruana\r\n<span style=\"color: #00ccff;\">Head of Marketing</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nMandy is the Head of Marketing at Innovation Brain. She is a seasoned communications and marketing professional within the Association Industry. Mandy has held Head of department roles at the Turnaround Management Association, Association of MBAs and the Sainsbury Centre for Mental Health.'),(41351,1764,'_right_tab_7_content','field_56b3fab145572'),(41352,1764,'right_tab_7_button_label',''),(41353,1764,'_right_tab_7_button_label','field_56b3fab145573'),(41354,1764,'right_tab_7_button_link',''),(41355,1764,'_right_tab_7_button_link','field_56b3fab145574'),(41356,1764,'right_tab_7_spacer','1'),(41357,1764,'_right_tab_7_spacer','field_56b3fab145575'),(41358,1765,'builder','a:0:{}'),(41359,1765,'_builder','field_56b276ce702ac'),(41360,1765,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";i:4;s:9:\"bio_block\";}'),(41361,1765,'_left_tab','field_56b36c6deeda0'),(41362,1765,'add_second_tab','1'),(41363,1765,'_add_second_tab','field_56b36ca9eeda2'),(41364,1765,'right_tab','a:8:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";i:6;s:9:\"bio_block\";i:7;s:9:\"bio_block\";}'),(41365,1765,'_right_tab','field_56b3fab04554d'),(41366,1765,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(41367,1765,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(41368,1765,'left_tab_0_spacer','1'),(41369,1765,'_left_tab_0_spacer','field_56b371c577c8c'),(41370,1765,'left_tab_1_circle1','icon-grid'),(41371,1765,'_left_tab_1_circle1','field_56b3dc86da039'),(41372,1765,'left_tab_1_circle2','icon-turnaround'),(41373,1765,'_left_tab_1_circle2','field_56b3dc86da03a'),(41374,1765,'left_tab_1_circle3','icon-masonery'),(41375,1765,'_left_tab_1_circle3','field_56b3dc86da03b'),(41376,1765,'left_tab_1_circle1_label','Restructuring'),(41377,1765,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(41378,1765,'left_tab_1_circle2_label','Turnaround'),(41379,1765,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(41380,1765,'left_tab_1_circle3_label','Innovation'),(41381,1765,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(41382,1765,'left_tab_1_spacer','1'),(41383,1765,'_left_tab_1_spacer','field_56b3dc86da042'),(41384,1765,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(41385,1765,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(41386,1765,'left_tab_2_spacer','1'),(41387,1765,'_left_tab_2_spacer','field_56b371c577c8c'),(41388,1765,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(41389,1765,'_left_tab_3_image','field_56b373f3b6e44'),(41390,1765,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(41391,1765,'_left_tab_3_title','field_56b373afb6e42'),(41392,1765,'left_tab_3_button_label','Download PDF (312 kb)'),(41393,1765,'_left_tab_3_button_label','field_56b373ceb6e43'),(41394,1765,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(41395,1765,'_left_tab_3_button_link','field_56b374ff0ad17'),(41396,1765,'left_tab_name','Company'),(41397,1765,'_left_tab_name','field_56b3976017dce'),(41398,1765,'right_tab_name','People'),(41399,1765,'_right_tab_name','field_56b3978117dcf'),(41400,1765,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(41401,1765,'_right_tab_0_image','field_56b3fab145571'),(41402,1765,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(41403,1765,'_right_tab_0_content','field_56b3fab145572'),(41404,1765,'right_tab_0_button_label','Download VCard'),(41405,1765,'_right_tab_0_button_label','field_56b3fab145573'),(41406,1765,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(41407,1765,'_right_tab_0_button_link','field_56b3fab145574'),(41408,1765,'right_tab_0_spacer','1'),(41409,1765,'_right_tab_0_spacer','field_56b3fab145575'),(41410,1765,'right_tab_1_contact_title','Please feel free to contact me:'),(41411,1765,'_right_tab_1_contact_title','field_56b4001eb0921'),(41412,1765,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(41413,1765,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(41414,1765,'right_tab_1_contact_values_0_contact_value_right',''),(41415,1765,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(41416,1765,'right_tab_1_contact_values_0_link',''),(41417,1765,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(41418,1765,'right_tab_1_contact_values_0_link_type',''),(41419,1765,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(41420,1765,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(41421,1765,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(41422,1765,'right_tab_1_contact_values_1_contact_value_right',''),(41423,1765,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(41424,1765,'right_tab_1_contact_values_1_link',''),(41425,1765,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(41426,1765,'right_tab_1_contact_values_1_link_type',''),(41427,1765,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(41428,1765,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(41429,1765,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(41430,1765,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(41431,1765,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(41432,1765,'right_tab_1_contact_values_2_link','+41793107090'),(41433,1765,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(41434,1765,'right_tab_1_contact_values_2_link_type','tel:'),(41435,1765,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(41436,1765,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(41437,1765,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(41438,1765,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(41439,1765,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(41440,1765,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(41441,1765,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(41442,1765,'right_tab_1_contact_values_3_link_type','mailto:'),(41443,1765,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(41444,1765,'right_tab_1_contact_icon','icon-mail'),(41445,1765,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(41446,1765,'right_tab_1_contact_values','4'),(41447,1765,'_right_tab_1_contact_values','field_56b3fde2ce062'),(41448,1765,'add_third_tab','0'),(41449,1765,'_add_third_tab','field_57f54e889b77c'),(41450,1765,'third_tab_name',''),(41451,1765,'_third_tab_name','field_57f54ea19b77d'),(41452,1765,'third_tab',''),(41453,1765,'_third_tab','field_57f54ec39b77e'),(41454,1765,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(41455,1765,'_right_tab_2_image','field_56b3fab145571'),(41456,1765,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(41457,1765,'_right_tab_2_content','field_56b3fab145572'),(41458,1765,'right_tab_2_button_label','Download VCard'),(41459,1765,'_right_tab_2_button_label','field_56b3fab145573'),(41460,1765,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(41461,1765,'_right_tab_2_button_link','field_56b3fab145574'),(41462,1765,'right_tab_2_spacer','1'),(41463,1765,'_right_tab_2_spacer','field_56b3fab145575'),(41464,1765,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(41465,1765,'_right_tab_1_image','field_56b3fab145571'),(41466,1765,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(41467,1765,'_right_tab_1_content','field_56b3fab145572'),(41468,1765,'right_tab_1_button_label','Download VCard'),(41469,1765,'_right_tab_1_button_label','field_56b3fab145573'),(41470,1765,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(41471,1765,'_right_tab_1_button_link','field_56b3fab145574'),(41472,1765,'right_tab_1_spacer','1'),(41473,1765,'_right_tab_1_spacer','field_56b3fab145575'),(41474,1765,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(41475,1765,'_right_tab_3_image','field_56b3fab145571'),(41476,1765,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(41477,1765,'_right_tab_3_content','field_56b3fab145572'),(41478,1765,'right_tab_3_button_label','Download VCard'),(41479,1765,'_right_tab_3_button_label','field_56b3fab145573'),(41480,1765,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(41481,1765,'_right_tab_3_button_link','field_56b3fab145574'),(41482,1765,'right_tab_3_spacer','1'),(41483,1765,'_right_tab_3_spacer','field_56b3fab145575'),(41484,1765,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(41485,1765,'_right_tab_4_image','field_56b3fab145571'),(41486,1765,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia all relevant to the businesses of Victoria Group.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(41487,1765,'_right_tab_4_content','field_56b3fab145572'),(41488,1765,'right_tab_4_button_label','Download VCard'),(41489,1765,'_right_tab_4_button_label','field_56b3fab145573'),(41490,1765,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(41491,1765,'_right_tab_4_button_link','field_56b3fab145574'),(41492,1765,'right_tab_4_spacer','1'),(41493,1765,'_right_tab_4_spacer','field_56b3fab145575'),(41494,1765,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Lidija.jpg'),(41495,1765,'_right_tab_5_image','field_56b3fab145571'),(41496,1765,'right_tab_5_content','Lidija Abramovic\r\n<span style=\"color: #00ccff;\">Senior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nLidija is the Senior Lawyer at Innovation Brain. She specialises in contract, employment, labour and tax laws. She previously has worked at Deloitte and the Ministry of Labour in Belgrade.\r\n\r\nLidija has a Masters in International Law and has passed the Bar Exam.'),(41497,1765,'_right_tab_5_content','field_56b3fab145572'),(41498,1765,'right_tab_5_button_label','Download VCard'),(41499,1765,'_right_tab_5_button_label','field_56b3fab145573'),(41500,1765,'right_tab_5_button_link','http://innovationbrain.com/DLfiles/.Lidija_Abramovic.vcf'),(41501,1765,'_right_tab_5_button_link','field_56b3fab145574'),(41502,1765,'right_tab_5_spacer','1'),(41503,1765,'_right_tab_5_spacer','field_56b3fab145575'),(41504,1765,'right_tab_6_image','http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg'),(41505,1765,'_right_tab_6_image','field_56b3fab145571'),(41506,1765,'right_tab_6_content','Gordana Knežević\r\n<span style=\"color: #00ccff;\">Junior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nGordana is the Junior Lawyer at Innovation Brain. She previously worked at a local Law Firm in Belgrade. She has a Masters at the Faculty of Law, Belgrade.\r\n\r\n '),(41507,1765,'_right_tab_6_content','field_56b3fab145572'),(41508,1765,'right_tab_6_button_label','Download VCard'),(41509,1765,'_right_tab_6_button_label','field_56b3fab145573'),(41510,1765,'right_tab_6_button_link','http://innovationbrain.com/DLfiles/.Gordana_Knezevic.vcf'),(41511,1765,'_right_tab_6_button_link','field_56b3fab145574'),(41512,1765,'right_tab_6_spacer','1'),(41513,1765,'_right_tab_6_spacer','field_56b3fab145575'),(41514,1765,'left_tab_4_image',''),(41515,1765,'_left_tab_4_image','field_56b37545f376b'),(41516,1765,'left_tab_4_content',''),(41517,1765,'_left_tab_4_content','field_56b37545f376c'),(41518,1765,'left_tab_4_button_label',''),(41519,1765,'_left_tab_4_button_label','field_56b37545f376d'),(41520,1765,'left_tab_4_button_link',''),(41521,1765,'_left_tab_4_button_link','field_56b37545f376e'),(41522,1765,'left_tab_4_spacer','1'),(41523,1765,'_left_tab_4_spacer','field_56b37545f376f'),(41524,1765,'right_tab_7_image','http://innovationbrain.com/wp-content/uploads/Mandy.jpg'),(41525,1765,'_right_tab_7_image','field_56b3fab145571'),(41526,1765,'right_tab_7_content','Mandy Caruana\r\n<span style=\"color: #00ccff;\">Head of Marketing</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nMandy is the Head of Marketing at Innovation Brain. She is a seasoned communications and marketing professional within the Association Industry. Mandy has held Head of department roles at the Turnaround Management Association, Association of MBAs and the Sainsbury Centre for Mental Health.'),(41527,1765,'_right_tab_7_content','field_56b3fab145572'),(41528,1765,'right_tab_7_button_label',''),(41529,1765,'_right_tab_7_button_label','field_56b3fab145573'),(41530,1765,'right_tab_7_button_link',''),(41531,1765,'_right_tab_7_button_link','field_56b3fab145574'),(41532,1765,'right_tab_7_spacer','1'),(41533,1765,'_right_tab_7_spacer','field_56b3fab145575'),(41534,1766,'builder','a:0:{}'),(41535,1766,'_builder','field_56b276ce702ac'),(41536,1766,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";i:4;s:9:\"bio_block\";}'),(41537,1766,'_left_tab','field_56b36c6deeda0'),(41538,1766,'add_second_tab','1'),(41539,1766,'_add_second_tab','field_56b36ca9eeda2'),(41540,1766,'right_tab','a:8:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";i:6;s:9:\"bio_block\";i:7;s:9:\"bio_block\";}'),(41541,1766,'_right_tab','field_56b3fab04554d'),(41542,1766,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(41543,1766,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(41544,1766,'left_tab_0_spacer','1'),(41545,1766,'_left_tab_0_spacer','field_56b371c577c8c'),(41546,1766,'left_tab_1_circle1','icon-grid'),(41547,1766,'_left_tab_1_circle1','field_56b3dc86da039'),(41548,1766,'left_tab_1_circle2','icon-turnaround'),(41549,1766,'_left_tab_1_circle2','field_56b3dc86da03a'),(41550,1766,'left_tab_1_circle3','icon-masonery'),(41551,1766,'_left_tab_1_circle3','field_56b3dc86da03b'),(41552,1766,'left_tab_1_circle1_label','Restructuring'),(41553,1766,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(41554,1766,'left_tab_1_circle2_label','Turnaround'),(41555,1766,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(41556,1766,'left_tab_1_circle3_label','Innovation'),(41557,1766,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(41558,1766,'left_tab_1_spacer','1'),(41559,1766,'_left_tab_1_spacer','field_56b3dc86da042'),(41560,1766,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(41561,1766,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(41562,1766,'left_tab_2_spacer','1'),(41563,1766,'_left_tab_2_spacer','field_56b371c577c8c'),(41564,1766,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(41565,1766,'_left_tab_3_image','field_56b373f3b6e44'),(41566,1766,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(41567,1766,'_left_tab_3_title','field_56b373afb6e42'),(41568,1766,'left_tab_3_button_label','Download PDF (312 kb)'),(41569,1766,'_left_tab_3_button_label','field_56b373ceb6e43'),(41570,1766,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(41571,1766,'_left_tab_3_button_link','field_56b374ff0ad17'),(41572,1766,'left_tab_name','Company'),(41573,1766,'_left_tab_name','field_56b3976017dce'),(41574,1766,'right_tab_name','People'),(41575,1766,'_right_tab_name','field_56b3978117dcf'),(41576,1766,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(41577,1766,'_right_tab_0_image','field_56b3fab145571'),(41578,1766,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(41579,1766,'_right_tab_0_content','field_56b3fab145572'),(41580,1766,'right_tab_0_button_label','Download VCard'),(41581,1766,'_right_tab_0_button_label','field_56b3fab145573'),(41582,1766,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(41583,1766,'_right_tab_0_button_link','field_56b3fab145574'),(41584,1766,'right_tab_0_spacer','1'),(41585,1766,'_right_tab_0_spacer','field_56b3fab145575'),(41586,1766,'right_tab_1_contact_title','Please feel free to contact me:'),(41587,1766,'_right_tab_1_contact_title','field_56b4001eb0921'),(41588,1766,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(41589,1766,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(41590,1766,'right_tab_1_contact_values_0_contact_value_right',''),(41591,1766,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(41592,1766,'right_tab_1_contact_values_0_link',''),(41593,1766,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(41594,1766,'right_tab_1_contact_values_0_link_type',''),(41595,1766,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(41596,1766,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(41597,1766,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(41598,1766,'right_tab_1_contact_values_1_contact_value_right',''),(41599,1766,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(41600,1766,'right_tab_1_contact_values_1_link',''),(41601,1766,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(41602,1766,'right_tab_1_contact_values_1_link_type',''),(41603,1766,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(41604,1766,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(41605,1766,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(41606,1766,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(41607,1766,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(41608,1766,'right_tab_1_contact_values_2_link','+41793107090'),(41609,1766,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(41610,1766,'right_tab_1_contact_values_2_link_type','tel:'),(41611,1766,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(41612,1766,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(41613,1766,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(41614,1766,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(41615,1766,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(41616,1766,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(41617,1766,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(41618,1766,'right_tab_1_contact_values_3_link_type','mailto:'),(41619,1766,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(41620,1766,'right_tab_1_contact_icon','icon-mail'),(41621,1766,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(41622,1766,'right_tab_1_contact_values','4'),(41623,1766,'_right_tab_1_contact_values','field_56b3fde2ce062'),(41624,1766,'add_third_tab','0'),(41625,1766,'_add_third_tab','field_57f54e889b77c'),(41626,1766,'third_tab_name',''),(41627,1766,'_third_tab_name','field_57f54ea19b77d'),(41628,1766,'third_tab',''),(41629,1766,'_third_tab','field_57f54ec39b77e'),(41630,1766,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(41631,1766,'_right_tab_2_image','field_56b3fab145571'),(41632,1766,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(41633,1766,'_right_tab_2_content','field_56b3fab145572'),(41634,1766,'right_tab_2_button_label','Download VCard'),(41635,1766,'_right_tab_2_button_label','field_56b3fab145573'),(41636,1766,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(41637,1766,'_right_tab_2_button_link','field_56b3fab145574'),(41638,1766,'right_tab_2_spacer','1'),(41639,1766,'_right_tab_2_spacer','field_56b3fab145575'),(41640,1766,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(41641,1766,'_right_tab_1_image','field_56b3fab145571'),(41642,1766,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(41643,1766,'_right_tab_1_content','field_56b3fab145572'),(41644,1766,'right_tab_1_button_label','Download VCard'),(41645,1766,'_right_tab_1_button_label','field_56b3fab145573'),(41646,1766,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(41647,1766,'_right_tab_1_button_link','field_56b3fab145574'),(41648,1766,'right_tab_1_spacer','1'),(41649,1766,'_right_tab_1_spacer','field_56b3fab145575'),(41650,1766,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(41651,1766,'_right_tab_3_image','field_56b3fab145571'),(41652,1766,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(41653,1766,'_right_tab_3_content','field_56b3fab145572'),(41654,1766,'right_tab_3_button_label','Download VCard'),(41655,1766,'_right_tab_3_button_label','field_56b3fab145573'),(41656,1766,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(41657,1766,'_right_tab_3_button_link','field_56b3fab145574'),(41658,1766,'right_tab_3_spacer','1'),(41659,1766,'_right_tab_3_spacer','field_56b3fab145575'),(41660,1766,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(41661,1766,'_right_tab_4_image','field_56b3fab145571'),(41662,1766,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia all relevant to the businesses of Victoria Group.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(41663,1766,'_right_tab_4_content','field_56b3fab145572'),(41664,1766,'right_tab_4_button_label','Download VCard'),(41665,1766,'_right_tab_4_button_label','field_56b3fab145573'),(41666,1766,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(41667,1766,'_right_tab_4_button_link','field_56b3fab145574'),(41668,1766,'right_tab_4_spacer','1'),(41669,1766,'_right_tab_4_spacer','field_56b3fab145575'),(41670,1766,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Lidija.jpg'),(41671,1766,'_right_tab_5_image','field_56b3fab145571'),(41672,1766,'right_tab_5_content','Lidija Abramovic\r\n<span style=\"color: #00ccff;\">Senior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nLidija is the Senior Lawyer at Innovation Brain. She specialises in contract, employment, labour and tax laws. She previously has worked at Deloitte and the Ministry of Labour in Belgrade.\r\n\r\nLidija has a Masters in International Law and has passed the Bar Exam.'),(41673,1766,'_right_tab_5_content','field_56b3fab145572'),(41674,1766,'right_tab_5_button_label','Download VCard'),(41675,1766,'_right_tab_5_button_label','field_56b3fab145573'),(41676,1766,'right_tab_5_button_link','http://innovationbrain.com/DLfiles/.Lidija_Abramovic.vcf'),(41677,1766,'_right_tab_5_button_link','field_56b3fab145574'),(41678,1766,'right_tab_5_spacer','1'),(41679,1766,'_right_tab_5_spacer','field_56b3fab145575'),(41680,1766,'right_tab_6_image','http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg'),(41681,1766,'_right_tab_6_image','field_56b3fab145571'),(41682,1766,'right_tab_6_content','Gordana Knežević\r\n<span style=\"color: #00ccff;\">Junior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nGordana is the Junior Lawyer at Innovation Brain. She previously worked at a local Law Firm in Belgrade. She has a Masters at the Faculty of Law, Belgrade.\r\n\r\n '),(41683,1766,'_right_tab_6_content','field_56b3fab145572'),(41684,1766,'right_tab_6_button_label','Download VCard'),(41685,1766,'_right_tab_6_button_label','field_56b3fab145573'),(41686,1766,'right_tab_6_button_link','http://innovationbrain.com/DLfiles/.Gordana_Knezevic.vcf'),(41687,1766,'_right_tab_6_button_link','field_56b3fab145574'),(41688,1766,'right_tab_6_spacer','1'),(41689,1766,'_right_tab_6_spacer','field_56b3fab145575'),(41690,1766,'left_tab_4_image',''),(41691,1766,'_left_tab_4_image','field_56b37545f376b'),(41692,1766,'left_tab_4_content',''),(41693,1766,'_left_tab_4_content','field_56b37545f376c'),(41694,1766,'left_tab_4_button_label',''),(41695,1766,'_left_tab_4_button_label','field_56b37545f376d'),(41696,1766,'left_tab_4_button_link',''),(41697,1766,'_left_tab_4_button_link','field_56b37545f376e'),(41698,1766,'left_tab_4_spacer','1'),(41699,1766,'_left_tab_4_spacer','field_56b37545f376f'),(41700,1766,'right_tab_7_image','http://innovationbrain.com/wp-content/uploads/Mandy.jpg'),(41701,1766,'_right_tab_7_image','field_56b3fab145571'),(41702,1766,'right_tab_7_content','Mandy Caruana\r\n<span style=\"color: #00ccff;\">Head of Marketing</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nMandy is the Head of Marketing at Innovation Brain. She is a seasoned communications and marketing professional within the Association Industry. Mandy has held Head of department roles at the Turnaround Management Association, Association of MBAs and the Sainsbury Centre for Mental Health.'),(41703,1766,'_right_tab_7_content','field_56b3fab145572'),(41704,1766,'right_tab_7_button_label','Download VCard'),(41705,1766,'_right_tab_7_button_label','field_56b3fab145573'),(41706,1766,'right_tab_7_button_link','http://innovationbrain.com/DLfiles/.Mandy_Caruana.vcf'),(41707,1766,'_right_tab_7_button_link','field_56b3fab145574'),(41708,1766,'right_tab_7_spacer','1'),(41709,1766,'_right_tab_7_spacer','field_56b3fab145575'),(41720,1767,'builder','a:0:{}'),(41721,1767,'_builder','field_56b276ce702ac'),(41722,1767,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";i:4;s:9:\"bio_block\";}'),(41723,1767,'_left_tab','field_56b36c6deeda0'),(41724,1767,'add_second_tab','1'),(41725,1767,'_add_second_tab','field_56b36ca9eeda2'),(41726,1767,'right_tab','a:9:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";i:6;s:9:\"bio_block\";i:7;s:9:\"bio_block\";i:8;s:9:\"bio_block\";}'),(41727,1767,'_right_tab','field_56b3fab04554d'),(41728,1767,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(41729,1767,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(41730,1767,'left_tab_0_spacer','1'),(41731,1767,'_left_tab_0_spacer','field_56b371c577c8c'),(41732,1767,'left_tab_1_circle1','icon-grid'),(41733,1767,'_left_tab_1_circle1','field_56b3dc86da039'),(41734,1767,'left_tab_1_circle2','icon-turnaround'),(41735,1767,'_left_tab_1_circle2','field_56b3dc86da03a'),(41736,1767,'left_tab_1_circle3','icon-masonery'),(41737,1767,'_left_tab_1_circle3','field_56b3dc86da03b'),(41738,1767,'left_tab_1_circle1_label','Restructuring'),(41739,1767,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(41740,1767,'left_tab_1_circle2_label','Turnaround'),(41741,1767,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(41742,1767,'left_tab_1_circle3_label','Innovation'),(41743,1767,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(41744,1767,'left_tab_1_spacer','1'),(41745,1767,'_left_tab_1_spacer','field_56b3dc86da042'),(41746,1767,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(41747,1767,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(41748,1767,'left_tab_2_spacer','1'),(41749,1767,'_left_tab_2_spacer','field_56b371c577c8c'),(41750,1767,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(41751,1767,'_left_tab_3_image','field_56b373f3b6e44'),(41752,1767,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(41753,1767,'_left_tab_3_title','field_56b373afb6e42'),(41754,1767,'left_tab_3_button_label','Download PDF (312 kb)'),(41755,1767,'_left_tab_3_button_label','field_56b373ceb6e43'),(41756,1767,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(41757,1767,'_left_tab_3_button_link','field_56b374ff0ad17'),(41758,1767,'left_tab_name','Company'),(41759,1767,'_left_tab_name','field_56b3976017dce'),(41760,1767,'right_tab_name','People'),(41761,1767,'_right_tab_name','field_56b3978117dcf'),(41762,1767,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(41763,1767,'_right_tab_0_image','field_56b3fab145571'),(41764,1767,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(41765,1767,'_right_tab_0_content','field_56b3fab145572'),(41766,1767,'right_tab_0_button_label','Download VCard'),(41767,1767,'_right_tab_0_button_label','field_56b3fab145573'),(41768,1767,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(41769,1767,'_right_tab_0_button_link','field_56b3fab145574'),(41770,1767,'right_tab_0_spacer','1'),(41771,1767,'_right_tab_0_spacer','field_56b3fab145575'),(41772,1767,'right_tab_1_contact_title','Please feel free to contact me:'),(41773,1767,'_right_tab_1_contact_title','field_56b4001eb0921'),(41774,1767,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(41775,1767,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(41776,1767,'right_tab_1_contact_values_0_contact_value_right',''),(41777,1767,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(41778,1767,'right_tab_1_contact_values_0_link',''),(41779,1767,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(41780,1767,'right_tab_1_contact_values_0_link_type',''),(41781,1767,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(41782,1767,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(41783,1767,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(41784,1767,'right_tab_1_contact_values_1_contact_value_right',''),(41785,1767,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(41786,1767,'right_tab_1_contact_values_1_link',''),(41787,1767,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(41788,1767,'right_tab_1_contact_values_1_link_type',''),(41789,1767,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(41790,1767,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(41791,1767,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(41792,1767,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(41793,1767,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(41794,1767,'right_tab_1_contact_values_2_link','+41793107090'),(41795,1767,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(41796,1767,'right_tab_1_contact_values_2_link_type','tel:'),(41797,1767,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(41798,1767,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(41799,1767,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(41800,1767,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(41801,1767,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(41802,1767,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(41803,1767,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(41804,1767,'right_tab_1_contact_values_3_link_type','mailto:'),(41805,1767,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(41806,1767,'right_tab_1_contact_icon','icon-mail'),(41807,1767,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(41808,1767,'right_tab_1_contact_values','4'),(41809,1767,'_right_tab_1_contact_values','field_56b3fde2ce062'),(41810,1767,'add_third_tab','0'),(41811,1767,'_add_third_tab','field_57f54e889b77c'),(41812,1767,'third_tab_name',''),(41813,1767,'_third_tab_name','field_57f54ea19b77d'),(41814,1767,'third_tab',''),(41815,1767,'_third_tab','field_57f54ec39b77e'),(41816,1767,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(41817,1767,'_right_tab_2_image','field_56b3fab145571'),(41818,1767,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(41819,1767,'_right_tab_2_content','field_56b3fab145572'),(41820,1767,'right_tab_2_button_label','Download VCard'),(41821,1767,'_right_tab_2_button_label','field_56b3fab145573'),(41822,1767,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(41823,1767,'_right_tab_2_button_link','field_56b3fab145574'),(41824,1767,'right_tab_2_spacer','1'),(41825,1767,'_right_tab_2_spacer','field_56b3fab145575'),(41826,1767,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(41827,1767,'_right_tab_1_image','field_56b3fab145571'),(41828,1767,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(41829,1767,'_right_tab_1_content','field_56b3fab145572'),(41830,1767,'right_tab_1_button_label','Download VCard'),(41831,1767,'_right_tab_1_button_label','field_56b3fab145573'),(41832,1767,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(41833,1767,'_right_tab_1_button_link','field_56b3fab145574'),(41834,1767,'right_tab_1_spacer','1'),(41835,1767,'_right_tab_1_spacer','field_56b3fab145575'),(41836,1767,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(41837,1767,'_right_tab_3_image','field_56b3fab145571'),(41838,1767,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(41839,1767,'_right_tab_3_content','field_56b3fab145572'),(41840,1767,'right_tab_3_button_label','Download VCard'),(41841,1767,'_right_tab_3_button_label','field_56b3fab145573'),(41842,1767,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(41843,1767,'_right_tab_3_button_link','field_56b3fab145574'),(41844,1767,'right_tab_3_spacer','1'),(41845,1767,'_right_tab_3_spacer','field_56b3fab145575'),(41846,1767,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(41847,1767,'_right_tab_4_image','field_56b3fab145571'),(41848,1767,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia all relevant to the businesses of Victoria Group.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(41849,1767,'_right_tab_4_content','field_56b3fab145572'),(41850,1767,'right_tab_4_button_label','Download VCard'),(41851,1767,'_right_tab_4_button_label','field_56b3fab145573'),(41852,1767,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(41853,1767,'_right_tab_4_button_link','field_56b3fab145574'),(41854,1767,'right_tab_4_spacer','1'),(41855,1767,'_right_tab_4_spacer','field_56b3fab145575'),(41856,1767,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Lidija.jpg'),(41857,1767,'_right_tab_5_image','field_56b3fab145571'),(41858,1767,'right_tab_5_content','Lidija Abramovic\r\n<span style=\"color: #00ccff;\">Senior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nLidija is the Senior Lawyer at Innovation Brain. Lidija was previously a tax consultant providing legal advice as well as personal income tax services at Deloitte doo in Serbia. Liidija has also worked in various government roles.\r\n\r\nLidija has a Masters in International Law and has passed the Bar Exam.'),(41859,1767,'_right_tab_5_content','field_56b3fab145572'),(41860,1767,'right_tab_5_button_label','Download VCard'),(41861,1767,'_right_tab_5_button_label','field_56b3fab145573'),(41862,1767,'right_tab_5_button_link','http://innovationbrain.com/DLfiles/.Lidija_Abramovic.vcf'),(41863,1767,'_right_tab_5_button_link','field_56b3fab145574'),(41864,1767,'right_tab_5_spacer','1'),(41865,1767,'_right_tab_5_spacer','field_56b3fab145575'),(41866,1767,'right_tab_6_image','http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg'),(41867,1767,'_right_tab_6_image','field_56b3fab145571'),(41868,1767,'right_tab_6_content','Gordana Knežević\r\n<span style=\"color: #00ccff;\">Junior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nGordana is the Junior Lawyer at Innovation Brain. She previously worked at a local Law Firm in Belgrade. She has a Masters at the Faculty of Law, Belgrade.\r\n\r\n '),(41869,1767,'_right_tab_6_content','field_56b3fab145572'),(41870,1767,'right_tab_6_button_label','Download VCard'),(41871,1767,'_right_tab_6_button_label','field_56b3fab145573'),(41872,1767,'right_tab_6_button_link','http://innovationbrain.com/DLfiles/.Gordana_Knezevic.vcf'),(41873,1767,'_right_tab_6_button_link','field_56b3fab145574'),(41874,1767,'right_tab_6_spacer','1'),(41875,1767,'_right_tab_6_spacer','field_56b3fab145575'),(41876,1767,'left_tab_4_image',''),(41877,1767,'_left_tab_4_image','field_56b37545f376b'),(41878,1767,'left_tab_4_content',''),(41879,1767,'_left_tab_4_content','field_56b37545f376c'),(41880,1767,'left_tab_4_button_label',''),(41881,1767,'_left_tab_4_button_label','field_56b37545f376d'),(41882,1767,'left_tab_4_button_link',''),(41883,1767,'_left_tab_4_button_link','field_56b37545f376e'),(41884,1767,'left_tab_4_spacer','1'),(41885,1767,'_left_tab_4_spacer','field_56b37545f376f'),(41886,1767,'right_tab_7_image','http://innovationbrain.com/wp-content/uploads/Mandy.jpg'),(41887,1767,'_right_tab_7_image','field_56b3fab145571'),(41888,1767,'right_tab_7_content','Mandy Caruana\r\n<span style=\"color: #00ccff;\">Head of Marketing</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nMandy is the Head of Marketing at Innovation Brain. She is a seasoned communications and marketing professional within the Association Industry. Mandy has held Head of department roles at the Turnaround Management Association, Association of MBAs and the Sainsbury Centre for Mental Health.'),(41889,1767,'_right_tab_7_content','field_56b3fab145572'),(41890,1767,'right_tab_7_button_label','Download VCard'),(41891,1767,'_right_tab_7_button_label','field_56b3fab145573'),(41892,1767,'right_tab_7_button_link','http://innovationbrain.com/DLfiles/.Mandy_Caruana.vcf'),(41893,1767,'_right_tab_7_button_link','field_56b3fab145574'),(41894,1767,'right_tab_7_spacer','1'),(41895,1767,'_right_tab_7_spacer','field_56b3fab145575'),(41896,1767,'right_tab_8_image',''),(41897,1767,'_right_tab_8_image','field_56b3fab145571'),(41898,1767,'right_tab_8_content','Ralu Fadur\r\n<span style=\"color: #00ccff;\">Head of Back of Office</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Cyprus</span>\r\n\r\n '),(41899,1767,'_right_tab_8_content','field_56b3fab145572'),(41900,1767,'right_tab_8_button_label',''),(41901,1767,'_right_tab_8_button_label','field_56b3fab145573'),(41902,1767,'right_tab_8_button_link',''),(41903,1767,'_right_tab_8_button_link','field_56b3fab145574'),(41904,1767,'right_tab_8_spacer','1'),(41905,1767,'_right_tab_8_spacer','field_56b3fab145575'),(41906,1768,'builder','a:0:{}'),(41907,1768,'_builder','field_56b276ce702ac'),(41908,1768,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";i:4;s:9:\"bio_block\";}'),(41909,1768,'_left_tab','field_56b36c6deeda0'),(41910,1768,'add_second_tab','1'),(41911,1768,'_add_second_tab','field_56b36ca9eeda2'),(41912,1768,'right_tab','a:9:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";i:6;s:9:\"bio_block\";i:7;s:9:\"bio_block\";i:8;s:9:\"bio_block\";}'),(41913,1768,'_right_tab','field_56b3fab04554d'),(41914,1768,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(41915,1768,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(41916,1768,'left_tab_0_spacer','1'),(41917,1768,'_left_tab_0_spacer','field_56b371c577c8c'),(41918,1768,'left_tab_1_circle1','icon-grid'),(41919,1768,'_left_tab_1_circle1','field_56b3dc86da039'),(41920,1768,'left_tab_1_circle2','icon-turnaround'),(41921,1768,'_left_tab_1_circle2','field_56b3dc86da03a'),(41922,1768,'left_tab_1_circle3','icon-masonery'),(41923,1768,'_left_tab_1_circle3','field_56b3dc86da03b'),(41924,1768,'left_tab_1_circle1_label','Restructuring'),(41925,1768,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(41926,1768,'left_tab_1_circle2_label','Turnaround'),(41927,1768,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(41928,1768,'left_tab_1_circle3_label','Innovation'),(41929,1768,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(41930,1768,'left_tab_1_spacer','1'),(41931,1768,'_left_tab_1_spacer','field_56b3dc86da042'),(41932,1768,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(41933,1768,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(41934,1768,'left_tab_2_spacer','1'),(41935,1768,'_left_tab_2_spacer','field_56b371c577c8c'),(41936,1768,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(41937,1768,'_left_tab_3_image','field_56b373f3b6e44'),(41938,1768,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(41939,1768,'_left_tab_3_title','field_56b373afb6e42'),(41940,1768,'left_tab_3_button_label','Download PDF (312 kb)'),(41941,1768,'_left_tab_3_button_label','field_56b373ceb6e43'),(41942,1768,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(41943,1768,'_left_tab_3_button_link','field_56b374ff0ad17'),(41944,1768,'left_tab_name','Company'),(41945,1768,'_left_tab_name','field_56b3976017dce'),(41946,1768,'right_tab_name','People'),(41947,1768,'_right_tab_name','field_56b3978117dcf'),(41948,1768,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(41949,1768,'_right_tab_0_image','field_56b3fab145571'),(41950,1768,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(41951,1768,'_right_tab_0_content','field_56b3fab145572'),(41952,1768,'right_tab_0_button_label','Download VCard'),(41953,1768,'_right_tab_0_button_label','field_56b3fab145573'),(41954,1768,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(41955,1768,'_right_tab_0_button_link','field_56b3fab145574'),(41956,1768,'right_tab_0_spacer','1'),(41957,1768,'_right_tab_0_spacer','field_56b3fab145575'),(41958,1768,'right_tab_1_contact_title','Please feel free to contact me:'),(41959,1768,'_right_tab_1_contact_title','field_56b4001eb0921'),(41960,1768,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(41961,1768,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(41962,1768,'right_tab_1_contact_values_0_contact_value_right',''),(41963,1768,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(41964,1768,'right_tab_1_contact_values_0_link',''),(41965,1768,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(41966,1768,'right_tab_1_contact_values_0_link_type',''),(41967,1768,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(41968,1768,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(41969,1768,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(41970,1768,'right_tab_1_contact_values_1_contact_value_right',''),(41971,1768,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(41972,1768,'right_tab_1_contact_values_1_link',''),(41973,1768,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(41974,1768,'right_tab_1_contact_values_1_link_type',''),(41975,1768,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(41976,1768,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(41977,1768,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(41978,1768,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(41979,1768,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(41980,1768,'right_tab_1_contact_values_2_link','+41793107090'),(41981,1768,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(41982,1768,'right_tab_1_contact_values_2_link_type','tel:'),(41983,1768,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(41984,1768,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(41985,1768,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(41986,1768,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(41987,1768,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(41988,1768,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(41989,1768,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(41990,1768,'right_tab_1_contact_values_3_link_type','mailto:'),(41991,1768,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(41992,1768,'right_tab_1_contact_icon','icon-mail'),(41993,1768,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(41994,1768,'right_tab_1_contact_values','4'),(41995,1768,'_right_tab_1_contact_values','field_56b3fde2ce062'),(41996,1768,'add_third_tab','0'),(41997,1768,'_add_third_tab','field_57f54e889b77c'),(41998,1768,'third_tab_name',''),(41999,1768,'_third_tab_name','field_57f54ea19b77d'),(42000,1768,'third_tab',''),(42001,1768,'_third_tab','field_57f54ec39b77e'),(42002,1768,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(42003,1768,'_right_tab_2_image','field_56b3fab145571'),(42004,1768,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(42005,1768,'_right_tab_2_content','field_56b3fab145572'),(42006,1768,'right_tab_2_button_label','Download VCard'),(42007,1768,'_right_tab_2_button_label','field_56b3fab145573'),(42008,1768,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(42009,1768,'_right_tab_2_button_link','field_56b3fab145574'),(42010,1768,'right_tab_2_spacer','1'),(42011,1768,'_right_tab_2_spacer','field_56b3fab145575'),(42012,1768,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(42013,1768,'_right_tab_1_image','field_56b3fab145571'),(42014,1768,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(42015,1768,'_right_tab_1_content','field_56b3fab145572'),(42016,1768,'right_tab_1_button_label','Download VCard'),(42017,1768,'_right_tab_1_button_label','field_56b3fab145573'),(42018,1768,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(42019,1768,'_right_tab_1_button_link','field_56b3fab145574'),(42020,1768,'right_tab_1_spacer','1'),(42021,1768,'_right_tab_1_spacer','field_56b3fab145575'),(42022,1768,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(42023,1768,'_right_tab_3_image','field_56b3fab145571'),(42024,1768,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(42025,1768,'_right_tab_3_content','field_56b3fab145572'),(42026,1768,'right_tab_3_button_label','Download VCard'),(42027,1768,'_right_tab_3_button_label','field_56b3fab145573'),(42028,1768,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(42029,1768,'_right_tab_3_button_link','field_56b3fab145574'),(42030,1768,'right_tab_3_spacer','1'),(42031,1768,'_right_tab_3_spacer','field_56b3fab145575'),(42032,1768,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(42033,1768,'_right_tab_4_image','field_56b3fab145571'),(42034,1768,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia all relevant to the businesses of Victoria Group.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(42035,1768,'_right_tab_4_content','field_56b3fab145572'),(42036,1768,'right_tab_4_button_label','Download VCard'),(42037,1768,'_right_tab_4_button_label','field_56b3fab145573'),(42038,1768,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(42039,1768,'_right_tab_4_button_link','field_56b3fab145574'),(42040,1768,'right_tab_4_spacer','1'),(42041,1768,'_right_tab_4_spacer','field_56b3fab145575'),(42042,1768,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Lidija.jpg'),(42043,1768,'_right_tab_5_image','field_56b3fab145571'),(42044,1768,'right_tab_5_content','Lidija Abramovic\r\n<span style=\"color: #00ccff;\">Senior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nLidija is the Senior Lawyer at Innovation Brain. Lidija was previously a tax consultant providing legal advice as well as personal income tax services at Deloitte doo in Serbia. Liidija has also worked in various government roles.\r\n\r\nLidija has a Masters in International Law and has passed the Bar Exam.'),(42045,1768,'_right_tab_5_content','field_56b3fab145572'),(42046,1768,'right_tab_5_button_label','Download VCard'),(42047,1768,'_right_tab_5_button_label','field_56b3fab145573'),(42048,1768,'right_tab_5_button_link','http://innovationbrain.com/DLfiles/.Lidija_Abramovic.vcf'),(42049,1768,'_right_tab_5_button_link','field_56b3fab145574'),(42050,1768,'right_tab_5_spacer','1'),(42051,1768,'_right_tab_5_spacer','field_56b3fab145575'),(42052,1768,'right_tab_6_image','http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg'),(42053,1768,'_right_tab_6_image','field_56b3fab145571'),(42054,1768,'right_tab_6_content','Gordana Knežević\r\n<span style=\"color: #00ccff;\">Junior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nGordana is the Junior Lawyer at Innovation Brain. During the course of her carrier, she has worked in two corporate law firms for more than a year dealing with Corporate law, dispute resolution (litigation), law on properties. Experience in cooperation with state authorities.\r\n\r\nGordana has a Masters Degree at the Faculty of Law, Belgrade.'),(42055,1768,'_right_tab_6_content','field_56b3fab145572'),(42056,1768,'right_tab_6_button_label','Download VCard'),(42057,1768,'_right_tab_6_button_label','field_56b3fab145573'),(42058,1768,'right_tab_6_button_link','http://innovationbrain.com/DLfiles/.Gordana_Knezevic.vcf'),(42059,1768,'_right_tab_6_button_link','field_56b3fab145574'),(42060,1768,'right_tab_6_spacer','1'),(42061,1768,'_right_tab_6_spacer','field_56b3fab145575'),(42062,1768,'left_tab_4_image',''),(42063,1768,'_left_tab_4_image','field_56b37545f376b'),(42064,1768,'left_tab_4_content',''),(42065,1768,'_left_tab_4_content','field_56b37545f376c'),(42066,1768,'left_tab_4_button_label',''),(42067,1768,'_left_tab_4_button_label','field_56b37545f376d'),(42068,1768,'left_tab_4_button_link',''),(42069,1768,'_left_tab_4_button_link','field_56b37545f376e'),(42070,1768,'left_tab_4_spacer','1'),(42071,1768,'_left_tab_4_spacer','field_56b37545f376f'),(42072,1768,'right_tab_7_image','http://innovationbrain.com/wp-content/uploads/Mandy.jpg'),(42073,1768,'_right_tab_7_image','field_56b3fab145571'),(42074,1768,'right_tab_7_content','Mandy Caruana\r\n<span style=\"color: #00ccff;\">Head of Marketing</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nMandy is the Head of Marketing at Innovation Brain. She is a seasoned communications and marketing professional within the Association Industry. Mandy has held Head of department roles at the Turnaround Management Association, Association of MBAs and the Sainsbury Centre for Mental Health.'),(42075,1768,'_right_tab_7_content','field_56b3fab145572'),(42076,1768,'right_tab_7_button_label','Download VCard'),(42077,1768,'_right_tab_7_button_label','field_56b3fab145573'),(42078,1768,'right_tab_7_button_link','http://innovationbrain.com/DLfiles/.Mandy_Caruana.vcf'),(42079,1768,'_right_tab_7_button_link','field_56b3fab145574'),(42080,1768,'right_tab_7_spacer','1'),(42081,1768,'_right_tab_7_spacer','field_56b3fab145575'),(42082,1768,'right_tab_8_image',''),(42083,1768,'_right_tab_8_image','field_56b3fab145571'),(42084,1768,'right_tab_8_content','Ralu Fadur\r\n<span style=\"color: #00ccff;\">Head of Back of Office</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Cyprus</span>\r\n\r\n '),(42085,1768,'_right_tab_8_content','field_56b3fab145572'),(42086,1768,'right_tab_8_button_label',''),(42087,1768,'_right_tab_8_button_label','field_56b3fab145573'),(42088,1768,'right_tab_8_button_link',''),(42089,1768,'_right_tab_8_button_link','field_56b3fab145574'),(42090,1768,'right_tab_8_spacer','1'),(42091,1768,'_right_tab_8_spacer','field_56b3fab145575'),(42092,1769,'builder','a:0:{}'),(42093,1769,'_builder','field_56b276ce702ac'),(42094,1769,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";i:4;s:9:\"bio_block\";}'),(42095,1769,'_left_tab','field_56b36c6deeda0'),(42096,1769,'add_second_tab','1'),(42097,1769,'_add_second_tab','field_56b36ca9eeda2'),(42098,1769,'right_tab','a:9:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";i:6;s:9:\"bio_block\";i:7;s:9:\"bio_block\";i:8;s:9:\"bio_block\";}'),(42099,1769,'_right_tab','field_56b3fab04554d'),(42100,1769,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(42101,1769,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(42102,1769,'left_tab_0_spacer','1'),(42103,1769,'_left_tab_0_spacer','field_56b371c577c8c'),(42104,1769,'left_tab_1_circle1','icon-grid'),(42105,1769,'_left_tab_1_circle1','field_56b3dc86da039'),(42106,1769,'left_tab_1_circle2','icon-turnaround'),(42107,1769,'_left_tab_1_circle2','field_56b3dc86da03a'),(42108,1769,'left_tab_1_circle3','icon-masonery'),(42109,1769,'_left_tab_1_circle3','field_56b3dc86da03b'),(42110,1769,'left_tab_1_circle1_label','Restructuring'),(42111,1769,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(42112,1769,'left_tab_1_circle2_label','Turnaround'),(42113,1769,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(42114,1769,'left_tab_1_circle3_label','Innovation'),(42115,1769,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(42116,1769,'left_tab_1_spacer','1'),(42117,1769,'_left_tab_1_spacer','field_56b3dc86da042'),(42118,1769,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(42119,1769,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(42120,1769,'left_tab_2_spacer','1'),(42121,1769,'_left_tab_2_spacer','field_56b371c577c8c'),(42122,1769,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(42123,1769,'_left_tab_3_image','field_56b373f3b6e44'),(42124,1769,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(42125,1769,'_left_tab_3_title','field_56b373afb6e42'),(42126,1769,'left_tab_3_button_label','Download PDF (312 kb)'),(42127,1769,'_left_tab_3_button_label','field_56b373ceb6e43'),(42128,1769,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(42129,1769,'_left_tab_3_button_link','field_56b374ff0ad17'),(42130,1769,'left_tab_name','Company'),(42131,1769,'_left_tab_name','field_56b3976017dce'),(42132,1769,'right_tab_name','People'),(42133,1769,'_right_tab_name','field_56b3978117dcf'),(42134,1769,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(42135,1769,'_right_tab_0_image','field_56b3fab145571'),(42136,1769,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(42137,1769,'_right_tab_0_content','field_56b3fab145572'),(42138,1769,'right_tab_0_button_label','Download VCard'),(42139,1769,'_right_tab_0_button_label','field_56b3fab145573'),(42140,1769,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(42141,1769,'_right_tab_0_button_link','field_56b3fab145574'),(42142,1769,'right_tab_0_spacer','1'),(42143,1769,'_right_tab_0_spacer','field_56b3fab145575'),(42144,1769,'right_tab_1_contact_title','Please feel free to contact me:'),(42145,1769,'_right_tab_1_contact_title','field_56b4001eb0921'),(42146,1769,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(42147,1769,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(42148,1769,'right_tab_1_contact_values_0_contact_value_right',''),(42149,1769,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(42150,1769,'right_tab_1_contact_values_0_link',''),(42151,1769,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(42152,1769,'right_tab_1_contact_values_0_link_type',''),(42153,1769,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(42154,1769,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(42155,1769,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(42156,1769,'right_tab_1_contact_values_1_contact_value_right',''),(42157,1769,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(42158,1769,'right_tab_1_contact_values_1_link',''),(42159,1769,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(42160,1769,'right_tab_1_contact_values_1_link_type',''),(42161,1769,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(42162,1769,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(42163,1769,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(42164,1769,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(42165,1769,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(42166,1769,'right_tab_1_contact_values_2_link','+41793107090'),(42167,1769,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(42168,1769,'right_tab_1_contact_values_2_link_type','tel:'),(42169,1769,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(42170,1769,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(42171,1769,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(42172,1769,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(42173,1769,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(42174,1769,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(42175,1769,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(42176,1769,'right_tab_1_contact_values_3_link_type','mailto:'),(42177,1769,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(42178,1769,'right_tab_1_contact_icon','icon-mail'),(42179,1769,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(42180,1769,'right_tab_1_contact_values','4'),(42181,1769,'_right_tab_1_contact_values','field_56b3fde2ce062'),(42182,1769,'add_third_tab','0'),(42183,1769,'_add_third_tab','field_57f54e889b77c'),(42184,1769,'third_tab_name',''),(42185,1769,'_third_tab_name','field_57f54ea19b77d'),(42186,1769,'third_tab',''),(42187,1769,'_third_tab','field_57f54ec39b77e'),(42188,1769,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(42189,1769,'_right_tab_2_image','field_56b3fab145571'),(42190,1769,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(42191,1769,'_right_tab_2_content','field_56b3fab145572'),(42192,1769,'right_tab_2_button_label','Download VCard'),(42193,1769,'_right_tab_2_button_label','field_56b3fab145573'),(42194,1769,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(42195,1769,'_right_tab_2_button_link','field_56b3fab145574'),(42196,1769,'right_tab_2_spacer','1'),(42197,1769,'_right_tab_2_spacer','field_56b3fab145575'),(42198,1769,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(42199,1769,'_right_tab_1_image','field_56b3fab145571'),(42200,1769,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(42201,1769,'_right_tab_1_content','field_56b3fab145572'),(42202,1769,'right_tab_1_button_label','Download VCard'),(42203,1769,'_right_tab_1_button_label','field_56b3fab145573'),(42204,1769,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(42205,1769,'_right_tab_1_button_link','field_56b3fab145574'),(42206,1769,'right_tab_1_spacer','1'),(42207,1769,'_right_tab_1_spacer','field_56b3fab145575'),(42208,1769,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(42209,1769,'_right_tab_3_image','field_56b3fab145571'),(42210,1769,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(42211,1769,'_right_tab_3_content','field_56b3fab145572'),(42212,1769,'right_tab_3_button_label','Download VCard'),(42213,1769,'_right_tab_3_button_label','field_56b3fab145573'),(42214,1769,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(42215,1769,'_right_tab_3_button_link','field_56b3fab145574'),(42216,1769,'right_tab_3_spacer','1'),(42217,1769,'_right_tab_3_spacer','field_56b3fab145575'),(42218,1769,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(42219,1769,'_right_tab_4_image','field_56b3fab145571'),(42220,1769,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia all relevant to the businesses of Victoria Group.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(42221,1769,'_right_tab_4_content','field_56b3fab145572'),(42222,1769,'right_tab_4_button_label','Download VCard'),(42223,1769,'_right_tab_4_button_label','field_56b3fab145573'),(42224,1769,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(42225,1769,'_right_tab_4_button_link','field_56b3fab145574'),(42226,1769,'right_tab_4_spacer','1'),(42227,1769,'_right_tab_4_spacer','field_56b3fab145575'),(42228,1769,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Lidija.jpg'),(42229,1769,'_right_tab_5_image','field_56b3fab145571'),(42230,1769,'right_tab_5_content','Lidija Abramovic\r\n<span style=\"color: #00ccff;\">Senior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nLidija is the Senior Lawyer at Innovation Brain. Lidija was previously a tax consultant providing legal advice as well as personal income tax services at Deloitte doo in Serbia. Liidija has also worked in various government roles.\r\n\r\nLidija has a Masters in International Law and has passed the Bar Exam.'),(42231,1769,'_right_tab_5_content','field_56b3fab145572'),(42232,1769,'right_tab_5_button_label','Download VCard'),(42233,1769,'_right_tab_5_button_label','field_56b3fab145573'),(42234,1769,'right_tab_5_button_link','http://innovationbrain.com/DLfiles/.Lidija_Abramovic.vcf'),(42235,1769,'_right_tab_5_button_link','field_56b3fab145574'),(42236,1769,'right_tab_5_spacer','1'),(42237,1769,'_right_tab_5_spacer','field_56b3fab145575'),(42238,1769,'right_tab_6_image','http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg'),(42239,1769,'_right_tab_6_image','field_56b3fab145571'),(42240,1769,'right_tab_6_content','Gordana Knežević\r\n<span style=\"color: #00ccff;\">Junior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nGordana is the Junior Lawyer at Innovation Brain. During the course of her carrier, she has worked in two corporate law firms for more than a year dealing with Corporate law, dispute resolution (litigation), law on properties. Experience in cooperation with state authorities.\r\n\r\nGordana has a Masters Degree at the Faculty of Law, Belgrade.'),(42241,1769,'_right_tab_6_content','field_56b3fab145572'),(42242,1769,'right_tab_6_button_label','Download VCard'),(42243,1769,'_right_tab_6_button_label','field_56b3fab145573'),(42244,1769,'right_tab_6_button_link','http://innovationbrain.com/DLfiles/.Gordana_Knezevic.vcf'),(42245,1769,'_right_tab_6_button_link','field_56b3fab145574'),(42246,1769,'right_tab_6_spacer','1'),(42247,1769,'_right_tab_6_spacer','field_56b3fab145575'),(42248,1769,'left_tab_4_image',''),(42249,1769,'_left_tab_4_image','field_56b37545f376b'),(42250,1769,'left_tab_4_content',''),(42251,1769,'_left_tab_4_content','field_56b37545f376c'),(42252,1769,'left_tab_4_button_label',''),(42253,1769,'_left_tab_4_button_label','field_56b37545f376d'),(42254,1769,'left_tab_4_button_link',''),(42255,1769,'_left_tab_4_button_link','field_56b37545f376e'),(42256,1769,'left_tab_4_spacer','1'),(42257,1769,'_left_tab_4_spacer','field_56b37545f376f'),(42258,1769,'right_tab_7_image','http://innovationbrain.com/wp-content/uploads/Mandy.jpg'),(42259,1769,'_right_tab_7_image','field_56b3fab145571'),(42260,1769,'right_tab_7_content','Mandy Caruana\r\n<span style=\"color: #00ccff;\">Head of Marketing</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nMandy is the Head of Marketing at Innovation Brain. She is a seasoned communications and marketing professional within the Association Industry. Mandy has held Head of department roles at the Turnaround Management Association, Association of MBAs and the Sainsbury Centre for Mental Health.'),(42261,1769,'_right_tab_7_content','field_56b3fab145572'),(42262,1769,'right_tab_7_button_label','Download VCard'),(42263,1769,'_right_tab_7_button_label','field_56b3fab145573'),(42264,1769,'right_tab_7_button_link','http://innovationbrain.com/DLfiles/.Mandy_Caruana.vcf'),(42265,1769,'_right_tab_7_button_link','field_56b3fab145574'),(42266,1769,'right_tab_7_spacer','1'),(42267,1769,'_right_tab_7_spacer','field_56b3fab145575'),(42268,1769,'right_tab_8_image',''),(42269,1769,'_right_tab_8_image','field_56b3fab145571'),(42270,1769,'right_tab_8_content','Ralu Fadur\r\n<span style=\"color: #00ccff;\">Head of Back of Office</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Cyprus</span>\r\n\r\nRalu is the Head of Back Office and HR Manager at Innovation Brain. She is a dedicated office management professional with experience handling a wide range of administrative, corporate, technical and executive support tasks. Computer proficiency and skilled relationship builder with the proven ability to work with different personality styles. She excels at resolving employer challenges with innovative solutions, systems and process improvements that increase efficiency, customer satisfaction and the bottom line.'),(42271,1769,'_right_tab_8_content','field_56b3fab145572'),(42272,1769,'right_tab_8_button_label','Download VCard'),(42273,1769,'_right_tab_8_button_label','field_56b3fab145573'),(42274,1769,'right_tab_8_button_link',''),(42275,1769,'_right_tab_8_button_link','field_56b3fab145574'),(42276,1769,'right_tab_8_spacer','1'),(42277,1769,'_right_tab_8_spacer','field_56b3fab145575'),(42278,1770,'builder','a:0:{}'),(42279,1770,'_builder','field_56b276ce702ac'),(42280,1770,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";i:4;s:9:\"bio_block\";}'),(42281,1770,'_left_tab','field_56b36c6deeda0'),(42282,1770,'add_second_tab','1'),(42283,1770,'_add_second_tab','field_56b36ca9eeda2'),(42284,1770,'right_tab','a:9:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";i:6;s:9:\"bio_block\";i:7;s:9:\"bio_block\";i:8;s:9:\"bio_block\";}'),(42285,1770,'_right_tab','field_56b3fab04554d'),(42286,1770,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(42287,1770,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(42288,1770,'left_tab_0_spacer','1'),(42289,1770,'_left_tab_0_spacer','field_56b371c577c8c'),(42290,1770,'left_tab_1_circle1','icon-grid'),(42291,1770,'_left_tab_1_circle1','field_56b3dc86da039'),(42292,1770,'left_tab_1_circle2','icon-turnaround'),(42293,1770,'_left_tab_1_circle2','field_56b3dc86da03a'),(42294,1770,'left_tab_1_circle3','icon-masonery'),(42295,1770,'_left_tab_1_circle3','field_56b3dc86da03b'),(42296,1770,'left_tab_1_circle1_label','Restructuring'),(42297,1770,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(42298,1770,'left_tab_1_circle2_label','Turnaround'),(42299,1770,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(42300,1770,'left_tab_1_circle3_label','Innovation'),(42301,1770,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(42302,1770,'left_tab_1_spacer','1'),(42303,1770,'_left_tab_1_spacer','field_56b3dc86da042'),(42304,1770,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(42305,1770,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(42306,1770,'left_tab_2_spacer','1'),(42307,1770,'_left_tab_2_spacer','field_56b371c577c8c'),(42308,1770,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(42309,1770,'_left_tab_3_image','field_56b373f3b6e44'),(42310,1770,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(42311,1770,'_left_tab_3_title','field_56b373afb6e42'),(42312,1770,'left_tab_3_button_label','Download PDF (312 kb)'),(42313,1770,'_left_tab_3_button_label','field_56b373ceb6e43'),(42314,1770,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(42315,1770,'_left_tab_3_button_link','field_56b374ff0ad17'),(42316,1770,'left_tab_name','Company'),(42317,1770,'_left_tab_name','field_56b3976017dce'),(42318,1770,'right_tab_name','People'),(42319,1770,'_right_tab_name','field_56b3978117dcf'),(42320,1770,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(42321,1770,'_right_tab_0_image','field_56b3fab145571'),(42322,1770,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(42323,1770,'_right_tab_0_content','field_56b3fab145572'),(42324,1770,'right_tab_0_button_label','Download VCard'),(42325,1770,'_right_tab_0_button_label','field_56b3fab145573'),(42326,1770,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(42327,1770,'_right_tab_0_button_link','field_56b3fab145574'),(42328,1770,'right_tab_0_spacer','1'),(42329,1770,'_right_tab_0_spacer','field_56b3fab145575'),(42330,1770,'right_tab_1_contact_title','Please feel free to contact me:'),(42331,1770,'_right_tab_1_contact_title','field_56b4001eb0921'),(42332,1770,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(42333,1770,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(42334,1770,'right_tab_1_contact_values_0_contact_value_right',''),(42335,1770,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(42336,1770,'right_tab_1_contact_values_0_link',''),(42337,1770,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(42338,1770,'right_tab_1_contact_values_0_link_type',''),(42339,1770,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(42340,1770,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(42341,1770,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(42342,1770,'right_tab_1_contact_values_1_contact_value_right',''),(42343,1770,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(42344,1770,'right_tab_1_contact_values_1_link',''),(42345,1770,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(42346,1770,'right_tab_1_contact_values_1_link_type',''),(42347,1770,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(42348,1770,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(42349,1770,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(42350,1770,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(42351,1770,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(42352,1770,'right_tab_1_contact_values_2_link','+41793107090'),(42353,1770,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(42354,1770,'right_tab_1_contact_values_2_link_type','tel:'),(42355,1770,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(42356,1770,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(42357,1770,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(42358,1770,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(42359,1770,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(42360,1770,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(42361,1770,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(42362,1770,'right_tab_1_contact_values_3_link_type','mailto:'),(42363,1770,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(42364,1770,'right_tab_1_contact_icon','icon-mail'),(42365,1770,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(42366,1770,'right_tab_1_contact_values','4'),(42367,1770,'_right_tab_1_contact_values','field_56b3fde2ce062'),(42368,1770,'add_third_tab','0'),(42369,1770,'_add_third_tab','field_57f54e889b77c'),(42370,1770,'third_tab_name',''),(42371,1770,'_third_tab_name','field_57f54ea19b77d'),(42372,1770,'third_tab',''),(42373,1770,'_third_tab','field_57f54ec39b77e'),(42374,1770,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(42375,1770,'_right_tab_2_image','field_56b3fab145571'),(42376,1770,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(42377,1770,'_right_tab_2_content','field_56b3fab145572'),(42378,1770,'right_tab_2_button_label','Download VCard'),(42379,1770,'_right_tab_2_button_label','field_56b3fab145573'),(42380,1770,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(42381,1770,'_right_tab_2_button_link','field_56b3fab145574'),(42382,1770,'right_tab_2_spacer','1'),(42383,1770,'_right_tab_2_spacer','field_56b3fab145575'),(42384,1770,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(42385,1770,'_right_tab_1_image','field_56b3fab145571'),(42386,1770,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(42387,1770,'_right_tab_1_content','field_56b3fab145572'),(42388,1770,'right_tab_1_button_label','Download VCard'),(42389,1770,'_right_tab_1_button_label','field_56b3fab145573'),(42390,1770,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(42391,1770,'_right_tab_1_button_link','field_56b3fab145574'),(42392,1770,'right_tab_1_spacer','1'),(42393,1770,'_right_tab_1_spacer','field_56b3fab145575'),(42394,1770,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(42395,1770,'_right_tab_3_image','field_56b3fab145571'),(42396,1770,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(42397,1770,'_right_tab_3_content','field_56b3fab145572'),(42398,1770,'right_tab_3_button_label','Download VCard'),(42399,1770,'_right_tab_3_button_label','field_56b3fab145573'),(42400,1770,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(42401,1770,'_right_tab_3_button_link','field_56b3fab145574'),(42402,1770,'right_tab_3_spacer','1'),(42403,1770,'_right_tab_3_spacer','field_56b3fab145575'),(42404,1770,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(42405,1770,'_right_tab_4_image','field_56b3fab145571'),(42406,1770,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia all relevant to the businesses of Victoria Group.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(42407,1770,'_right_tab_4_content','field_56b3fab145572'),(42408,1770,'right_tab_4_button_label','Download VCard'),(42409,1770,'_right_tab_4_button_label','field_56b3fab145573'),(42410,1770,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(42411,1770,'_right_tab_4_button_link','field_56b3fab145574'),(42412,1770,'right_tab_4_spacer','1'),(42413,1770,'_right_tab_4_spacer','field_56b3fab145575'),(42414,1770,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Lidija.jpg'),(42415,1770,'_right_tab_5_image','field_56b3fab145571'),(42416,1770,'right_tab_5_content','Lidija Abramovic\r\n<span style=\"color: #00ccff;\">Senior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nLidija is the Senior Lawyer at Innovation Brain. Lidija was previously a tax consultant providing legal advice as well as personal income tax services at Deloitte doo in Serbia. Liidija has also worked in various government roles.\r\n\r\nLidija has a Masters in International Law and has passed the Bar Exam.'),(42417,1770,'_right_tab_5_content','field_56b3fab145572'),(42418,1770,'right_tab_5_button_label','Download VCard'),(42419,1770,'_right_tab_5_button_label','field_56b3fab145573'),(42420,1770,'right_tab_5_button_link','http://innovationbrain.com/DLfiles/.Lidija_Abramovic.vcf'),(42421,1770,'_right_tab_5_button_link','field_56b3fab145574'),(42422,1770,'right_tab_5_spacer','1'),(42423,1770,'_right_tab_5_spacer','field_56b3fab145575'),(42424,1770,'right_tab_6_image','http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg'),(42425,1770,'_right_tab_6_image','field_56b3fab145571'),(42426,1770,'right_tab_6_content','Gordana Knežević\r\n<span style=\"color: #00ccff;\">Junior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nGordana is the Junior Lawyer at Innovation Brain. During the course of her carrier, she has worked in two corporate law firms for more than a year dealing with Corporate law, dispute resolution (litigation), law on properties. Experience in cooperation with state authorities.\r\n\r\nGordana has a Masters Degree at the Faculty of Law, Belgrade.'),(42427,1770,'_right_tab_6_content','field_56b3fab145572'),(42428,1770,'right_tab_6_button_label','Download VCard'),(42429,1770,'_right_tab_6_button_label','field_56b3fab145573'),(42430,1770,'right_tab_6_button_link','http://innovationbrain.com/DLfiles/.Gordana_Knezevic.vcf'),(42431,1770,'_right_tab_6_button_link','field_56b3fab145574'),(42432,1770,'right_tab_6_spacer','1'),(42433,1770,'_right_tab_6_spacer','field_56b3fab145575'),(42434,1770,'left_tab_4_image',''),(42435,1770,'_left_tab_4_image','field_56b37545f376b'),(42436,1770,'left_tab_4_content',''),(42437,1770,'_left_tab_4_content','field_56b37545f376c'),(42438,1770,'left_tab_4_button_label',''),(42439,1770,'_left_tab_4_button_label','field_56b37545f376d'),(42440,1770,'left_tab_4_button_link',''),(42441,1770,'_left_tab_4_button_link','field_56b37545f376e'),(42442,1770,'left_tab_4_spacer','1'),(42443,1770,'_left_tab_4_spacer','field_56b37545f376f'),(42444,1770,'right_tab_7_image','http://innovationbrain.com/wp-content/uploads/Mandy.jpg'),(42445,1770,'_right_tab_7_image','field_56b3fab145571'),(42446,1770,'right_tab_7_content','Mandy Caruana\r\n<span style=\"color: #00ccff;\">Head of Marketing</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nMandy is the Head of Marketing at Innovation Brain. She is a seasoned communications and marketing professional within the Association Industry. Mandy has held Head of department roles at the Turnaround Management Association, Association of MBAs and the Sainsbury Centre for Mental Health.'),(42447,1770,'_right_tab_7_content','field_56b3fab145572'),(42448,1770,'right_tab_7_button_label','Download VCard'),(42449,1770,'_right_tab_7_button_label','field_56b3fab145573'),(42450,1770,'right_tab_7_button_link','http://innovationbrain.com/DLfiles/.Mandy_Caruana.vcf'),(42451,1770,'_right_tab_7_button_link','field_56b3fab145574'),(42452,1770,'right_tab_7_spacer','1'),(42453,1770,'_right_tab_7_spacer','field_56b3fab145575'),(42454,1770,'right_tab_8_image','http://innovationbrain.com/wp-content/uploads/CV-Raluca-E.jpg'),(42455,1770,'_right_tab_8_image','field_56b3fab145571'),(42456,1770,'right_tab_8_content','Ralu Fadur\r\n<span style=\"color: #00ccff;\">Head of Back of Office</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Cyprus</span>\r\n\r\nRalu is the Head of Back Office and HR Manager at Innovation Brain. She is a dedicated office management professional with experience handling a wide range of administrative, corporate, technical and executive support tasks. Computer proficiency and skilled relationship builder with the proven ability to work with different personality styles. She excels at resolving employer challenges with innovative solutions, systems and process improvements that increase efficiency, customer satisfaction and the bottom line.'),(42457,1770,'_right_tab_8_content','field_56b3fab145572'),(42458,1770,'right_tab_8_button_label','Download VCard'),(42459,1770,'_right_tab_8_button_label','field_56b3fab145573'),(42460,1770,'right_tab_8_button_link',''),(42461,1770,'_right_tab_8_button_link','field_56b3fab145574'),(42462,1770,'right_tab_8_spacer','1'),(42463,1770,'_right_tab_8_spacer','field_56b3fab145575'),(42464,1771,'builder','a:0:{}'),(42465,1771,'_builder','field_56b276ce702ac'),(42466,1771,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";i:4;s:9:\"bio_block\";}'),(42467,1771,'_left_tab','field_56b36c6deeda0'),(42468,1771,'add_second_tab','1'),(42469,1771,'_add_second_tab','field_56b36ca9eeda2'),(42470,1771,'right_tab','a:9:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";i:6;s:9:\"bio_block\";i:7;s:9:\"bio_block\";i:8;s:9:\"bio_block\";}'),(42471,1771,'_right_tab','field_56b3fab04554d'),(42472,1771,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(42473,1771,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(42474,1771,'left_tab_0_spacer','1'),(42475,1771,'_left_tab_0_spacer','field_56b371c577c8c'),(42476,1771,'left_tab_1_circle1','icon-grid'),(42477,1771,'_left_tab_1_circle1','field_56b3dc86da039'),(42478,1771,'left_tab_1_circle2','icon-turnaround'),(42479,1771,'_left_tab_1_circle2','field_56b3dc86da03a'),(42480,1771,'left_tab_1_circle3','icon-masonery'),(42481,1771,'_left_tab_1_circle3','field_56b3dc86da03b'),(42482,1771,'left_tab_1_circle1_label','Restructuring'),(42483,1771,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(42484,1771,'left_tab_1_circle2_label','Turnaround'),(42485,1771,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(42486,1771,'left_tab_1_circle3_label','Innovation'),(42487,1771,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(42488,1771,'left_tab_1_spacer','1'),(42489,1771,'_left_tab_1_spacer','field_56b3dc86da042'),(42490,1771,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(42491,1771,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(42492,1771,'left_tab_2_spacer','1'),(42493,1771,'_left_tab_2_spacer','field_56b371c577c8c'),(42494,1771,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(42495,1771,'_left_tab_3_image','field_56b373f3b6e44'),(42496,1771,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(42497,1771,'_left_tab_3_title','field_56b373afb6e42'),(42498,1771,'left_tab_3_button_label','Download PDF (312 kb)'),(42499,1771,'_left_tab_3_button_label','field_56b373ceb6e43'),(42500,1771,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(42501,1771,'_left_tab_3_button_link','field_56b374ff0ad17'),(42502,1771,'left_tab_name','Company'),(42503,1771,'_left_tab_name','field_56b3976017dce'),(42504,1771,'right_tab_name','People'),(42505,1771,'_right_tab_name','field_56b3978117dcf'),(42506,1771,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(42507,1771,'_right_tab_0_image','field_56b3fab145571'),(42508,1771,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(42509,1771,'_right_tab_0_content','field_56b3fab145572'),(42510,1771,'right_tab_0_button_label','Download VCard'),(42511,1771,'_right_tab_0_button_label','field_56b3fab145573'),(42512,1771,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(42513,1771,'_right_tab_0_button_link','field_56b3fab145574'),(42514,1771,'right_tab_0_spacer','1'),(42515,1771,'_right_tab_0_spacer','field_56b3fab145575'),(42516,1771,'right_tab_1_contact_title','Please feel free to contact me:'),(42517,1771,'_right_tab_1_contact_title','field_56b4001eb0921'),(42518,1771,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(42519,1771,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(42520,1771,'right_tab_1_contact_values_0_contact_value_right',''),(42521,1771,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(42522,1771,'right_tab_1_contact_values_0_link',''),(42523,1771,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(42524,1771,'right_tab_1_contact_values_0_link_type',''),(42525,1771,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(42526,1771,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(42527,1771,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(42528,1771,'right_tab_1_contact_values_1_contact_value_right',''),(42529,1771,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(42530,1771,'right_tab_1_contact_values_1_link',''),(42531,1771,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(42532,1771,'right_tab_1_contact_values_1_link_type',''),(42533,1771,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(42534,1771,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(42535,1771,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(42536,1771,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(42537,1771,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(42538,1771,'right_tab_1_contact_values_2_link','+41793107090'),(42539,1771,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(42540,1771,'right_tab_1_contact_values_2_link_type','tel:'),(42541,1771,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(42542,1771,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(42543,1771,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(42544,1771,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(42545,1771,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(42546,1771,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(42547,1771,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(42548,1771,'right_tab_1_contact_values_3_link_type','mailto:'),(42549,1771,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(42550,1771,'right_tab_1_contact_icon','icon-mail'),(42551,1771,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(42552,1771,'right_tab_1_contact_values','4'),(42553,1771,'_right_tab_1_contact_values','field_56b3fde2ce062'),(42554,1771,'add_third_tab','0'),(42555,1771,'_add_third_tab','field_57f54e889b77c'),(42556,1771,'third_tab_name',''),(42557,1771,'_third_tab_name','field_57f54ea19b77d'),(42558,1771,'third_tab',''),(42559,1771,'_third_tab','field_57f54ec39b77e'),(42560,1771,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(42561,1771,'_right_tab_2_image','field_56b3fab145571'),(42562,1771,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(42563,1771,'_right_tab_2_content','field_56b3fab145572'),(42564,1771,'right_tab_2_button_label','Download VCard'),(42565,1771,'_right_tab_2_button_label','field_56b3fab145573'),(42566,1771,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(42567,1771,'_right_tab_2_button_link','field_56b3fab145574'),(42568,1771,'right_tab_2_spacer','1'),(42569,1771,'_right_tab_2_spacer','field_56b3fab145575'),(42570,1771,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(42571,1771,'_right_tab_1_image','field_56b3fab145571'),(42572,1771,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(42573,1771,'_right_tab_1_content','field_56b3fab145572'),(42574,1771,'right_tab_1_button_label','Download VCard'),(42575,1771,'_right_tab_1_button_label','field_56b3fab145573'),(42576,1771,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(42577,1771,'_right_tab_1_button_link','field_56b3fab145574'),(42578,1771,'right_tab_1_spacer','1'),(42579,1771,'_right_tab_1_spacer','field_56b3fab145575'),(42580,1771,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(42581,1771,'_right_tab_3_image','field_56b3fab145571'),(42582,1771,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(42583,1771,'_right_tab_3_content','field_56b3fab145572'),(42584,1771,'right_tab_3_button_label','Download VCard'),(42585,1771,'_right_tab_3_button_label','field_56b3fab145573'),(42586,1771,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(42587,1771,'_right_tab_3_button_link','field_56b3fab145574'),(42588,1771,'right_tab_3_spacer','1'),(42589,1771,'_right_tab_3_spacer','field_56b3fab145575'),(42590,1771,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(42591,1771,'_right_tab_4_image','field_56b3fab145571'),(42592,1771,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia all relevant to the businesses of Victoria Group.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(42593,1771,'_right_tab_4_content','field_56b3fab145572'),(42594,1771,'right_tab_4_button_label','Download VCard'),(42595,1771,'_right_tab_4_button_label','field_56b3fab145573'),(42596,1771,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(42597,1771,'_right_tab_4_button_link','field_56b3fab145574'),(42598,1771,'right_tab_4_spacer','1'),(42599,1771,'_right_tab_4_spacer','field_56b3fab145575'),(42600,1771,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Lidija.jpg'),(42601,1771,'_right_tab_5_image','field_56b3fab145571'),(42602,1771,'right_tab_5_content','Lidija Abramovic\r\n<span style=\"color: #00ccff;\">Senior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nLidija is the Senior Lawyer at Innovation Brain. Lidija was previously a tax consultant providing legal advice as well as personal income tax services at Deloitte doo in Serbia. Liidija has also worked in various government roles.\r\n\r\nLidija has a Masters in International Law and has passed the Bar Exam.'),(42603,1771,'_right_tab_5_content','field_56b3fab145572'),(42604,1771,'right_tab_5_button_label','Download VCard'),(42605,1771,'_right_tab_5_button_label','field_56b3fab145573'),(42606,1771,'right_tab_5_button_link','http://innovationbrain.com/DLfiles/.Lidija_Abramovic.vcf'),(42607,1771,'_right_tab_5_button_link','field_56b3fab145574'),(42608,1771,'right_tab_5_spacer','1'),(42609,1771,'_right_tab_5_spacer','field_56b3fab145575'),(42610,1771,'right_tab_6_image','http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg'),(42611,1771,'_right_tab_6_image','field_56b3fab145571'),(42612,1771,'right_tab_6_content','Gordana Knežević\r\n<span style=\"color: #00ccff;\">Junior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nGordana is the Junior Lawyer at Innovation Brain. During the course of her carrier, she has worked in two corporate law firms for more than a year dealing with Corporate law, dispute resolution (litigation), law on properties. Experience in cooperation with state authorities.\r\n\r\nGordana has a Masters Degree at the Faculty of Law, Belgrade.'),(42613,1771,'_right_tab_6_content','field_56b3fab145572'),(42614,1771,'right_tab_6_button_label','Download VCard'),(42615,1771,'_right_tab_6_button_label','field_56b3fab145573'),(42616,1771,'right_tab_6_button_link','http://innovationbrain.com/DLfiles/.Gordana_Knezevic.vcf'),(42617,1771,'_right_tab_6_button_link','field_56b3fab145574'),(42618,1771,'right_tab_6_spacer','1'),(42619,1771,'_right_tab_6_spacer','field_56b3fab145575'),(42620,1771,'left_tab_4_image',''),(42621,1771,'_left_tab_4_image','field_56b37545f376b'),(42622,1771,'left_tab_4_content',''),(42623,1771,'_left_tab_4_content','field_56b37545f376c'),(42624,1771,'left_tab_4_button_label',''),(42625,1771,'_left_tab_4_button_label','field_56b37545f376d'),(42626,1771,'left_tab_4_button_link',''),(42627,1771,'_left_tab_4_button_link','field_56b37545f376e'),(42628,1771,'left_tab_4_spacer','1'),(42629,1771,'_left_tab_4_spacer','field_56b37545f376f'),(42630,1771,'right_tab_7_image','http://innovationbrain.com/wp-content/uploads/Mandy.jpg'),(42631,1771,'_right_tab_7_image','field_56b3fab145571'),(42632,1771,'right_tab_7_content','Mandy Caruana\r\n<span style=\"color: #00ccff;\">Head of Marketing</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nMandy is the Head of Marketing at Innovation Brain. She is a seasoned communications and marketing professional within the Association Industry. Mandy has held Head of department roles at the Turnaround Management Association, Association of MBAs and the Sainsbury Centre for Mental Health.'),(42633,1771,'_right_tab_7_content','field_56b3fab145572'),(42634,1771,'right_tab_7_button_label','Download VCard'),(42635,1771,'_right_tab_7_button_label','field_56b3fab145573'),(42636,1771,'right_tab_7_button_link','http://innovationbrain.com/DLfiles/.Mandy_Caruana.vcf'),(42637,1771,'_right_tab_7_button_link','field_56b3fab145574'),(42638,1771,'right_tab_7_spacer','1'),(42639,1771,'_right_tab_7_spacer','field_56b3fab145575'),(42640,1771,'right_tab_8_image','http://innovationbrain.com/wp-content/uploads/CV-Raluca-E.jpg'),(42641,1771,'_right_tab_8_image','field_56b3fab145571'),(42642,1771,'right_tab_8_content','Ralu Fadur\r\n<span style=\"color: #00ccff;\">Head of Back of Office</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Cyprus</span>\r\n\r\nRalu is the Head of Back Office and HR Manager at Innovation Brain. She is a dedicated office management professional with experience handling a wide range of administrative, corporate, technical and executive support tasks. Computer proficiency and skilled relationship builder with the proven ability to work with different personality styles. She excels at resolving employer challenges with innovative solutions, systems and process improvements that increase efficiency, customer satisfaction and the bottom line.'),(42643,1771,'_right_tab_8_content','field_56b3fab145572'),(42644,1771,'right_tab_8_button_label','Download VCard'),(42645,1771,'_right_tab_8_button_label','field_56b3fab145573'),(42646,1771,'right_tab_8_button_link','http://innovationbrain.com/DLfiles/.Ralu_E.Fadur.vcf'),(42647,1771,'_right_tab_8_button_link','field_56b3fab145574'),(42648,1771,'right_tab_8_spacer','1'),(42649,1771,'_right_tab_8_spacer','field_56b3fab145575'),(42650,1772,'builder','a:0:{}'),(42651,1772,'_builder','field_56b276ce702ac'),(42652,1772,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";i:4;s:9:\"bio_block\";}'),(42653,1772,'_left_tab','field_56b36c6deeda0'),(42654,1772,'add_second_tab','1'),(42655,1772,'_add_second_tab','field_56b36ca9eeda2'),(42656,1772,'right_tab','a:9:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";i:6;s:9:\"bio_block\";i:7;s:9:\"bio_block\";i:8;s:9:\"bio_block\";}'),(42657,1772,'_right_tab','field_56b3fab04554d'),(42658,1772,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(42659,1772,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(42660,1772,'left_tab_0_spacer','1'),(42661,1772,'_left_tab_0_spacer','field_56b371c577c8c'),(42662,1772,'left_tab_1_circle1','icon-grid'),(42663,1772,'_left_tab_1_circle1','field_56b3dc86da039'),(42664,1772,'left_tab_1_circle2','icon-turnaround'),(42665,1772,'_left_tab_1_circle2','field_56b3dc86da03a'),(42666,1772,'left_tab_1_circle3','icon-masonery'),(42667,1772,'_left_tab_1_circle3','field_56b3dc86da03b'),(42668,1772,'left_tab_1_circle1_label','Restructuring'),(42669,1772,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(42670,1772,'left_tab_1_circle2_label','Turnaround'),(42671,1772,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(42672,1772,'left_tab_1_circle3_label','Innovation'),(42673,1772,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(42674,1772,'left_tab_1_spacer','1'),(42675,1772,'_left_tab_1_spacer','field_56b3dc86da042'),(42676,1772,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(42677,1772,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(42678,1772,'left_tab_2_spacer','1'),(42679,1772,'_left_tab_2_spacer','field_56b371c577c8c'),(42680,1772,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(42681,1772,'_left_tab_3_image','field_56b373f3b6e44'),(42682,1772,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(42683,1772,'_left_tab_3_title','field_56b373afb6e42'),(42684,1772,'left_tab_3_button_label','Download PDF (312 kb)'),(42685,1772,'_left_tab_3_button_label','field_56b373ceb6e43'),(42686,1772,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(42687,1772,'_left_tab_3_button_link','field_56b374ff0ad17'),(42688,1772,'left_tab_name','Company'),(42689,1772,'_left_tab_name','field_56b3976017dce'),(42690,1772,'right_tab_name','People'),(42691,1772,'_right_tab_name','field_56b3978117dcf'),(42692,1772,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(42693,1772,'_right_tab_0_image','field_56b3fab145571'),(42694,1772,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(42695,1772,'_right_tab_0_content','field_56b3fab145572'),(42696,1772,'right_tab_0_button_label','Download VCard'),(42697,1772,'_right_tab_0_button_label','field_56b3fab145573'),(42698,1772,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(42699,1772,'_right_tab_0_button_link','field_56b3fab145574'),(42700,1772,'right_tab_0_spacer','1'),(42701,1772,'_right_tab_0_spacer','field_56b3fab145575'),(42702,1772,'right_tab_1_contact_title','Please feel free to contact me:'),(42703,1772,'_right_tab_1_contact_title','field_56b4001eb0921'),(42704,1772,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(42705,1772,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(42706,1772,'right_tab_1_contact_values_0_contact_value_right',''),(42707,1772,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(42708,1772,'right_tab_1_contact_values_0_link',''),(42709,1772,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(42710,1772,'right_tab_1_contact_values_0_link_type',''),(42711,1772,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(42712,1772,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(42713,1772,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(42714,1772,'right_tab_1_contact_values_1_contact_value_right',''),(42715,1772,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(42716,1772,'right_tab_1_contact_values_1_link',''),(42717,1772,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(42718,1772,'right_tab_1_contact_values_1_link_type',''),(42719,1772,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(42720,1772,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(42721,1772,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(42722,1772,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(42723,1772,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(42724,1772,'right_tab_1_contact_values_2_link','+41793107090'),(42725,1772,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(42726,1772,'right_tab_1_contact_values_2_link_type','tel:'),(42727,1772,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(42728,1772,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(42729,1772,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(42730,1772,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(42731,1772,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(42732,1772,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(42733,1772,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(42734,1772,'right_tab_1_contact_values_3_link_type','mailto:'),(42735,1772,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(42736,1772,'right_tab_1_contact_icon','icon-mail'),(42737,1772,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(42738,1772,'right_tab_1_contact_values','4'),(42739,1772,'_right_tab_1_contact_values','field_56b3fde2ce062'),(42740,1772,'add_third_tab','0'),(42741,1772,'_add_third_tab','field_57f54e889b77c'),(42742,1772,'third_tab_name',''),(42743,1772,'_third_tab_name','field_57f54ea19b77d'),(42744,1772,'third_tab',''),(42745,1772,'_third_tab','field_57f54ec39b77e'),(42746,1772,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(42747,1772,'_right_tab_2_image','field_56b3fab145571'),(42748,1772,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(42749,1772,'_right_tab_2_content','field_56b3fab145572'),(42750,1772,'right_tab_2_button_label','Download VCard'),(42751,1772,'_right_tab_2_button_label','field_56b3fab145573'),(42752,1772,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(42753,1772,'_right_tab_2_button_link','field_56b3fab145574'),(42754,1772,'right_tab_2_spacer','1'),(42755,1772,'_right_tab_2_spacer','field_56b3fab145575'),(42756,1772,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(42757,1772,'_right_tab_1_image','field_56b3fab145571'),(42758,1772,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(42759,1772,'_right_tab_1_content','field_56b3fab145572'),(42760,1772,'right_tab_1_button_label','Download VCard'),(42761,1772,'_right_tab_1_button_label','field_56b3fab145573'),(42762,1772,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(42763,1772,'_right_tab_1_button_link','field_56b3fab145574'),(42764,1772,'right_tab_1_spacer','1'),(42765,1772,'_right_tab_1_spacer','field_56b3fab145575'),(42766,1772,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(42767,1772,'_right_tab_3_image','field_56b3fab145571'),(42768,1772,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(42769,1772,'_right_tab_3_content','field_56b3fab145572'),(42770,1772,'right_tab_3_button_label','Download VCard'),(42771,1772,'_right_tab_3_button_label','field_56b3fab145573'),(42772,1772,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(42773,1772,'_right_tab_3_button_link','field_56b3fab145574'),(42774,1772,'right_tab_3_spacer','1'),(42775,1772,'_right_tab_3_spacer','field_56b3fab145575'),(42776,1772,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(42777,1772,'_right_tab_4_image','field_56b3fab145571'),(42778,1772,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia all relevant to the businesses of Victoria Group.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(42779,1772,'_right_tab_4_content','field_56b3fab145572'),(42780,1772,'right_tab_4_button_label','Download VCard'),(42781,1772,'_right_tab_4_button_label','field_56b3fab145573'),(42782,1772,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(42783,1772,'_right_tab_4_button_link','field_56b3fab145574'),(42784,1772,'right_tab_4_spacer','1'),(42785,1772,'_right_tab_4_spacer','field_56b3fab145575'),(42786,1772,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Lidija.jpg'),(42787,1772,'_right_tab_5_image','field_56b3fab145571'),(42788,1772,'right_tab_5_content','Lidija Abramovic\r\n<span style=\"color: #00ccff;\">Senior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nLidija is the Senior Lawyer at Innovation Brain. Lidija was previously a tax consultant providing legal advice as well as personal income tax services at Deloitte doo in Serbia. Liidija has also worked in various government roles.\r\n\r\nLidija has a Masters in International Law and has passed the Bar Exam.'),(42789,1772,'_right_tab_5_content','field_56b3fab145572'),(42790,1772,'right_tab_5_button_label','Download VCard'),(42791,1772,'_right_tab_5_button_label','field_56b3fab145573'),(42792,1772,'right_tab_5_button_link','http://innovationbrain.com/DLfiles/.Lidija_Abramovic.vcf'),(42793,1772,'_right_tab_5_button_link','field_56b3fab145574'),(42794,1772,'right_tab_5_spacer','1'),(42795,1772,'_right_tab_5_spacer','field_56b3fab145575'),(42796,1772,'right_tab_6_image','http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg'),(42797,1772,'_right_tab_6_image','field_56b3fab145571'),(42798,1772,'right_tab_6_content','Gordana Knežević\r\n<span style=\"color: #00ccff;\">Junior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nGordana is the Junior Lawyer at Innovation Brain. During the course of her carrier, she has worked in two corporate law firms for more than a year dealing with Corporate law, dispute resolution (litigation), law on properties. Experience in cooperation with state authorities.\r\n\r\nGordana has a Masters Degree at the Faculty of Law, Belgrade.'),(42799,1772,'_right_tab_6_content','field_56b3fab145572'),(42800,1772,'right_tab_6_button_label','Download VCard'),(42801,1772,'_right_tab_6_button_label','field_56b3fab145573'),(42802,1772,'right_tab_6_button_link','http://innovationbrain.com/DLfiles/.Gordana_Knezevic.vcf'),(42803,1772,'_right_tab_6_button_link','field_56b3fab145574'),(42804,1772,'right_tab_6_spacer','1'),(42805,1772,'_right_tab_6_spacer','field_56b3fab145575'),(42806,1772,'left_tab_4_image',''),(42807,1772,'_left_tab_4_image','field_56b37545f376b'),(42808,1772,'left_tab_4_content',''),(42809,1772,'_left_tab_4_content','field_56b37545f376c'),(42810,1772,'left_tab_4_button_label',''),(42811,1772,'_left_tab_4_button_label','field_56b37545f376d'),(42812,1772,'left_tab_4_button_link',''),(42813,1772,'_left_tab_4_button_link','field_56b37545f376e'),(42814,1772,'left_tab_4_spacer','1'),(42815,1772,'_left_tab_4_spacer','field_56b37545f376f'),(42816,1772,'right_tab_7_image','http://innovationbrain.com/wp-content/uploads/Mandy.jpg'),(42817,1772,'_right_tab_7_image','field_56b3fab145571'),(42818,1772,'right_tab_7_content','Mandy Caruana\r\n<span style=\"color: #00ccff;\">Head of Marketing</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nMandy is the Head of Marketing at Innovation Brain. She is a seasoned communications and marketing professional within the Association Industry. Mandy has held Head of department roles at the Turnaround Management Association, Association of MBAs and the Sainsbury Centre for Mental Health.'),(42819,1772,'_right_tab_7_content','field_56b3fab145572'),(42820,1772,'right_tab_7_button_label','Download VCard'),(42821,1772,'_right_tab_7_button_label','field_56b3fab145573'),(42822,1772,'right_tab_7_button_link','http://innovationbrain.com/DLfiles/.Mandy_Caruana.vcf'),(42823,1772,'_right_tab_7_button_link','field_56b3fab145574'),(42824,1772,'right_tab_7_spacer','1'),(42825,1772,'_right_tab_7_spacer','field_56b3fab145575'),(42826,1772,'right_tab_8_image','http://innovationbrain.com/wp-content/uploads/CV-Raluca-E.jpg'),(42827,1772,'_right_tab_8_image','field_56b3fab145571'),(42828,1772,'right_tab_8_content','Ralu Fadur\r\n<span style=\"color: #00ccff;\">Head of Back Office</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Cyprus</span>\r\n\r\nRalu is the Head of Back Office and HR Manager at Innovation Brain. She is a dedicated office management professional with experience handling a wide range of administrative, corporate, technical and executive support tasks. Computer proficiency and skilled relationship builder with the proven ability to work with different personality styles. She excels at resolving employer challenges with innovative solutions, systems and process improvements that increase efficiency, customer satisfaction and the bottom line.'),(42829,1772,'_right_tab_8_content','field_56b3fab145572'),(42830,1772,'right_tab_8_button_label','Download VCard'),(42831,1772,'_right_tab_8_button_label','field_56b3fab145573'),(42832,1772,'right_tab_8_button_link','http://innovationbrain.com/DLfiles/.Ralu_E.Fadur.vcf'),(42833,1772,'_right_tab_8_button_link','field_56b3fab145574'),(42834,1772,'right_tab_8_spacer','1'),(42835,1772,'_right_tab_8_spacer','field_56b3fab145575'),(42836,1773,'builder','a:0:{}'),(42837,1773,'_builder','field_56b276ce702ac'),(42838,1773,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";i:4;s:9:\"bio_block\";}'),(42839,1773,'_left_tab','field_56b36c6deeda0'),(42840,1773,'add_second_tab','1'),(42841,1773,'_add_second_tab','field_56b36ca9eeda2'),(42842,1773,'right_tab','a:9:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";i:6;s:9:\"bio_block\";i:7;s:9:\"bio_block\";i:8;s:9:\"bio_block\";}'),(42843,1773,'_right_tab','field_56b3fab04554d'),(42844,1773,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(42845,1773,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(42846,1773,'left_tab_0_spacer','1'),(42847,1773,'_left_tab_0_spacer','field_56b371c577c8c'),(42848,1773,'left_tab_1_circle1','icon-grid'),(42849,1773,'_left_tab_1_circle1','field_56b3dc86da039'),(42850,1773,'left_tab_1_circle2','icon-turnaround'),(42851,1773,'_left_tab_1_circle2','field_56b3dc86da03a'),(42852,1773,'left_tab_1_circle3','icon-masonery'),(42853,1773,'_left_tab_1_circle3','field_56b3dc86da03b'),(42854,1773,'left_tab_1_circle1_label','Restructuring'),(42855,1773,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(42856,1773,'left_tab_1_circle2_label','Turnaround'),(42857,1773,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(42858,1773,'left_tab_1_circle3_label','Innovation'),(42859,1773,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(42860,1773,'left_tab_1_spacer','1'),(42861,1773,'_left_tab_1_spacer','field_56b3dc86da042'),(42862,1773,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(42863,1773,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(42864,1773,'left_tab_2_spacer','1'),(42865,1773,'_left_tab_2_spacer','field_56b371c577c8c'),(42866,1773,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(42867,1773,'_left_tab_3_image','field_56b373f3b6e44'),(42868,1773,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(42869,1773,'_left_tab_3_title','field_56b373afb6e42'),(42870,1773,'left_tab_3_button_label','Download PDF (312 kb)'),(42871,1773,'_left_tab_3_button_label','field_56b373ceb6e43'),(42872,1773,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(42873,1773,'_left_tab_3_button_link','field_56b374ff0ad17'),(42874,1773,'left_tab_name','Company'),(42875,1773,'_left_tab_name','field_56b3976017dce'),(42876,1773,'right_tab_name','People'),(42877,1773,'_right_tab_name','field_56b3978117dcf'),(42878,1773,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(42879,1773,'_right_tab_0_image','field_56b3fab145571'),(42880,1773,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(42881,1773,'_right_tab_0_content','field_56b3fab145572'),(42882,1773,'right_tab_0_button_label','Download VCard'),(42883,1773,'_right_tab_0_button_label','field_56b3fab145573'),(42884,1773,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(42885,1773,'_right_tab_0_button_link','field_56b3fab145574'),(42886,1773,'right_tab_0_spacer','1'),(42887,1773,'_right_tab_0_spacer','field_56b3fab145575'),(42888,1773,'right_tab_1_contact_title','Please feel free to contact me:'),(42889,1773,'_right_tab_1_contact_title','field_56b4001eb0921'),(42890,1773,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(42891,1773,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(42892,1773,'right_tab_1_contact_values_0_contact_value_right',''),(42893,1773,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(42894,1773,'right_tab_1_contact_values_0_link',''),(42895,1773,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(42896,1773,'right_tab_1_contact_values_0_link_type',''),(42897,1773,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(42898,1773,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(42899,1773,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(42900,1773,'right_tab_1_contact_values_1_contact_value_right',''),(42901,1773,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(42902,1773,'right_tab_1_contact_values_1_link',''),(42903,1773,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(42904,1773,'right_tab_1_contact_values_1_link_type',''),(42905,1773,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(42906,1773,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(42907,1773,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(42908,1773,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(42909,1773,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(42910,1773,'right_tab_1_contact_values_2_link','+41793107090'),(42911,1773,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(42912,1773,'right_tab_1_contact_values_2_link_type','tel:'),(42913,1773,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(42914,1773,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(42915,1773,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(42916,1773,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(42917,1773,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(42918,1773,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(42919,1773,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(42920,1773,'right_tab_1_contact_values_3_link_type','mailto:'),(42921,1773,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(42922,1773,'right_tab_1_contact_icon','icon-mail'),(42923,1773,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(42924,1773,'right_tab_1_contact_values','4'),(42925,1773,'_right_tab_1_contact_values','field_56b3fde2ce062'),(42926,1773,'add_third_tab','0'),(42927,1773,'_add_third_tab','field_57f54e889b77c'),(42928,1773,'third_tab_name',''),(42929,1773,'_third_tab_name','field_57f54ea19b77d'),(42930,1773,'third_tab',''),(42931,1773,'_third_tab','field_57f54ec39b77e'),(42932,1773,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(42933,1773,'_right_tab_2_image','field_56b3fab145571'),(42934,1773,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(42935,1773,'_right_tab_2_content','field_56b3fab145572'),(42936,1773,'right_tab_2_button_label','Download VCard'),(42937,1773,'_right_tab_2_button_label','field_56b3fab145573'),(42938,1773,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(42939,1773,'_right_tab_2_button_link','field_56b3fab145574'),(42940,1773,'right_tab_2_spacer','1'),(42941,1773,'_right_tab_2_spacer','field_56b3fab145575'),(42942,1773,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(42943,1773,'_right_tab_1_image','field_56b3fab145571'),(42944,1773,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(42945,1773,'_right_tab_1_content','field_56b3fab145572'),(42946,1773,'right_tab_1_button_label','Download VCard'),(42947,1773,'_right_tab_1_button_label','field_56b3fab145573'),(42948,1773,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(42949,1773,'_right_tab_1_button_link','field_56b3fab145574'),(42950,1773,'right_tab_1_spacer','1'),(42951,1773,'_right_tab_1_spacer','field_56b3fab145575'),(42952,1773,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(42953,1773,'_right_tab_3_image','field_56b3fab145571'),(42954,1773,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(42955,1773,'_right_tab_3_content','field_56b3fab145572'),(42956,1773,'right_tab_3_button_label','Download VCard'),(42957,1773,'_right_tab_3_button_label','field_56b3fab145573'),(42958,1773,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(42959,1773,'_right_tab_3_button_link','field_56b3fab145574'),(42960,1773,'right_tab_3_spacer','1'),(42961,1773,'_right_tab_3_spacer','field_56b3fab145575'),(42962,1773,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(42963,1773,'_right_tab_4_image','field_56b3fab145571'),(42964,1773,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia all relevant to the businesses of Victoria Group.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(42965,1773,'_right_tab_4_content','field_56b3fab145572'),(42966,1773,'right_tab_4_button_label','Download VCard'),(42967,1773,'_right_tab_4_button_label','field_56b3fab145573'),(42968,1773,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(42969,1773,'_right_tab_4_button_link','field_56b3fab145574'),(42970,1773,'right_tab_4_spacer','1'),(42971,1773,'_right_tab_4_spacer','field_56b3fab145575'),(42972,1773,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Lidija.jpg'),(42973,1773,'_right_tab_5_image','field_56b3fab145571'),(42974,1773,'right_tab_5_content','Lidija Abramovic\r\n<span style=\"color: #00ccff;\">Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nLidija is the Lawyer at Innovation Brain. Lidija was previously a tax consultant providing legal advice and compliance in local and international regulations, as well as personal income tax and immigration services at Deloitte doo in Serbia. Lidija has also worked in various government roles, such as in litigation in the First Basic Court in Belgrade, Public Notary and Ministry of Labour, Employment, Veteran and Social Policy of the Republic of Serbia.\r\n\r\nLidija has a Masters in International Law and has passed the Bar Exam.\r\n\r\n '),(42975,1773,'_right_tab_5_content','field_56b3fab145572'),(42976,1773,'right_tab_5_button_label','Download VCard'),(42977,1773,'_right_tab_5_button_label','field_56b3fab145573'),(42978,1773,'right_tab_5_button_link','http://innovationbrain.com/DLfiles/.Lidija_Abramovic.vcf'),(42979,1773,'_right_tab_5_button_link','field_56b3fab145574'),(42980,1773,'right_tab_5_spacer','1'),(42981,1773,'_right_tab_5_spacer','field_56b3fab145575'),(42982,1773,'right_tab_6_image','http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg'),(42983,1773,'_right_tab_6_image','field_56b3fab145571'),(42984,1773,'right_tab_6_content','Gordana Knežević\r\n<span style=\"color: #00ccff;\">Junior Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nGordana is the Junior Lawyer at Innovation Brain. During the course of her carrier, she has worked in two corporate law firms for more than a year dealing with Corporate law, dispute resolution (litigation), law on properties. Experience in cooperation with state authorities.\r\n\r\nGordana has a Masters Degree at the Faculty of Law, Belgrade.'),(42985,1773,'_right_tab_6_content','field_56b3fab145572'),(42986,1773,'right_tab_6_button_label','Download VCard'),(42987,1773,'_right_tab_6_button_label','field_56b3fab145573'),(42988,1773,'right_tab_6_button_link','http://innovationbrain.com/DLfiles/.Gordana_Knezevic.vcf'),(42989,1773,'_right_tab_6_button_link','field_56b3fab145574'),(42990,1773,'right_tab_6_spacer','1'),(42991,1773,'_right_tab_6_spacer','field_56b3fab145575'),(42992,1773,'left_tab_4_image',''),(42993,1773,'_left_tab_4_image','field_56b37545f376b'),(42994,1773,'left_tab_4_content',''),(42995,1773,'_left_tab_4_content','field_56b37545f376c'),(42996,1773,'left_tab_4_button_label',''),(42997,1773,'_left_tab_4_button_label','field_56b37545f376d'),(42998,1773,'left_tab_4_button_link',''),(42999,1773,'_left_tab_4_button_link','field_56b37545f376e'),(43000,1773,'left_tab_4_spacer','1'),(43001,1773,'_left_tab_4_spacer','field_56b37545f376f'),(43002,1773,'right_tab_7_image','http://innovationbrain.com/wp-content/uploads/Mandy.jpg'),(43003,1773,'_right_tab_7_image','field_56b3fab145571'),(43004,1773,'right_tab_7_content','Mandy Caruana\r\n<span style=\"color: #00ccff;\">Head of Marketing</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nMandy is the Head of Marketing at Innovation Brain. She is a seasoned communications and marketing professional within the Association Industry. Mandy has held Head of department roles at the Turnaround Management Association, Association of MBAs and the Sainsbury Centre for Mental Health.'),(43005,1773,'_right_tab_7_content','field_56b3fab145572'),(43006,1773,'right_tab_7_button_label','Download VCard'),(43007,1773,'_right_tab_7_button_label','field_56b3fab145573'),(43008,1773,'right_tab_7_button_link','http://innovationbrain.com/DLfiles/.Mandy_Caruana.vcf'),(43009,1773,'_right_tab_7_button_link','field_56b3fab145574'),(43010,1773,'right_tab_7_spacer','1'),(43011,1773,'_right_tab_7_spacer','field_56b3fab145575'),(43012,1773,'right_tab_8_image','http://innovationbrain.com/wp-content/uploads/CV-Raluca-E.jpg'),(43013,1773,'_right_tab_8_image','field_56b3fab145571'),(43014,1773,'right_tab_8_content','Ralu Fadur\r\n<span style=\"color: #00ccff;\">Head of Back Office</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Cyprus</span>\r\n\r\nRalu is the Head of Back Office and HR Manager at Innovation Brain. She is a dedicated office management professional with experience handling a wide range of administrative, corporate, technical and executive support tasks. Computer proficiency and skilled relationship builder with the proven ability to work with different personality styles. She excels at resolving employer challenges with innovative solutions, systems and process improvements that increase efficiency, customer satisfaction and the bottom line.'),(43015,1773,'_right_tab_8_content','field_56b3fab145572'),(43016,1773,'right_tab_8_button_label','Download VCard'),(43017,1773,'_right_tab_8_button_label','field_56b3fab145573'),(43018,1773,'right_tab_8_button_link','http://innovationbrain.com/DLfiles/.Ralu_E.Fadur.vcf'),(43019,1773,'_right_tab_8_button_link','field_56b3fab145574'),(43020,1773,'right_tab_8_spacer','1'),(43021,1773,'_right_tab_8_spacer','field_56b3fab145575'),(43022,1774,'builder','a:0:{}'),(43023,1774,'_builder','field_56b276ce702ac'),(43024,1774,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";i:4;s:9:\"bio_block\";}'),(43025,1774,'_left_tab','field_56b36c6deeda0'),(43026,1774,'add_second_tab','1'),(43027,1774,'_add_second_tab','field_56b36ca9eeda2'),(43028,1774,'right_tab','a:9:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";i:6;s:9:\"bio_block\";i:7;s:9:\"bio_block\";i:8;s:9:\"bio_block\";}'),(43029,1774,'_right_tab','field_56b3fab04554d'),(43030,1774,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(43031,1774,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(43032,1774,'left_tab_0_spacer','1'),(43033,1774,'_left_tab_0_spacer','field_56b371c577c8c'),(43034,1774,'left_tab_1_circle1','icon-grid'),(43035,1774,'_left_tab_1_circle1','field_56b3dc86da039'),(43036,1774,'left_tab_1_circle2','icon-turnaround'),(43037,1774,'_left_tab_1_circle2','field_56b3dc86da03a'),(43038,1774,'left_tab_1_circle3','icon-masonery'),(43039,1774,'_left_tab_1_circle3','field_56b3dc86da03b'),(43040,1774,'left_tab_1_circle1_label','Restructuring'),(43041,1774,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(43042,1774,'left_tab_1_circle2_label','Turnaround'),(43043,1774,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(43044,1774,'left_tab_1_circle3_label','Innovation'),(43045,1774,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(43046,1774,'left_tab_1_spacer','1'),(43047,1774,'_left_tab_1_spacer','field_56b3dc86da042'),(43048,1774,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(43049,1774,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(43050,1774,'left_tab_2_spacer','1'),(43051,1774,'_left_tab_2_spacer','field_56b371c577c8c'),(43052,1774,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(43053,1774,'_left_tab_3_image','field_56b373f3b6e44'),(43054,1774,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(43055,1774,'_left_tab_3_title','field_56b373afb6e42'),(43056,1774,'left_tab_3_button_label','Download PDF (312 kb)'),(43057,1774,'_left_tab_3_button_label','field_56b373ceb6e43'),(43058,1774,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(43059,1774,'_left_tab_3_button_link','field_56b374ff0ad17'),(43060,1774,'left_tab_name','Company'),(43061,1774,'_left_tab_name','field_56b3976017dce'),(43062,1774,'right_tab_name','People'),(43063,1774,'_right_tab_name','field_56b3978117dcf'),(43064,1774,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(43065,1774,'_right_tab_0_image','field_56b3fab145571'),(43066,1774,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(43067,1774,'_right_tab_0_content','field_56b3fab145572'),(43068,1774,'right_tab_0_button_label','Download VCard'),(43069,1774,'_right_tab_0_button_label','field_56b3fab145573'),(43070,1774,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(43071,1774,'_right_tab_0_button_link','field_56b3fab145574'),(43072,1774,'right_tab_0_spacer','1'),(43073,1774,'_right_tab_0_spacer','field_56b3fab145575'),(43074,1774,'right_tab_1_contact_title','Please feel free to contact me:'),(43075,1774,'_right_tab_1_contact_title','field_56b4001eb0921'),(43076,1774,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(43077,1774,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(43078,1774,'right_tab_1_contact_values_0_contact_value_right',''),(43079,1774,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(43080,1774,'right_tab_1_contact_values_0_link',''),(43081,1774,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(43082,1774,'right_tab_1_contact_values_0_link_type',''),(43083,1774,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(43084,1774,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(43085,1774,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(43086,1774,'right_tab_1_contact_values_1_contact_value_right',''),(43087,1774,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(43088,1774,'right_tab_1_contact_values_1_link',''),(43089,1774,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(43090,1774,'right_tab_1_contact_values_1_link_type',''),(43091,1774,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(43092,1774,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(43093,1774,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(43094,1774,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(43095,1774,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(43096,1774,'right_tab_1_contact_values_2_link','+41793107090'),(43097,1774,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(43098,1774,'right_tab_1_contact_values_2_link_type','tel:'),(43099,1774,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(43100,1774,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(43101,1774,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(43102,1774,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(43103,1774,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(43104,1774,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(43105,1774,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(43106,1774,'right_tab_1_contact_values_3_link_type','mailto:'),(43107,1774,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(43108,1774,'right_tab_1_contact_icon','icon-mail'),(43109,1774,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(43110,1774,'right_tab_1_contact_values','4'),(43111,1774,'_right_tab_1_contact_values','field_56b3fde2ce062'),(43112,1774,'add_third_tab','0'),(43113,1774,'_add_third_tab','field_57f54e889b77c'),(43114,1774,'third_tab_name',''),(43115,1774,'_third_tab_name','field_57f54ea19b77d'),(43116,1774,'third_tab',''),(43117,1774,'_third_tab','field_57f54ec39b77e'),(43118,1774,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(43119,1774,'_right_tab_2_image','field_56b3fab145571'),(43120,1774,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(43121,1774,'_right_tab_2_content','field_56b3fab145572'),(43122,1774,'right_tab_2_button_label','Download VCard'),(43123,1774,'_right_tab_2_button_label','field_56b3fab145573'),(43124,1774,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(43125,1774,'_right_tab_2_button_link','field_56b3fab145574'),(43126,1774,'right_tab_2_spacer','1'),(43127,1774,'_right_tab_2_spacer','field_56b3fab145575'),(43128,1774,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(43129,1774,'_right_tab_1_image','field_56b3fab145571'),(43130,1774,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(43131,1774,'_right_tab_1_content','field_56b3fab145572'),(43132,1774,'right_tab_1_button_label','Download VCard'),(43133,1774,'_right_tab_1_button_label','field_56b3fab145573'),(43134,1774,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(43135,1774,'_right_tab_1_button_link','field_56b3fab145574'),(43136,1774,'right_tab_1_spacer','1'),(43137,1774,'_right_tab_1_spacer','field_56b3fab145575'),(43138,1774,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(43139,1774,'_right_tab_3_image','field_56b3fab145571'),(43140,1774,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(43141,1774,'_right_tab_3_content','field_56b3fab145572'),(43142,1774,'right_tab_3_button_label','Download VCard'),(43143,1774,'_right_tab_3_button_label','field_56b3fab145573'),(43144,1774,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(43145,1774,'_right_tab_3_button_link','field_56b3fab145574'),(43146,1774,'right_tab_3_spacer','1'),(43147,1774,'_right_tab_3_spacer','field_56b3fab145575'),(43148,1774,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(43149,1774,'_right_tab_4_image','field_56b3fab145571'),(43150,1774,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia all relevant to the businesses of Victoria Group.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(43151,1774,'_right_tab_4_content','field_56b3fab145572'),(43152,1774,'right_tab_4_button_label','Download VCard'),(43153,1774,'_right_tab_4_button_label','field_56b3fab145573'),(43154,1774,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(43155,1774,'_right_tab_4_button_link','field_56b3fab145574'),(43156,1774,'right_tab_4_spacer','1'),(43157,1774,'_right_tab_4_spacer','field_56b3fab145575'),(43158,1774,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Lidija.jpg'),(43159,1774,'_right_tab_5_image','field_56b3fab145571'),(43160,1774,'right_tab_5_content','Lidija Abramovic\r\n<span style=\"color: #00ccff;\">Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nLidija is the Lawyer at Innovation Brain. Lidija was previously a tax consultant providing legal advice and compliance in local and international regulations, as well as personal income tax and immigration services at Deloitte doo in Serbia. Lidija has also worked in various government roles, such as in litigation in the First Basic Court in Belgrade, Public Notary and Ministry of Labour, Employment, Veteran and Social Policy of the Republic of Serbia.\r\n\r\nLidija has a Masters in International Law and has passed the Bar Exam.\r\n\r\n '),(43161,1774,'_right_tab_5_content','field_56b3fab145572'),(43162,1774,'right_tab_5_button_label','Download VCard'),(43163,1774,'_right_tab_5_button_label','field_56b3fab145573'),(43164,1774,'right_tab_5_button_link','http://innovationbrain.com/DLfiles/.Lidija_Abramovic.vcf'),(43165,1774,'_right_tab_5_button_link','field_56b3fab145574'),(43166,1774,'right_tab_5_spacer','1'),(43167,1774,'_right_tab_5_spacer','field_56b3fab145575'),(43168,1774,'right_tab_6_image','http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg'),(43169,1774,'_right_tab_6_image','field_56b3fab145571'),(43170,1774,'right_tab_6_content','Gordana Knežević\r\n<span style=\"color: #00ccff;\">Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nGordana is the Lawyer at Innovation Brain. During the course of her carrier, she has worked in two corporate law firms for more than a year dealing with Corporate law, dispute resolution (litigation), law on properties. Experience in cooperation with state authorities.\r\n\r\nGordana has a Masters Degree at the Faculty of Law, Belgrade.'),(43171,1774,'_right_tab_6_content','field_56b3fab145572'),(43172,1774,'right_tab_6_button_label','Download VCard'),(43173,1774,'_right_tab_6_button_label','field_56b3fab145573'),(43174,1774,'right_tab_6_button_link','http://innovationbrain.com/DLfiles/.Gordana_Knezevic.vcf'),(43175,1774,'_right_tab_6_button_link','field_56b3fab145574'),(43176,1774,'right_tab_6_spacer','1'),(43177,1774,'_right_tab_6_spacer','field_56b3fab145575'),(43178,1774,'left_tab_4_image',''),(43179,1774,'_left_tab_4_image','field_56b37545f376b'),(43180,1774,'left_tab_4_content',''),(43181,1774,'_left_tab_4_content','field_56b37545f376c'),(43182,1774,'left_tab_4_button_label',''),(43183,1774,'_left_tab_4_button_label','field_56b37545f376d'),(43184,1774,'left_tab_4_button_link',''),(43185,1774,'_left_tab_4_button_link','field_56b37545f376e'),(43186,1774,'left_tab_4_spacer','1'),(43187,1774,'_left_tab_4_spacer','field_56b37545f376f'),(43188,1774,'right_tab_7_image','http://innovationbrain.com/wp-content/uploads/Mandy.jpg'),(43189,1774,'_right_tab_7_image','field_56b3fab145571'),(43190,1774,'right_tab_7_content','Mandy Caruana\r\n<span style=\"color: #00ccff;\">Head of Marketing</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nMandy is the Head of Marketing at Innovation Brain. She is a seasoned communications and marketing professional within the Association Industry. Mandy has held Head of department roles at the Turnaround Management Association, Association of MBAs and the Sainsbury Centre for Mental Health.'),(43191,1774,'_right_tab_7_content','field_56b3fab145572'),(43192,1774,'right_tab_7_button_label','Download VCard'),(43193,1774,'_right_tab_7_button_label','field_56b3fab145573'),(43194,1774,'right_tab_7_button_link','http://innovationbrain.com/DLfiles/.Mandy_Caruana.vcf'),(43195,1774,'_right_tab_7_button_link','field_56b3fab145574'),(43196,1774,'right_tab_7_spacer','1'),(43197,1774,'_right_tab_7_spacer','field_56b3fab145575'),(43198,1774,'right_tab_8_image','http://innovationbrain.com/wp-content/uploads/CV-Raluca-E.jpg'),(43199,1774,'_right_tab_8_image','field_56b3fab145571'),(43200,1774,'right_tab_8_content','Ralu Fadur\r\n<span style=\"color: #00ccff;\">Head of Back Office</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Cyprus</span>\r\n\r\nRalu is the Head of Back Office and HR Manager at Innovation Brain. She is a dedicated office management professional with experience handling a wide range of administrative, corporate, technical and executive support tasks. Computer proficiency and skilled relationship builder with the proven ability to work with different personality styles. She excels at resolving employer challenges with innovative solutions, systems and process improvements that increase efficiency, customer satisfaction and the bottom line.'),(43201,1774,'_right_tab_8_content','field_56b3fab145572'),(43202,1774,'right_tab_8_button_label','Download VCard'),(43203,1774,'_right_tab_8_button_label','field_56b3fab145573'),(43204,1774,'right_tab_8_button_link','http://innovationbrain.com/DLfiles/.Ralu_E.Fadur.vcf'),(43205,1774,'_right_tab_8_button_link','field_56b3fab145574'),(43206,1774,'right_tab_8_spacer','1'),(43207,1774,'_right_tab_8_spacer','field_56b3fab145575'),(43208,1775,'builder','a:0:{}'),(43209,1775,'_builder','field_56b276ce702ac'),(43210,1775,'left_tab','a:5:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";i:4;s:9:\"bio_block\";}'),(43211,1775,'_left_tab','field_56b36c6deeda0'),(43212,1775,'add_second_tab','1'),(43213,1775,'_add_second_tab','field_56b36ca9eeda2'),(43214,1775,'right_tab','a:9:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";i:6;s:9:\"bio_block\";i:7;s:9:\"bio_block\";i:8;s:9:\"bio_block\";}'),(43215,1775,'_right_tab','field_56b3fab04554d'),(43216,1775,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(43217,1775,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(43218,1775,'left_tab_0_spacer','1'),(43219,1775,'_left_tab_0_spacer','field_56b371c577c8c'),(43220,1775,'left_tab_1_circle1','icon-grid'),(43221,1775,'_left_tab_1_circle1','field_56b3dc86da039'),(43222,1775,'left_tab_1_circle2','icon-turnaround'),(43223,1775,'_left_tab_1_circle2','field_56b3dc86da03a'),(43224,1775,'left_tab_1_circle3','icon-masonery'),(43225,1775,'_left_tab_1_circle3','field_56b3dc86da03b'),(43226,1775,'left_tab_1_circle1_label','Restructuring'),(43227,1775,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(43228,1775,'left_tab_1_circle2_label','Turnaround'),(43229,1775,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(43230,1775,'left_tab_1_circle3_label','Innovation'),(43231,1775,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(43232,1775,'left_tab_1_spacer','1'),(43233,1775,'_left_tab_1_spacer','field_56b3dc86da042'),(43234,1775,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(43235,1775,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(43236,1775,'left_tab_2_spacer','1'),(43237,1775,'_left_tab_2_spacer','field_56b371c577c8c'),(43238,1775,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(43239,1775,'_left_tab_3_image','field_56b373f3b6e44'),(43240,1775,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(43241,1775,'_left_tab_3_title','field_56b373afb6e42'),(43242,1775,'left_tab_3_button_label','Download PDF (312 kb)'),(43243,1775,'_left_tab_3_button_label','field_56b373ceb6e43'),(43244,1775,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(43245,1775,'_left_tab_3_button_link','field_56b374ff0ad17'),(43246,1775,'left_tab_name','Company'),(43247,1775,'_left_tab_name','field_56b3976017dce'),(43248,1775,'right_tab_name','People'),(43249,1775,'_right_tab_name','field_56b3978117dcf'),(43250,1775,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(43251,1775,'_right_tab_0_image','field_56b3fab145571'),(43252,1775,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(43253,1775,'_right_tab_0_content','field_56b3fab145572'),(43254,1775,'right_tab_0_button_label','Download VCard'),(43255,1775,'_right_tab_0_button_label','field_56b3fab145573'),(43256,1775,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(43257,1775,'_right_tab_0_button_link','field_56b3fab145574'),(43258,1775,'right_tab_0_spacer','1'),(43259,1775,'_right_tab_0_spacer','field_56b3fab145575'),(43260,1775,'right_tab_1_contact_title','Please feel free to contact me:'),(43261,1775,'_right_tab_1_contact_title','field_56b4001eb0921'),(43262,1775,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(43263,1775,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(43264,1775,'right_tab_1_contact_values_0_contact_value_right',''),(43265,1775,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(43266,1775,'right_tab_1_contact_values_0_link',''),(43267,1775,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(43268,1775,'right_tab_1_contact_values_0_link_type',''),(43269,1775,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(43270,1775,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(43271,1775,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(43272,1775,'right_tab_1_contact_values_1_contact_value_right',''),(43273,1775,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(43274,1775,'right_tab_1_contact_values_1_link',''),(43275,1775,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(43276,1775,'right_tab_1_contact_values_1_link_type',''),(43277,1775,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(43278,1775,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(43279,1775,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(43280,1775,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(43281,1775,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(43282,1775,'right_tab_1_contact_values_2_link','+41793107090'),(43283,1775,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(43284,1775,'right_tab_1_contact_values_2_link_type','tel:'),(43285,1775,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(43286,1775,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(43287,1775,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(43288,1775,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(43289,1775,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(43290,1775,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(43291,1775,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(43292,1775,'right_tab_1_contact_values_3_link_type','mailto:'),(43293,1775,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(43294,1775,'right_tab_1_contact_icon','icon-mail'),(43295,1775,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(43296,1775,'right_tab_1_contact_values','4'),(43297,1775,'_right_tab_1_contact_values','field_56b3fde2ce062'),(43298,1775,'add_third_tab','0'),(43299,1775,'_add_third_tab','field_57f54e889b77c'),(43300,1775,'third_tab_name',''),(43301,1775,'_third_tab_name','field_57f54ea19b77d'),(43302,1775,'third_tab',''),(43303,1775,'_third_tab','field_57f54ec39b77e'),(43304,1775,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(43305,1775,'_right_tab_2_image','field_56b3fab145571'),(43306,1775,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(43307,1775,'_right_tab_2_content','field_56b3fab145572'),(43308,1775,'right_tab_2_button_label','Download VCard'),(43309,1775,'_right_tab_2_button_label','field_56b3fab145573'),(43310,1775,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(43311,1775,'_right_tab_2_button_link','field_56b3fab145574'),(43312,1775,'right_tab_2_spacer','1'),(43313,1775,'_right_tab_2_spacer','field_56b3fab145575'),(43314,1775,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(43315,1775,'_right_tab_1_image','field_56b3fab145571'),(43316,1775,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(43317,1775,'_right_tab_1_content','field_56b3fab145572'),(43318,1775,'right_tab_1_button_label','Download VCard'),(43319,1775,'_right_tab_1_button_label','field_56b3fab145573'),(43320,1775,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(43321,1775,'_right_tab_1_button_link','field_56b3fab145574'),(43322,1775,'right_tab_1_spacer','1'),(43323,1775,'_right_tab_1_spacer','field_56b3fab145575'),(43324,1775,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(43325,1775,'_right_tab_3_image','field_56b3fab145571'),(43326,1775,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(43327,1775,'_right_tab_3_content','field_56b3fab145572'),(43328,1775,'right_tab_3_button_label','Download VCard'),(43329,1775,'_right_tab_3_button_label','field_56b3fab145573'),(43330,1775,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(43331,1775,'_right_tab_3_button_link','field_56b3fab145574'),(43332,1775,'right_tab_3_spacer','1'),(43333,1775,'_right_tab_3_spacer','field_56b3fab145575'),(43334,1775,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(43335,1775,'_right_tab_4_image','field_56b3fab145571'),(43336,1775,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(43337,1775,'_right_tab_4_content','field_56b3fab145572'),(43338,1775,'right_tab_4_button_label','Download VCard'),(43339,1775,'_right_tab_4_button_label','field_56b3fab145573'),(43340,1775,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(43341,1775,'_right_tab_4_button_link','field_56b3fab145574'),(43342,1775,'right_tab_4_spacer','1'),(43343,1775,'_right_tab_4_spacer','field_56b3fab145575'),(43344,1775,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Lidija.jpg'),(43345,1775,'_right_tab_5_image','field_56b3fab145571'),(43346,1775,'right_tab_5_content','Lidija Abramovic\r\n<span style=\"color: #00ccff;\">Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nLidija is the Lawyer at Innovation Brain. Lidija was previously a tax consultant providing legal advice and compliance in local and international regulations, as well as personal income tax and immigration services at Deloitte doo in Serbia. Lidija has also worked in various government roles, such as in litigation in the First Basic Court in Belgrade, Public Notary and Ministry of Labour, Employment, Veteran and Social Policy of the Republic of Serbia.\r\n\r\nLidija has a Masters in International Law and has passed the Bar Exam.\r\n\r\n '),(43347,1775,'_right_tab_5_content','field_56b3fab145572'),(43348,1775,'right_tab_5_button_label','Download VCard'),(43349,1775,'_right_tab_5_button_label','field_56b3fab145573'),(43350,1775,'right_tab_5_button_link','http://innovationbrain.com/DLfiles/.Lidija_Abramovic.vcf'),(43351,1775,'_right_tab_5_button_link','field_56b3fab145574'),(43352,1775,'right_tab_5_spacer','1'),(43353,1775,'_right_tab_5_spacer','field_56b3fab145575'),(43354,1775,'right_tab_6_image','http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg'),(43355,1775,'_right_tab_6_image','field_56b3fab145571'),(43356,1775,'right_tab_6_content','Gordana Knežević\r\n<span style=\"color: #00ccff;\">Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nGordana is the Lawyer at Innovation Brain. During the course of her carrier, she has worked in two corporate law firms for more than a year dealing with Corporate law, dispute resolution (litigation), law on properties. Experience in cooperation with state authorities.\r\n\r\nGordana has a Masters Degree at the Faculty of Law, Belgrade.'),(43357,1775,'_right_tab_6_content','field_56b3fab145572'),(43358,1775,'right_tab_6_button_label','Download VCard'),(43359,1775,'_right_tab_6_button_label','field_56b3fab145573'),(43360,1775,'right_tab_6_button_link','http://innovationbrain.com/DLfiles/.Gordana_Knezevic.vcf'),(43361,1775,'_right_tab_6_button_link','field_56b3fab145574'),(43362,1775,'right_tab_6_spacer','1'),(43363,1775,'_right_tab_6_spacer','field_56b3fab145575'),(43364,1775,'left_tab_4_image',''),(43365,1775,'_left_tab_4_image','field_56b37545f376b'),(43366,1775,'left_tab_4_content',''),(43367,1775,'_left_tab_4_content','field_56b37545f376c'),(43368,1775,'left_tab_4_button_label',''),(43369,1775,'_left_tab_4_button_label','field_56b37545f376d'),(43370,1775,'left_tab_4_button_link',''),(43371,1775,'_left_tab_4_button_link','field_56b37545f376e'),(43372,1775,'left_tab_4_spacer','1'),(43373,1775,'_left_tab_4_spacer','field_56b37545f376f'),(43374,1775,'right_tab_7_image','http://innovationbrain.com/wp-content/uploads/Mandy.jpg'),(43375,1775,'_right_tab_7_image','field_56b3fab145571'),(43376,1775,'right_tab_7_content','Mandy Caruana\r\n<span style=\"color: #00ccff;\">Head of Marketing</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nMandy is the Head of Marketing at Innovation Brain. She is a seasoned communications and marketing professional within the Association Industry. Mandy has held Head of department roles at the Turnaround Management Association, Association of MBAs and the Sainsbury Centre for Mental Health.'),(43377,1775,'_right_tab_7_content','field_56b3fab145572'),(43378,1775,'right_tab_7_button_label','Download VCard'),(43379,1775,'_right_tab_7_button_label','field_56b3fab145573'),(43380,1775,'right_tab_7_button_link','http://innovationbrain.com/DLfiles/.Mandy_Caruana.vcf'),(43381,1775,'_right_tab_7_button_link','field_56b3fab145574'),(43382,1775,'right_tab_7_spacer','1'),(43383,1775,'_right_tab_7_spacer','field_56b3fab145575'),(43384,1775,'right_tab_8_image','http://innovationbrain.com/wp-content/uploads/CV-Raluca-E.jpg'),(43385,1775,'_right_tab_8_image','field_56b3fab145571'),(43386,1775,'right_tab_8_content','Ralu Fadur\r\n<span style=\"color: #00ccff;\">Head of Back Office</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Cyprus</span>\r\n\r\nRalu is the Head of Back Office and HR Manager at Innovation Brain. She is a dedicated office management professional with experience handling a wide range of administrative, corporate, technical and executive support tasks. Computer proficiency and skilled relationship builder with the proven ability to work with different personality styles. She excels at resolving employer challenges with innovative solutions, systems and process improvements that increase efficiency, customer satisfaction and the bottom line.'),(43387,1775,'_right_tab_8_content','field_56b3fab145572'),(43388,1775,'right_tab_8_button_label','Download VCard'),(43389,1775,'_right_tab_8_button_label','field_56b3fab145573'),(43390,1775,'right_tab_8_button_link','http://innovationbrain.com/DLfiles/.Ralu_E.Fadur.vcf'),(43391,1775,'_right_tab_8_button_link','field_56b3fab145574'),(43392,1775,'right_tab_8_spacer','1'),(43393,1775,'_right_tab_8_spacer','field_56b3fab145575'),(44460,1789,'cases_repeater_0_cases_title','- Largest Greek Bank'),(44461,1789,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(44462,1789,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(44463,1789,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(44464,1789,'cases_repeater_0_icon','icon-bullseye-small'),(44465,1789,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(44466,1789,'cases_repeater_0_cases_icon_title','Financial services'),(44467,1789,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(44468,1789,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(44469,1789,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(44470,1789,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(44471,1789,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(44472,1789,'cases_repeater_1_icon','icon-progress-small'),(44473,1789,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(44474,1789,'cases_repeater_1_cases_icon_title','Commodities'),(44475,1789,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(44476,1789,'cases_repeater','3'),(44477,1789,'_cases_repeater','field_56b25d0cd2fed'),(44478,1789,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(44479,1789,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(44480,1789,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(44481,1789,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(44482,1789,'cases_repeater_2_icon','icon-pill-small'),(44483,1789,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(44484,1789,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(44485,1789,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(44486,1789,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(44487,1789,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(44488,1789,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(44489,1789,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(44490,1789,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(44491,1789,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(44492,1789,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(44493,1789,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(44494,1789,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(44495,1789,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(44496,1789,'conferences_repeater_2_conference_place_and_date','September, 2015'),(44497,1789,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(44498,1789,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(44499,1789,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(44500,1789,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(44501,1789,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(44502,1789,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(44503,1789,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(44504,1789,'conferences_repeater_4_conference_place_and_date','May, 2015'),(44505,1789,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(44506,1789,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(44507,1789,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(44508,1789,'conferences_repeater_5_conference_place_and_date','April, 2015'),(44509,1789,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(44510,1789,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(44511,1789,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(44512,1789,'conferences_repeater_6_conference_place_and_date','January, 2015'),(44513,1789,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(44514,1789,'conferences_repeater','7'),(44515,1789,'_conferences_repeater','field_56b28bd340c44'),(44516,1789,'conferences_contact','Previous conferences available upon request'),(44517,1789,'_conferences_contact','field_56b3451c304a4'),(44518,1789,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(44519,1789,'_conferences_contact_mail','field_56b3453c304a5'),(44520,1789,'conferences_icon','icon-mail'),(44521,1789,'_conferences_icon','field_56b347cd8f381'),(44522,1789,'conferences_contact_text','Previous conferences available upon request'),(44523,1789,'_conferences_contact_text','field_56b3451c304a4'),(44524,1789,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(44525,1789,'_left_tab','field_56b36c6deeda0'),(44526,1789,'add_second_tab','1'),(44527,1789,'_add_second_tab','field_56b36ca9eeda2'),(44528,1789,'right_tab','a:10:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:16:\"items_list_block\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:16:\"items_list_block\";i:5;s:20:\"wysiwyg_editor_block\";i:6;s:16:\"items_list_block\";i:7;s:20:\"wysiwyg_editor_block\";i:8;s:16:\"items_list_block\";i:9;s:13:\"contact_block\";}'),(44529,1789,'_right_tab','field_56b3fab04554d'),(44530,1789,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(44531,1789,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(44532,1789,'left_tab_0_spacer','0'),(44533,1789,'_left_tab_0_spacer','field_56b371c577c8c'),(44534,1789,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(44535,1789,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(44536,1789,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(44537,1789,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(44538,1789,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(44539,1789,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(44540,1789,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(44541,1789,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(44542,1789,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(44543,1789,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(44544,1789,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(44545,1789,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(44546,1789,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(44547,1789,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(44548,1789,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(44549,1789,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(44550,1789,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(44551,1789,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(44552,1789,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(44553,1789,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(44554,1789,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(44555,1789,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(44556,1789,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(44557,1789,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(44558,1789,'left_tab_1_cases_repeater','3'),(44559,1789,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(44560,1789,'left_tab_1_spacer','0'),(44561,1789,'_left_tab_1_spacer','field_56b3f001dbf09'),(44562,1789,'left_tab_name','Successful Transactions '),(44563,1789,'_left_tab_name','field_56b3976017dce'),(44564,1789,'right_tab_name','Conferences'),(44565,1789,'_right_tab_name','field_56b3978117dcf'),(44566,1789,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2017</h3>'),(44567,1789,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(44568,1789,'right_tab_0_spacer','1'),(44569,1789,'_right_tab_0_spacer','field_56b3fab14554f'),(44570,1789,'right_tab_1_items_list_repeater_0_title','Resolving NPLs in SEE'),(44571,1789,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(44572,1789,'right_tab_1_items_list_repeater_0_description','Belgrade, 20 October 2017'),(44573,1789,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(44574,1789,'right_tab_1_items_list_repeater','2'),(44575,1789,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(44576,1789,'right_tab_1_spacer','1'),(44577,1789,'_right_tab_1_spacer','field_56b3fab145570'),(44578,1789,'right_tab_2_contact_icon','icon-mail'),(44579,1789,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(44580,1789,'right_tab_2_contact_title','Previous conferences available upon request.'),(44581,1789,'_right_tab_2_contact_title','field_56b4001eb0921'),(44582,1789,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(44583,1789,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(44584,1789,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(44585,1789,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(44586,1789,'right_tab_2_contact_values_0_link_type','mailto:'),(44587,1789,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(44588,1789,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(44589,1789,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(44590,1789,'right_tab_2_contact_values','1'),(44591,1789,'_right_tab_2_contact_values','field_56b3fde2ce062'),(44592,1789,'add_third_tab','1'),(44593,1789,'_add_third_tab','field_57f54e889b77c'),(44594,1789,'third_tab_name','Upcoming Events'),(44595,1789,'_third_tab_name','field_57f54ea19b77d'),(44596,1789,'third_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";}'),(44597,1789,'_third_tab','field_57f54ec39b77e'),(44598,1789,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(44599,1789,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(44600,1789,'right_tab_2_spacer','1'),(44601,1789,'_right_tab_2_spacer','field_56b3fab145570'),(44602,1789,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(44603,1789,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(44604,1789,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(44605,1789,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(44606,1789,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(44607,1789,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(44608,1789,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(44609,1789,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(44610,1789,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(44611,1789,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(44612,1789,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(44613,1789,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(44614,1789,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(44615,1789,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(44616,1789,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(44617,1789,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(44618,1789,'right_tab_3_items_list_repeater','4'),(44619,1789,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(44620,1789,'right_tab_3_spacer','1'),(44621,1789,'_right_tab_3_spacer','field_56b3fab14554f'),(44622,1789,'right_tab_4_contact_icon','icon-mail'),(44623,1789,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(44624,1789,'right_tab_4_contact_title','Previous conferences available upon request.'),(44625,1789,'_right_tab_4_contact_title','field_56b4001eb0921'),(44626,1789,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(44627,1789,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(44628,1789,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(44629,1789,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(44630,1789,'right_tab_4_contact_values_0_link_type','mailto:'),(44631,1789,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(44632,1789,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(44633,1789,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(44634,1789,'right_tab_4_contact_values','1'),(44635,1789,'_right_tab_4_contact_values','field_56b3fde2ce062'),(44636,1789,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(44637,1789,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(44638,1789,'right_tab_4_spacer','0'),(44639,1789,'_right_tab_4_spacer','field_56b3fab145570'),(44640,1789,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(44641,1789,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(44642,1789,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(44643,1789,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(44644,1789,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(44645,1789,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(44646,1789,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(44647,1789,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(44648,1789,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(44649,1789,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(44650,1789,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(44651,1789,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(44652,1789,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(44653,1789,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(44654,1789,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(44655,1789,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(44656,1789,'right_tab_5_items_list_repeater','7'),(44657,1789,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(44658,1789,'right_tab_5_spacer','1'),(44659,1789,'_right_tab_5_spacer','field_56b3fab14554f'),(44660,1789,'right_tab_6_contact_icon','icon-mail'),(44661,1789,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(44662,1789,'right_tab_6_contact_title','Previous conferences available upon request.'),(44663,1789,'_right_tab_6_contact_title','field_56b4001eb0921'),(44664,1789,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(44665,1789,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(44666,1789,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(44667,1789,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(44668,1789,'right_tab_6_contact_values_0_link_type','mailto:'),(44669,1789,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(44670,1789,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(44671,1789,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(44672,1789,'right_tab_6_contact_values','1'),(44673,1789,'_right_tab_6_contact_values','field_56b3fde2ce062'),(44674,1789,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(44675,1789,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(44676,1789,'third_tab_0_spacer','1'),(44677,1789,'_third_tab_0_spacer','field_57f54ec49b780'),(44678,1789,'third_tab_1_items_list_repeater','2'),(44679,1789,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(44680,1789,'third_tab_1_spacer','1'),(44681,1789,'_third_tab_1_spacer','field_57f54ec49b7a1'),(44682,1789,'third_tab_1_items_list_repeater_0_title','TMA Germany - Case Study'),(44683,1789,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(44684,1789,'third_tab_1_items_list_repeater_0_description','Munich, Germany, 23 January 2018'),(44685,1789,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(44686,1789,'third_tab_2_contact_icon','icon-mail'),(44687,1789,'_third_tab_2_contact_icon','field_58568c5a91b24'),(44688,1789,'third_tab_2_contact_title','Previous conferences available upon request.'),(44689,1789,'_third_tab_2_contact_title','field_58568c7791b25'),(44690,1789,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(44691,1789,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(44692,1789,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(44693,1789,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(44694,1789,'third_tab_2_contact_values_0_link_type','mailto:'),(44695,1789,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(44696,1789,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(44697,1789,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(44698,1789,'third_tab_2_contact_values','1'),(44699,1789,'_third_tab_2_contact_values','field_58568c1091b1d'),(44700,1789,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(44701,1789,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(44702,1789,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(44703,1789,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(44704,1789,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(44705,1789,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(44706,1789,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(44707,1789,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(44708,1789,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(44709,1789,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(44710,1789,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(44711,1789,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(44712,1789,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(44713,1789,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(44714,1789,'right_tab_6_spacer','0'),(44715,1789,'_right_tab_6_spacer','field_56b3fab145570'),(44716,1789,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(44717,1789,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(44718,1789,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(44719,1789,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(44720,1789,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(44721,1789,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(44722,1789,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(44723,1789,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(44724,1789,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(44725,1789,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(44726,1789,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(44727,1789,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(44728,1789,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(44729,1789,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(44730,1789,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(44731,1789,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(44732,1789,'right_tab_7_items_list_repeater','4'),(44733,1789,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(44734,1789,'right_tab_7_spacer','1'),(44735,1789,'_right_tab_7_spacer','field_56b3fab14554f'),(44736,1789,'right_tab_8_contact_icon','icon-mail'),(44737,1789,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(44738,1789,'right_tab_8_contact_title','Previous conferences available upon request.'),(44739,1789,'_right_tab_8_contact_title','field_56b4001eb0921'),(44740,1789,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(44741,1789,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(44742,1789,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(44743,1789,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(44744,1789,'right_tab_8_contact_values_0_link_type','mailto:'),(44745,1789,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(44746,1789,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(44747,1789,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(44748,1789,'right_tab_8_contact_values','1'),(44749,1789,'_right_tab_8_contact_values','field_56b3fde2ce062'),(44750,1789,'right_tab_2_items_list_repeater_0_title','European Investment Summit'),(44751,1789,'_right_tab_2_items_list_repeater_0_title','field_56b3fab14556e'),(44752,1789,'right_tab_2_items_list_repeater_0_description','Miami, 8-9 March 2017'),(44753,1789,'_right_tab_2_items_list_repeater_0_description','field_56b3fab14556f'),(44754,1789,'right_tab_2_items_list_repeater_1_title','European Investment Summit'),(44755,1789,'_right_tab_2_items_list_repeater_1_title','field_56b3fab14556e'),(44756,1789,'right_tab_2_items_list_repeater_1_description','Athens, 11-12 October 2017'),(44757,1789,'_right_tab_2_items_list_repeater_1_description','field_56b3fab14556f'),(44758,1789,'right_tab_2_items_list_repeater','2'),(44759,1789,'_right_tab_2_items_list_repeater','field_56b3fab14556d'),(44760,1789,'right_tab_3_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(44761,1789,'_right_tab_3_wysiwyg_editor','field_56b3fab14554e'),(44762,1789,'right_tab_4_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(44763,1789,'_right_tab_4_items_list_repeater_0_title','field_56b3fab14556e'),(44764,1789,'right_tab_4_items_list_repeater_0_description','London, 29 June 2016'),(44765,1789,'_right_tab_4_items_list_repeater_0_description','field_56b3fab14556f'),(44766,1789,'right_tab_4_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(44767,1789,'_right_tab_4_items_list_repeater_1_title','field_56b3fab14556e'),(44768,1789,'right_tab_4_items_list_repeater_1_description','London, 29 June 2016'),(44769,1789,'_right_tab_4_items_list_repeater_1_description','field_56b3fab14556f'),(44770,1789,'right_tab_4_items_list_repeater_2_title','Private Equity Buying into CEE'),(44771,1789,'_right_tab_4_items_list_repeater_2_title','field_56b3fab14556e'),(44772,1789,'right_tab_4_items_list_repeater_2_description','Prague, 16 March 2016'),(44773,1789,'_right_tab_4_items_list_repeater_2_description','field_56b3fab14556f'),(44774,1789,'right_tab_4_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(44775,1789,'_right_tab_4_items_list_repeater_3_title','field_56b3fab14556e'),(44776,1789,'right_tab_4_items_list_repeater_3_description','London, 9-10 March 2016'),(44777,1789,'_right_tab_4_items_list_repeater_3_description','field_56b3fab14556f'),(44778,1789,'right_tab_4_items_list_repeater','4'),(44779,1789,'_right_tab_4_items_list_repeater','field_56b3fab14556d'),(44780,1789,'right_tab_5_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(44781,1789,'_right_tab_5_wysiwyg_editor','field_56b3fab14554e'),(44782,1789,'right_tab_6_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(44783,1789,'_right_tab_6_items_list_repeater_0_title','field_56b3fab14556e'),(44784,1789,'right_tab_6_items_list_repeater_0_description','Frankfurt, October, 2015'),(44785,1789,'_right_tab_6_items_list_repeater_0_description','field_56b3fab14556f'),(44786,1789,'right_tab_6_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(44787,1789,'_right_tab_6_items_list_repeater_1_title','field_56b3fab14556e'),(44788,1789,'right_tab_6_items_list_repeater_1_description','Milan, October, 2015'),(44789,1789,'_right_tab_6_items_list_repeater_1_description','field_56b3fab14556f'),(44790,1789,'right_tab_6_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(44791,1789,'_right_tab_6_items_list_repeater_2_title','field_56b3fab14556e'),(44792,1789,'right_tab_6_items_list_repeater_2_description','London, September, 2015'),(44793,1789,'_right_tab_6_items_list_repeater_2_description','field_56b3fab14556f'),(44794,1789,'right_tab_6_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(44795,1789,'_right_tab_6_items_list_repeater_3_title','field_56b3fab14556e'),(44796,1789,'right_tab_6_items_list_repeater_3_description','Stockholm June, 2015'),(44797,1789,'_right_tab_6_items_list_repeater_3_description','field_56b3fab14556f'),(44798,1789,'right_tab_6_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(44799,1789,'_right_tab_6_items_list_repeater_4_title','field_56b3fab14556e'),(44800,1789,'right_tab_6_items_list_repeater_4_description','Madrid, May, 2015'),(44801,1789,'_right_tab_6_items_list_repeater_4_description','field_56b3fab14556f'),(44802,1789,'right_tab_6_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(44803,1789,'_right_tab_6_items_list_repeater_5_title','field_56b3fab14556e'),(44804,1789,'right_tab_6_items_list_repeater_5_description','Bucharest, April, 2015'),(44805,1789,'_right_tab_6_items_list_repeater_5_description','field_56b3fab14556f'),(44806,1789,'right_tab_6_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(44807,1789,'_right_tab_6_items_list_repeater_6_title','field_56b3fab14556e'),(44808,1789,'right_tab_6_items_list_repeater_6_description','London, January, 2015'),(44809,1789,'_right_tab_6_items_list_repeater_6_description','field_56b3fab14556f'),(44810,1789,'right_tab_6_items_list_repeater','7'),(44811,1789,'_right_tab_6_items_list_repeater','field_56b3fab14556d'),(44812,1789,'right_tab_7_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(44813,1789,'_right_tab_7_wysiwyg_editor','field_56b3fab14554e'),(44814,1789,'right_tab_8_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(44815,1789,'_right_tab_8_items_list_repeater_0_title','field_56b3fab14556e'),(44816,1789,'right_tab_8_items_list_repeater_0_description','Paris, April 2014'),(44817,1789,'_right_tab_8_items_list_repeater_0_description','field_56b3fab14556f'),(44818,1789,'right_tab_8_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(44819,1789,'_right_tab_8_items_list_repeater_1_title','field_56b3fab14556e'),(44820,1789,'right_tab_8_items_list_repeater_1_description','Bucharest, Jun 2014'),(44821,1789,'_right_tab_8_items_list_repeater_1_description','field_56b3fab14556f'),(44822,1789,'right_tab_8_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(44823,1789,'_right_tab_8_items_list_repeater_2_title','field_56b3fab14556e'),(44824,1789,'right_tab_8_items_list_repeater_2_description','Vienna, December 2014'),(44825,1789,'_right_tab_8_items_list_repeater_2_description','field_56b3fab14556f'),(44826,1789,'right_tab_8_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(44827,1789,'_right_tab_8_items_list_repeater_3_title','field_56b3fab14556e'),(44828,1789,'right_tab_8_items_list_repeater_3_description','London, October 2014'),(44829,1789,'_right_tab_8_items_list_repeater_3_description','field_56b3fab14556f'),(44830,1789,'right_tab_8_items_list_repeater','4'),(44831,1789,'_right_tab_8_items_list_repeater','field_56b3fab14556d'),(44832,1789,'right_tab_8_spacer','1'),(44833,1789,'_right_tab_8_spacer','field_56b3fab145570'),(44834,1789,'right_tab_9_contact_icon','icon-mail'),(44835,1789,'_right_tab_9_contact_icon','field_56b3fde2ce060'),(44836,1789,'right_tab_9_contact_title','Previous conferences available upon request.'),(44837,1789,'_right_tab_9_contact_title','field_56b4001eb0921'),(44838,1789,'right_tab_9_contact_values_0_contact_value_left','E-mail:'),(44839,1789,'_right_tab_9_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(44840,1789,'right_tab_9_contact_values_0_contact_value_right','info@innovationbrain.com'),(44841,1789,'_right_tab_9_contact_values_0_contact_value_right','field_56b3fefe543df'),(44842,1789,'right_tab_9_contact_values_0_link_type','mailto:'),(44843,1789,'_right_tab_9_contact_values_0_link_type','field_56b3fed6543dd'),(44844,1789,'right_tab_9_contact_values_0_link','info@innovationbrain.com'),(44845,1789,'_right_tab_9_contact_values_0_link','field_56b3fef2543de'),(44846,1789,'right_tab_9_contact_values','1'),(44847,1789,'_right_tab_9_contact_values','field_56b3fde2ce062'),(44848,1789,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(44849,1789,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(44850,1789,'right_tab_1_items_list_repeater_1_title','Capital Connection'),(44851,1789,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(44852,1789,'right_tab_1_items_list_repeater_1_description','London, 6 December 2017'),(44853,1789,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(44854,1789,'third_tab_0_items_list_repeater',''),(44855,1789,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(44856,1789,'third_tab_1_contact_icon','icon-mail'),(44857,1789,'_third_tab_1_contact_icon','field_58568c5a91b24'),(44858,1789,'third_tab_1_contact_title','Previous conferences available upon request.'),(44859,1789,'_third_tab_1_contact_title','field_58568c7791b25'),(44860,1789,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(44861,1789,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(44862,1789,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(44863,1789,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(44864,1789,'third_tab_1_contact_values_0_link_type','mailto:'),(44865,1789,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(44866,1789,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(44867,1789,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(44868,1789,'third_tab_1_contact_values','1'),(44869,1789,'_third_tab_1_contact_values','field_58568c1091b1d'),(44870,1789,'third_tab_1_items_list_repeater_1_title','TMA Europe East European Conference'),(44871,1789,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(44872,1789,'third_tab_1_items_list_repeater_1_description','Bucharest, Romania, 21 February 2018'),(44873,1789,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(44874,1790,'cases_repeater_0_cases_title','- Largest Greek Bank'),(44875,1790,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(44876,1790,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(44877,1790,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(44878,1790,'cases_repeater_0_icon','icon-bullseye-small'),(44879,1790,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(44880,1790,'cases_repeater_0_cases_icon_title','Financial services'),(44881,1790,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(44882,1790,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(44883,1790,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(44884,1790,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(44885,1790,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(44886,1790,'cases_repeater_1_icon','icon-progress-small'),(44887,1790,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(44888,1790,'cases_repeater_1_cases_icon_title','Commodities'),(44889,1790,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(44890,1790,'cases_repeater','3'),(44891,1790,'_cases_repeater','field_56b25d0cd2fed'),(44892,1790,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(44893,1790,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(44894,1790,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(44895,1790,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(44896,1790,'cases_repeater_2_icon','icon-pill-small'),(44897,1790,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(44898,1790,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(44899,1790,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(44900,1790,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(44901,1790,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(44902,1790,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(44903,1790,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(44904,1790,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(44905,1790,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(44906,1790,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(44907,1790,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(44908,1790,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(44909,1790,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(44910,1790,'conferences_repeater_2_conference_place_and_date','September, 2015'),(44911,1790,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(44912,1790,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(44913,1790,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(44914,1790,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(44915,1790,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(44916,1790,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(44917,1790,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(44918,1790,'conferences_repeater_4_conference_place_and_date','May, 2015'),(44919,1790,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(44920,1790,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(44921,1790,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(44922,1790,'conferences_repeater_5_conference_place_and_date','April, 2015'),(44923,1790,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(44924,1790,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(44925,1790,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(44926,1790,'conferences_repeater_6_conference_place_and_date','January, 2015'),(44927,1790,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(44928,1790,'conferences_repeater','7'),(44929,1790,'_conferences_repeater','field_56b28bd340c44'),(44930,1790,'conferences_contact','Previous conferences available upon request'),(44931,1790,'_conferences_contact','field_56b3451c304a4'),(44932,1790,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(44933,1790,'_conferences_contact_mail','field_56b3453c304a5'),(44934,1790,'conferences_icon','icon-mail'),(44935,1790,'_conferences_icon','field_56b347cd8f381'),(44936,1790,'conferences_contact_text','Previous conferences available upon request'),(44937,1790,'_conferences_contact_text','field_56b3451c304a4'),(44938,1790,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(44939,1790,'_left_tab','field_56b36c6deeda0'),(44940,1790,'add_second_tab','1'),(44941,1790,'_add_second_tab','field_56b36ca9eeda2'),(44942,1790,'right_tab','a:10:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:16:\"items_list_block\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:16:\"items_list_block\";i:5;s:20:\"wysiwyg_editor_block\";i:6;s:16:\"items_list_block\";i:7;s:20:\"wysiwyg_editor_block\";i:8;s:16:\"items_list_block\";i:9;s:13:\"contact_block\";}'),(44943,1790,'_right_tab','field_56b3fab04554d'),(44944,1790,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(44945,1790,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(44946,1790,'left_tab_0_spacer','0'),(44947,1790,'_left_tab_0_spacer','field_56b371c577c8c'),(44948,1790,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(44949,1790,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(44950,1790,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(44951,1790,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(44952,1790,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(44953,1790,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(44954,1790,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(44955,1790,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(44956,1790,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(44957,1790,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(44958,1790,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(44959,1790,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(44960,1790,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(44961,1790,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(44962,1790,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(44963,1790,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(44964,1790,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(44965,1790,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(44966,1790,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(44967,1790,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(44968,1790,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(44969,1790,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(44970,1790,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(44971,1790,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(44972,1790,'left_tab_1_cases_repeater','3'),(44973,1790,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(44974,1790,'left_tab_1_spacer','0'),(44975,1790,'_left_tab_1_spacer','field_56b3f001dbf09'),(44976,1790,'left_tab_name','Successful Transactions'),(44977,1790,'_left_tab_name','field_56b3976017dce'),(44978,1790,'right_tab_name','Case studies '),(44979,1790,'_right_tab_name','field_56b3978117dcf'),(44980,1790,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2017</h3>'),(44981,1790,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(44982,1790,'right_tab_0_spacer','1'),(44983,1790,'_right_tab_0_spacer','field_56b3fab14554f'),(44984,1790,'right_tab_1_items_list_repeater_0_title','Resolving NPLs in SEE'),(44985,1790,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(44986,1790,'right_tab_1_items_list_repeater_0_description','Belgrade, 20 October 2017'),(44987,1790,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(44988,1790,'right_tab_1_items_list_repeater','2'),(44989,1790,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(44990,1790,'right_tab_1_spacer','1'),(44991,1790,'_right_tab_1_spacer','field_56b3fab145570'),(44992,1790,'right_tab_2_contact_icon','icon-mail'),(44993,1790,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(44994,1790,'right_tab_2_contact_title','Previous conferences available upon request.'),(44995,1790,'_right_tab_2_contact_title','field_56b4001eb0921'),(44996,1790,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(44997,1790,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(44998,1790,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(44999,1790,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(45000,1790,'right_tab_2_contact_values_0_link_type','mailto:'),(45001,1790,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(45002,1790,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(45003,1790,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(45004,1790,'right_tab_2_contact_values','1'),(45005,1790,'_right_tab_2_contact_values','field_56b3fde2ce062'),(45006,1790,'add_third_tab','1'),(45007,1790,'_add_third_tab','field_57f54e889b77c'),(45008,1790,'third_tab_name','Upcoming Events'),(45009,1790,'_third_tab_name','field_57f54ea19b77d'),(45010,1790,'third_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";}'),(45011,1790,'_third_tab','field_57f54ec39b77e'),(45012,1790,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(45013,1790,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(45014,1790,'right_tab_2_spacer','1'),(45015,1790,'_right_tab_2_spacer','field_56b3fab145570'),(45016,1790,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(45017,1790,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(45018,1790,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(45019,1790,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(45020,1790,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(45021,1790,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(45022,1790,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(45023,1790,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(45024,1790,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(45025,1790,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(45026,1790,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(45027,1790,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(45028,1790,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(45029,1790,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(45030,1790,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(45031,1790,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(45032,1790,'right_tab_3_items_list_repeater','4'),(45033,1790,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(45034,1790,'right_tab_3_spacer','1'),(45035,1790,'_right_tab_3_spacer','field_56b3fab14554f'),(45036,1790,'right_tab_4_contact_icon','icon-mail'),(45037,1790,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(45038,1790,'right_tab_4_contact_title','Previous conferences available upon request.'),(45039,1790,'_right_tab_4_contact_title','field_56b4001eb0921'),(45040,1790,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(45041,1790,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(45042,1790,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(45043,1790,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(45044,1790,'right_tab_4_contact_values_0_link_type','mailto:'),(45045,1790,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(45046,1790,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(45047,1790,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(45048,1790,'right_tab_4_contact_values','1'),(45049,1790,'_right_tab_4_contact_values','field_56b3fde2ce062'),(45050,1790,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(45051,1790,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(45052,1790,'right_tab_4_spacer','0'),(45053,1790,'_right_tab_4_spacer','field_56b3fab145570'),(45054,1790,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(45055,1790,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(45056,1790,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(45057,1790,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(45058,1790,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(45059,1790,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(45060,1790,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(45061,1790,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(45062,1790,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(45063,1790,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(45064,1790,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(45065,1790,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(45066,1790,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(45067,1790,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(45068,1790,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(45069,1790,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(45070,1790,'right_tab_5_items_list_repeater','7'),(45071,1790,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(45072,1790,'right_tab_5_spacer','1'),(45073,1790,'_right_tab_5_spacer','field_56b3fab14554f'),(45074,1790,'right_tab_6_contact_icon','icon-mail'),(45075,1790,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(45076,1790,'right_tab_6_contact_title','Previous conferences available upon request.'),(45077,1790,'_right_tab_6_contact_title','field_56b4001eb0921'),(45078,1790,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(45079,1790,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(45080,1790,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(45081,1790,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(45082,1790,'right_tab_6_contact_values_0_link_type','mailto:'),(45083,1790,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(45084,1790,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(45085,1790,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(45086,1790,'right_tab_6_contact_values','1'),(45087,1790,'_right_tab_6_contact_values','field_56b3fde2ce062'),(45088,1790,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(45089,1790,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(45090,1790,'third_tab_0_spacer','1'),(45091,1790,'_third_tab_0_spacer','field_57f54ec49b780'),(45092,1790,'third_tab_1_items_list_repeater','2'),(45093,1790,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(45094,1790,'third_tab_1_spacer','1'),(45095,1790,'_third_tab_1_spacer','field_57f54ec49b7a1'),(45096,1790,'third_tab_1_items_list_repeater_0_title','TMA Germany - Case Study'),(45097,1790,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(45098,1790,'third_tab_1_items_list_repeater_0_description','Munich, Germany, 23 January 2018'),(45099,1790,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(45100,1790,'third_tab_2_contact_icon','icon-mail'),(45101,1790,'_third_tab_2_contact_icon','field_58568c5a91b24'),(45102,1790,'third_tab_2_contact_title','Previous conferences available upon request.'),(45103,1790,'_third_tab_2_contact_title','field_58568c7791b25'),(45104,1790,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(45105,1790,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(45106,1790,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(45107,1790,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(45108,1790,'third_tab_2_contact_values_0_link_type','mailto:'),(45109,1790,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(45110,1790,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(45111,1790,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(45112,1790,'third_tab_2_contact_values','1'),(45113,1790,'_third_tab_2_contact_values','field_58568c1091b1d'),(45114,1790,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(45115,1790,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(45116,1790,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(45117,1790,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(45118,1790,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(45119,1790,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(45120,1790,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(45121,1790,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(45122,1790,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(45123,1790,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(45124,1790,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(45125,1790,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(45126,1790,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(45127,1790,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(45128,1790,'right_tab_6_spacer','0'),(45129,1790,'_right_tab_6_spacer','field_56b3fab145570'),(45130,1790,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(45131,1790,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(45132,1790,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(45133,1790,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(45134,1790,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(45135,1790,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(45136,1790,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(45137,1790,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(45138,1790,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(45139,1790,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(45140,1790,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(45141,1790,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(45142,1790,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(45143,1790,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(45144,1790,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(45145,1790,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(45146,1790,'right_tab_7_items_list_repeater','4'),(45147,1790,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(45148,1790,'right_tab_7_spacer','1'),(45149,1790,'_right_tab_7_spacer','field_56b3fab14554f'),(45150,1790,'right_tab_8_contact_icon','icon-mail'),(45151,1790,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(45152,1790,'right_tab_8_contact_title','Previous conferences available upon request.'),(45153,1790,'_right_tab_8_contact_title','field_56b4001eb0921'),(45154,1790,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(45155,1790,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(45156,1790,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(45157,1790,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(45158,1790,'right_tab_8_contact_values_0_link_type','mailto:'),(45159,1790,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(45160,1790,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(45161,1790,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(45162,1790,'right_tab_8_contact_values','1'),(45163,1790,'_right_tab_8_contact_values','field_56b3fde2ce062'),(45164,1790,'right_tab_2_items_list_repeater_0_title','European Investment Summit'),(45165,1790,'_right_tab_2_items_list_repeater_0_title','field_56b3fab14556e'),(45166,1790,'right_tab_2_items_list_repeater_0_description','Miami, 8-9 March 2017'),(45167,1790,'_right_tab_2_items_list_repeater_0_description','field_56b3fab14556f'),(45168,1790,'right_tab_2_items_list_repeater_1_title','European Investment Summit'),(45169,1790,'_right_tab_2_items_list_repeater_1_title','field_56b3fab14556e'),(45170,1790,'right_tab_2_items_list_repeater_1_description','Athens, 11-12 October 2017'),(45171,1790,'_right_tab_2_items_list_repeater_1_description','field_56b3fab14556f'),(45172,1790,'right_tab_2_items_list_repeater','2'),(45173,1790,'_right_tab_2_items_list_repeater','field_56b3fab14556d'),(45174,1790,'right_tab_3_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(45175,1790,'_right_tab_3_wysiwyg_editor','field_56b3fab14554e'),(45176,1790,'right_tab_4_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(45177,1790,'_right_tab_4_items_list_repeater_0_title','field_56b3fab14556e'),(45178,1790,'right_tab_4_items_list_repeater_0_description','London, 29 June 2016'),(45179,1790,'_right_tab_4_items_list_repeater_0_description','field_56b3fab14556f'),(45180,1790,'right_tab_4_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(45181,1790,'_right_tab_4_items_list_repeater_1_title','field_56b3fab14556e'),(45182,1790,'right_tab_4_items_list_repeater_1_description','London, 29 June 2016'),(45183,1790,'_right_tab_4_items_list_repeater_1_description','field_56b3fab14556f'),(45184,1790,'right_tab_4_items_list_repeater_2_title','Private Equity Buying into CEE'),(45185,1790,'_right_tab_4_items_list_repeater_2_title','field_56b3fab14556e'),(45186,1790,'right_tab_4_items_list_repeater_2_description','Prague, 16 March 2016'),(45187,1790,'_right_tab_4_items_list_repeater_2_description','field_56b3fab14556f'),(45188,1790,'right_tab_4_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(45189,1790,'_right_tab_4_items_list_repeater_3_title','field_56b3fab14556e'),(45190,1790,'right_tab_4_items_list_repeater_3_description','London, 9-10 March 2016'),(45191,1790,'_right_tab_4_items_list_repeater_3_description','field_56b3fab14556f'),(45192,1790,'right_tab_4_items_list_repeater','4'),(45193,1790,'_right_tab_4_items_list_repeater','field_56b3fab14556d'),(45194,1790,'right_tab_5_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(45195,1790,'_right_tab_5_wysiwyg_editor','field_56b3fab14554e'),(45196,1790,'right_tab_6_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(45197,1790,'_right_tab_6_items_list_repeater_0_title','field_56b3fab14556e'),(45198,1790,'right_tab_6_items_list_repeater_0_description','Frankfurt, October, 2015'),(45199,1790,'_right_tab_6_items_list_repeater_0_description','field_56b3fab14556f'),(45200,1790,'right_tab_6_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(45201,1790,'_right_tab_6_items_list_repeater_1_title','field_56b3fab14556e'),(45202,1790,'right_tab_6_items_list_repeater_1_description','Milan, October, 2015'),(45203,1790,'_right_tab_6_items_list_repeater_1_description','field_56b3fab14556f'),(45204,1790,'right_tab_6_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(45205,1790,'_right_tab_6_items_list_repeater_2_title','field_56b3fab14556e'),(45206,1790,'right_tab_6_items_list_repeater_2_description','London, September, 2015'),(45207,1790,'_right_tab_6_items_list_repeater_2_description','field_56b3fab14556f'),(45208,1790,'right_tab_6_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(45209,1790,'_right_tab_6_items_list_repeater_3_title','field_56b3fab14556e'),(45210,1790,'right_tab_6_items_list_repeater_3_description','Stockholm June, 2015'),(45211,1790,'_right_tab_6_items_list_repeater_3_description','field_56b3fab14556f'),(45212,1790,'right_tab_6_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(45213,1790,'_right_tab_6_items_list_repeater_4_title','field_56b3fab14556e'),(45214,1790,'right_tab_6_items_list_repeater_4_description','Madrid, May, 2015'),(45215,1790,'_right_tab_6_items_list_repeater_4_description','field_56b3fab14556f'),(45216,1790,'right_tab_6_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(45217,1790,'_right_tab_6_items_list_repeater_5_title','field_56b3fab14556e'),(45218,1790,'right_tab_6_items_list_repeater_5_description','Bucharest, April, 2015'),(45219,1790,'_right_tab_6_items_list_repeater_5_description','field_56b3fab14556f'),(45220,1790,'right_tab_6_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(45221,1790,'_right_tab_6_items_list_repeater_6_title','field_56b3fab14556e'),(45222,1790,'right_tab_6_items_list_repeater_6_description','London, January, 2015'),(45223,1790,'_right_tab_6_items_list_repeater_6_description','field_56b3fab14556f'),(45224,1790,'right_tab_6_items_list_repeater','7'),(45225,1790,'_right_tab_6_items_list_repeater','field_56b3fab14556d'),(45226,1790,'right_tab_7_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(45227,1790,'_right_tab_7_wysiwyg_editor','field_56b3fab14554e'),(45228,1790,'right_tab_8_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(45229,1790,'_right_tab_8_items_list_repeater_0_title','field_56b3fab14556e'),(45230,1790,'right_tab_8_items_list_repeater_0_description','Paris, April 2014'),(45231,1790,'_right_tab_8_items_list_repeater_0_description','field_56b3fab14556f'),(45232,1790,'right_tab_8_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(45233,1790,'_right_tab_8_items_list_repeater_1_title','field_56b3fab14556e'),(45234,1790,'right_tab_8_items_list_repeater_1_description','Bucharest, Jun 2014'),(45235,1790,'_right_tab_8_items_list_repeater_1_description','field_56b3fab14556f'),(45236,1790,'right_tab_8_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(45237,1790,'_right_tab_8_items_list_repeater_2_title','field_56b3fab14556e'),(45238,1790,'right_tab_8_items_list_repeater_2_description','Vienna, December 2014'),(45239,1790,'_right_tab_8_items_list_repeater_2_description','field_56b3fab14556f'),(45240,1790,'right_tab_8_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(45241,1790,'_right_tab_8_items_list_repeater_3_title','field_56b3fab14556e'),(45242,1790,'right_tab_8_items_list_repeater_3_description','London, October 2014'),(45243,1790,'_right_tab_8_items_list_repeater_3_description','field_56b3fab14556f'),(45244,1790,'right_tab_8_items_list_repeater','4'),(45245,1790,'_right_tab_8_items_list_repeater','field_56b3fab14556d'),(45246,1790,'right_tab_8_spacer','1'),(45247,1790,'_right_tab_8_spacer','field_56b3fab145570'),(45248,1790,'right_tab_9_contact_icon','icon-mail'),(45249,1790,'_right_tab_9_contact_icon','field_56b3fde2ce060'),(45250,1790,'right_tab_9_contact_title','Previous conferences available upon request.'),(45251,1790,'_right_tab_9_contact_title','field_56b4001eb0921'),(45252,1790,'right_tab_9_contact_values_0_contact_value_left','E-mail:'),(45253,1790,'_right_tab_9_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(45254,1790,'right_tab_9_contact_values_0_contact_value_right','info@innovationbrain.com'),(45255,1790,'_right_tab_9_contact_values_0_contact_value_right','field_56b3fefe543df'),(45256,1790,'right_tab_9_contact_values_0_link_type','mailto:'),(45257,1790,'_right_tab_9_contact_values_0_link_type','field_56b3fed6543dd'),(45258,1790,'right_tab_9_contact_values_0_link','info@innovationbrain.com'),(45259,1790,'_right_tab_9_contact_values_0_link','field_56b3fef2543de'),(45260,1790,'right_tab_9_contact_values','1'),(45261,1790,'_right_tab_9_contact_values','field_56b3fde2ce062'),(45262,1790,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(45263,1790,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(45264,1790,'right_tab_1_items_list_repeater_1_title','Capital Connection'),(45265,1790,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(45266,1790,'right_tab_1_items_list_repeater_1_description','London, 6 December 2017'),(45267,1790,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(45268,1790,'third_tab_0_items_list_repeater',''),(45269,1790,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(45270,1790,'third_tab_1_contact_icon','icon-mail'),(45271,1790,'_third_tab_1_contact_icon','field_58568c5a91b24'),(45272,1790,'third_tab_1_contact_title','Previous conferences available upon request.'),(45273,1790,'_third_tab_1_contact_title','field_58568c7791b25'),(45274,1790,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(45275,1790,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(45276,1790,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(45277,1790,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(45278,1790,'third_tab_1_contact_values_0_link_type','mailto:'),(45279,1790,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(45280,1790,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(45281,1790,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(45282,1790,'third_tab_1_contact_values','1'),(45283,1790,'_third_tab_1_contact_values','field_58568c1091b1d'),(45284,1790,'third_tab_1_items_list_repeater_1_title','TMA Europe East European Conference'),(45285,1790,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(45286,1790,'third_tab_1_items_list_repeater_1_description','Bucharest, Romania, 21 February 2018'),(45287,1790,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(45288,1791,'cases_repeater_0_cases_title','- Largest Greek Bank'),(45289,1791,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(45290,1791,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(45291,1791,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(45292,1791,'cases_repeater_0_icon','icon-bullseye-small'),(45293,1791,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(45294,1791,'cases_repeater_0_cases_icon_title','Financial services'),(45295,1791,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(45296,1791,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(45297,1791,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(45298,1791,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(45299,1791,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(45300,1791,'cases_repeater_1_icon','icon-progress-small'),(45301,1791,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(45302,1791,'cases_repeater_1_cases_icon_title','Commodities'),(45303,1791,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(45304,1791,'cases_repeater','3'),(45305,1791,'_cases_repeater','field_56b25d0cd2fed'),(45306,1791,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(45307,1791,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(45308,1791,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(45309,1791,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(45310,1791,'cases_repeater_2_icon','icon-pill-small'),(45311,1791,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(45312,1791,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(45313,1791,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(45314,1791,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(45315,1791,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(45316,1791,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(45317,1791,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(45318,1791,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(45319,1791,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(45320,1791,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(45321,1791,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(45322,1791,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(45323,1791,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(45324,1791,'conferences_repeater_2_conference_place_and_date','September, 2015'),(45325,1791,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(45326,1791,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(45327,1791,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(45328,1791,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(45329,1791,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(45330,1791,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(45331,1791,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(45332,1791,'conferences_repeater_4_conference_place_and_date','May, 2015'),(45333,1791,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(45334,1791,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(45335,1791,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(45336,1791,'conferences_repeater_5_conference_place_and_date','April, 2015'),(45337,1791,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(45338,1791,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(45339,1791,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(45340,1791,'conferences_repeater_6_conference_place_and_date','January, 2015'),(45341,1791,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(45342,1791,'conferences_repeater','7'),(45343,1791,'_conferences_repeater','field_56b28bd340c44'),(45344,1791,'conferences_contact','Previous conferences available upon request'),(45345,1791,'_conferences_contact','field_56b3451c304a4'),(45346,1791,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(45347,1791,'_conferences_contact_mail','field_56b3453c304a5'),(45348,1791,'conferences_icon','icon-mail'),(45349,1791,'_conferences_icon','field_56b347cd8f381'),(45350,1791,'conferences_contact_text','Previous conferences available upon request'),(45351,1791,'_conferences_contact_text','field_56b3451c304a4'),(45352,1791,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(45353,1791,'_left_tab','field_56b36c6deeda0'),(45354,1791,'add_second_tab','1'),(45355,1791,'_add_second_tab','field_56b36ca9eeda2'),(45356,1791,'right_tab','a:10:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:16:\"items_list_block\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:16:\"items_list_block\";i:5;s:20:\"wysiwyg_editor_block\";i:6;s:16:\"items_list_block\";i:7;s:20:\"wysiwyg_editor_block\";i:8;s:16:\"items_list_block\";i:9;s:13:\"contact_block\";}'),(45357,1791,'_right_tab','field_56b3fab04554d'),(45358,1791,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(45359,1791,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(45360,1791,'left_tab_0_spacer','0'),(45361,1791,'_left_tab_0_spacer','field_56b371c577c8c'),(45362,1791,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(45363,1791,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(45364,1791,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(45365,1791,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(45366,1791,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(45367,1791,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(45368,1791,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(45369,1791,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(45370,1791,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(45371,1791,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(45372,1791,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(45373,1791,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(45374,1791,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(45375,1791,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(45376,1791,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(45377,1791,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(45378,1791,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(45379,1791,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(45380,1791,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(45381,1791,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(45382,1791,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(45383,1791,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(45384,1791,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(45385,1791,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(45386,1791,'left_tab_1_cases_repeater','3'),(45387,1791,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(45388,1791,'left_tab_1_spacer','0'),(45389,1791,'_left_tab_1_spacer','field_56b3f001dbf09'),(45390,1791,'left_tab_name','Successful Transactions'),(45391,1791,'_left_tab_name','field_56b3976017dce'),(45392,1791,'right_tab_name','Case studies'),(45393,1791,'_right_tab_name','field_56b3978117dcf'),(45394,1791,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2017</h3>'),(45395,1791,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(45396,1791,'right_tab_0_spacer','1'),(45397,1791,'_right_tab_0_spacer','field_56b3fab14554f'),(45398,1791,'right_tab_1_items_list_repeater_0_title','Resolving NPLs in SEE'),(45399,1791,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(45400,1791,'right_tab_1_items_list_repeater_0_description','Belgrade, 20 October 2017'),(45401,1791,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(45402,1791,'right_tab_1_items_list_repeater','2'),(45403,1791,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(45404,1791,'right_tab_1_spacer','1'),(45405,1791,'_right_tab_1_spacer','field_56b3fab145570'),(45406,1791,'right_tab_2_contact_icon','icon-mail'),(45407,1791,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(45408,1791,'right_tab_2_contact_title','Previous conferences available upon request.'),(45409,1791,'_right_tab_2_contact_title','field_56b4001eb0921'),(45410,1791,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(45411,1791,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(45412,1791,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(45413,1791,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(45414,1791,'right_tab_2_contact_values_0_link_type','mailto:'),(45415,1791,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(45416,1791,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(45417,1791,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(45418,1791,'right_tab_2_contact_values','1'),(45419,1791,'_right_tab_2_contact_values','field_56b3fde2ce062'),(45420,1791,'add_third_tab','1'),(45421,1791,'_add_third_tab','field_57f54e889b77c'),(45422,1791,'third_tab_name','IB Blog'),(45423,1791,'_third_tab_name','field_57f54ea19b77d'),(45424,1791,'third_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";}'),(45425,1791,'_third_tab','field_57f54ec39b77e'),(45426,1791,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(45427,1791,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(45428,1791,'right_tab_2_spacer','1'),(45429,1791,'_right_tab_2_spacer','field_56b3fab145570'),(45430,1791,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(45431,1791,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(45432,1791,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(45433,1791,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(45434,1791,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(45435,1791,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(45436,1791,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(45437,1791,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(45438,1791,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(45439,1791,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(45440,1791,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(45441,1791,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(45442,1791,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(45443,1791,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(45444,1791,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(45445,1791,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(45446,1791,'right_tab_3_items_list_repeater','4'),(45447,1791,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(45448,1791,'right_tab_3_spacer','1'),(45449,1791,'_right_tab_3_spacer','field_56b3fab14554f'),(45450,1791,'right_tab_4_contact_icon','icon-mail'),(45451,1791,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(45452,1791,'right_tab_4_contact_title','Previous conferences available upon request.'),(45453,1791,'_right_tab_4_contact_title','field_56b4001eb0921'),(45454,1791,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(45455,1791,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(45456,1791,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(45457,1791,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(45458,1791,'right_tab_4_contact_values_0_link_type','mailto:'),(45459,1791,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(45460,1791,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(45461,1791,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(45462,1791,'right_tab_4_contact_values','1'),(45463,1791,'_right_tab_4_contact_values','field_56b3fde2ce062'),(45464,1791,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(45465,1791,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(45466,1791,'right_tab_4_spacer','0'),(45467,1791,'_right_tab_4_spacer','field_56b3fab145570'),(45468,1791,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(45469,1791,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(45470,1791,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(45471,1791,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(45472,1791,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(45473,1791,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(45474,1791,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(45475,1791,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(45476,1791,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(45477,1791,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(45478,1791,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(45479,1791,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(45480,1791,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(45481,1791,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(45482,1791,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(45483,1791,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(45484,1791,'right_tab_5_items_list_repeater','7'),(45485,1791,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(45486,1791,'right_tab_5_spacer','1'),(45487,1791,'_right_tab_5_spacer','field_56b3fab14554f'),(45488,1791,'right_tab_6_contact_icon','icon-mail'),(45489,1791,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(45490,1791,'right_tab_6_contact_title','Previous conferences available upon request.'),(45491,1791,'_right_tab_6_contact_title','field_56b4001eb0921'),(45492,1791,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(45493,1791,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(45494,1791,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(45495,1791,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(45496,1791,'right_tab_6_contact_values_0_link_type','mailto:'),(45497,1791,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(45498,1791,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(45499,1791,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(45500,1791,'right_tab_6_contact_values','1'),(45501,1791,'_right_tab_6_contact_values','field_56b3fde2ce062'),(45502,1791,'third_tab_0_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(45503,1791,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(45504,1791,'third_tab_0_spacer','1'),(45505,1791,'_third_tab_0_spacer','field_57f54ec49b780'),(45506,1791,'third_tab_1_items_list_repeater','2'),(45507,1791,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(45508,1791,'third_tab_1_spacer','1'),(45509,1791,'_third_tab_1_spacer','field_57f54ec49b7a1'),(45510,1791,'third_tab_1_items_list_repeater_0_title','TMA Germany - Case Study'),(45511,1791,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(45512,1791,'third_tab_1_items_list_repeater_0_description','Munich, Germany, 23 January 2018'),(45513,1791,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(45514,1791,'third_tab_2_contact_icon','icon-mail'),(45515,1791,'_third_tab_2_contact_icon','field_58568c5a91b24'),(45516,1791,'third_tab_2_contact_title','Previous conferences available upon request.'),(45517,1791,'_third_tab_2_contact_title','field_58568c7791b25'),(45518,1791,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(45519,1791,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(45520,1791,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(45521,1791,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(45522,1791,'third_tab_2_contact_values_0_link_type','mailto:'),(45523,1791,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(45524,1791,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(45525,1791,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(45526,1791,'third_tab_2_contact_values','1'),(45527,1791,'_third_tab_2_contact_values','field_58568c1091b1d'),(45528,1791,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(45529,1791,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(45530,1791,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(45531,1791,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(45532,1791,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(45533,1791,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(45534,1791,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(45535,1791,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(45536,1791,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(45537,1791,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(45538,1791,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(45539,1791,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(45540,1791,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(45541,1791,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(45542,1791,'right_tab_6_spacer','0'),(45543,1791,'_right_tab_6_spacer','field_56b3fab145570'),(45544,1791,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(45545,1791,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(45546,1791,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(45547,1791,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(45548,1791,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(45549,1791,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(45550,1791,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(45551,1791,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(45552,1791,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(45553,1791,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(45554,1791,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(45555,1791,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(45556,1791,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(45557,1791,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(45558,1791,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(45559,1791,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(45560,1791,'right_tab_7_items_list_repeater','4'),(45561,1791,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(45562,1791,'right_tab_7_spacer','1'),(45563,1791,'_right_tab_7_spacer','field_56b3fab14554f'),(45564,1791,'right_tab_8_contact_icon','icon-mail'),(45565,1791,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(45566,1791,'right_tab_8_contact_title','Previous conferences available upon request.'),(45567,1791,'_right_tab_8_contact_title','field_56b4001eb0921'),(45568,1791,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(45569,1791,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(45570,1791,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(45571,1791,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(45572,1791,'right_tab_8_contact_values_0_link_type','mailto:'),(45573,1791,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(45574,1791,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(45575,1791,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(45576,1791,'right_tab_8_contact_values','1'),(45577,1791,'_right_tab_8_contact_values','field_56b3fde2ce062'),(45578,1791,'right_tab_2_items_list_repeater_0_title','European Investment Summit'),(45579,1791,'_right_tab_2_items_list_repeater_0_title','field_56b3fab14556e'),(45580,1791,'right_tab_2_items_list_repeater_0_description','Miami, 8-9 March 2017'),(45581,1791,'_right_tab_2_items_list_repeater_0_description','field_56b3fab14556f'),(45582,1791,'right_tab_2_items_list_repeater_1_title','European Investment Summit'),(45583,1791,'_right_tab_2_items_list_repeater_1_title','field_56b3fab14556e'),(45584,1791,'right_tab_2_items_list_repeater_1_description','Athens, 11-12 October 2017'),(45585,1791,'_right_tab_2_items_list_repeater_1_description','field_56b3fab14556f'),(45586,1791,'right_tab_2_items_list_repeater','2'),(45587,1791,'_right_tab_2_items_list_repeater','field_56b3fab14556d'),(45588,1791,'right_tab_3_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(45589,1791,'_right_tab_3_wysiwyg_editor','field_56b3fab14554e'),(45590,1791,'right_tab_4_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(45591,1791,'_right_tab_4_items_list_repeater_0_title','field_56b3fab14556e'),(45592,1791,'right_tab_4_items_list_repeater_0_description','London, 29 June 2016'),(45593,1791,'_right_tab_4_items_list_repeater_0_description','field_56b3fab14556f'),(45594,1791,'right_tab_4_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(45595,1791,'_right_tab_4_items_list_repeater_1_title','field_56b3fab14556e'),(45596,1791,'right_tab_4_items_list_repeater_1_description','London, 29 June 2016'),(45597,1791,'_right_tab_4_items_list_repeater_1_description','field_56b3fab14556f'),(45598,1791,'right_tab_4_items_list_repeater_2_title','Private Equity Buying into CEE'),(45599,1791,'_right_tab_4_items_list_repeater_2_title','field_56b3fab14556e'),(45600,1791,'right_tab_4_items_list_repeater_2_description','Prague, 16 March 2016'),(45601,1791,'_right_tab_4_items_list_repeater_2_description','field_56b3fab14556f'),(45602,1791,'right_tab_4_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(45603,1791,'_right_tab_4_items_list_repeater_3_title','field_56b3fab14556e'),(45604,1791,'right_tab_4_items_list_repeater_3_description','London, 9-10 March 2016'),(45605,1791,'_right_tab_4_items_list_repeater_3_description','field_56b3fab14556f'),(45606,1791,'right_tab_4_items_list_repeater','4'),(45607,1791,'_right_tab_4_items_list_repeater','field_56b3fab14556d'),(45608,1791,'right_tab_5_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(45609,1791,'_right_tab_5_wysiwyg_editor','field_56b3fab14554e'),(45610,1791,'right_tab_6_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(45611,1791,'_right_tab_6_items_list_repeater_0_title','field_56b3fab14556e'),(45612,1791,'right_tab_6_items_list_repeater_0_description','Frankfurt, October, 2015'),(45613,1791,'_right_tab_6_items_list_repeater_0_description','field_56b3fab14556f'),(45614,1791,'right_tab_6_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(45615,1791,'_right_tab_6_items_list_repeater_1_title','field_56b3fab14556e'),(45616,1791,'right_tab_6_items_list_repeater_1_description','Milan, October, 2015'),(45617,1791,'_right_tab_6_items_list_repeater_1_description','field_56b3fab14556f'),(45618,1791,'right_tab_6_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(45619,1791,'_right_tab_6_items_list_repeater_2_title','field_56b3fab14556e'),(45620,1791,'right_tab_6_items_list_repeater_2_description','London, September, 2015'),(45621,1791,'_right_tab_6_items_list_repeater_2_description','field_56b3fab14556f'),(45622,1791,'right_tab_6_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(45623,1791,'_right_tab_6_items_list_repeater_3_title','field_56b3fab14556e'),(45624,1791,'right_tab_6_items_list_repeater_3_description','Stockholm June, 2015'),(45625,1791,'_right_tab_6_items_list_repeater_3_description','field_56b3fab14556f'),(45626,1791,'right_tab_6_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(45627,1791,'_right_tab_6_items_list_repeater_4_title','field_56b3fab14556e'),(45628,1791,'right_tab_6_items_list_repeater_4_description','Madrid, May, 2015'),(45629,1791,'_right_tab_6_items_list_repeater_4_description','field_56b3fab14556f'),(45630,1791,'right_tab_6_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(45631,1791,'_right_tab_6_items_list_repeater_5_title','field_56b3fab14556e'),(45632,1791,'right_tab_6_items_list_repeater_5_description','Bucharest, April, 2015'),(45633,1791,'_right_tab_6_items_list_repeater_5_description','field_56b3fab14556f'),(45634,1791,'right_tab_6_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(45635,1791,'_right_tab_6_items_list_repeater_6_title','field_56b3fab14556e'),(45636,1791,'right_tab_6_items_list_repeater_6_description','London, January, 2015'),(45637,1791,'_right_tab_6_items_list_repeater_6_description','field_56b3fab14556f'),(45638,1791,'right_tab_6_items_list_repeater','7'),(45639,1791,'_right_tab_6_items_list_repeater','field_56b3fab14556d'),(45640,1791,'right_tab_7_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(45641,1791,'_right_tab_7_wysiwyg_editor','field_56b3fab14554e'),(45642,1791,'right_tab_8_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(45643,1791,'_right_tab_8_items_list_repeater_0_title','field_56b3fab14556e'),(45644,1791,'right_tab_8_items_list_repeater_0_description','Paris, April 2014'),(45645,1791,'_right_tab_8_items_list_repeater_0_description','field_56b3fab14556f'),(45646,1791,'right_tab_8_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(45647,1791,'_right_tab_8_items_list_repeater_1_title','field_56b3fab14556e'),(45648,1791,'right_tab_8_items_list_repeater_1_description','Bucharest, Jun 2014'),(45649,1791,'_right_tab_8_items_list_repeater_1_description','field_56b3fab14556f'),(45650,1791,'right_tab_8_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(45651,1791,'_right_tab_8_items_list_repeater_2_title','field_56b3fab14556e'),(45652,1791,'right_tab_8_items_list_repeater_2_description','Vienna, December 2014'),(45653,1791,'_right_tab_8_items_list_repeater_2_description','field_56b3fab14556f'),(45654,1791,'right_tab_8_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(45655,1791,'_right_tab_8_items_list_repeater_3_title','field_56b3fab14556e'),(45656,1791,'right_tab_8_items_list_repeater_3_description','London, October 2014'),(45657,1791,'_right_tab_8_items_list_repeater_3_description','field_56b3fab14556f'),(45658,1791,'right_tab_8_items_list_repeater','4'),(45659,1791,'_right_tab_8_items_list_repeater','field_56b3fab14556d'),(45660,1791,'right_tab_8_spacer','1'),(45661,1791,'_right_tab_8_spacer','field_56b3fab145570'),(45662,1791,'right_tab_9_contact_icon','icon-mail'),(45663,1791,'_right_tab_9_contact_icon','field_56b3fde2ce060'),(45664,1791,'right_tab_9_contact_title','Previous conferences available upon request.'),(45665,1791,'_right_tab_9_contact_title','field_56b4001eb0921'),(45666,1791,'right_tab_9_contact_values_0_contact_value_left','E-mail:'),(45667,1791,'_right_tab_9_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(45668,1791,'right_tab_9_contact_values_0_contact_value_right','info@innovationbrain.com'),(45669,1791,'_right_tab_9_contact_values_0_contact_value_right','field_56b3fefe543df'),(45670,1791,'right_tab_9_contact_values_0_link_type','mailto:'),(45671,1791,'_right_tab_9_contact_values_0_link_type','field_56b3fed6543dd'),(45672,1791,'right_tab_9_contact_values_0_link','info@innovationbrain.com'),(45673,1791,'_right_tab_9_contact_values_0_link','field_56b3fef2543de'),(45674,1791,'right_tab_9_contact_values','1'),(45675,1791,'_right_tab_9_contact_values','field_56b3fde2ce062'),(45676,1791,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(45677,1791,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(45678,1791,'right_tab_1_items_list_repeater_1_title','Capital Connection'),(45679,1791,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(45680,1791,'right_tab_1_items_list_repeater_1_description','London, 6 December 2017'),(45681,1791,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(45682,1791,'third_tab_0_items_list_repeater',''),(45683,1791,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(45684,1791,'third_tab_1_contact_icon','icon-mail'),(45685,1791,'_third_tab_1_contact_icon','field_58568c5a91b24'),(45686,1791,'third_tab_1_contact_title','Previous conferences available upon request.'),(45687,1791,'_third_tab_1_contact_title','field_58568c7791b25'),(45688,1791,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(45689,1791,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(45690,1791,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(45691,1791,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(45692,1791,'third_tab_1_contact_values_0_link_type','mailto:'),(45693,1791,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(45694,1791,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(45695,1791,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(45696,1791,'third_tab_1_contact_values','1'),(45697,1791,'_third_tab_1_contact_values','field_58568c1091b1d'),(45698,1791,'third_tab_1_items_list_repeater_1_title','TMA Europe East European Conference'),(45699,1791,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(45700,1791,'third_tab_1_items_list_repeater_1_description','Bucharest, Romania, 21 February 2018'),(45701,1791,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(45702,1792,'cases_repeater_0_cases_title','- Largest Greek Bank'),(45703,1792,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(45704,1792,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(45705,1792,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(45706,1792,'cases_repeater_0_icon','icon-bullseye-small'),(45707,1792,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(45708,1792,'cases_repeater_0_cases_icon_title','Financial services'),(45709,1792,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(45710,1792,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(45711,1792,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(45712,1792,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(45713,1792,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(45714,1792,'cases_repeater_1_icon','icon-progress-small'),(45715,1792,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(45716,1792,'cases_repeater_1_cases_icon_title','Commodities'),(45717,1792,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(45718,1792,'cases_repeater','3'),(45719,1792,'_cases_repeater','field_56b25d0cd2fed'),(45720,1792,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(45721,1792,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(45722,1792,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(45723,1792,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(45724,1792,'cases_repeater_2_icon','icon-pill-small'),(45725,1792,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(45726,1792,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(45727,1792,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(45728,1792,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(45729,1792,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(45730,1792,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(45731,1792,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(45732,1792,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(45733,1792,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(45734,1792,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(45735,1792,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(45736,1792,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(45737,1792,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(45738,1792,'conferences_repeater_2_conference_place_and_date','September, 2015'),(45739,1792,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(45740,1792,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(45741,1792,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(45742,1792,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(45743,1792,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(45744,1792,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(45745,1792,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(45746,1792,'conferences_repeater_4_conference_place_and_date','May, 2015'),(45747,1792,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(45748,1792,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(45749,1792,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(45750,1792,'conferences_repeater_5_conference_place_and_date','April, 2015'),(45751,1792,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(45752,1792,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(45753,1792,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(45754,1792,'conferences_repeater_6_conference_place_and_date','January, 2015'),(45755,1792,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(45756,1792,'conferences_repeater','7'),(45757,1792,'_conferences_repeater','field_56b28bd340c44'),(45758,1792,'conferences_contact','Previous conferences available upon request'),(45759,1792,'_conferences_contact','field_56b3451c304a4'),(45760,1792,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(45761,1792,'_conferences_contact_mail','field_56b3453c304a5'),(45762,1792,'conferences_icon','icon-mail'),(45763,1792,'_conferences_icon','field_56b347cd8f381'),(45764,1792,'conferences_contact_text','Previous conferences available upon request'),(45765,1792,'_conferences_contact_text','field_56b3451c304a4'),(45766,1792,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(45767,1792,'_left_tab','field_56b36c6deeda0'),(45768,1792,'add_second_tab','1'),(45769,1792,'_add_second_tab','field_56b36ca9eeda2'),(45770,1792,'right_tab','a:10:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:16:\"items_list_block\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:16:\"items_list_block\";i:5;s:20:\"wysiwyg_editor_block\";i:6;s:16:\"items_list_block\";i:7;s:20:\"wysiwyg_editor_block\";i:8;s:16:\"items_list_block\";i:9;s:13:\"contact_block\";}'),(45771,1792,'_right_tab','field_56b3fab04554d'),(45772,1792,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(45773,1792,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(45774,1792,'left_tab_0_spacer','0'),(45775,1792,'_left_tab_0_spacer','field_56b371c577c8c'),(45776,1792,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(45777,1792,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(45778,1792,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(45779,1792,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(45780,1792,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(45781,1792,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(45782,1792,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(45783,1792,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(45784,1792,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(45785,1792,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(45786,1792,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(45787,1792,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(45788,1792,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(45789,1792,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(45790,1792,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(45791,1792,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(45792,1792,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(45793,1792,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(45794,1792,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(45795,1792,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(45796,1792,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(45797,1792,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(45798,1792,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(45799,1792,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(45800,1792,'left_tab_1_cases_repeater','3'),(45801,1792,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(45802,1792,'left_tab_1_spacer','0'),(45803,1792,'_left_tab_1_spacer','field_56b3f001dbf09'),(45804,1792,'left_tab_name','Successful Transactions'),(45805,1792,'_left_tab_name','field_56b3976017dce'),(45806,1792,'right_tab_name','Case studies'),(45807,1792,'_right_tab_name','field_56b3978117dcf'),(45808,1792,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2017</h3>'),(45809,1792,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(45810,1792,'right_tab_0_spacer','1'),(45811,1792,'_right_tab_0_spacer','field_56b3fab14554f'),(45812,1792,'right_tab_1_items_list_repeater_0_title','Resolving NPLs in SEE'),(45813,1792,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(45814,1792,'right_tab_1_items_list_repeater_0_description','Belgrade, 20 October 2017'),(45815,1792,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(45816,1792,'right_tab_1_items_list_repeater','2'),(45817,1792,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(45818,1792,'right_tab_1_spacer','1'),(45819,1792,'_right_tab_1_spacer','field_56b3fab145570'),(45820,1792,'right_tab_2_contact_icon','icon-mail'),(45821,1792,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(45822,1792,'right_tab_2_contact_title','Previous conferences available upon request.'),(45823,1792,'_right_tab_2_contact_title','field_56b4001eb0921'),(45824,1792,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(45825,1792,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(45826,1792,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(45827,1792,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(45828,1792,'right_tab_2_contact_values_0_link_type','mailto:'),(45829,1792,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(45830,1792,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(45831,1792,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(45832,1792,'right_tab_2_contact_values','1'),(45833,1792,'_right_tab_2_contact_values','field_56b3fde2ce062'),(45834,1792,'add_third_tab','1'),(45835,1792,'_add_third_tab','field_57f54e889b77c'),(45836,1792,'third_tab_name','IB Blog'),(45837,1792,'_third_tab_name','field_57f54ea19b77d'),(45838,1792,'third_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";}'),(45839,1792,'_third_tab','field_57f54ec39b77e'),(45840,1792,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(45841,1792,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(45842,1792,'right_tab_2_spacer','1'),(45843,1792,'_right_tab_2_spacer','field_56b3fab145570'),(45844,1792,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(45845,1792,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(45846,1792,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(45847,1792,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(45848,1792,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(45849,1792,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(45850,1792,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(45851,1792,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(45852,1792,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(45853,1792,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(45854,1792,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(45855,1792,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(45856,1792,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(45857,1792,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(45858,1792,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(45859,1792,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(45860,1792,'right_tab_3_items_list_repeater','4'),(45861,1792,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(45862,1792,'right_tab_3_spacer','1'),(45863,1792,'_right_tab_3_spacer','field_56b3fab14554f'),(45864,1792,'right_tab_4_contact_icon','icon-mail'),(45865,1792,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(45866,1792,'right_tab_4_contact_title','Previous conferences available upon request.'),(45867,1792,'_right_tab_4_contact_title','field_56b4001eb0921'),(45868,1792,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(45869,1792,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(45870,1792,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(45871,1792,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(45872,1792,'right_tab_4_contact_values_0_link_type','mailto:'),(45873,1792,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(45874,1792,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(45875,1792,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(45876,1792,'right_tab_4_contact_values','1'),(45877,1792,'_right_tab_4_contact_values','field_56b3fde2ce062'),(45878,1792,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(45879,1792,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(45880,1792,'right_tab_4_spacer','0'),(45881,1792,'_right_tab_4_spacer','field_56b3fab145570'),(45882,1792,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(45883,1792,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(45884,1792,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(45885,1792,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(45886,1792,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(45887,1792,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(45888,1792,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(45889,1792,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(45890,1792,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(45891,1792,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(45892,1792,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(45893,1792,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(45894,1792,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(45895,1792,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(45896,1792,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(45897,1792,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(45898,1792,'right_tab_5_items_list_repeater','7'),(45899,1792,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(45900,1792,'right_tab_5_spacer','1'),(45901,1792,'_right_tab_5_spacer','field_56b3fab14554f'),(45902,1792,'right_tab_6_contact_icon','icon-mail'),(45903,1792,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(45904,1792,'right_tab_6_contact_title','Previous conferences available upon request.'),(45905,1792,'_right_tab_6_contact_title','field_56b4001eb0921'),(45906,1792,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(45907,1792,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(45908,1792,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(45909,1792,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(45910,1792,'right_tab_6_contact_values_0_link_type','mailto:'),(45911,1792,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(45912,1792,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(45913,1792,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(45914,1792,'right_tab_6_contact_values','1'),(45915,1792,'_right_tab_6_contact_values','field_56b3fde2ce062'),(45916,1792,'third_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(45917,1792,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(45918,1792,'third_tab_0_spacer','1'),(45919,1792,'_third_tab_0_spacer','field_57f54ec49b780'),(45920,1792,'third_tab_1_items_list_repeater','2'),(45921,1792,'_third_tab_1_items_list_repeater','field_57f54ec49b79e'),(45922,1792,'third_tab_1_spacer','1'),(45923,1792,'_third_tab_1_spacer','field_57f54ec49b7a1'),(45924,1792,'third_tab_1_items_list_repeater_0_title','TMA Germany - Case Study'),(45925,1792,'_third_tab_1_items_list_repeater_0_title','field_57f54ec49b79f'),(45926,1792,'third_tab_1_items_list_repeater_0_description','Munich, Germany, 23 January 2018'),(45927,1792,'_third_tab_1_items_list_repeater_0_description','field_57f54ec49b7a0'),(45928,1792,'third_tab_2_contact_icon','icon-mail'),(45929,1792,'_third_tab_2_contact_icon','field_58568c5a91b24'),(45930,1792,'third_tab_2_contact_title','Previous conferences available upon request.'),(45931,1792,'_third_tab_2_contact_title','field_58568c7791b25'),(45932,1792,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(45933,1792,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(45934,1792,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(45935,1792,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(45936,1792,'third_tab_2_contact_values_0_link_type','mailto:'),(45937,1792,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(45938,1792,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(45939,1792,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(45940,1792,'third_tab_2_contact_values','1'),(45941,1792,'_third_tab_2_contact_values','field_58568c1091b1d'),(45942,1792,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(45943,1792,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(45944,1792,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(45945,1792,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(45946,1792,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(45947,1792,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(45948,1792,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(45949,1792,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(45950,1792,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(45951,1792,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(45952,1792,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(45953,1792,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(45954,1792,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(45955,1792,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(45956,1792,'right_tab_6_spacer','0'),(45957,1792,'_right_tab_6_spacer','field_56b3fab145570'),(45958,1792,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(45959,1792,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(45960,1792,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(45961,1792,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(45962,1792,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(45963,1792,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(45964,1792,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(45965,1792,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(45966,1792,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(45967,1792,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(45968,1792,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(45969,1792,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(45970,1792,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(45971,1792,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(45972,1792,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(45973,1792,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(45974,1792,'right_tab_7_items_list_repeater','4'),(45975,1792,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(45976,1792,'right_tab_7_spacer','1'),(45977,1792,'_right_tab_7_spacer','field_56b3fab14554f'),(45978,1792,'right_tab_8_contact_icon','icon-mail'),(45979,1792,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(45980,1792,'right_tab_8_contact_title','Previous conferences available upon request.'),(45981,1792,'_right_tab_8_contact_title','field_56b4001eb0921'),(45982,1792,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(45983,1792,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(45984,1792,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(45985,1792,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(45986,1792,'right_tab_8_contact_values_0_link_type','mailto:'),(45987,1792,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(45988,1792,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(45989,1792,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(45990,1792,'right_tab_8_contact_values','1'),(45991,1792,'_right_tab_8_contact_values','field_56b3fde2ce062'),(45992,1792,'right_tab_2_items_list_repeater_0_title','European Investment Summit'),(45993,1792,'_right_tab_2_items_list_repeater_0_title','field_56b3fab14556e'),(45994,1792,'right_tab_2_items_list_repeater_0_description','Miami, 8-9 March 2017'),(45995,1792,'_right_tab_2_items_list_repeater_0_description','field_56b3fab14556f'),(45996,1792,'right_tab_2_items_list_repeater_1_title','European Investment Summit'),(45997,1792,'_right_tab_2_items_list_repeater_1_title','field_56b3fab14556e'),(45998,1792,'right_tab_2_items_list_repeater_1_description','Athens, 11-12 October 2017'),(45999,1792,'_right_tab_2_items_list_repeater_1_description','field_56b3fab14556f'),(46000,1792,'right_tab_2_items_list_repeater','2'),(46001,1792,'_right_tab_2_items_list_repeater','field_56b3fab14556d'),(46002,1792,'right_tab_3_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(46003,1792,'_right_tab_3_wysiwyg_editor','field_56b3fab14554e'),(46004,1792,'right_tab_4_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(46005,1792,'_right_tab_4_items_list_repeater_0_title','field_56b3fab14556e'),(46006,1792,'right_tab_4_items_list_repeater_0_description','London, 29 June 2016'),(46007,1792,'_right_tab_4_items_list_repeater_0_description','field_56b3fab14556f'),(46008,1792,'right_tab_4_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(46009,1792,'_right_tab_4_items_list_repeater_1_title','field_56b3fab14556e'),(46010,1792,'right_tab_4_items_list_repeater_1_description','London, 29 June 2016'),(46011,1792,'_right_tab_4_items_list_repeater_1_description','field_56b3fab14556f'),(46012,1792,'right_tab_4_items_list_repeater_2_title','Private Equity Buying into CEE'),(46013,1792,'_right_tab_4_items_list_repeater_2_title','field_56b3fab14556e'),(46014,1792,'right_tab_4_items_list_repeater_2_description','Prague, 16 March 2016'),(46015,1792,'_right_tab_4_items_list_repeater_2_description','field_56b3fab14556f'),(46016,1792,'right_tab_4_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(46017,1792,'_right_tab_4_items_list_repeater_3_title','field_56b3fab14556e'),(46018,1792,'right_tab_4_items_list_repeater_3_description','London, 9-10 March 2016'),(46019,1792,'_right_tab_4_items_list_repeater_3_description','field_56b3fab14556f'),(46020,1792,'right_tab_4_items_list_repeater','4'),(46021,1792,'_right_tab_4_items_list_repeater','field_56b3fab14556d'),(46022,1792,'right_tab_5_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(46023,1792,'_right_tab_5_wysiwyg_editor','field_56b3fab14554e'),(46024,1792,'right_tab_6_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(46025,1792,'_right_tab_6_items_list_repeater_0_title','field_56b3fab14556e'),(46026,1792,'right_tab_6_items_list_repeater_0_description','Frankfurt, October, 2015'),(46027,1792,'_right_tab_6_items_list_repeater_0_description','field_56b3fab14556f'),(46028,1792,'right_tab_6_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(46029,1792,'_right_tab_6_items_list_repeater_1_title','field_56b3fab14556e'),(46030,1792,'right_tab_6_items_list_repeater_1_description','Milan, October, 2015'),(46031,1792,'_right_tab_6_items_list_repeater_1_description','field_56b3fab14556f'),(46032,1792,'right_tab_6_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(46033,1792,'_right_tab_6_items_list_repeater_2_title','field_56b3fab14556e'),(46034,1792,'right_tab_6_items_list_repeater_2_description','London, September, 2015'),(46035,1792,'_right_tab_6_items_list_repeater_2_description','field_56b3fab14556f'),(46036,1792,'right_tab_6_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(46037,1792,'_right_tab_6_items_list_repeater_3_title','field_56b3fab14556e'),(46038,1792,'right_tab_6_items_list_repeater_3_description','Stockholm June, 2015'),(46039,1792,'_right_tab_6_items_list_repeater_3_description','field_56b3fab14556f'),(46040,1792,'right_tab_6_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(46041,1792,'_right_tab_6_items_list_repeater_4_title','field_56b3fab14556e'),(46042,1792,'right_tab_6_items_list_repeater_4_description','Madrid, May, 2015'),(46043,1792,'_right_tab_6_items_list_repeater_4_description','field_56b3fab14556f'),(46044,1792,'right_tab_6_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(46045,1792,'_right_tab_6_items_list_repeater_5_title','field_56b3fab14556e'),(46046,1792,'right_tab_6_items_list_repeater_5_description','Bucharest, April, 2015'),(46047,1792,'_right_tab_6_items_list_repeater_5_description','field_56b3fab14556f'),(46048,1792,'right_tab_6_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(46049,1792,'_right_tab_6_items_list_repeater_6_title','field_56b3fab14556e'),(46050,1792,'right_tab_6_items_list_repeater_6_description','London, January, 2015'),(46051,1792,'_right_tab_6_items_list_repeater_6_description','field_56b3fab14556f'),(46052,1792,'right_tab_6_items_list_repeater','7'),(46053,1792,'_right_tab_6_items_list_repeater','field_56b3fab14556d'),(46054,1792,'right_tab_7_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(46055,1792,'_right_tab_7_wysiwyg_editor','field_56b3fab14554e'),(46056,1792,'right_tab_8_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(46057,1792,'_right_tab_8_items_list_repeater_0_title','field_56b3fab14556e'),(46058,1792,'right_tab_8_items_list_repeater_0_description','Paris, April 2014'),(46059,1792,'_right_tab_8_items_list_repeater_0_description','field_56b3fab14556f'),(46060,1792,'right_tab_8_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(46061,1792,'_right_tab_8_items_list_repeater_1_title','field_56b3fab14556e'),(46062,1792,'right_tab_8_items_list_repeater_1_description','Bucharest, Jun 2014'),(46063,1792,'_right_tab_8_items_list_repeater_1_description','field_56b3fab14556f'),(46064,1792,'right_tab_8_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(46065,1792,'_right_tab_8_items_list_repeater_2_title','field_56b3fab14556e'),(46066,1792,'right_tab_8_items_list_repeater_2_description','Vienna, December 2014'),(46067,1792,'_right_tab_8_items_list_repeater_2_description','field_56b3fab14556f'),(46068,1792,'right_tab_8_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(46069,1792,'_right_tab_8_items_list_repeater_3_title','field_56b3fab14556e'),(46070,1792,'right_tab_8_items_list_repeater_3_description','London, October 2014'),(46071,1792,'_right_tab_8_items_list_repeater_3_description','field_56b3fab14556f'),(46072,1792,'right_tab_8_items_list_repeater','4'),(46073,1792,'_right_tab_8_items_list_repeater','field_56b3fab14556d'),(46074,1792,'right_tab_8_spacer','1'),(46075,1792,'_right_tab_8_spacer','field_56b3fab145570'),(46076,1792,'right_tab_9_contact_icon','icon-mail'),(46077,1792,'_right_tab_9_contact_icon','field_56b3fde2ce060'),(46078,1792,'right_tab_9_contact_title','Previous conferences available upon request.'),(46079,1792,'_right_tab_9_contact_title','field_56b4001eb0921'),(46080,1792,'right_tab_9_contact_values_0_contact_value_left','E-mail:'),(46081,1792,'_right_tab_9_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(46082,1792,'right_tab_9_contact_values_0_contact_value_right','info@innovationbrain.com'),(46083,1792,'_right_tab_9_contact_values_0_contact_value_right','field_56b3fefe543df'),(46084,1792,'right_tab_9_contact_values_0_link_type','mailto:'),(46085,1792,'_right_tab_9_contact_values_0_link_type','field_56b3fed6543dd'),(46086,1792,'right_tab_9_contact_values_0_link','info@innovationbrain.com'),(46087,1792,'_right_tab_9_contact_values_0_link','field_56b3fef2543de'),(46088,1792,'right_tab_9_contact_values','1'),(46089,1792,'_right_tab_9_contact_values','field_56b3fde2ce062'),(46090,1792,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(46091,1792,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(46092,1792,'right_tab_1_items_list_repeater_1_title','Capital Connection'),(46093,1792,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(46094,1792,'right_tab_1_items_list_repeater_1_description','London, 6 December 2017'),(46095,1792,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(46096,1792,'third_tab_0_items_list_repeater',''),(46097,1792,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(46098,1792,'third_tab_1_contact_icon','icon-mail'),(46099,1792,'_third_tab_1_contact_icon','field_58568c5a91b24'),(46100,1792,'third_tab_1_contact_title','Previous conferences available upon request.'),(46101,1792,'_third_tab_1_contact_title','field_58568c7791b25'),(46102,1792,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(46103,1792,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(46104,1792,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(46105,1792,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(46106,1792,'third_tab_1_contact_values_0_link_type','mailto:'),(46107,1792,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(46108,1792,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(46109,1792,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(46110,1792,'third_tab_1_contact_values','1'),(46111,1792,'_third_tab_1_contact_values','field_58568c1091b1d'),(46112,1792,'third_tab_1_items_list_repeater_1_title','TMA Europe East European Conference'),(46113,1792,'_third_tab_1_items_list_repeater_1_title','field_57f54ec49b79f'),(46114,1792,'third_tab_1_items_list_repeater_1_description','Bucharest, Romania, 21 February 2018'),(46115,1792,'_third_tab_1_items_list_repeater_1_description','field_57f54ec49b7a0'),(46116,1793,'builder','a:0:{}'),(46117,1793,'_builder','field_56b276ce702ac'),(46118,1793,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(46119,1793,'_left_tab','field_56b36c6deeda0'),(46120,1793,'add_second_tab','1'),(46121,1793,'_add_second_tab','field_56b36ca9eeda2'),(46122,1793,'right_tab','a:9:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";i:6;s:9:\"bio_block\";i:7;s:9:\"bio_block\";i:8;s:9:\"bio_block\";}'),(46123,1793,'_right_tab','field_56b3fab04554d'),(46124,1793,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(46125,1793,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(46126,1793,'left_tab_0_spacer','1'),(46127,1793,'_left_tab_0_spacer','field_56b371c577c8c'),(46128,1793,'left_tab_1_circle1','icon-grid'),(46129,1793,'_left_tab_1_circle1','field_56b3dc86da039'),(46130,1793,'left_tab_1_circle2','icon-turnaround'),(46131,1793,'_left_tab_1_circle2','field_56b3dc86da03a'),(46132,1793,'left_tab_1_circle3','icon-masonery'),(46133,1793,'_left_tab_1_circle3','field_56b3dc86da03b'),(46134,1793,'left_tab_1_circle1_label','Restructuring'),(46135,1793,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(46136,1793,'left_tab_1_circle2_label','Turnaround'),(46137,1793,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(46138,1793,'left_tab_1_circle3_label','Innovation'),(46139,1793,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(46140,1793,'left_tab_1_spacer','1'),(46141,1793,'_left_tab_1_spacer','field_56b3dc86da042'),(46142,1793,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(46143,1793,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(46144,1793,'left_tab_2_spacer','1'),(46145,1793,'_left_tab_2_spacer','field_56b371c577c8c'),(46146,1793,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(46147,1793,'_left_tab_3_image','field_56b373f3b6e44'),(46148,1793,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(46149,1793,'_left_tab_3_title','field_56b373afb6e42'),(46150,1793,'left_tab_3_button_label','Download PDF (312 kb)'),(46151,1793,'_left_tab_3_button_label','field_56b373ceb6e43'),(46152,1793,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(46153,1793,'_left_tab_3_button_link','field_56b374ff0ad17'),(46154,1793,'left_tab_name','Company'),(46155,1793,'_left_tab_name','field_56b3976017dce'),(46156,1793,'right_tab_name','People'),(46157,1793,'_right_tab_name','field_56b3978117dcf'),(46158,1793,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(46159,1793,'_right_tab_0_image','field_56b3fab145571'),(46160,1793,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(46161,1793,'_right_tab_0_content','field_56b3fab145572'),(46162,1793,'right_tab_0_button_label','Download VCard'),(46163,1793,'_right_tab_0_button_label','field_56b3fab145573'),(46164,1793,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(46165,1793,'_right_tab_0_button_link','field_56b3fab145574'),(46166,1793,'right_tab_0_spacer','1'),(46167,1793,'_right_tab_0_spacer','field_56b3fab145575'),(46168,1793,'right_tab_1_contact_title','Please feel free to contact me:'),(46169,1793,'_right_tab_1_contact_title','field_56b4001eb0921'),(46170,1793,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(46171,1793,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(46172,1793,'right_tab_1_contact_values_0_contact_value_right',''),(46173,1793,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(46174,1793,'right_tab_1_contact_values_0_link',''),(46175,1793,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(46176,1793,'right_tab_1_contact_values_0_link_type',''),(46177,1793,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(46178,1793,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(46179,1793,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(46180,1793,'right_tab_1_contact_values_1_contact_value_right',''),(46181,1793,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(46182,1793,'right_tab_1_contact_values_1_link',''),(46183,1793,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(46184,1793,'right_tab_1_contact_values_1_link_type',''),(46185,1793,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(46186,1793,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(46187,1793,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(46188,1793,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(46189,1793,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(46190,1793,'right_tab_1_contact_values_2_link','+41793107090'),(46191,1793,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(46192,1793,'right_tab_1_contact_values_2_link_type','tel:'),(46193,1793,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(46194,1793,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(46195,1793,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(46196,1793,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(46197,1793,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(46198,1793,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(46199,1793,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(46200,1793,'right_tab_1_contact_values_3_link_type','mailto:'),(46201,1793,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(46202,1793,'right_tab_1_contact_icon','icon-mail'),(46203,1793,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(46204,1793,'right_tab_1_contact_values','4'),(46205,1793,'_right_tab_1_contact_values','field_56b3fde2ce062'),(46206,1793,'add_third_tab','0'),(46207,1793,'_add_third_tab','field_57f54e889b77c'),(46208,1793,'third_tab_name',''),(46209,1793,'_third_tab_name','field_57f54ea19b77d'),(46210,1793,'third_tab',''),(46211,1793,'_third_tab','field_57f54ec39b77e'),(46212,1793,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(46213,1793,'_right_tab_2_image','field_56b3fab145571'),(46214,1793,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(46215,1793,'_right_tab_2_content','field_56b3fab145572'),(46216,1793,'right_tab_2_button_label','Download VCard'),(46217,1793,'_right_tab_2_button_label','field_56b3fab145573'),(46218,1793,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(46219,1793,'_right_tab_2_button_link','field_56b3fab145574'),(46220,1793,'right_tab_2_spacer','1'),(46221,1793,'_right_tab_2_spacer','field_56b3fab145575'),(46222,1793,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(46223,1793,'_right_tab_1_image','field_56b3fab145571'),(46224,1793,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(46225,1793,'_right_tab_1_content','field_56b3fab145572'),(46226,1793,'right_tab_1_button_label','Download VCard'),(46227,1793,'_right_tab_1_button_label','field_56b3fab145573'),(46228,1793,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(46229,1793,'_right_tab_1_button_link','field_56b3fab145574'),(46230,1793,'right_tab_1_spacer','1'),(46231,1793,'_right_tab_1_spacer','field_56b3fab145575'),(46232,1793,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(46233,1793,'_right_tab_3_image','field_56b3fab145571'),(46234,1793,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(46235,1793,'_right_tab_3_content','field_56b3fab145572'),(46236,1793,'right_tab_3_button_label','Download VCard'),(46237,1793,'_right_tab_3_button_label','field_56b3fab145573'),(46238,1793,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(46239,1793,'_right_tab_3_button_link','field_56b3fab145574'),(46240,1793,'right_tab_3_spacer','1'),(46241,1793,'_right_tab_3_spacer','field_56b3fab145575'),(46242,1793,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(46243,1793,'_right_tab_4_image','field_56b3fab145571'),(46244,1793,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(46245,1793,'_right_tab_4_content','field_56b3fab145572'),(46246,1793,'right_tab_4_button_label','Download VCard'),(46247,1793,'_right_tab_4_button_label','field_56b3fab145573'),(46248,1793,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(46249,1793,'_right_tab_4_button_link','field_56b3fab145574'),(46250,1793,'right_tab_4_spacer','1'),(46251,1793,'_right_tab_4_spacer','field_56b3fab145575'),(46252,1793,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Lidija.jpg'),(46253,1793,'_right_tab_5_image','field_56b3fab145571'),(46254,1793,'right_tab_5_content','Lidija Abramovic\r\n<span style=\"color: #00ccff;\">Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nLidija is the Lawyer at Innovation Brain. Lidija was previously a tax consultant providing legal advice and compliance in local and international regulations, as well as personal income tax and immigration services at Deloitte doo in Serbia. Lidija has also worked in various government roles, such as in litigation in the First Basic Court in Belgrade, Public Notary and Ministry of Labour, Employment, Veteran and Social Policy of the Republic of Serbia.\r\n\r\nLidija has a Masters in International Law and has passed the Bar Exam.\r\n\r\n '),(46255,1793,'_right_tab_5_content','field_56b3fab145572'),(46256,1793,'right_tab_5_button_label','Download VCard'),(46257,1793,'_right_tab_5_button_label','field_56b3fab145573'),(46258,1793,'right_tab_5_button_link','http://innovationbrain.com/DLfiles/.Lidija_Abramovic.vcf'),(46259,1793,'_right_tab_5_button_link','field_56b3fab145574'),(46260,1793,'right_tab_5_spacer','1'),(46261,1793,'_right_tab_5_spacer','field_56b3fab145575'),(46262,1793,'right_tab_6_image','http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg'),(46263,1793,'_right_tab_6_image','field_56b3fab145571'),(46264,1793,'right_tab_6_content','Gordana Knežević\r\n<span style=\"color: #00ccff;\">Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nGordana is the Lawyer at Innovation Brain. During the course of her carrier, she has worked in two corporate law firms for more than a year dealing with Corporate law, dispute resolution (litigation), law on properties. Experience in cooperation with state authorities.\r\n\r\nGordana has a Masters Degree at the Faculty of Law, Belgrade.'),(46265,1793,'_right_tab_6_content','field_56b3fab145572'),(46266,1793,'right_tab_6_button_label','Download VCard'),(46267,1793,'_right_tab_6_button_label','field_56b3fab145573'),(46268,1793,'right_tab_6_button_link','http://innovationbrain.com/DLfiles/.Gordana_Knezevic.vcf'),(46269,1793,'_right_tab_6_button_link','field_56b3fab145574'),(46270,1793,'right_tab_6_spacer','1'),(46271,1793,'_right_tab_6_spacer','field_56b3fab145575'),(46272,1793,'right_tab_7_image','http://innovationbrain.com/wp-content/uploads/Mandy.jpg'),(46273,1793,'_right_tab_7_image','field_56b3fab145571'),(46274,1793,'right_tab_7_content','Mandy Caruana\r\n<span style=\"color: #00ccff;\">Head of Marketing</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nMandy is the Head of Marketing at Innovation Brain. She is a seasoned communications and marketing professional within the Association Industry. Mandy has held Head of department roles at the Turnaround Management Association, Association of MBAs and the Sainsbury Centre for Mental Health.'),(46275,1793,'_right_tab_7_content','field_56b3fab145572'),(46276,1793,'right_tab_7_button_label','Download VCard'),(46277,1793,'_right_tab_7_button_label','field_56b3fab145573'),(46278,1793,'right_tab_7_button_link','http://innovationbrain.com/DLfiles/.Mandy_Caruana.vcf'),(46279,1793,'_right_tab_7_button_link','field_56b3fab145574'),(46280,1793,'right_tab_7_spacer','1'),(46281,1793,'_right_tab_7_spacer','field_56b3fab145575'),(46282,1793,'right_tab_8_image','http://innovationbrain.com/wp-content/uploads/CV-Raluca-E.jpg'),(46283,1793,'_right_tab_8_image','field_56b3fab145571'),(46284,1793,'right_tab_8_content','Ralu Fadur\r\n<span style=\"color: #00ccff;\">Head of Back Office</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Cyprus</span>\r\n\r\nRalu is the Head of Back Office and HR Manager at Innovation Brain. She is a dedicated office management professional with experience handling a wide range of administrative, corporate, technical and executive support tasks. Computer proficiency and skilled relationship builder with the proven ability to work with different personality styles. She excels at resolving employer challenges with innovative solutions, systems and process improvements that increase efficiency, customer satisfaction and the bottom line.'),(46285,1793,'_right_tab_8_content','field_56b3fab145572'),(46286,1793,'right_tab_8_button_label','Download VCard'),(46287,1793,'_right_tab_8_button_label','field_56b3fab145573'),(46288,1793,'right_tab_8_button_link','http://innovationbrain.com/DLfiles/.Ralu_E.Fadur.vcf'),(46289,1793,'_right_tab_8_button_link','field_56b3fab145574'),(46290,1793,'right_tab_8_spacer','1'),(46291,1793,'_right_tab_8_spacer','field_56b3fab145575'),(46292,1794,'cases_repeater_0_cases_title','- Largest Greek Bank'),(46293,1794,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(46294,1794,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(46295,1794,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(46296,1794,'cases_repeater_0_icon','icon-bullseye-small'),(46297,1794,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(46298,1794,'cases_repeater_0_cases_icon_title','Financial services'),(46299,1794,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(46300,1794,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(46301,1794,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(46302,1794,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(46303,1794,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(46304,1794,'cases_repeater_1_icon','icon-progress-small'),(46305,1794,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(46306,1794,'cases_repeater_1_cases_icon_title','Commodities'),(46307,1794,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(46308,1794,'cases_repeater','3'),(46309,1794,'_cases_repeater','field_56b25d0cd2fed'),(46310,1794,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(46311,1794,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(46312,1794,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(46313,1794,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(46314,1794,'cases_repeater_2_icon','icon-pill-small'),(46315,1794,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(46316,1794,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(46317,1794,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(46318,1794,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(46319,1794,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(46320,1794,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(46321,1794,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(46322,1794,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(46323,1794,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(46324,1794,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(46325,1794,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(46326,1794,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(46327,1794,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(46328,1794,'conferences_repeater_2_conference_place_and_date','September, 2015'),(46329,1794,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(46330,1794,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(46331,1794,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(46332,1794,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(46333,1794,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(46334,1794,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(46335,1794,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(46336,1794,'conferences_repeater_4_conference_place_and_date','May, 2015'),(46337,1794,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(46338,1794,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(46339,1794,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(46340,1794,'conferences_repeater_5_conference_place_and_date','April, 2015'),(46341,1794,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(46342,1794,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(46343,1794,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(46344,1794,'conferences_repeater_6_conference_place_and_date','January, 2015'),(46345,1794,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(46346,1794,'conferences_repeater','7'),(46347,1794,'_conferences_repeater','field_56b28bd340c44'),(46348,1794,'conferences_contact','Previous conferences available upon request'),(46349,1794,'_conferences_contact','field_56b3451c304a4'),(46350,1794,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(46351,1794,'_conferences_contact_mail','field_56b3453c304a5'),(46352,1794,'conferences_icon','icon-mail'),(46353,1794,'_conferences_icon','field_56b347cd8f381'),(46354,1794,'conferences_contact_text','Previous conferences available upon request'),(46355,1794,'_conferences_contact_text','field_56b3451c304a4'),(46356,1794,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(46357,1794,'_left_tab','field_56b36c6deeda0'),(46358,1794,'add_second_tab','1'),(46359,1794,'_add_second_tab','field_56b36ca9eeda2'),(46360,1794,'right_tab','a:10:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:16:\"items_list_block\";i:2;s:16:\"items_list_block\";i:3;s:20:\"wysiwyg_editor_block\";i:4;s:16:\"items_list_block\";i:5;s:20:\"wysiwyg_editor_block\";i:6;s:16:\"items_list_block\";i:7;s:20:\"wysiwyg_editor_block\";i:8;s:16:\"items_list_block\";i:9;s:13:\"contact_block\";}'),(46361,1794,'_right_tab','field_56b3fab04554d'),(46362,1794,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(46363,1794,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(46364,1794,'left_tab_0_spacer','0'),(46365,1794,'_left_tab_0_spacer','field_56b371c577c8c'),(46366,1794,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(46367,1794,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(46368,1794,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(46369,1794,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(46370,1794,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(46371,1794,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(46372,1794,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(46373,1794,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(46374,1794,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(46375,1794,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(46376,1794,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(46377,1794,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(46378,1794,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(46379,1794,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(46380,1794,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(46381,1794,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(46382,1794,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(46383,1794,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(46384,1794,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(46385,1794,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(46386,1794,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(46387,1794,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(46388,1794,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(46389,1794,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(46390,1794,'left_tab_1_cases_repeater','3'),(46391,1794,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(46392,1794,'left_tab_1_spacer','0'),(46393,1794,'_left_tab_1_spacer','field_56b3f001dbf09'),(46394,1794,'left_tab_name','Successful Transactions'),(46395,1794,'_left_tab_name','field_56b3976017dce'),(46396,1794,'right_tab_name','Case studies'),(46397,1794,'_right_tab_name','field_56b3978117dcf'),(46398,1794,'right_tab_0_wysiwyg_editor','<h3>Conferences in 2017</h3>'),(46399,1794,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(46400,1794,'right_tab_0_spacer','1'),(46401,1794,'_right_tab_0_spacer','field_56b3fab14554f'),(46402,1794,'right_tab_1_items_list_repeater_0_title','Resolving NPLs in SEE'),(46403,1794,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(46404,1794,'right_tab_1_items_list_repeater_0_description','Belgrade, 20 October 2017'),(46405,1794,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(46406,1794,'right_tab_1_items_list_repeater','2'),(46407,1794,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(46408,1794,'right_tab_1_spacer','1'),(46409,1794,'_right_tab_1_spacer','field_56b3fab145570'),(46410,1794,'right_tab_2_contact_icon','icon-mail'),(46411,1794,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(46412,1794,'right_tab_2_contact_title','Previous conferences available upon request.'),(46413,1794,'_right_tab_2_contact_title','field_56b4001eb0921'),(46414,1794,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(46415,1794,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(46416,1794,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(46417,1794,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(46418,1794,'right_tab_2_contact_values_0_link_type','mailto:'),(46419,1794,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(46420,1794,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(46421,1794,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(46422,1794,'right_tab_2_contact_values','1'),(46423,1794,'_right_tab_2_contact_values','field_56b3fde2ce062'),(46424,1794,'add_third_tab','1'),(46425,1794,'_add_third_tab','field_57f54e889b77c'),(46426,1794,'third_tab_name','IB Blog'),(46427,1794,'_third_tab_name','field_57f54ea19b77d'),(46428,1794,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(46429,1794,'_third_tab','field_57f54ec39b77e'),(46430,1794,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(46431,1794,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(46432,1794,'right_tab_2_spacer','1'),(46433,1794,'_right_tab_2_spacer','field_56b3fab145570'),(46434,1794,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(46435,1794,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(46436,1794,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(46437,1794,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(46438,1794,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(46439,1794,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(46440,1794,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(46441,1794,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(46442,1794,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(46443,1794,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(46444,1794,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(46445,1794,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(46446,1794,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(46447,1794,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(46448,1794,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(46449,1794,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(46450,1794,'right_tab_3_items_list_repeater','4'),(46451,1794,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(46452,1794,'right_tab_3_spacer','1'),(46453,1794,'_right_tab_3_spacer','field_56b3fab14554f'),(46454,1794,'right_tab_4_contact_icon','icon-mail'),(46455,1794,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(46456,1794,'right_tab_4_contact_title','Previous conferences available upon request.'),(46457,1794,'_right_tab_4_contact_title','field_56b4001eb0921'),(46458,1794,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(46459,1794,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(46460,1794,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(46461,1794,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(46462,1794,'right_tab_4_contact_values_0_link_type','mailto:'),(46463,1794,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(46464,1794,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(46465,1794,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(46466,1794,'right_tab_4_contact_values','1'),(46467,1794,'_right_tab_4_contact_values','field_56b3fde2ce062'),(46468,1794,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(46469,1794,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(46470,1794,'right_tab_4_spacer','0'),(46471,1794,'_right_tab_4_spacer','field_56b3fab145570'),(46472,1794,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(46473,1794,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(46474,1794,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(46475,1794,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(46476,1794,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(46477,1794,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(46478,1794,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(46479,1794,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(46480,1794,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(46481,1794,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(46482,1794,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(46483,1794,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(46484,1794,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(46485,1794,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(46486,1794,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(46487,1794,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(46488,1794,'right_tab_5_items_list_repeater','7'),(46489,1794,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(46490,1794,'right_tab_5_spacer','1'),(46491,1794,'_right_tab_5_spacer','field_56b3fab14554f'),(46492,1794,'right_tab_6_contact_icon','icon-mail'),(46493,1794,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(46494,1794,'right_tab_6_contact_title','Previous conferences available upon request.'),(46495,1794,'_right_tab_6_contact_title','field_56b4001eb0921'),(46496,1794,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(46497,1794,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(46498,1794,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(46499,1794,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(46500,1794,'right_tab_6_contact_values_0_link_type','mailto:'),(46501,1794,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(46502,1794,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(46503,1794,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(46504,1794,'right_tab_6_contact_values','1'),(46505,1794,'_right_tab_6_contact_values','field_56b3fde2ce062'),(46506,1794,'third_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(46507,1794,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(46508,1794,'third_tab_0_spacer','1'),(46509,1794,'_third_tab_0_spacer','field_57f54ec49b780'),(46510,1794,'third_tab_2_contact_icon','icon-mail'),(46511,1794,'_third_tab_2_contact_icon','field_58568c5a91b24'),(46512,1794,'third_tab_2_contact_title','Previous conferences available upon request.'),(46513,1794,'_third_tab_2_contact_title','field_58568c7791b25'),(46514,1794,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(46515,1794,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(46516,1794,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(46517,1794,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(46518,1794,'third_tab_2_contact_values_0_link_type','mailto:'),(46519,1794,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(46520,1794,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(46521,1794,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(46522,1794,'third_tab_2_contact_values','1'),(46523,1794,'_third_tab_2_contact_values','field_58568c1091b1d'),(46524,1794,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(46525,1794,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(46526,1794,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(46527,1794,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(46528,1794,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(46529,1794,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(46530,1794,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(46531,1794,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(46532,1794,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(46533,1794,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(46534,1794,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(46535,1794,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(46536,1794,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(46537,1794,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(46538,1794,'right_tab_6_spacer','0'),(46539,1794,'_right_tab_6_spacer','field_56b3fab145570'),(46540,1794,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(46541,1794,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(46542,1794,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(46543,1794,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(46544,1794,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(46545,1794,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(46546,1794,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(46547,1794,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(46548,1794,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(46549,1794,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(46550,1794,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(46551,1794,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(46552,1794,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(46553,1794,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(46554,1794,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(46555,1794,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(46556,1794,'right_tab_7_items_list_repeater','4'),(46557,1794,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(46558,1794,'right_tab_7_spacer','1'),(46559,1794,'_right_tab_7_spacer','field_56b3fab14554f'),(46560,1794,'right_tab_8_contact_icon','icon-mail'),(46561,1794,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(46562,1794,'right_tab_8_contact_title','Previous conferences available upon request.'),(46563,1794,'_right_tab_8_contact_title','field_56b4001eb0921'),(46564,1794,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(46565,1794,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(46566,1794,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(46567,1794,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(46568,1794,'right_tab_8_contact_values_0_link_type','mailto:'),(46569,1794,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(46570,1794,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(46571,1794,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(46572,1794,'right_tab_8_contact_values','1'),(46573,1794,'_right_tab_8_contact_values','field_56b3fde2ce062'),(46574,1794,'right_tab_2_items_list_repeater_0_title','European Investment Summit'),(46575,1794,'_right_tab_2_items_list_repeater_0_title','field_56b3fab14556e'),(46576,1794,'right_tab_2_items_list_repeater_0_description','Miami, 8-9 March 2017'),(46577,1794,'_right_tab_2_items_list_repeater_0_description','field_56b3fab14556f'),(46578,1794,'right_tab_2_items_list_repeater_1_title','European Investment Summit'),(46579,1794,'_right_tab_2_items_list_repeater_1_title','field_56b3fab14556e'),(46580,1794,'right_tab_2_items_list_repeater_1_description','Athens, 11-12 October 2017'),(46581,1794,'_right_tab_2_items_list_repeater_1_description','field_56b3fab14556f'),(46582,1794,'right_tab_2_items_list_repeater','2'),(46583,1794,'_right_tab_2_items_list_repeater','field_56b3fab14556d'),(46584,1794,'right_tab_3_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(46585,1794,'_right_tab_3_wysiwyg_editor','field_56b3fab14554e'),(46586,1794,'right_tab_4_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(46587,1794,'_right_tab_4_items_list_repeater_0_title','field_56b3fab14556e'),(46588,1794,'right_tab_4_items_list_repeater_0_description','London, 29 June 2016'),(46589,1794,'_right_tab_4_items_list_repeater_0_description','field_56b3fab14556f'),(46590,1794,'right_tab_4_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(46591,1794,'_right_tab_4_items_list_repeater_1_title','field_56b3fab14556e'),(46592,1794,'right_tab_4_items_list_repeater_1_description','London, 29 June 2016'),(46593,1794,'_right_tab_4_items_list_repeater_1_description','field_56b3fab14556f'),(46594,1794,'right_tab_4_items_list_repeater_2_title','Private Equity Buying into CEE'),(46595,1794,'_right_tab_4_items_list_repeater_2_title','field_56b3fab14556e'),(46596,1794,'right_tab_4_items_list_repeater_2_description','Prague, 16 March 2016'),(46597,1794,'_right_tab_4_items_list_repeater_2_description','field_56b3fab14556f'),(46598,1794,'right_tab_4_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(46599,1794,'_right_tab_4_items_list_repeater_3_title','field_56b3fab14556e'),(46600,1794,'right_tab_4_items_list_repeater_3_description','London, 9-10 March 2016'),(46601,1794,'_right_tab_4_items_list_repeater_3_description','field_56b3fab14556f'),(46602,1794,'right_tab_4_items_list_repeater','4'),(46603,1794,'_right_tab_4_items_list_repeater','field_56b3fab14556d'),(46604,1794,'right_tab_5_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(46605,1794,'_right_tab_5_wysiwyg_editor','field_56b3fab14554e'),(46606,1794,'right_tab_6_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(46607,1794,'_right_tab_6_items_list_repeater_0_title','field_56b3fab14556e'),(46608,1794,'right_tab_6_items_list_repeater_0_description','Frankfurt, October, 2015'),(46609,1794,'_right_tab_6_items_list_repeater_0_description','field_56b3fab14556f'),(46610,1794,'right_tab_6_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(46611,1794,'_right_tab_6_items_list_repeater_1_title','field_56b3fab14556e'),(46612,1794,'right_tab_6_items_list_repeater_1_description','Milan, October, 2015'),(46613,1794,'_right_tab_6_items_list_repeater_1_description','field_56b3fab14556f'),(46614,1794,'right_tab_6_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(46615,1794,'_right_tab_6_items_list_repeater_2_title','field_56b3fab14556e'),(46616,1794,'right_tab_6_items_list_repeater_2_description','London, September, 2015'),(46617,1794,'_right_tab_6_items_list_repeater_2_description','field_56b3fab14556f'),(46618,1794,'right_tab_6_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(46619,1794,'_right_tab_6_items_list_repeater_3_title','field_56b3fab14556e'),(46620,1794,'right_tab_6_items_list_repeater_3_description','Stockholm June, 2015'),(46621,1794,'_right_tab_6_items_list_repeater_3_description','field_56b3fab14556f'),(46622,1794,'right_tab_6_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(46623,1794,'_right_tab_6_items_list_repeater_4_title','field_56b3fab14556e'),(46624,1794,'right_tab_6_items_list_repeater_4_description','Madrid, May, 2015'),(46625,1794,'_right_tab_6_items_list_repeater_4_description','field_56b3fab14556f'),(46626,1794,'right_tab_6_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(46627,1794,'_right_tab_6_items_list_repeater_5_title','field_56b3fab14556e'),(46628,1794,'right_tab_6_items_list_repeater_5_description','Bucharest, April, 2015'),(46629,1794,'_right_tab_6_items_list_repeater_5_description','field_56b3fab14556f'),(46630,1794,'right_tab_6_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(46631,1794,'_right_tab_6_items_list_repeater_6_title','field_56b3fab14556e'),(46632,1794,'right_tab_6_items_list_repeater_6_description','London, January, 2015'),(46633,1794,'_right_tab_6_items_list_repeater_6_description','field_56b3fab14556f'),(46634,1794,'right_tab_6_items_list_repeater','7'),(46635,1794,'_right_tab_6_items_list_repeater','field_56b3fab14556d'),(46636,1794,'right_tab_7_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(46637,1794,'_right_tab_7_wysiwyg_editor','field_56b3fab14554e'),(46638,1794,'right_tab_8_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(46639,1794,'_right_tab_8_items_list_repeater_0_title','field_56b3fab14556e'),(46640,1794,'right_tab_8_items_list_repeater_0_description','Paris, April 2014'),(46641,1794,'_right_tab_8_items_list_repeater_0_description','field_56b3fab14556f'),(46642,1794,'right_tab_8_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(46643,1794,'_right_tab_8_items_list_repeater_1_title','field_56b3fab14556e'),(46644,1794,'right_tab_8_items_list_repeater_1_description','Bucharest, Jun 2014'),(46645,1794,'_right_tab_8_items_list_repeater_1_description','field_56b3fab14556f'),(46646,1794,'right_tab_8_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(46647,1794,'_right_tab_8_items_list_repeater_2_title','field_56b3fab14556e'),(46648,1794,'right_tab_8_items_list_repeater_2_description','Vienna, December 2014'),(46649,1794,'_right_tab_8_items_list_repeater_2_description','field_56b3fab14556f'),(46650,1794,'right_tab_8_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(46651,1794,'_right_tab_8_items_list_repeater_3_title','field_56b3fab14556e'),(46652,1794,'right_tab_8_items_list_repeater_3_description','London, October 2014'),(46653,1794,'_right_tab_8_items_list_repeater_3_description','field_56b3fab14556f'),(46654,1794,'right_tab_8_items_list_repeater','4'),(46655,1794,'_right_tab_8_items_list_repeater','field_56b3fab14556d'),(46656,1794,'right_tab_8_spacer','1'),(46657,1794,'_right_tab_8_spacer','field_56b3fab145570'),(46658,1794,'right_tab_9_contact_icon','icon-mail'),(46659,1794,'_right_tab_9_contact_icon','field_56b3fde2ce060'),(46660,1794,'right_tab_9_contact_title','Previous conferences available upon request.'),(46661,1794,'_right_tab_9_contact_title','field_56b4001eb0921'),(46662,1794,'right_tab_9_contact_values_0_contact_value_left','E-mail:'),(46663,1794,'_right_tab_9_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(46664,1794,'right_tab_9_contact_values_0_contact_value_right','info@innovationbrain.com'),(46665,1794,'_right_tab_9_contact_values_0_contact_value_right','field_56b3fefe543df'),(46666,1794,'right_tab_9_contact_values_0_link_type','mailto:'),(46667,1794,'_right_tab_9_contact_values_0_link_type','field_56b3fed6543dd'),(46668,1794,'right_tab_9_contact_values_0_link','info@innovationbrain.com'),(46669,1794,'_right_tab_9_contact_values_0_link','field_56b3fef2543de'),(46670,1794,'right_tab_9_contact_values','1'),(46671,1794,'_right_tab_9_contact_values','field_56b3fde2ce062'),(46672,1794,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(46673,1794,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(46674,1794,'right_tab_1_items_list_repeater_1_title','Capital Connection'),(46675,1794,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(46676,1794,'right_tab_1_items_list_repeater_1_description','London, 6 December 2017'),(46677,1794,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(46678,1794,'third_tab_0_items_list_repeater',''),(46679,1794,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(46680,1794,'third_tab_1_contact_icon','icon-mail'),(46681,1794,'_third_tab_1_contact_icon','field_58568c5a91b24'),(46682,1794,'third_tab_1_contact_title','Previous conferences available upon request.'),(46683,1794,'_third_tab_1_contact_title','field_58568c7791b25'),(46684,1794,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(46685,1794,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(46686,1794,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(46687,1794,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(46688,1794,'third_tab_1_contact_values_0_link_type','mailto:'),(46689,1794,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(46690,1794,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(46691,1794,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(46692,1794,'third_tab_1_contact_values','1'),(46693,1794,'_third_tab_1_contact_values','field_58568c1091b1d'),(46694,1795,'cases_repeater_0_cases_title','- Largest Greek Bank'),(46695,1795,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(46696,1795,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(46697,1795,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(46698,1795,'cases_repeater_0_icon','icon-bullseye-small'),(46699,1795,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(46700,1795,'cases_repeater_0_cases_icon_title','Financial services'),(46701,1795,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(46702,1795,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(46703,1795,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(46704,1795,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(46705,1795,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(46706,1795,'cases_repeater_1_icon','icon-progress-small'),(46707,1795,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(46708,1795,'cases_repeater_1_cases_icon_title','Commodities'),(46709,1795,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(46710,1795,'cases_repeater','3'),(46711,1795,'_cases_repeater','field_56b25d0cd2fed'),(46712,1795,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(46713,1795,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(46714,1795,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(46715,1795,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(46716,1795,'cases_repeater_2_icon','icon-pill-small'),(46717,1795,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(46718,1795,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(46719,1795,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(46720,1795,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(46721,1795,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(46722,1795,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(46723,1795,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(46724,1795,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(46725,1795,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(46726,1795,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(46727,1795,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(46728,1795,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(46729,1795,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(46730,1795,'conferences_repeater_2_conference_place_and_date','September, 2015'),(46731,1795,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(46732,1795,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(46733,1795,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(46734,1795,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(46735,1795,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(46736,1795,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(46737,1795,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(46738,1795,'conferences_repeater_4_conference_place_and_date','May, 2015'),(46739,1795,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(46740,1795,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(46741,1795,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(46742,1795,'conferences_repeater_5_conference_place_and_date','April, 2015'),(46743,1795,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(46744,1795,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(46745,1795,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(46746,1795,'conferences_repeater_6_conference_place_and_date','January, 2015'),(46747,1795,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(46748,1795,'conferences_repeater','7'),(46749,1795,'_conferences_repeater','field_56b28bd340c44'),(46750,1795,'conferences_contact','Previous conferences available upon request'),(46751,1795,'_conferences_contact','field_56b3451c304a4'),(46752,1795,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(46753,1795,'_conferences_contact_mail','field_56b3453c304a5'),(46754,1795,'conferences_icon','icon-mail'),(46755,1795,'_conferences_icon','field_56b347cd8f381'),(46756,1795,'conferences_contact_text','Previous conferences available upon request'),(46757,1795,'_conferences_contact_text','field_56b3451c304a4'),(46758,1795,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(46759,1795,'_left_tab','field_56b36c6deeda0'),(46760,1795,'add_second_tab','1'),(46761,1795,'_add_second_tab','field_56b36ca9eeda2'),(46762,1795,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(46763,1795,'_right_tab','field_56b3fab04554d'),(46764,1795,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(46765,1795,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(46766,1795,'left_tab_0_spacer','0'),(46767,1795,'_left_tab_0_spacer','field_56b371c577c8c'),(46768,1795,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(46769,1795,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(46770,1795,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(46771,1795,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(46772,1795,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(46773,1795,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(46774,1795,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(46775,1795,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(46776,1795,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(46777,1795,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(46778,1795,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(46779,1795,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(46780,1795,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(46781,1795,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(46782,1795,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(46783,1795,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(46784,1795,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(46785,1795,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(46786,1795,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(46787,1795,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(46788,1795,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(46789,1795,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(46790,1795,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(46791,1795,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(46792,1795,'left_tab_1_cases_repeater','3'),(46793,1795,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(46794,1795,'left_tab_1_spacer','0'),(46795,1795,'_left_tab_1_spacer','field_56b3f001dbf09'),(46796,1795,'left_tab_name','Successful Transactions'),(46797,1795,'_left_tab_name','field_56b3976017dce'),(46798,1795,'right_tab_name','Case studies'),(46799,1795,'_right_tab_name','field_56b3978117dcf'),(46800,1795,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(46801,1795,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(46802,1795,'right_tab_0_spacer','1'),(46803,1795,'_right_tab_0_spacer','field_56b3fab14554f'),(46804,1795,'right_tab_2_contact_icon','icon-mail'),(46805,1795,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(46806,1795,'right_tab_2_contact_title','Previous conferences available upon request.'),(46807,1795,'_right_tab_2_contact_title','field_56b4001eb0921'),(46808,1795,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(46809,1795,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(46810,1795,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(46811,1795,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(46812,1795,'right_tab_2_contact_values_0_link_type','mailto:'),(46813,1795,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(46814,1795,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(46815,1795,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(46816,1795,'right_tab_2_contact_values','1'),(46817,1795,'_right_tab_2_contact_values','field_56b3fde2ce062'),(46818,1795,'add_third_tab','1'),(46819,1795,'_add_third_tab','field_57f54e889b77c'),(46820,1795,'third_tab_name','IB Blog'),(46821,1795,'_third_tab_name','field_57f54ea19b77d'),(46822,1795,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(46823,1795,'_third_tab','field_57f54ec39b77e'),(46824,1795,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(46825,1795,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(46826,1795,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(46827,1795,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(46828,1795,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(46829,1795,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(46830,1795,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(46831,1795,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(46832,1795,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(46833,1795,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(46834,1795,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(46835,1795,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(46836,1795,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(46837,1795,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(46838,1795,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(46839,1795,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(46840,1795,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(46841,1795,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(46842,1795,'right_tab_3_items_list_repeater','4'),(46843,1795,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(46844,1795,'right_tab_4_contact_icon','icon-mail'),(46845,1795,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(46846,1795,'right_tab_4_contact_title','Previous conferences available upon request.'),(46847,1795,'_right_tab_4_contact_title','field_56b4001eb0921'),(46848,1795,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(46849,1795,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(46850,1795,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(46851,1795,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(46852,1795,'right_tab_4_contact_values_0_link_type','mailto:'),(46853,1795,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(46854,1795,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(46855,1795,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(46856,1795,'right_tab_4_contact_values','1'),(46857,1795,'_right_tab_4_contact_values','field_56b3fde2ce062'),(46858,1795,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(46859,1795,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(46860,1795,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(46861,1795,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(46862,1795,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(46863,1795,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(46864,1795,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(46865,1795,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(46866,1795,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(46867,1795,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(46868,1795,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(46869,1795,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(46870,1795,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(46871,1795,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(46872,1795,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(46873,1795,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(46874,1795,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(46875,1795,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(46876,1795,'right_tab_5_items_list_repeater','7'),(46877,1795,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(46878,1795,'right_tab_6_contact_icon','icon-mail'),(46879,1795,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(46880,1795,'right_tab_6_contact_title','Previous conferences available upon request.'),(46881,1795,'_right_tab_6_contact_title','field_56b4001eb0921'),(46882,1795,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(46883,1795,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(46884,1795,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(46885,1795,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(46886,1795,'right_tab_6_contact_values_0_link_type','mailto:'),(46887,1795,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(46888,1795,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(46889,1795,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(46890,1795,'right_tab_6_contact_values','1'),(46891,1795,'_right_tab_6_contact_values','field_56b3fde2ce062'),(46892,1795,'third_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(46893,1795,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(46894,1795,'third_tab_0_spacer','1'),(46895,1795,'_third_tab_0_spacer','field_57f54ec49b780'),(46896,1795,'third_tab_2_contact_icon','icon-mail'),(46897,1795,'_third_tab_2_contact_icon','field_58568c5a91b24'),(46898,1795,'third_tab_2_contact_title','Previous conferences available upon request.'),(46899,1795,'_third_tab_2_contact_title','field_58568c7791b25'),(46900,1795,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(46901,1795,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(46902,1795,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(46903,1795,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(46904,1795,'third_tab_2_contact_values_0_link_type','mailto:'),(46905,1795,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(46906,1795,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(46907,1795,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(46908,1795,'third_tab_2_contact_values','1'),(46909,1795,'_third_tab_2_contact_values','field_58568c1091b1d'),(46910,1795,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(46911,1795,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(46912,1795,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(46913,1795,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(46914,1795,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(46915,1795,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(46916,1795,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(46917,1795,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(46918,1795,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(46919,1795,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(46920,1795,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(46921,1795,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(46922,1795,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(46923,1795,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(46924,1795,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(46925,1795,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(46926,1795,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(46927,1795,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(46928,1795,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(46929,1795,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(46930,1795,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(46931,1795,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(46932,1795,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(46933,1795,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(46934,1795,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(46935,1795,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(46936,1795,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(46937,1795,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(46938,1795,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(46939,1795,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(46940,1795,'right_tab_7_items_list_repeater','4'),(46941,1795,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(46942,1795,'right_tab_8_contact_icon','icon-mail'),(46943,1795,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(46944,1795,'right_tab_8_contact_title','Previous conferences available upon request.'),(46945,1795,'_right_tab_8_contact_title','field_56b4001eb0921'),(46946,1795,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(46947,1795,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(46948,1795,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(46949,1795,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(46950,1795,'right_tab_8_contact_values_0_link_type','mailto:'),(46951,1795,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(46952,1795,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(46953,1795,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(46954,1795,'right_tab_8_contact_values','1'),(46955,1795,'_right_tab_8_contact_values','field_56b3fde2ce062'),(46956,1795,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(46957,1795,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(46958,1795,'third_tab_0_items_list_repeater',''),(46959,1795,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(46960,1795,'third_tab_1_contact_icon','icon-mail'),(46961,1795,'_third_tab_1_contact_icon','field_58568c5a91b24'),(46962,1795,'third_tab_1_contact_title','Previous conferences available upon request.'),(46963,1795,'_third_tab_1_contact_title','field_58568c7791b25'),(46964,1795,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(46965,1795,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(46966,1795,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(46967,1795,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(46968,1795,'third_tab_1_contact_values_0_link_type','mailto:'),(46969,1795,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(46970,1795,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(46971,1795,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(46972,1795,'third_tab_1_contact_values','1'),(46973,1795,'_third_tab_1_contact_values','field_58568c1091b1d'),(46974,1797,'cases_repeater_0_cases_title','- Largest Greek Bank'),(46975,1797,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(46976,1797,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(46977,1797,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(46978,1797,'cases_repeater_0_icon','icon-bullseye-small'),(46979,1797,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(46980,1797,'cases_repeater_0_cases_icon_title','Financial services'),(46981,1797,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(46982,1797,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(46983,1797,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(46984,1797,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(46985,1797,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(46986,1797,'cases_repeater_1_icon','icon-progress-small'),(46987,1797,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(46988,1797,'cases_repeater_1_cases_icon_title','Commodities'),(46989,1797,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(46990,1797,'cases_repeater','3'),(46991,1797,'_cases_repeater','field_56b25d0cd2fed'),(46992,1797,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(46993,1797,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(46994,1797,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(46995,1797,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(46996,1797,'cases_repeater_2_icon','icon-pill-small'),(46997,1797,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(46998,1797,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(46999,1797,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(47000,1797,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(47001,1797,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(47002,1797,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(47003,1797,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(47004,1797,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(47005,1797,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(47006,1797,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(47007,1797,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(47008,1797,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(47009,1797,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(47010,1797,'conferences_repeater_2_conference_place_and_date','September, 2015'),(47011,1797,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(47012,1797,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(47013,1797,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(47014,1797,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(47015,1797,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(47016,1797,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(47017,1797,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(47018,1797,'conferences_repeater_4_conference_place_and_date','May, 2015'),(47019,1797,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(47020,1797,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(47021,1797,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(47022,1797,'conferences_repeater_5_conference_place_and_date','April, 2015'),(47023,1797,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(47024,1797,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(47025,1797,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(47026,1797,'conferences_repeater_6_conference_place_and_date','January, 2015'),(47027,1797,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(47028,1797,'conferences_repeater','7'),(47029,1797,'_conferences_repeater','field_56b28bd340c44'),(47030,1797,'conferences_contact','Previous conferences available upon request'),(47031,1797,'_conferences_contact','field_56b3451c304a4'),(47032,1797,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(47033,1797,'_conferences_contact_mail','field_56b3453c304a5'),(47034,1797,'conferences_icon','icon-mail'),(47035,1797,'_conferences_icon','field_56b347cd8f381'),(47036,1797,'conferences_contact_text','Previous conferences available upon request'),(47037,1797,'_conferences_contact_text','field_56b3451c304a4'),(47038,1797,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(47039,1797,'_left_tab','field_56b36c6deeda0'),(47040,1797,'add_second_tab','1'),(47041,1797,'_add_second_tab','field_56b36ca9eeda2'),(47042,1797,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(47043,1797,'_right_tab','field_56b3fab04554d'),(47044,1797,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(47045,1797,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(47046,1797,'left_tab_0_spacer','0'),(47047,1797,'_left_tab_0_spacer','field_56b371c577c8c'),(47048,1797,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(47049,1797,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(47050,1797,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(47051,1797,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(47052,1797,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(47053,1797,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(47054,1797,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(47055,1797,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(47056,1797,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(47057,1797,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(47058,1797,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(47059,1797,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(47060,1797,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(47061,1797,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(47062,1797,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(47063,1797,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(47064,1797,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(47065,1797,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(47066,1797,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(47067,1797,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(47068,1797,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(47069,1797,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(47070,1797,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(47071,1797,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(47072,1797,'left_tab_1_cases_repeater','3'),(47073,1797,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(47074,1797,'left_tab_1_spacer','0'),(47075,1797,'_left_tab_1_spacer','field_56b3f001dbf09'),(47076,1797,'left_tab_name','Successful Transactions'),(47077,1797,'_left_tab_name','field_56b3976017dce'),(47078,1797,'right_tab_name','Case studies'),(47079,1797,'_right_tab_name','field_56b3978117dcf'),(47080,1797,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(47081,1797,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(47082,1797,'right_tab_0_spacer','1'),(47083,1797,'_right_tab_0_spacer','field_56b3fab14554f'),(47084,1797,'right_tab_2_contact_icon','icon-mail'),(47085,1797,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(47086,1797,'right_tab_2_contact_title','Previous conferences available upon request.'),(47087,1797,'_right_tab_2_contact_title','field_56b4001eb0921'),(47088,1797,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(47089,1797,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(47090,1797,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(47091,1797,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(47092,1797,'right_tab_2_contact_values_0_link_type','mailto:'),(47093,1797,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(47094,1797,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(47095,1797,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(47096,1797,'right_tab_2_contact_values','1'),(47097,1797,'_right_tab_2_contact_values','field_56b3fde2ce062'),(47098,1797,'add_third_tab','1'),(47099,1797,'_add_third_tab','field_57f54e889b77c'),(47100,1797,'third_tab_name','IB Blog'),(47101,1797,'_third_tab_name','field_57f54ea19b77d'),(47102,1797,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(47103,1797,'_third_tab','field_57f54ec39b77e'),(47104,1797,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(47105,1797,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(47106,1797,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(47107,1797,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(47108,1797,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(47109,1797,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(47110,1797,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(47111,1797,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(47112,1797,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(47113,1797,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(47114,1797,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(47115,1797,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(47116,1797,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(47117,1797,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(47118,1797,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(47119,1797,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(47120,1797,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(47121,1797,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(47122,1797,'right_tab_3_items_list_repeater','4'),(47123,1797,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(47124,1797,'right_tab_4_contact_icon','icon-mail'),(47125,1797,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(47126,1797,'right_tab_4_contact_title','Previous conferences available upon request.'),(47127,1797,'_right_tab_4_contact_title','field_56b4001eb0921'),(47128,1797,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(47129,1797,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(47130,1797,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(47131,1797,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(47132,1797,'right_tab_4_contact_values_0_link_type','mailto:'),(47133,1797,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(47134,1797,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(47135,1797,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(47136,1797,'right_tab_4_contact_values','1'),(47137,1797,'_right_tab_4_contact_values','field_56b3fde2ce062'),(47138,1797,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(47139,1797,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(47140,1797,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(47141,1797,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(47142,1797,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(47143,1797,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(47144,1797,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(47145,1797,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(47146,1797,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(47147,1797,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(47148,1797,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(47149,1797,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(47150,1797,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(47151,1797,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(47152,1797,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(47153,1797,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(47154,1797,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(47155,1797,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(47156,1797,'right_tab_5_items_list_repeater','7'),(47157,1797,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(47158,1797,'right_tab_6_contact_icon','icon-mail'),(47159,1797,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(47160,1797,'right_tab_6_contact_title','Previous conferences available upon request.'),(47161,1797,'_right_tab_6_contact_title','field_56b4001eb0921'),(47162,1797,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(47163,1797,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(47164,1797,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(47165,1797,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(47166,1797,'right_tab_6_contact_values_0_link_type','mailto:'),(47167,1797,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(47168,1797,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(47169,1797,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(47170,1797,'right_tab_6_contact_values','1'),(47171,1797,'_right_tab_6_contact_values','field_56b3fde2ce062'),(47172,1797,'third_tab_0_wysiwyg_editor','According to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\nJoining the podcast to discuss NPLs in the SEE is Dr. Lukas Fecker, Managing Partner at Innovation Brain LLC. Lukas is a highly regarded turnaround professional who focuses on defining and implementing restructuring strategies within banking. His current engagements include clients in Cyprus, Greece, Germany and the Middle East.\r\n\r\n<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\">Listen to Lukas Fecker</a>\r\n\r\n '),(47173,1797,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(47174,1797,'third_tab_0_spacer','1'),(47175,1797,'_third_tab_0_spacer','field_57f54ec49b780'),(47176,1797,'third_tab_2_contact_icon','icon-mail'),(47177,1797,'_third_tab_2_contact_icon','field_58568c5a91b24'),(47178,1797,'third_tab_2_contact_title','Previous conferences available upon request.'),(47179,1797,'_third_tab_2_contact_title','field_58568c7791b25'),(47180,1797,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(47181,1797,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(47182,1797,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(47183,1797,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(47184,1797,'third_tab_2_contact_values_0_link_type','mailto:'),(47185,1797,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(47186,1797,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(47187,1797,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(47188,1797,'third_tab_2_contact_values','1'),(47189,1797,'_third_tab_2_contact_values','field_58568c1091b1d'),(47190,1797,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(47191,1797,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(47192,1797,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(47193,1797,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(47194,1797,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(47195,1797,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(47196,1797,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(47197,1797,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(47198,1797,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(47199,1797,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(47200,1797,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(47201,1797,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(47202,1797,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(47203,1797,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(47204,1797,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(47205,1797,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(47206,1797,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(47207,1797,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(47208,1797,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(47209,1797,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(47210,1797,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(47211,1797,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(47212,1797,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(47213,1797,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(47214,1797,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(47215,1797,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(47216,1797,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(47217,1797,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(47218,1797,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(47219,1797,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(47220,1797,'right_tab_7_items_list_repeater','4'),(47221,1797,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(47222,1797,'right_tab_8_contact_icon','icon-mail'),(47223,1797,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(47224,1797,'right_tab_8_contact_title','Previous conferences available upon request.'),(47225,1797,'_right_tab_8_contact_title','field_56b4001eb0921'),(47226,1797,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(47227,1797,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(47228,1797,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(47229,1797,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(47230,1797,'right_tab_8_contact_values_0_link_type','mailto:'),(47231,1797,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(47232,1797,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(47233,1797,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(47234,1797,'right_tab_8_contact_values','1'),(47235,1797,'_right_tab_8_contact_values','field_56b3fde2ce062'),(47236,1797,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(47237,1797,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(47238,1797,'third_tab_0_items_list_repeater',''),(47239,1797,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(47240,1797,'third_tab_1_contact_icon','icon-mail'),(47241,1797,'_third_tab_1_contact_icon','field_58568c5a91b24'),(47242,1797,'third_tab_1_contact_title','Previous conferences available upon request.'),(47243,1797,'_third_tab_1_contact_title','field_58568c7791b25'),(47244,1797,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(47245,1797,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(47246,1797,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(47247,1797,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(47248,1797,'third_tab_1_contact_values_0_link_type','mailto:'),(47249,1797,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(47250,1797,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(47251,1797,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(47252,1797,'third_tab_1_contact_values','1'),(47253,1797,'_third_tab_1_contact_values','field_58568c1091b1d'),(47254,1798,'cases_repeater_0_cases_title','- Largest Greek Bank'),(47255,1798,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(47256,1798,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(47257,1798,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(47258,1798,'cases_repeater_0_icon','icon-bullseye-small'),(47259,1798,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(47260,1798,'cases_repeater_0_cases_icon_title','Financial services'),(47261,1798,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(47262,1798,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(47263,1798,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(47264,1798,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(47265,1798,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(47266,1798,'cases_repeater_1_icon','icon-progress-small'),(47267,1798,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(47268,1798,'cases_repeater_1_cases_icon_title','Commodities'),(47269,1798,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(47270,1798,'cases_repeater','3'),(47271,1798,'_cases_repeater','field_56b25d0cd2fed'),(47272,1798,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(47273,1798,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(47274,1798,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(47275,1798,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(47276,1798,'cases_repeater_2_icon','icon-pill-small'),(47277,1798,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(47278,1798,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(47279,1798,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(47280,1798,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(47281,1798,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(47282,1798,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(47283,1798,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(47284,1798,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(47285,1798,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(47286,1798,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(47287,1798,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(47288,1798,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(47289,1798,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(47290,1798,'conferences_repeater_2_conference_place_and_date','September, 2015'),(47291,1798,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(47292,1798,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(47293,1798,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(47294,1798,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(47295,1798,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(47296,1798,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(47297,1798,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(47298,1798,'conferences_repeater_4_conference_place_and_date','May, 2015'),(47299,1798,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(47300,1798,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(47301,1798,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(47302,1798,'conferences_repeater_5_conference_place_and_date','April, 2015'),(47303,1798,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(47304,1798,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(47305,1798,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(47306,1798,'conferences_repeater_6_conference_place_and_date','January, 2015'),(47307,1798,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(47308,1798,'conferences_repeater','7'),(47309,1798,'_conferences_repeater','field_56b28bd340c44'),(47310,1798,'conferences_contact','Previous conferences available upon request'),(47311,1798,'_conferences_contact','field_56b3451c304a4'),(47312,1798,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(47313,1798,'_conferences_contact_mail','field_56b3453c304a5'),(47314,1798,'conferences_icon','icon-mail'),(47315,1798,'_conferences_icon','field_56b347cd8f381'),(47316,1798,'conferences_contact_text','Previous conferences available upon request'),(47317,1798,'_conferences_contact_text','field_56b3451c304a4'),(47318,1798,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(47319,1798,'_left_tab','field_56b36c6deeda0'),(47320,1798,'add_second_tab','1'),(47321,1798,'_add_second_tab','field_56b36ca9eeda2'),(47322,1798,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(47323,1798,'_right_tab','field_56b3fab04554d'),(47324,1798,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(47325,1798,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(47326,1798,'left_tab_0_spacer','0'),(47327,1798,'_left_tab_0_spacer','field_56b371c577c8c'),(47328,1798,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(47329,1798,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(47330,1798,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(47331,1798,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(47332,1798,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(47333,1798,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(47334,1798,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(47335,1798,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(47336,1798,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(47337,1798,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(47338,1798,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(47339,1798,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(47340,1798,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(47341,1798,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(47342,1798,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(47343,1798,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(47344,1798,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(47345,1798,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(47346,1798,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(47347,1798,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(47348,1798,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(47349,1798,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(47350,1798,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(47351,1798,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(47352,1798,'left_tab_1_cases_repeater','3'),(47353,1798,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(47354,1798,'left_tab_1_spacer','0'),(47355,1798,'_left_tab_1_spacer','field_56b3f001dbf09'),(47356,1798,'left_tab_name','Successful Transactions'),(47357,1798,'_left_tab_name','field_56b3976017dce'),(47358,1798,'right_tab_name','Case studies'),(47359,1798,'_right_tab_name','field_56b3978117dcf'),(47360,1798,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(47361,1798,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(47362,1798,'right_tab_0_spacer','1'),(47363,1798,'_right_tab_0_spacer','field_56b3fab14554f'),(47364,1798,'right_tab_2_contact_icon','icon-mail'),(47365,1798,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(47366,1798,'right_tab_2_contact_title','Previous conferences available upon request.'),(47367,1798,'_right_tab_2_contact_title','field_56b4001eb0921'),(47368,1798,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(47369,1798,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(47370,1798,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(47371,1798,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(47372,1798,'right_tab_2_contact_values_0_link_type','mailto:'),(47373,1798,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(47374,1798,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(47375,1798,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(47376,1798,'right_tab_2_contact_values','1'),(47377,1798,'_right_tab_2_contact_values','field_56b3fde2ce062'),(47378,1798,'add_third_tab','1'),(47379,1798,'_add_third_tab','field_57f54e889b77c'),(47380,1798,'third_tab_name','IB Blog'),(47381,1798,'_third_tab_name','field_57f54ea19b77d'),(47382,1798,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(47383,1798,'_third_tab','field_57f54ec39b77e'),(47384,1798,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(47385,1798,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(47386,1798,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(47387,1798,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(47388,1798,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(47389,1798,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(47390,1798,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(47391,1798,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(47392,1798,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(47393,1798,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(47394,1798,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(47395,1798,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(47396,1798,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(47397,1798,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(47398,1798,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(47399,1798,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(47400,1798,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(47401,1798,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(47402,1798,'right_tab_3_items_list_repeater','4'),(47403,1798,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(47404,1798,'right_tab_4_contact_icon','icon-mail'),(47405,1798,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(47406,1798,'right_tab_4_contact_title','Previous conferences available upon request.'),(47407,1798,'_right_tab_4_contact_title','field_56b4001eb0921'),(47408,1798,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(47409,1798,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(47410,1798,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(47411,1798,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(47412,1798,'right_tab_4_contact_values_0_link_type','mailto:'),(47413,1798,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(47414,1798,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(47415,1798,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(47416,1798,'right_tab_4_contact_values','1'),(47417,1798,'_right_tab_4_contact_values','field_56b3fde2ce062'),(47418,1798,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(47419,1798,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(47420,1798,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(47421,1798,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(47422,1798,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(47423,1798,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(47424,1798,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(47425,1798,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(47426,1798,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(47427,1798,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(47428,1798,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(47429,1798,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(47430,1798,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(47431,1798,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(47432,1798,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(47433,1798,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(47434,1798,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(47435,1798,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(47436,1798,'right_tab_5_items_list_repeater','7'),(47437,1798,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(47438,1798,'right_tab_6_contact_icon','icon-mail'),(47439,1798,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(47440,1798,'right_tab_6_contact_title','Previous conferences available upon request.'),(47441,1798,'_right_tab_6_contact_title','field_56b4001eb0921'),(47442,1798,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(47443,1798,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(47444,1798,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(47445,1798,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(47446,1798,'right_tab_6_contact_values_0_link_type','mailto:'),(47447,1798,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(47448,1798,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(47449,1798,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(47450,1798,'right_tab_6_contact_values','1'),(47451,1798,'_right_tab_6_contact_values','field_56b3fde2ce062'),(47452,1798,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\nJoining the podcast to discuss NPLs in the SEE is Dr. Lukas Fecker, Managing Partner at Innovation Brain LLC. Lukas is a highly regarded turnaround professional who focuses on defining and implementing restructuring strategies within banking. His current engagements include clients in Cyprus, Greece, Germany and the Middle East.\r\n\r\n<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\">Listen to Lukas Fecker</a>\r\n\r\n '),(47453,1798,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(47454,1798,'third_tab_0_spacer','1'),(47455,1798,'_third_tab_0_spacer','field_57f54ec49b780'),(47456,1798,'third_tab_2_contact_icon','icon-mail'),(47457,1798,'_third_tab_2_contact_icon','field_58568c5a91b24'),(47458,1798,'third_tab_2_contact_title','Previous conferences available upon request.'),(47459,1798,'_third_tab_2_contact_title','field_58568c7791b25'),(47460,1798,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(47461,1798,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(47462,1798,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(47463,1798,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(47464,1798,'third_tab_2_contact_values_0_link_type','mailto:'),(47465,1798,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(47466,1798,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(47467,1798,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(47468,1798,'third_tab_2_contact_values','1'),(47469,1798,'_third_tab_2_contact_values','field_58568c1091b1d'),(47470,1798,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(47471,1798,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(47472,1798,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(47473,1798,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(47474,1798,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(47475,1798,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(47476,1798,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(47477,1798,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(47478,1798,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(47479,1798,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(47480,1798,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(47481,1798,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(47482,1798,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(47483,1798,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(47484,1798,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(47485,1798,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(47486,1798,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(47487,1798,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(47488,1798,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(47489,1798,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(47490,1798,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(47491,1798,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(47492,1798,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(47493,1798,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(47494,1798,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(47495,1798,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(47496,1798,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(47497,1798,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(47498,1798,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(47499,1798,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(47500,1798,'right_tab_7_items_list_repeater','4'),(47501,1798,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(47502,1798,'right_tab_8_contact_icon','icon-mail'),(47503,1798,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(47504,1798,'right_tab_8_contact_title','Previous conferences available upon request.'),(47505,1798,'_right_tab_8_contact_title','field_56b4001eb0921'),(47506,1798,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(47507,1798,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(47508,1798,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(47509,1798,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(47510,1798,'right_tab_8_contact_values_0_link_type','mailto:'),(47511,1798,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(47512,1798,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(47513,1798,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(47514,1798,'right_tab_8_contact_values','1'),(47515,1798,'_right_tab_8_contact_values','field_56b3fde2ce062'),(47516,1798,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(47517,1798,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(47518,1798,'third_tab_0_items_list_repeater',''),(47519,1798,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(47520,1798,'third_tab_1_contact_icon','icon-mail'),(47521,1798,'_third_tab_1_contact_icon','field_58568c5a91b24'),(47522,1798,'third_tab_1_contact_title','Previous conferences available upon request.'),(47523,1798,'_third_tab_1_contact_title','field_58568c7791b25'),(47524,1798,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(47525,1798,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(47526,1798,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(47527,1798,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(47528,1798,'third_tab_1_contact_values_0_link_type','mailto:'),(47529,1798,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(47530,1798,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(47531,1798,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(47532,1798,'third_tab_1_contact_values','1'),(47533,1798,'_third_tab_1_contact_values','field_58568c1091b1d'),(47534,1799,'cases_repeater_0_cases_title','- Largest Greek Bank'),(47535,1799,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(47536,1799,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(47537,1799,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(47538,1799,'cases_repeater_0_icon','icon-bullseye-small'),(47539,1799,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(47540,1799,'cases_repeater_0_cases_icon_title','Financial services'),(47541,1799,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(47542,1799,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(47543,1799,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(47544,1799,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(47545,1799,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(47546,1799,'cases_repeater_1_icon','icon-progress-small'),(47547,1799,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(47548,1799,'cases_repeater_1_cases_icon_title','Commodities'),(47549,1799,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(47550,1799,'cases_repeater','3'),(47551,1799,'_cases_repeater','field_56b25d0cd2fed'),(47552,1799,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(47553,1799,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(47554,1799,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(47555,1799,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(47556,1799,'cases_repeater_2_icon','icon-pill-small'),(47557,1799,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(47558,1799,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(47559,1799,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(47560,1799,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(47561,1799,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(47562,1799,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(47563,1799,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(47564,1799,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(47565,1799,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(47566,1799,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(47567,1799,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(47568,1799,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(47569,1799,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(47570,1799,'conferences_repeater_2_conference_place_and_date','September, 2015'),(47571,1799,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(47572,1799,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(47573,1799,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(47574,1799,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(47575,1799,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(47576,1799,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(47577,1799,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(47578,1799,'conferences_repeater_4_conference_place_and_date','May, 2015'),(47579,1799,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(47580,1799,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(47581,1799,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(47582,1799,'conferences_repeater_5_conference_place_and_date','April, 2015'),(47583,1799,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(47584,1799,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(47585,1799,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(47586,1799,'conferences_repeater_6_conference_place_and_date','January, 2015'),(47587,1799,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(47588,1799,'conferences_repeater','7'),(47589,1799,'_conferences_repeater','field_56b28bd340c44'),(47590,1799,'conferences_contact','Previous conferences available upon request'),(47591,1799,'_conferences_contact','field_56b3451c304a4'),(47592,1799,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(47593,1799,'_conferences_contact_mail','field_56b3453c304a5'),(47594,1799,'conferences_icon','icon-mail'),(47595,1799,'_conferences_icon','field_56b347cd8f381'),(47596,1799,'conferences_contact_text','Previous conferences available upon request'),(47597,1799,'_conferences_contact_text','field_56b3451c304a4'),(47598,1799,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(47599,1799,'_left_tab','field_56b36c6deeda0'),(47600,1799,'add_second_tab','1'),(47601,1799,'_add_second_tab','field_56b36ca9eeda2'),(47602,1799,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(47603,1799,'_right_tab','field_56b3fab04554d'),(47604,1799,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(47605,1799,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(47606,1799,'left_tab_0_spacer','0'),(47607,1799,'_left_tab_0_spacer','field_56b371c577c8c'),(47608,1799,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(47609,1799,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(47610,1799,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(47611,1799,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(47612,1799,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(47613,1799,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(47614,1799,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(47615,1799,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(47616,1799,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(47617,1799,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(47618,1799,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(47619,1799,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(47620,1799,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(47621,1799,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(47622,1799,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(47623,1799,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(47624,1799,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(47625,1799,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(47626,1799,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(47627,1799,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(47628,1799,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(47629,1799,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(47630,1799,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(47631,1799,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(47632,1799,'left_tab_1_cases_repeater','3'),(47633,1799,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(47634,1799,'left_tab_1_spacer','0'),(47635,1799,'_left_tab_1_spacer','field_56b3f001dbf09'),(47636,1799,'left_tab_name','Successful Transactions'),(47637,1799,'_left_tab_name','field_56b3976017dce'),(47638,1799,'right_tab_name','Case studies'),(47639,1799,'_right_tab_name','field_56b3978117dcf'),(47640,1799,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(47641,1799,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(47642,1799,'right_tab_0_spacer','1'),(47643,1799,'_right_tab_0_spacer','field_56b3fab14554f'),(47644,1799,'right_tab_2_contact_icon','icon-mail'),(47645,1799,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(47646,1799,'right_tab_2_contact_title','Previous conferences available upon request.'),(47647,1799,'_right_tab_2_contact_title','field_56b4001eb0921'),(47648,1799,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(47649,1799,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(47650,1799,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(47651,1799,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(47652,1799,'right_tab_2_contact_values_0_link_type','mailto:'),(47653,1799,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(47654,1799,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(47655,1799,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(47656,1799,'right_tab_2_contact_values','1'),(47657,1799,'_right_tab_2_contact_values','field_56b3fde2ce062'),(47658,1799,'add_third_tab','1'),(47659,1799,'_add_third_tab','field_57f54e889b77c'),(47660,1799,'third_tab_name','IB Blog'),(47661,1799,'_third_tab_name','field_57f54ea19b77d'),(47662,1799,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(47663,1799,'_third_tab','field_57f54ec39b77e'),(47664,1799,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(47665,1799,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(47666,1799,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(47667,1799,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(47668,1799,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(47669,1799,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(47670,1799,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(47671,1799,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(47672,1799,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(47673,1799,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(47674,1799,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(47675,1799,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(47676,1799,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(47677,1799,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(47678,1799,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(47679,1799,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(47680,1799,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(47681,1799,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(47682,1799,'right_tab_3_items_list_repeater','4'),(47683,1799,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(47684,1799,'right_tab_4_contact_icon','icon-mail'),(47685,1799,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(47686,1799,'right_tab_4_contact_title','Previous conferences available upon request.'),(47687,1799,'_right_tab_4_contact_title','field_56b4001eb0921'),(47688,1799,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(47689,1799,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(47690,1799,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(47691,1799,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(47692,1799,'right_tab_4_contact_values_0_link_type','mailto:'),(47693,1799,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(47694,1799,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(47695,1799,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(47696,1799,'right_tab_4_contact_values','1'),(47697,1799,'_right_tab_4_contact_values','field_56b3fde2ce062'),(47698,1799,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(47699,1799,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(47700,1799,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(47701,1799,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(47702,1799,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(47703,1799,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(47704,1799,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(47705,1799,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(47706,1799,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(47707,1799,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(47708,1799,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(47709,1799,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(47710,1799,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(47711,1799,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(47712,1799,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(47713,1799,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(47714,1799,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(47715,1799,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(47716,1799,'right_tab_5_items_list_repeater','7'),(47717,1799,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(47718,1799,'right_tab_6_contact_icon','icon-mail'),(47719,1799,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(47720,1799,'right_tab_6_contact_title','Previous conferences available upon request.'),(47721,1799,'_right_tab_6_contact_title','field_56b4001eb0921'),(47722,1799,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(47723,1799,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(47724,1799,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(47725,1799,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(47726,1799,'right_tab_6_contact_values_0_link_type','mailto:'),(47727,1799,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(47728,1799,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(47729,1799,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(47730,1799,'right_tab_6_contact_values','1'),(47731,1799,'_right_tab_6_contact_values','field_56b3fde2ce062'),(47732,1799,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\nLukas appears Capital Markets Today to discuss NPLs in the SEE\r\n\r\n<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\">Listen to Lukas Fecker discussing NPLs in the SEE with Capital Markets Today</a>\r\n\r\n '),(47733,1799,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(47734,1799,'third_tab_0_spacer','1'),(47735,1799,'_third_tab_0_spacer','field_57f54ec49b780'),(47736,1799,'third_tab_2_contact_icon','icon-mail'),(47737,1799,'_third_tab_2_contact_icon','field_58568c5a91b24'),(47738,1799,'third_tab_2_contact_title','Previous conferences available upon request.'),(47739,1799,'_third_tab_2_contact_title','field_58568c7791b25'),(47740,1799,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(47741,1799,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(47742,1799,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(47743,1799,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(47744,1799,'third_tab_2_contact_values_0_link_type','mailto:'),(47745,1799,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(47746,1799,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(47747,1799,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(47748,1799,'third_tab_2_contact_values','1'),(47749,1799,'_third_tab_2_contact_values','field_58568c1091b1d'),(47750,1799,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(47751,1799,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(47752,1799,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(47753,1799,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(47754,1799,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(47755,1799,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(47756,1799,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(47757,1799,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(47758,1799,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(47759,1799,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(47760,1799,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(47761,1799,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(47762,1799,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(47763,1799,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(47764,1799,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(47765,1799,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(47766,1799,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(47767,1799,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(47768,1799,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(47769,1799,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(47770,1799,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(47771,1799,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(47772,1799,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(47773,1799,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(47774,1799,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(47775,1799,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(47776,1799,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(47777,1799,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(47778,1799,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(47779,1799,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(47780,1799,'right_tab_7_items_list_repeater','4'),(47781,1799,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(47782,1799,'right_tab_8_contact_icon','icon-mail'),(47783,1799,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(47784,1799,'right_tab_8_contact_title','Previous conferences available upon request.'),(47785,1799,'_right_tab_8_contact_title','field_56b4001eb0921'),(47786,1799,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(47787,1799,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(47788,1799,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(47789,1799,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(47790,1799,'right_tab_8_contact_values_0_link_type','mailto:'),(47791,1799,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(47792,1799,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(47793,1799,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(47794,1799,'right_tab_8_contact_values','1'),(47795,1799,'_right_tab_8_contact_values','field_56b3fde2ce062'),(47796,1799,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(47797,1799,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(47798,1799,'third_tab_0_items_list_repeater',''),(47799,1799,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(47800,1799,'third_tab_1_contact_icon','icon-mail'),(47801,1799,'_third_tab_1_contact_icon','field_58568c5a91b24'),(47802,1799,'third_tab_1_contact_title','Previous conferences available upon request.'),(47803,1799,'_third_tab_1_contact_title','field_58568c7791b25'),(47804,1799,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(47805,1799,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(47806,1799,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(47807,1799,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(47808,1799,'third_tab_1_contact_values_0_link_type','mailto:'),(47809,1799,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(47810,1799,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(47811,1799,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(47812,1799,'third_tab_1_contact_values','1'),(47813,1799,'_third_tab_1_contact_values','field_58568c1091b1d'),(47870,1801,'cases_repeater_0_cases_title','- Largest Greek Bank'),(47871,1801,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(47872,1801,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(47873,1801,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(47874,1801,'cases_repeater_0_icon','icon-bullseye-small'),(47875,1801,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(47876,1801,'cases_repeater_0_cases_icon_title','Financial services'),(47877,1801,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(47878,1801,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(47879,1801,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(47880,1801,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(47881,1801,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(47882,1801,'cases_repeater_1_icon','icon-progress-small'),(47883,1801,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(47884,1801,'cases_repeater_1_cases_icon_title','Commodities'),(47885,1801,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(47886,1801,'cases_repeater','3'),(47887,1801,'_cases_repeater','field_56b25d0cd2fed'),(47888,1801,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(47889,1801,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(47890,1801,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(47891,1801,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(47892,1801,'cases_repeater_2_icon','icon-pill-small'),(47893,1801,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(47894,1801,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(47895,1801,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(47896,1801,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(47897,1801,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(47898,1801,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(47899,1801,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(47900,1801,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(47901,1801,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(47902,1801,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(47903,1801,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(47904,1801,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(47905,1801,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(47906,1801,'conferences_repeater_2_conference_place_and_date','September, 2015'),(47907,1801,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(47908,1801,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(47909,1801,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(47910,1801,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(47911,1801,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(47912,1801,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(47913,1801,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(47914,1801,'conferences_repeater_4_conference_place_and_date','May, 2015'),(47915,1801,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(47916,1801,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(47917,1801,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(47918,1801,'conferences_repeater_5_conference_place_and_date','April, 2015'),(47919,1801,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(47920,1801,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(47921,1801,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(47922,1801,'conferences_repeater_6_conference_place_and_date','January, 2015'),(47923,1801,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(47924,1801,'conferences_repeater','7'),(47925,1801,'_conferences_repeater','field_56b28bd340c44'),(47926,1801,'conferences_contact','Previous conferences available upon request'),(47927,1801,'_conferences_contact','field_56b3451c304a4'),(47928,1801,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(47929,1801,'_conferences_contact_mail','field_56b3453c304a5'),(47930,1801,'conferences_icon','icon-mail'),(47931,1801,'_conferences_icon','field_56b347cd8f381'),(47932,1801,'conferences_contact_text','Previous conferences available upon request'),(47933,1801,'_conferences_contact_text','field_56b3451c304a4'),(47934,1801,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(47935,1801,'_left_tab','field_56b36c6deeda0'),(47936,1801,'add_second_tab','1'),(47937,1801,'_add_second_tab','field_56b36ca9eeda2'),(47938,1801,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(47939,1801,'_right_tab','field_56b3fab04554d'),(47940,1801,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(47941,1801,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(47942,1801,'left_tab_0_spacer','0'),(47943,1801,'_left_tab_0_spacer','field_56b371c577c8c'),(47944,1801,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(47945,1801,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(47946,1801,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(47947,1801,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(47948,1801,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(47949,1801,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(47950,1801,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(47951,1801,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(47952,1801,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(47953,1801,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(47954,1801,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(47955,1801,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(47956,1801,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(47957,1801,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(47958,1801,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(47959,1801,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(47960,1801,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(47961,1801,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(47962,1801,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(47963,1801,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(47964,1801,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(47965,1801,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(47966,1801,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(47967,1801,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(47968,1801,'left_tab_1_cases_repeater','3'),(47969,1801,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(47970,1801,'left_tab_1_spacer','0'),(47971,1801,'_left_tab_1_spacer','field_56b3f001dbf09'),(47972,1801,'left_tab_name','Successful Transactions'),(47973,1801,'_left_tab_name','field_56b3976017dce'),(47974,1801,'right_tab_name','Case studies'),(47975,1801,'_right_tab_name','field_56b3978117dcf'),(47976,1801,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(47977,1801,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(47978,1801,'right_tab_0_spacer','1'),(47979,1801,'_right_tab_0_spacer','field_56b3fab14554f'),(47980,1801,'right_tab_2_contact_icon','icon-mail'),(47981,1801,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(47982,1801,'right_tab_2_contact_title','Previous conferences available upon request.'),(47983,1801,'_right_tab_2_contact_title','field_56b4001eb0921'),(47984,1801,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(47985,1801,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(47986,1801,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(47987,1801,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(47988,1801,'right_tab_2_contact_values_0_link_type','mailto:'),(47989,1801,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(47990,1801,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(47991,1801,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(47992,1801,'right_tab_2_contact_values','1'),(47993,1801,'_right_tab_2_contact_values','field_56b3fde2ce062'),(47994,1801,'add_third_tab','1'),(47995,1801,'_add_third_tab','field_57f54e889b77c'),(47996,1801,'third_tab_name','IB Blog'),(47997,1801,'_third_tab_name','field_57f54ea19b77d'),(47998,1801,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(47999,1801,'_third_tab','field_57f54ec39b77e'),(48000,1801,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(48001,1801,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(48002,1801,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(48003,1801,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(48004,1801,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(48005,1801,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(48006,1801,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(48007,1801,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(48008,1801,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(48009,1801,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(48010,1801,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(48011,1801,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(48012,1801,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(48013,1801,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(48014,1801,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(48015,1801,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(48016,1801,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(48017,1801,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(48018,1801,'right_tab_3_items_list_repeater','4'),(48019,1801,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(48020,1801,'right_tab_4_contact_icon','icon-mail'),(48021,1801,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(48022,1801,'right_tab_4_contact_title','Previous conferences available upon request.'),(48023,1801,'_right_tab_4_contact_title','field_56b4001eb0921'),(48024,1801,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(48025,1801,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(48026,1801,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(48027,1801,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(48028,1801,'right_tab_4_contact_values_0_link_type','mailto:'),(48029,1801,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(48030,1801,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(48031,1801,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(48032,1801,'right_tab_4_contact_values','1'),(48033,1801,'_right_tab_4_contact_values','field_56b3fde2ce062'),(48034,1801,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(48035,1801,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(48036,1801,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(48037,1801,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(48038,1801,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(48039,1801,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(48040,1801,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(48041,1801,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(48042,1801,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(48043,1801,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(48044,1801,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(48045,1801,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(48046,1801,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(48047,1801,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(48048,1801,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(48049,1801,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(48050,1801,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(48051,1801,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(48052,1801,'right_tab_5_items_list_repeater','7'),(48053,1801,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(48054,1801,'right_tab_6_contact_icon','icon-mail'),(48055,1801,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(48056,1801,'right_tab_6_contact_title','Previous conferences available upon request.'),(48057,1801,'_right_tab_6_contact_title','field_56b4001eb0921'),(48058,1801,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(48059,1801,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(48060,1801,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(48061,1801,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(48062,1801,'right_tab_6_contact_values_0_link_type','mailto:'),(48063,1801,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(48064,1801,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(48065,1801,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(48066,1801,'right_tab_6_contact_values','1'),(48067,1801,'_right_tab_6_contact_values','field_56b3fde2ce062'),(48068,1801,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\nLukas appears Capital Markets Today to discuss NPLs in the SEE\r\n\r\n<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\">Listen to Lukas Fecker discussing NPLs in the SEE with Capital Markets Today</a>\r\n\r\n '),(48069,1801,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(48070,1801,'third_tab_0_spacer','1'),(48071,1801,'_third_tab_0_spacer','field_57f54ec49b780'),(48072,1801,'third_tab_2_contact_icon','icon-mail'),(48073,1801,'_third_tab_2_contact_icon','field_58568c5a91b24'),(48074,1801,'third_tab_2_contact_title','Previous conferences available upon request.'),(48075,1801,'_third_tab_2_contact_title','field_58568c7791b25'),(48076,1801,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(48077,1801,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(48078,1801,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(48079,1801,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(48080,1801,'third_tab_2_contact_values_0_link_type','mailto:'),(48081,1801,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(48082,1801,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(48083,1801,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(48084,1801,'third_tab_2_contact_values','1'),(48085,1801,'_third_tab_2_contact_values','field_58568c1091b1d'),(48086,1801,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(48087,1801,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(48088,1801,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(48089,1801,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(48090,1801,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(48091,1801,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(48092,1801,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(48093,1801,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(48094,1801,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(48095,1801,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(48096,1801,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(48097,1801,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(48098,1801,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(48099,1801,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(48100,1801,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(48101,1801,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(48102,1801,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(48103,1801,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(48104,1801,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(48105,1801,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(48106,1801,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(48107,1801,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(48108,1801,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(48109,1801,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(48110,1801,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(48111,1801,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(48112,1801,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(48113,1801,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(48114,1801,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(48115,1801,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(48116,1801,'right_tab_7_items_list_repeater','4'),(48117,1801,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(48118,1801,'right_tab_8_contact_icon','icon-mail'),(48119,1801,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(48120,1801,'right_tab_8_contact_title','Previous conferences available upon request.'),(48121,1801,'_right_tab_8_contact_title','field_56b4001eb0921'),(48122,1801,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(48123,1801,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(48124,1801,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(48125,1801,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(48126,1801,'right_tab_8_contact_values_0_link_type','mailto:'),(48127,1801,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(48128,1801,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(48129,1801,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(48130,1801,'right_tab_8_contact_values','1'),(48131,1801,'_right_tab_8_contact_values','field_56b3fde2ce062'),(48132,1801,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(48133,1801,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(48134,1801,'third_tab_0_items_list_repeater',''),(48135,1801,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(48136,1801,'third_tab_1_contact_icon','icon-mail'),(48137,1801,'_third_tab_1_contact_icon','field_58568c5a91b24'),(48138,1801,'third_tab_1_contact_title','Previous conferences available upon request.'),(48139,1801,'_third_tab_1_contact_title','field_58568c7791b25'),(48140,1801,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(48141,1801,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(48142,1801,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(48143,1801,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(48144,1801,'third_tab_1_contact_values_0_link_type','mailto:'),(48145,1801,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(48146,1801,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(48147,1801,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(48148,1801,'third_tab_1_contact_values','1'),(48149,1801,'_third_tab_1_contact_values','field_58568c1091b1d'),(48160,1802,'cases_repeater_0_cases_title','- Largest Greek Bank'),(48161,1802,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(48162,1802,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(48163,1802,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(48164,1802,'cases_repeater_0_icon','icon-bullseye-small'),(48165,1802,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(48166,1802,'cases_repeater_0_cases_icon_title','Financial services'),(48167,1802,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(48168,1802,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(48169,1802,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(48170,1802,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(48171,1802,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(48172,1802,'cases_repeater_1_icon','icon-progress-small'),(48173,1802,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(48174,1802,'cases_repeater_1_cases_icon_title','Commodities'),(48175,1802,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(48176,1802,'cases_repeater','3'),(48177,1802,'_cases_repeater','field_56b25d0cd2fed'),(48178,1802,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(48179,1802,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(48180,1802,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(48181,1802,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(48182,1802,'cases_repeater_2_icon','icon-pill-small'),(48183,1802,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(48184,1802,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(48185,1802,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(48186,1802,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(48187,1802,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(48188,1802,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(48189,1802,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(48190,1802,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(48191,1802,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(48192,1802,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(48193,1802,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(48194,1802,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(48195,1802,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(48196,1802,'conferences_repeater_2_conference_place_and_date','September, 2015'),(48197,1802,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(48198,1802,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(48199,1802,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(48200,1802,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(48201,1802,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(48202,1802,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(48203,1802,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(48204,1802,'conferences_repeater_4_conference_place_and_date','May, 2015'),(48205,1802,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(48206,1802,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(48207,1802,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(48208,1802,'conferences_repeater_5_conference_place_and_date','April, 2015'),(48209,1802,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(48210,1802,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(48211,1802,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(48212,1802,'conferences_repeater_6_conference_place_and_date','January, 2015'),(48213,1802,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(48214,1802,'conferences_repeater','7'),(48215,1802,'_conferences_repeater','field_56b28bd340c44'),(48216,1802,'conferences_contact','Previous conferences available upon request'),(48217,1802,'_conferences_contact','field_56b3451c304a4'),(48218,1802,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(48219,1802,'_conferences_contact_mail','field_56b3453c304a5'),(48220,1802,'conferences_icon','icon-mail'),(48221,1802,'_conferences_icon','field_56b347cd8f381'),(48222,1802,'conferences_contact_text','Previous conferences available upon request'),(48223,1802,'_conferences_contact_text','field_56b3451c304a4'),(48224,1802,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(48225,1802,'_left_tab','field_56b36c6deeda0'),(48226,1802,'add_second_tab','1'),(48227,1802,'_add_second_tab','field_56b36ca9eeda2'),(48228,1802,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(48229,1802,'_right_tab','field_56b3fab04554d'),(48230,1802,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(48231,1802,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(48232,1802,'left_tab_0_spacer','0'),(48233,1802,'_left_tab_0_spacer','field_56b371c577c8c'),(48234,1802,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(48235,1802,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(48236,1802,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(48237,1802,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(48238,1802,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(48239,1802,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(48240,1802,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(48241,1802,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(48242,1802,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(48243,1802,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(48244,1802,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(48245,1802,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(48246,1802,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(48247,1802,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(48248,1802,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(48249,1802,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(48250,1802,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(48251,1802,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(48252,1802,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(48253,1802,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(48254,1802,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(48255,1802,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(48256,1802,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(48257,1802,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(48258,1802,'left_tab_1_cases_repeater','3'),(48259,1802,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(48260,1802,'left_tab_1_spacer','0'),(48261,1802,'_left_tab_1_spacer','field_56b3f001dbf09'),(48262,1802,'left_tab_name','Successful Transactions'),(48263,1802,'_left_tab_name','field_56b3976017dce'),(48264,1802,'right_tab_name','Case studies'),(48265,1802,'_right_tab_name','field_56b3978117dcf'),(48266,1802,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(48267,1802,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(48268,1802,'right_tab_0_spacer','1'),(48269,1802,'_right_tab_0_spacer','field_56b3fab14554f'),(48270,1802,'right_tab_2_contact_icon','icon-mail'),(48271,1802,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(48272,1802,'right_tab_2_contact_title','Previous conferences available upon request.'),(48273,1802,'_right_tab_2_contact_title','field_56b4001eb0921'),(48274,1802,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(48275,1802,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(48276,1802,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(48277,1802,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(48278,1802,'right_tab_2_contact_values_0_link_type','mailto:'),(48279,1802,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(48280,1802,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(48281,1802,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(48282,1802,'right_tab_2_contact_values','1'),(48283,1802,'_right_tab_2_contact_values','field_56b3fde2ce062'),(48284,1802,'add_third_tab','1'),(48285,1802,'_add_third_tab','field_57f54e889b77c'),(48286,1802,'third_tab_name','IB Blog'),(48287,1802,'_third_tab_name','field_57f54ea19b77d'),(48288,1802,'third_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"external_block\";}'),(48289,1802,'_third_tab','field_57f54ec39b77e'),(48290,1802,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(48291,1802,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(48292,1802,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(48293,1802,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(48294,1802,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(48295,1802,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(48296,1802,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(48297,1802,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(48298,1802,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(48299,1802,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(48300,1802,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(48301,1802,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(48302,1802,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(48303,1802,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(48304,1802,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(48305,1802,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(48306,1802,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(48307,1802,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(48308,1802,'right_tab_3_items_list_repeater','4'),(48309,1802,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(48310,1802,'right_tab_4_contact_icon','icon-mail'),(48311,1802,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(48312,1802,'right_tab_4_contact_title','Previous conferences available upon request.'),(48313,1802,'_right_tab_4_contact_title','field_56b4001eb0921'),(48314,1802,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(48315,1802,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(48316,1802,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(48317,1802,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(48318,1802,'right_tab_4_contact_values_0_link_type','mailto:'),(48319,1802,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(48320,1802,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(48321,1802,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(48322,1802,'right_tab_4_contact_values','1'),(48323,1802,'_right_tab_4_contact_values','field_56b3fde2ce062'),(48324,1802,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(48325,1802,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(48326,1802,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(48327,1802,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(48328,1802,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(48329,1802,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(48330,1802,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(48331,1802,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(48332,1802,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(48333,1802,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(48334,1802,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(48335,1802,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(48336,1802,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(48337,1802,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(48338,1802,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(48339,1802,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(48340,1802,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(48341,1802,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(48342,1802,'right_tab_5_items_list_repeater','7'),(48343,1802,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(48344,1802,'right_tab_6_contact_icon','icon-mail'),(48345,1802,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(48346,1802,'right_tab_6_contact_title','Previous conferences available upon request.'),(48347,1802,'_right_tab_6_contact_title','field_56b4001eb0921'),(48348,1802,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(48349,1802,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(48350,1802,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(48351,1802,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(48352,1802,'right_tab_6_contact_values_0_link_type','mailto:'),(48353,1802,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(48354,1802,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(48355,1802,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(48356,1802,'right_tab_6_contact_values','1'),(48357,1802,'_right_tab_6_contact_values','field_56b3fde2ce062'),(48358,1802,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\nLukas appears Capital Markets Today to discuss NPLs in the SEE\r\n\r\n<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\">Listen to Lukas Fecker discussing NPLs in the SEE with Capital Markets Today</a>\r\n\r\n '),(48359,1802,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(48360,1802,'third_tab_0_spacer','0'),(48361,1802,'_third_tab_0_spacer','field_57f54ec49b780'),(48362,1802,'third_tab_2_contact_icon','icon-mail'),(48363,1802,'_third_tab_2_contact_icon','field_58568c5a91b24'),(48364,1802,'third_tab_2_contact_title','Previous conferences available upon request.'),(48365,1802,'_third_tab_2_contact_title','field_58568c7791b25'),(48366,1802,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(48367,1802,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(48368,1802,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(48369,1802,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(48370,1802,'third_tab_2_contact_values_0_link_type','mailto:'),(48371,1802,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(48372,1802,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(48373,1802,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(48374,1802,'third_tab_2_contact_values','1'),(48375,1802,'_third_tab_2_contact_values','field_58568c1091b1d'),(48376,1802,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(48377,1802,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(48378,1802,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(48379,1802,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(48380,1802,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(48381,1802,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(48382,1802,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(48383,1802,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(48384,1802,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(48385,1802,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(48386,1802,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(48387,1802,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(48388,1802,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(48389,1802,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(48390,1802,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(48391,1802,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(48392,1802,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(48393,1802,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(48394,1802,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(48395,1802,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(48396,1802,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(48397,1802,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(48398,1802,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(48399,1802,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(48400,1802,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(48401,1802,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(48402,1802,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(48403,1802,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(48404,1802,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(48405,1802,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(48406,1802,'right_tab_7_items_list_repeater','4'),(48407,1802,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(48408,1802,'right_tab_8_contact_icon','icon-mail'),(48409,1802,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(48410,1802,'right_tab_8_contact_title','Previous conferences available upon request.'),(48411,1802,'_right_tab_8_contact_title','field_56b4001eb0921'),(48412,1802,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(48413,1802,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(48414,1802,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(48415,1802,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(48416,1802,'right_tab_8_contact_values_0_link_type','mailto:'),(48417,1802,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(48418,1802,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(48419,1802,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(48420,1802,'right_tab_8_contact_values','1'),(48421,1802,'_right_tab_8_contact_values','field_56b3fde2ce062'),(48422,1802,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(48423,1802,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(48424,1802,'third_tab_0_items_list_repeater',''),(48425,1802,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(48426,1802,'third_tab_1_contact_icon','icon-mail'),(48427,1802,'_third_tab_1_contact_icon','field_58568c5a91b24'),(48428,1802,'third_tab_1_contact_title','Previous conferences available upon request.'),(48429,1802,'_third_tab_1_contact_title','field_58568c7791b25'),(48430,1802,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(48431,1802,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(48432,1802,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(48433,1802,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(48434,1802,'third_tab_1_contact_values_0_link_type','mailto:'),(48435,1802,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(48436,1802,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(48437,1802,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(48438,1802,'third_tab_1_contact_values','1'),(48439,1802,'_third_tab_1_contact_values','field_58568c1091b1d'),(48440,1802,'third_tab_1_external_repeater_0_title',''),(48441,1802,'_third_tab_1_external_repeater_0_title','field_57f54ec49b794'),(48442,1802,'third_tab_1_external_repeater_0_details',''),(48443,1802,'_third_tab_1_external_repeater_0_details','field_57f54ec49b795'),(48444,1802,'third_tab_1_external_repeater_0_link','http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain'),(48445,1802,'_third_tab_1_external_repeater_0_link','field_57f54ec49b796'),(48446,1802,'third_tab_1_external_repeater','1'),(48447,1802,'_third_tab_1_external_repeater','field_57f54ec49b793'),(48448,1802,'third_tab_1_spacer','1'),(48449,1802,'_third_tab_1_spacer','field_57f54ec49b797'),(48450,1803,'cases_repeater_0_cases_title','- Largest Greek Bank'),(48451,1803,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(48452,1803,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(48453,1803,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(48454,1803,'cases_repeater_0_icon','icon-bullseye-small'),(48455,1803,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(48456,1803,'cases_repeater_0_cases_icon_title','Financial services'),(48457,1803,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(48458,1803,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(48459,1803,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(48460,1803,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(48461,1803,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(48462,1803,'cases_repeater_1_icon','icon-progress-small'),(48463,1803,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(48464,1803,'cases_repeater_1_cases_icon_title','Commodities'),(48465,1803,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(48466,1803,'cases_repeater','3'),(48467,1803,'_cases_repeater','field_56b25d0cd2fed'),(48468,1803,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(48469,1803,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(48470,1803,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(48471,1803,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(48472,1803,'cases_repeater_2_icon','icon-pill-small'),(48473,1803,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(48474,1803,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(48475,1803,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(48476,1803,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(48477,1803,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(48478,1803,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(48479,1803,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(48480,1803,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(48481,1803,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(48482,1803,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(48483,1803,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(48484,1803,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(48485,1803,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(48486,1803,'conferences_repeater_2_conference_place_and_date','September, 2015'),(48487,1803,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(48488,1803,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(48489,1803,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(48490,1803,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(48491,1803,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(48492,1803,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(48493,1803,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(48494,1803,'conferences_repeater_4_conference_place_and_date','May, 2015'),(48495,1803,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(48496,1803,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(48497,1803,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(48498,1803,'conferences_repeater_5_conference_place_and_date','April, 2015'),(48499,1803,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(48500,1803,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(48501,1803,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(48502,1803,'conferences_repeater_6_conference_place_and_date','January, 2015'),(48503,1803,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(48504,1803,'conferences_repeater','7'),(48505,1803,'_conferences_repeater','field_56b28bd340c44'),(48506,1803,'conferences_contact','Previous conferences available upon request'),(48507,1803,'_conferences_contact','field_56b3451c304a4'),(48508,1803,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(48509,1803,'_conferences_contact_mail','field_56b3453c304a5'),(48510,1803,'conferences_icon','icon-mail'),(48511,1803,'_conferences_icon','field_56b347cd8f381'),(48512,1803,'conferences_contact_text','Previous conferences available upon request'),(48513,1803,'_conferences_contact_text','field_56b3451c304a4'),(48514,1803,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(48515,1803,'_left_tab','field_56b36c6deeda0'),(48516,1803,'add_second_tab','1'),(48517,1803,'_add_second_tab','field_56b36ca9eeda2'),(48518,1803,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(48519,1803,'_right_tab','field_56b3fab04554d'),(48520,1803,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(48521,1803,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(48522,1803,'left_tab_0_spacer','0'),(48523,1803,'_left_tab_0_spacer','field_56b371c577c8c'),(48524,1803,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(48525,1803,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(48526,1803,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(48527,1803,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(48528,1803,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(48529,1803,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(48530,1803,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(48531,1803,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(48532,1803,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(48533,1803,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(48534,1803,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(48535,1803,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(48536,1803,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(48537,1803,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(48538,1803,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(48539,1803,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(48540,1803,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(48541,1803,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(48542,1803,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(48543,1803,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(48544,1803,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(48545,1803,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(48546,1803,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(48547,1803,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(48548,1803,'left_tab_1_cases_repeater','3'),(48549,1803,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(48550,1803,'left_tab_1_spacer','0'),(48551,1803,'_left_tab_1_spacer','field_56b3f001dbf09'),(48552,1803,'left_tab_name','Successful Transactions'),(48553,1803,'_left_tab_name','field_56b3976017dce'),(48554,1803,'right_tab_name','Case studies'),(48555,1803,'_right_tab_name','field_56b3978117dcf'),(48556,1803,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(48557,1803,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(48558,1803,'right_tab_0_spacer','1'),(48559,1803,'_right_tab_0_spacer','field_56b3fab14554f'),(48560,1803,'right_tab_2_contact_icon','icon-mail'),(48561,1803,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(48562,1803,'right_tab_2_contact_title','Previous conferences available upon request.'),(48563,1803,'_right_tab_2_contact_title','field_56b4001eb0921'),(48564,1803,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(48565,1803,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(48566,1803,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(48567,1803,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(48568,1803,'right_tab_2_contact_values_0_link_type','mailto:'),(48569,1803,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(48570,1803,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(48571,1803,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(48572,1803,'right_tab_2_contact_values','1'),(48573,1803,'_right_tab_2_contact_values','field_56b3fde2ce062'),(48574,1803,'add_third_tab','1'),(48575,1803,'_add_third_tab','field_57f54e889b77c'),(48576,1803,'third_tab_name','IB Blog'),(48577,1803,'_third_tab_name','field_57f54ea19b77d'),(48578,1803,'third_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"external_block\";}'),(48579,1803,'_third_tab','field_57f54ec39b77e'),(48580,1803,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(48581,1803,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(48582,1803,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(48583,1803,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(48584,1803,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(48585,1803,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(48586,1803,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(48587,1803,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(48588,1803,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(48589,1803,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(48590,1803,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(48591,1803,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(48592,1803,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(48593,1803,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(48594,1803,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(48595,1803,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(48596,1803,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(48597,1803,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(48598,1803,'right_tab_3_items_list_repeater','4'),(48599,1803,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(48600,1803,'right_tab_4_contact_icon','icon-mail'),(48601,1803,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(48602,1803,'right_tab_4_contact_title','Previous conferences available upon request.'),(48603,1803,'_right_tab_4_contact_title','field_56b4001eb0921'),(48604,1803,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(48605,1803,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(48606,1803,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(48607,1803,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(48608,1803,'right_tab_4_contact_values_0_link_type','mailto:'),(48609,1803,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(48610,1803,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(48611,1803,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(48612,1803,'right_tab_4_contact_values','1'),(48613,1803,'_right_tab_4_contact_values','field_56b3fde2ce062'),(48614,1803,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(48615,1803,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(48616,1803,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(48617,1803,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(48618,1803,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(48619,1803,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(48620,1803,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(48621,1803,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(48622,1803,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(48623,1803,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(48624,1803,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(48625,1803,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(48626,1803,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(48627,1803,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(48628,1803,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(48629,1803,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(48630,1803,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(48631,1803,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(48632,1803,'right_tab_5_items_list_repeater','7'),(48633,1803,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(48634,1803,'right_tab_6_contact_icon','icon-mail'),(48635,1803,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(48636,1803,'right_tab_6_contact_title','Previous conferences available upon request.'),(48637,1803,'_right_tab_6_contact_title','field_56b4001eb0921'),(48638,1803,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(48639,1803,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(48640,1803,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(48641,1803,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(48642,1803,'right_tab_6_contact_values_0_link_type','mailto:'),(48643,1803,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(48644,1803,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(48645,1803,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(48646,1803,'right_tab_6_contact_values','1'),(48647,1803,'_right_tab_6_contact_values','field_56b3fde2ce062'),(48648,1803,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\nLukas appears Capital Markets Today to discuss NPLs in the SEE\r\n\r\n<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\">Listen to Lukas Fecker discussing NPLs in the SEE with Capital Markets Today</a>\r\n\r\n '),(48649,1803,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(48650,1803,'third_tab_0_spacer','1'),(48651,1803,'_third_tab_0_spacer','field_57f54ec49b780'),(48652,1803,'third_tab_2_contact_icon','icon-mail'),(48653,1803,'_third_tab_2_contact_icon','field_58568c5a91b24'),(48654,1803,'third_tab_2_contact_title','Previous conferences available upon request.'),(48655,1803,'_third_tab_2_contact_title','field_58568c7791b25'),(48656,1803,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(48657,1803,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(48658,1803,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(48659,1803,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(48660,1803,'third_tab_2_contact_values_0_link_type','mailto:'),(48661,1803,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(48662,1803,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(48663,1803,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(48664,1803,'third_tab_2_contact_values','1'),(48665,1803,'_third_tab_2_contact_values','field_58568c1091b1d'),(48666,1803,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(48667,1803,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(48668,1803,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(48669,1803,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(48670,1803,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(48671,1803,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(48672,1803,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(48673,1803,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(48674,1803,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(48675,1803,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(48676,1803,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(48677,1803,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(48678,1803,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(48679,1803,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(48680,1803,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(48681,1803,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(48682,1803,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(48683,1803,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(48684,1803,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(48685,1803,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(48686,1803,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(48687,1803,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(48688,1803,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(48689,1803,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(48690,1803,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(48691,1803,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(48692,1803,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(48693,1803,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(48694,1803,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(48695,1803,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(48696,1803,'right_tab_7_items_list_repeater','4'),(48697,1803,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(48698,1803,'right_tab_8_contact_icon','icon-mail'),(48699,1803,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(48700,1803,'right_tab_8_contact_title','Previous conferences available upon request.'),(48701,1803,'_right_tab_8_contact_title','field_56b4001eb0921'),(48702,1803,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(48703,1803,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(48704,1803,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(48705,1803,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(48706,1803,'right_tab_8_contact_values_0_link_type','mailto:'),(48707,1803,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(48708,1803,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(48709,1803,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(48710,1803,'right_tab_8_contact_values','1'),(48711,1803,'_right_tab_8_contact_values','field_56b3fde2ce062'),(48712,1803,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(48713,1803,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(48714,1803,'third_tab_0_items_list_repeater',''),(48715,1803,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(48716,1803,'third_tab_1_contact_icon','icon-mail'),(48717,1803,'_third_tab_1_contact_icon','field_58568c5a91b24'),(48718,1803,'third_tab_1_contact_title','Previous conferences available upon request.'),(48719,1803,'_third_tab_1_contact_title','field_58568c7791b25'),(48720,1803,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(48721,1803,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(48722,1803,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(48723,1803,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(48724,1803,'third_tab_1_contact_values_0_link_type','mailto:'),(48725,1803,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(48726,1803,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(48727,1803,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(48728,1803,'third_tab_1_contact_values','1'),(48729,1803,'_third_tab_1_contact_values','field_58568c1091b1d'),(48730,1803,'third_tab_1_external_repeater_0_title',''),(48731,1803,'_third_tab_1_external_repeater_0_title','field_57f54ec49b794'),(48732,1803,'third_tab_1_external_repeater_0_details',''),(48733,1803,'_third_tab_1_external_repeater_0_details','field_57f54ec49b795'),(48734,1803,'third_tab_1_external_repeater_0_link','http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain'),(48735,1803,'_third_tab_1_external_repeater_0_link','field_57f54ec49b796'),(48736,1803,'third_tab_1_external_repeater','1'),(48737,1803,'_third_tab_1_external_repeater','field_57f54ec49b793'),(48738,1803,'third_tab_1_spacer','1'),(48739,1803,'_third_tab_1_spacer','field_57f54ec49b797'),(48740,1805,'cases_repeater_0_cases_title','- Largest Greek Bank'),(48741,1805,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(48742,1805,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(48743,1805,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(48744,1805,'cases_repeater_0_icon','icon-bullseye-small'),(48745,1805,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(48746,1805,'cases_repeater_0_cases_icon_title','Financial services'),(48747,1805,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(48748,1805,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(48749,1805,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(48750,1805,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(48751,1805,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(48752,1805,'cases_repeater_1_icon','icon-progress-small'),(48753,1805,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(48754,1805,'cases_repeater_1_cases_icon_title','Commodities'),(48755,1805,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(48756,1805,'cases_repeater','3'),(48757,1805,'_cases_repeater','field_56b25d0cd2fed'),(48758,1805,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(48759,1805,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(48760,1805,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(48761,1805,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(48762,1805,'cases_repeater_2_icon','icon-pill-small'),(48763,1805,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(48764,1805,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(48765,1805,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(48766,1805,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(48767,1805,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(48768,1805,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(48769,1805,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(48770,1805,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(48771,1805,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(48772,1805,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(48773,1805,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(48774,1805,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(48775,1805,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(48776,1805,'conferences_repeater_2_conference_place_and_date','September, 2015'),(48777,1805,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(48778,1805,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(48779,1805,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(48780,1805,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(48781,1805,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(48782,1805,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(48783,1805,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(48784,1805,'conferences_repeater_4_conference_place_and_date','May, 2015'),(48785,1805,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(48786,1805,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(48787,1805,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(48788,1805,'conferences_repeater_5_conference_place_and_date','April, 2015'),(48789,1805,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(48790,1805,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(48791,1805,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(48792,1805,'conferences_repeater_6_conference_place_and_date','January, 2015'),(48793,1805,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(48794,1805,'conferences_repeater','7'),(48795,1805,'_conferences_repeater','field_56b28bd340c44'),(48796,1805,'conferences_contact','Previous conferences available upon request'),(48797,1805,'_conferences_contact','field_56b3451c304a4'),(48798,1805,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(48799,1805,'_conferences_contact_mail','field_56b3453c304a5'),(48800,1805,'conferences_icon','icon-mail'),(48801,1805,'_conferences_icon','field_56b347cd8f381'),(48802,1805,'conferences_contact_text','Previous conferences available upon request'),(48803,1805,'_conferences_contact_text','field_56b3451c304a4'),(48804,1805,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(48805,1805,'_left_tab','field_56b36c6deeda0'),(48806,1805,'add_second_tab','1'),(48807,1805,'_add_second_tab','field_56b36ca9eeda2'),(48808,1805,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(48809,1805,'_right_tab','field_56b3fab04554d'),(48810,1805,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(48811,1805,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(48812,1805,'left_tab_0_spacer','0'),(48813,1805,'_left_tab_0_spacer','field_56b371c577c8c'),(48814,1805,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(48815,1805,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(48816,1805,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(48817,1805,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(48818,1805,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(48819,1805,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(48820,1805,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(48821,1805,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(48822,1805,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(48823,1805,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(48824,1805,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(48825,1805,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(48826,1805,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(48827,1805,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(48828,1805,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(48829,1805,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(48830,1805,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(48831,1805,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(48832,1805,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(48833,1805,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(48834,1805,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(48835,1805,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(48836,1805,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(48837,1805,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(48838,1805,'left_tab_1_cases_repeater','3'),(48839,1805,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(48840,1805,'left_tab_1_spacer','0'),(48841,1805,'_left_tab_1_spacer','field_56b3f001dbf09'),(48842,1805,'left_tab_name','Successful Transactions'),(48843,1805,'_left_tab_name','field_56b3976017dce'),(48844,1805,'right_tab_name','Case studies'),(48845,1805,'_right_tab_name','field_56b3978117dcf'),(48846,1805,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(48847,1805,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(48848,1805,'right_tab_0_spacer','1'),(48849,1805,'_right_tab_0_spacer','field_56b3fab14554f'),(48850,1805,'right_tab_2_contact_icon','icon-mail'),(48851,1805,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(48852,1805,'right_tab_2_contact_title','Previous conferences available upon request.'),(48853,1805,'_right_tab_2_contact_title','field_56b4001eb0921'),(48854,1805,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(48855,1805,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(48856,1805,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(48857,1805,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(48858,1805,'right_tab_2_contact_values_0_link_type','mailto:'),(48859,1805,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(48860,1805,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(48861,1805,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(48862,1805,'right_tab_2_contact_values','1'),(48863,1805,'_right_tab_2_contact_values','field_56b3fde2ce062'),(48864,1805,'add_third_tab','1'),(48865,1805,'_add_third_tab','field_57f54e889b77c'),(48866,1805,'third_tab_name','IB Blog'),(48867,1805,'_third_tab_name','field_57f54ea19b77d'),(48868,1805,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(48869,1805,'_third_tab','field_57f54ec39b77e'),(48870,1805,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(48871,1805,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(48872,1805,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(48873,1805,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(48874,1805,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(48875,1805,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(48876,1805,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(48877,1805,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(48878,1805,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(48879,1805,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(48880,1805,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(48881,1805,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(48882,1805,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(48883,1805,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(48884,1805,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(48885,1805,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(48886,1805,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(48887,1805,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(48888,1805,'right_tab_3_items_list_repeater','4'),(48889,1805,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(48890,1805,'right_tab_4_contact_icon','icon-mail'),(48891,1805,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(48892,1805,'right_tab_4_contact_title','Previous conferences available upon request.'),(48893,1805,'_right_tab_4_contact_title','field_56b4001eb0921'),(48894,1805,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(48895,1805,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(48896,1805,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(48897,1805,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(48898,1805,'right_tab_4_contact_values_0_link_type','mailto:'),(48899,1805,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(48900,1805,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(48901,1805,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(48902,1805,'right_tab_4_contact_values','1'),(48903,1805,'_right_tab_4_contact_values','field_56b3fde2ce062'),(48904,1805,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(48905,1805,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(48906,1805,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(48907,1805,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(48908,1805,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(48909,1805,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(48910,1805,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(48911,1805,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(48912,1805,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(48913,1805,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(48914,1805,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(48915,1805,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(48916,1805,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(48917,1805,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(48918,1805,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(48919,1805,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(48920,1805,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(48921,1805,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(48922,1805,'right_tab_5_items_list_repeater','7'),(48923,1805,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(48924,1805,'right_tab_6_contact_icon','icon-mail'),(48925,1805,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(48926,1805,'right_tab_6_contact_title','Previous conferences available upon request.'),(48927,1805,'_right_tab_6_contact_title','field_56b4001eb0921'),(48928,1805,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(48929,1805,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(48930,1805,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(48931,1805,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(48932,1805,'right_tab_6_contact_values_0_link_type','mailto:'),(48933,1805,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(48934,1805,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(48935,1805,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(48936,1805,'right_tab_6_contact_values','1'),(48937,1805,'_right_tab_6_contact_values','field_56b3fde2ce062'),(48938,1805,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\nLukas appears Capital Markets Today to discuss NPLs in the SEE\r\n\r\n<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\">Listen to Lukas Fecker discussing NPLs in the SEE with Capital Markets Today</a>\r\n\r\n '),(48939,1805,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(48940,1805,'third_tab_0_spacer','1'),(48941,1805,'_third_tab_0_spacer','field_57f54ec49b780'),(48942,1805,'third_tab_2_contact_icon','icon-mail'),(48943,1805,'_third_tab_2_contact_icon','field_58568c5a91b24'),(48944,1805,'third_tab_2_contact_title','Previous conferences available upon request.'),(48945,1805,'_third_tab_2_contact_title','field_58568c7791b25'),(48946,1805,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(48947,1805,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(48948,1805,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(48949,1805,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(48950,1805,'third_tab_2_contact_values_0_link_type','mailto:'),(48951,1805,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(48952,1805,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(48953,1805,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(48954,1805,'third_tab_2_contact_values','1'),(48955,1805,'_third_tab_2_contact_values','field_58568c1091b1d'),(48956,1805,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(48957,1805,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(48958,1805,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(48959,1805,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(48960,1805,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(48961,1805,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(48962,1805,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(48963,1805,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(48964,1805,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(48965,1805,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(48966,1805,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(48967,1805,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(48968,1805,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(48969,1805,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(48970,1805,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(48971,1805,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(48972,1805,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(48973,1805,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(48974,1805,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(48975,1805,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(48976,1805,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(48977,1805,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(48978,1805,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(48979,1805,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(48980,1805,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(48981,1805,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(48982,1805,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(48983,1805,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(48984,1805,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(48985,1805,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(48986,1805,'right_tab_7_items_list_repeater','4'),(48987,1805,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(48988,1805,'right_tab_8_contact_icon','icon-mail'),(48989,1805,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(48990,1805,'right_tab_8_contact_title','Previous conferences available upon request.'),(48991,1805,'_right_tab_8_contact_title','field_56b4001eb0921'),(48992,1805,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(48993,1805,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(48994,1805,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(48995,1805,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(48996,1805,'right_tab_8_contact_values_0_link_type','mailto:'),(48997,1805,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(48998,1805,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(48999,1805,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(49000,1805,'right_tab_8_contact_values','1'),(49001,1805,'_right_tab_8_contact_values','field_56b3fde2ce062'),(49002,1805,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(49003,1805,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(49004,1805,'third_tab_0_items_list_repeater',''),(49005,1805,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(49006,1805,'third_tab_1_contact_icon','icon-mail'),(49007,1805,'_third_tab_1_contact_icon','field_58568c5a91b24'),(49008,1805,'third_tab_1_contact_title','Previous conferences available upon request.'),(49009,1805,'_third_tab_1_contact_title','field_58568c7791b25'),(49010,1805,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(49011,1805,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(49012,1805,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(49013,1805,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(49014,1805,'third_tab_1_contact_values_0_link_type','mailto:'),(49015,1805,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(49016,1805,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(49017,1805,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(49018,1805,'third_tab_1_contact_values','1'),(49019,1805,'_third_tab_1_contact_values','field_58568c1091b1d'),(49020,64,'_oembed_9399947499f7b4b644eaa01ab4794b17','{{unknown}}'),(49021,1807,'cases_repeater_0_cases_title','- Largest Greek Bank'),(49022,1807,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(49023,1807,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(49024,1807,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(49025,1807,'cases_repeater_0_icon','icon-bullseye-small'),(49026,1807,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(49027,1807,'cases_repeater_0_cases_icon_title','Financial services'),(49028,1807,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(49029,1807,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(49030,1807,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(49031,1807,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(49032,1807,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(49033,1807,'cases_repeater_1_icon','icon-progress-small'),(49034,1807,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(49035,1807,'cases_repeater_1_cases_icon_title','Commodities'),(49036,1807,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(49037,1807,'cases_repeater','3'),(49038,1807,'_cases_repeater','field_56b25d0cd2fed'),(49039,1807,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(49040,1807,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(49041,1807,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(49042,1807,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(49043,1807,'cases_repeater_2_icon','icon-pill-small'),(49044,1807,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(49045,1807,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(49046,1807,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(49047,1807,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(49048,1807,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(49049,1807,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(49050,1807,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(49051,1807,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(49052,1807,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(49053,1807,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(49054,1807,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(49055,1807,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(49056,1807,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(49057,1807,'conferences_repeater_2_conference_place_and_date','September, 2015'),(49058,1807,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(49059,1807,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(49060,1807,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(49061,1807,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(49062,1807,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(49063,1807,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(49064,1807,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(49065,1807,'conferences_repeater_4_conference_place_and_date','May, 2015'),(49066,1807,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(49067,1807,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(49068,1807,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(49069,1807,'conferences_repeater_5_conference_place_and_date','April, 2015'),(49070,1807,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(49071,1807,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(49072,1807,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(49073,1807,'conferences_repeater_6_conference_place_and_date','January, 2015'),(49074,1807,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(49075,1807,'conferences_repeater','7'),(49076,1807,'_conferences_repeater','field_56b28bd340c44'),(49077,1807,'conferences_contact','Previous conferences available upon request'),(49078,1807,'_conferences_contact','field_56b3451c304a4'),(49079,1807,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(49080,1807,'_conferences_contact_mail','field_56b3453c304a5'),(49081,1807,'conferences_icon','icon-mail'),(49082,1807,'_conferences_icon','field_56b347cd8f381'),(49083,1807,'conferences_contact_text','Previous conferences available upon request'),(49084,1807,'_conferences_contact_text','field_56b3451c304a4'),(49085,1807,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(49086,1807,'_left_tab','field_56b36c6deeda0'),(49087,1807,'add_second_tab','1'),(49088,1807,'_add_second_tab','field_56b36ca9eeda2'),(49089,1807,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(49090,1807,'_right_tab','field_56b3fab04554d'),(49091,1807,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(49092,1807,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(49093,1807,'left_tab_0_spacer','0'),(49094,1807,'_left_tab_0_spacer','field_56b371c577c8c'),(49095,1807,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(49096,1807,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(49097,1807,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(49098,1807,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(49099,1807,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(49100,1807,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(49101,1807,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(49102,1807,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(49103,1807,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(49104,1807,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(49105,1807,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(49106,1807,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(49107,1807,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(49108,1807,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(49109,1807,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(49110,1807,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(49111,1807,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(49112,1807,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(49113,1807,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(49114,1807,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(49115,1807,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(49116,1807,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(49117,1807,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(49118,1807,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(49119,1807,'left_tab_1_cases_repeater','3'),(49120,1807,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(49121,1807,'left_tab_1_spacer','0'),(49122,1807,'_left_tab_1_spacer','field_56b3f001dbf09'),(49123,1807,'left_tab_name','Successful Transactions'),(49124,1807,'_left_tab_name','field_56b3976017dce'),(49125,1807,'right_tab_name','Case studies'),(49126,1807,'_right_tab_name','field_56b3978117dcf'),(49127,1807,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(49128,1807,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(49129,1807,'right_tab_0_spacer','1'),(49130,1807,'_right_tab_0_spacer','field_56b3fab14554f'),(49131,1807,'right_tab_2_contact_icon','icon-mail'),(49132,1807,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(49133,1807,'right_tab_2_contact_title','Previous conferences available upon request.'),(49134,1807,'_right_tab_2_contact_title','field_56b4001eb0921'),(49135,1807,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(49136,1807,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(49137,1807,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(49138,1807,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(49139,1807,'right_tab_2_contact_values_0_link_type','mailto:'),(49140,1807,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(49141,1807,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(49142,1807,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(49143,1807,'right_tab_2_contact_values','1'),(49144,1807,'_right_tab_2_contact_values','field_56b3fde2ce062'),(49145,1807,'add_third_tab','1'),(49146,1807,'_add_third_tab','field_57f54e889b77c'),(49147,1807,'third_tab_name','IB Blog'),(49148,1807,'_third_tab_name','field_57f54ea19b77d'),(49149,1807,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(49150,1807,'_third_tab','field_57f54ec39b77e'),(49151,1807,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(49152,1807,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(49153,1807,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(49154,1807,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(49155,1807,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(49156,1807,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(49157,1807,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(49158,1807,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(49159,1807,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(49160,1807,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(49161,1807,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(49162,1807,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(49163,1807,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(49164,1807,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(49165,1807,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(49166,1807,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(49167,1807,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(49168,1807,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(49169,1807,'right_tab_3_items_list_repeater','4'),(49170,1807,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(49171,1807,'right_tab_4_contact_icon','icon-mail'),(49172,1807,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(49173,1807,'right_tab_4_contact_title','Previous conferences available upon request.'),(49174,1807,'_right_tab_4_contact_title','field_56b4001eb0921'),(49175,1807,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(49176,1807,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(49177,1807,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(49178,1807,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(49179,1807,'right_tab_4_contact_values_0_link_type','mailto:'),(49180,1807,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(49181,1807,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(49182,1807,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(49183,1807,'right_tab_4_contact_values','1'),(49184,1807,'_right_tab_4_contact_values','field_56b3fde2ce062'),(49185,1807,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(49186,1807,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(49187,1807,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(49188,1807,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(49189,1807,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(49190,1807,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(49191,1807,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(49192,1807,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(49193,1807,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(49194,1807,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(49195,1807,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(49196,1807,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(49197,1807,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(49198,1807,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(49199,1807,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(49200,1807,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(49201,1807,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(49202,1807,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(49203,1807,'right_tab_5_items_list_repeater','7'),(49204,1807,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(49205,1807,'right_tab_6_contact_icon','icon-mail'),(49206,1807,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(49207,1807,'right_tab_6_contact_title','Previous conferences available upon request.'),(49208,1807,'_right_tab_6_contact_title','field_56b4001eb0921'),(49209,1807,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(49210,1807,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(49211,1807,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(49212,1807,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(49213,1807,'right_tab_6_contact_values_0_link_type','mailto:'),(49214,1807,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(49215,1807,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(49216,1807,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(49217,1807,'right_tab_6_contact_values','1'),(49218,1807,'_right_tab_6_contact_values','field_56b3fde2ce062'),(49219,1807,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\nLukas appears Capital Markets Today to discuss NPLs in the SEE\r\n\r\n<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\">Listen to Lukas Fecker discussing NPLs in the SEE with Capital Markets Today</a>\r\n\r\nhttp://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\r\n\r\n \r\n\r\n '),(49220,1807,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(49221,1807,'third_tab_0_spacer','1'),(49222,1807,'_third_tab_0_spacer','field_57f54ec49b780'),(49223,1807,'third_tab_2_contact_icon','icon-mail'),(49224,1807,'_third_tab_2_contact_icon','field_58568c5a91b24'),(49225,1807,'third_tab_2_contact_title','Previous conferences available upon request.'),(49226,1807,'_third_tab_2_contact_title','field_58568c7791b25'),(49227,1807,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(49228,1807,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(49229,1807,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(49230,1807,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(49231,1807,'third_tab_2_contact_values_0_link_type','mailto:'),(49232,1807,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(49233,1807,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(49234,1807,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(49235,1807,'third_tab_2_contact_values','1'),(49236,1807,'_third_tab_2_contact_values','field_58568c1091b1d'),(49237,1807,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(49238,1807,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(49239,1807,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(49240,1807,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(49241,1807,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(49242,1807,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(49243,1807,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(49244,1807,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(49245,1807,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(49246,1807,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(49247,1807,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(49248,1807,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(49249,1807,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(49250,1807,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(49251,1807,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(49252,1807,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(49253,1807,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(49254,1807,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(49255,1807,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(49256,1807,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(49257,1807,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(49258,1807,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(49259,1807,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(49260,1807,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(49261,1807,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(49262,1807,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(49263,1807,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(49264,1807,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(49265,1807,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(49266,1807,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(49267,1807,'right_tab_7_items_list_repeater','4'),(49268,1807,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(49269,1807,'right_tab_8_contact_icon','icon-mail'),(49270,1807,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(49271,1807,'right_tab_8_contact_title','Previous conferences available upon request.'),(49272,1807,'_right_tab_8_contact_title','field_56b4001eb0921'),(49273,1807,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(49274,1807,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(49275,1807,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(49276,1807,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(49277,1807,'right_tab_8_contact_values_0_link_type','mailto:'),(49278,1807,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(49279,1807,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(49280,1807,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(49281,1807,'right_tab_8_contact_values','1'),(49282,1807,'_right_tab_8_contact_values','field_56b3fde2ce062'),(49283,1807,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(49284,1807,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(49285,1807,'third_tab_0_items_list_repeater',''),(49286,1807,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(49287,1807,'third_tab_1_contact_icon','icon-mail'),(49288,1807,'_third_tab_1_contact_icon','field_58568c5a91b24'),(49289,1807,'third_tab_1_contact_title','Previous conferences available upon request.'),(49290,1807,'_third_tab_1_contact_title','field_58568c7791b25'),(49291,1807,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(49292,1807,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(49293,1807,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(49294,1807,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(49295,1807,'third_tab_1_contact_values_0_link_type','mailto:'),(49296,1807,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(49297,1807,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(49298,1807,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(49299,1807,'third_tab_1_contact_values','1'),(49300,1807,'_third_tab_1_contact_values','field_58568c1091b1d'),(49301,1808,'cases_repeater_0_cases_title','- Largest Greek Bank'),(49302,1808,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(49303,1808,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(49304,1808,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(49305,1808,'cases_repeater_0_icon','icon-bullseye-small'),(49306,1808,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(49307,1808,'cases_repeater_0_cases_icon_title','Financial services'),(49308,1808,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(49309,1808,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(49310,1808,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(49311,1808,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(49312,1808,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(49313,1808,'cases_repeater_1_icon','icon-progress-small'),(49314,1808,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(49315,1808,'cases_repeater_1_cases_icon_title','Commodities'),(49316,1808,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(49317,1808,'cases_repeater','3'),(49318,1808,'_cases_repeater','field_56b25d0cd2fed'),(49319,1808,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(49320,1808,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(49321,1808,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(49322,1808,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(49323,1808,'cases_repeater_2_icon','icon-pill-small'),(49324,1808,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(49325,1808,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(49326,1808,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(49327,1808,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(49328,1808,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(49329,1808,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(49330,1808,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(49331,1808,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(49332,1808,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(49333,1808,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(49334,1808,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(49335,1808,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(49336,1808,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(49337,1808,'conferences_repeater_2_conference_place_and_date','September, 2015'),(49338,1808,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(49339,1808,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(49340,1808,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(49341,1808,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(49342,1808,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(49343,1808,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(49344,1808,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(49345,1808,'conferences_repeater_4_conference_place_and_date','May, 2015'),(49346,1808,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(49347,1808,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(49348,1808,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(49349,1808,'conferences_repeater_5_conference_place_and_date','April, 2015'),(49350,1808,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(49351,1808,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(49352,1808,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(49353,1808,'conferences_repeater_6_conference_place_and_date','January, 2015'),(49354,1808,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(49355,1808,'conferences_repeater','7'),(49356,1808,'_conferences_repeater','field_56b28bd340c44'),(49357,1808,'conferences_contact','Previous conferences available upon request'),(49358,1808,'_conferences_contact','field_56b3451c304a4'),(49359,1808,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(49360,1808,'_conferences_contact_mail','field_56b3453c304a5'),(49361,1808,'conferences_icon','icon-mail'),(49362,1808,'_conferences_icon','field_56b347cd8f381'),(49363,1808,'conferences_contact_text','Previous conferences available upon request'),(49364,1808,'_conferences_contact_text','field_56b3451c304a4'),(49365,1808,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(49366,1808,'_left_tab','field_56b36c6deeda0'),(49367,1808,'add_second_tab','1'),(49368,1808,'_add_second_tab','field_56b36ca9eeda2'),(49369,1808,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(49370,1808,'_right_tab','field_56b3fab04554d'),(49371,1808,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(49372,1808,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(49373,1808,'left_tab_0_spacer','0'),(49374,1808,'_left_tab_0_spacer','field_56b371c577c8c'),(49375,1808,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(49376,1808,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(49377,1808,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(49378,1808,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(49379,1808,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(49380,1808,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(49381,1808,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(49382,1808,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(49383,1808,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(49384,1808,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(49385,1808,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(49386,1808,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(49387,1808,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(49388,1808,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(49389,1808,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(49390,1808,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(49391,1808,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(49392,1808,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(49393,1808,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(49394,1808,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(49395,1808,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(49396,1808,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(49397,1808,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(49398,1808,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(49399,1808,'left_tab_1_cases_repeater','3'),(49400,1808,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(49401,1808,'left_tab_1_spacer','0'),(49402,1808,'_left_tab_1_spacer','field_56b3f001dbf09'),(49403,1808,'left_tab_name','Successful Transactions'),(49404,1808,'_left_tab_name','field_56b3976017dce'),(49405,1808,'right_tab_name','Case studies'),(49406,1808,'_right_tab_name','field_56b3978117dcf'),(49407,1808,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(49408,1808,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(49409,1808,'right_tab_0_spacer','1'),(49410,1808,'_right_tab_0_spacer','field_56b3fab14554f'),(49411,1808,'right_tab_2_contact_icon','icon-mail'),(49412,1808,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(49413,1808,'right_tab_2_contact_title','Previous conferences available upon request.'),(49414,1808,'_right_tab_2_contact_title','field_56b4001eb0921'),(49415,1808,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(49416,1808,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(49417,1808,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(49418,1808,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(49419,1808,'right_tab_2_contact_values_0_link_type','mailto:'),(49420,1808,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(49421,1808,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(49422,1808,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(49423,1808,'right_tab_2_contact_values','1'),(49424,1808,'_right_tab_2_contact_values','field_56b3fde2ce062'),(49425,1808,'add_third_tab','1'),(49426,1808,'_add_third_tab','field_57f54e889b77c'),(49427,1808,'third_tab_name','IB Blog'),(49428,1808,'_third_tab_name','field_57f54ea19b77d'),(49429,1808,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(49430,1808,'_third_tab','field_57f54ec39b77e'),(49431,1808,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(49432,1808,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(49433,1808,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(49434,1808,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(49435,1808,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(49436,1808,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(49437,1808,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(49438,1808,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(49439,1808,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(49440,1808,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(49441,1808,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(49442,1808,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(49443,1808,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(49444,1808,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(49445,1808,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(49446,1808,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(49447,1808,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(49448,1808,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(49449,1808,'right_tab_3_items_list_repeater','4'),(49450,1808,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(49451,1808,'right_tab_4_contact_icon','icon-mail'),(49452,1808,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(49453,1808,'right_tab_4_contact_title','Previous conferences available upon request.'),(49454,1808,'_right_tab_4_contact_title','field_56b4001eb0921'),(49455,1808,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(49456,1808,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(49457,1808,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(49458,1808,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(49459,1808,'right_tab_4_contact_values_0_link_type','mailto:'),(49460,1808,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(49461,1808,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(49462,1808,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(49463,1808,'right_tab_4_contact_values','1'),(49464,1808,'_right_tab_4_contact_values','field_56b3fde2ce062'),(49465,1808,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(49466,1808,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(49467,1808,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(49468,1808,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(49469,1808,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(49470,1808,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(49471,1808,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(49472,1808,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(49473,1808,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(49474,1808,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(49475,1808,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(49476,1808,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(49477,1808,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(49478,1808,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(49479,1808,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(49480,1808,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(49481,1808,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(49482,1808,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(49483,1808,'right_tab_5_items_list_repeater','7'),(49484,1808,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(49485,1808,'right_tab_6_contact_icon','icon-mail'),(49486,1808,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(49487,1808,'right_tab_6_contact_title','Previous conferences available upon request.'),(49488,1808,'_right_tab_6_contact_title','field_56b4001eb0921'),(49489,1808,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(49490,1808,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(49491,1808,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(49492,1808,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(49493,1808,'right_tab_6_contact_values_0_link_type','mailto:'),(49494,1808,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(49495,1808,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(49496,1808,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(49497,1808,'right_tab_6_contact_values','1'),(49498,1808,'_right_tab_6_contact_values','field_56b3fde2ce062'),(49499,1808,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\nLukas appears Capital Markets Today to discuss NPLs in the SEE\r\n\r\n<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\">Listen to Lukas Fecker discussing NPLs in the SEE with Capital Markets Today</a>\r\n\r\n \r\n\r\n \r\n\r\n '),(49500,1808,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(49501,1808,'third_tab_0_spacer','1'),(49502,1808,'_third_tab_0_spacer','field_57f54ec49b780'),(49503,1808,'third_tab_2_contact_icon','icon-mail'),(49504,1808,'_third_tab_2_contact_icon','field_58568c5a91b24'),(49505,1808,'third_tab_2_contact_title','Previous conferences available upon request.'),(49506,1808,'_third_tab_2_contact_title','field_58568c7791b25'),(49507,1808,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(49508,1808,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(49509,1808,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(49510,1808,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(49511,1808,'third_tab_2_contact_values_0_link_type','mailto:'),(49512,1808,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(49513,1808,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(49514,1808,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(49515,1808,'third_tab_2_contact_values','1'),(49516,1808,'_third_tab_2_contact_values','field_58568c1091b1d'),(49517,1808,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(49518,1808,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(49519,1808,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(49520,1808,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(49521,1808,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(49522,1808,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(49523,1808,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(49524,1808,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(49525,1808,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(49526,1808,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(49527,1808,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(49528,1808,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(49529,1808,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(49530,1808,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(49531,1808,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(49532,1808,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(49533,1808,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(49534,1808,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(49535,1808,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(49536,1808,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(49537,1808,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(49538,1808,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(49539,1808,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(49540,1808,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(49541,1808,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(49542,1808,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(49543,1808,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(49544,1808,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(49545,1808,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(49546,1808,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(49547,1808,'right_tab_7_items_list_repeater','4'),(49548,1808,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(49549,1808,'right_tab_8_contact_icon','icon-mail'),(49550,1808,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(49551,1808,'right_tab_8_contact_title','Previous conferences available upon request.'),(49552,1808,'_right_tab_8_contact_title','field_56b4001eb0921'),(49553,1808,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(49554,1808,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(49555,1808,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(49556,1808,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(49557,1808,'right_tab_8_contact_values_0_link_type','mailto:'),(49558,1808,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(49559,1808,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(49560,1808,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(49561,1808,'right_tab_8_contact_values','1'),(49562,1808,'_right_tab_8_contact_values','field_56b3fde2ce062'),(49563,1808,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(49564,1808,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(49565,1808,'third_tab_0_items_list_repeater',''),(49566,1808,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(49567,1808,'third_tab_1_contact_icon','icon-mail'),(49568,1808,'_third_tab_1_contact_icon','field_58568c5a91b24'),(49569,1808,'third_tab_1_contact_title','Previous conferences available upon request.'),(49570,1808,'_third_tab_1_contact_title','field_58568c7791b25'),(49571,1808,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(49572,1808,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(49573,1808,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(49574,1808,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(49575,1808,'third_tab_1_contact_values_0_link_type','mailto:'),(49576,1808,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(49577,1808,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(49578,1808,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(49579,1808,'third_tab_1_contact_values','1'),(49580,1808,'_third_tab_1_contact_values','field_58568c1091b1d'),(49581,1809,'cases_repeater_0_cases_title','- Largest Greek Bank'),(49582,1809,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(49583,1809,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(49584,1809,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(49585,1809,'cases_repeater_0_icon','icon-bullseye-small'),(49586,1809,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(49587,1809,'cases_repeater_0_cases_icon_title','Financial services'),(49588,1809,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(49589,1809,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(49590,1809,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(49591,1809,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(49592,1809,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(49593,1809,'cases_repeater_1_icon','icon-progress-small'),(49594,1809,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(49595,1809,'cases_repeater_1_cases_icon_title','Commodities'),(49596,1809,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(49597,1809,'cases_repeater','3'),(49598,1809,'_cases_repeater','field_56b25d0cd2fed'),(49599,1809,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(49600,1809,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(49601,1809,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(49602,1809,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(49603,1809,'cases_repeater_2_icon','icon-pill-small'),(49604,1809,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(49605,1809,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(49606,1809,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(49607,1809,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(49608,1809,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(49609,1809,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(49610,1809,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(49611,1809,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(49612,1809,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(49613,1809,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(49614,1809,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(49615,1809,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(49616,1809,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(49617,1809,'conferences_repeater_2_conference_place_and_date','September, 2015'),(49618,1809,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(49619,1809,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(49620,1809,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'); INSERT INTO `wp_postmeta` VALUES (49621,1809,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(49622,1809,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(49623,1809,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(49624,1809,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(49625,1809,'conferences_repeater_4_conference_place_and_date','May, 2015'),(49626,1809,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(49627,1809,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(49628,1809,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(49629,1809,'conferences_repeater_5_conference_place_and_date','April, 2015'),(49630,1809,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(49631,1809,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(49632,1809,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(49633,1809,'conferences_repeater_6_conference_place_and_date','January, 2015'),(49634,1809,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(49635,1809,'conferences_repeater','7'),(49636,1809,'_conferences_repeater','field_56b28bd340c44'),(49637,1809,'conferences_contact','Previous conferences available upon request'),(49638,1809,'_conferences_contact','field_56b3451c304a4'),(49639,1809,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(49640,1809,'_conferences_contact_mail','field_56b3453c304a5'),(49641,1809,'conferences_icon','icon-mail'),(49642,1809,'_conferences_icon','field_56b347cd8f381'),(49643,1809,'conferences_contact_text','Previous conferences available upon request'),(49644,1809,'_conferences_contact_text','field_56b3451c304a4'),(49645,1809,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(49646,1809,'_left_tab','field_56b36c6deeda0'),(49647,1809,'add_second_tab','1'),(49648,1809,'_add_second_tab','field_56b36ca9eeda2'),(49649,1809,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(49650,1809,'_right_tab','field_56b3fab04554d'),(49651,1809,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(49652,1809,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(49653,1809,'left_tab_0_spacer','0'),(49654,1809,'_left_tab_0_spacer','field_56b371c577c8c'),(49655,1809,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(49656,1809,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(49657,1809,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(49658,1809,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(49659,1809,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(49660,1809,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(49661,1809,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(49662,1809,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(49663,1809,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(49664,1809,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(49665,1809,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(49666,1809,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(49667,1809,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(49668,1809,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(49669,1809,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(49670,1809,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(49671,1809,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(49672,1809,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(49673,1809,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(49674,1809,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(49675,1809,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(49676,1809,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(49677,1809,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(49678,1809,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(49679,1809,'left_tab_1_cases_repeater','3'),(49680,1809,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(49681,1809,'left_tab_1_spacer','0'),(49682,1809,'_left_tab_1_spacer','field_56b3f001dbf09'),(49683,1809,'left_tab_name','Successful Transactions'),(49684,1809,'_left_tab_name','field_56b3976017dce'),(49685,1809,'right_tab_name','Case studies'),(49686,1809,'_right_tab_name','field_56b3978117dcf'),(49687,1809,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(49688,1809,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(49689,1809,'right_tab_0_spacer','1'),(49690,1809,'_right_tab_0_spacer','field_56b3fab14554f'),(49691,1809,'right_tab_2_contact_icon','icon-mail'),(49692,1809,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(49693,1809,'right_tab_2_contact_title','Previous conferences available upon request.'),(49694,1809,'_right_tab_2_contact_title','field_56b4001eb0921'),(49695,1809,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(49696,1809,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(49697,1809,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(49698,1809,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(49699,1809,'right_tab_2_contact_values_0_link_type','mailto:'),(49700,1809,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(49701,1809,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(49702,1809,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(49703,1809,'right_tab_2_contact_values','1'),(49704,1809,'_right_tab_2_contact_values','field_56b3fde2ce062'),(49705,1809,'add_third_tab','1'),(49706,1809,'_add_third_tab','field_57f54e889b77c'),(49707,1809,'third_tab_name','IB Blog'),(49708,1809,'_third_tab_name','field_57f54ea19b77d'),(49709,1809,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(49710,1809,'_third_tab','field_57f54ec39b77e'),(49711,1809,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(49712,1809,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(49713,1809,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(49714,1809,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(49715,1809,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(49716,1809,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(49717,1809,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(49718,1809,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(49719,1809,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(49720,1809,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(49721,1809,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(49722,1809,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(49723,1809,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(49724,1809,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(49725,1809,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(49726,1809,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(49727,1809,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(49728,1809,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(49729,1809,'right_tab_3_items_list_repeater','4'),(49730,1809,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(49731,1809,'right_tab_4_contact_icon','icon-mail'),(49732,1809,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(49733,1809,'right_tab_4_contact_title','Previous conferences available upon request.'),(49734,1809,'_right_tab_4_contact_title','field_56b4001eb0921'),(49735,1809,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(49736,1809,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(49737,1809,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(49738,1809,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(49739,1809,'right_tab_4_contact_values_0_link_type','mailto:'),(49740,1809,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(49741,1809,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(49742,1809,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(49743,1809,'right_tab_4_contact_values','1'),(49744,1809,'_right_tab_4_contact_values','field_56b3fde2ce062'),(49745,1809,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(49746,1809,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(49747,1809,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(49748,1809,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(49749,1809,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(49750,1809,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(49751,1809,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(49752,1809,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(49753,1809,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(49754,1809,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(49755,1809,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(49756,1809,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(49757,1809,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(49758,1809,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(49759,1809,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(49760,1809,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(49761,1809,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(49762,1809,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(49763,1809,'right_tab_5_items_list_repeater','7'),(49764,1809,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(49765,1809,'right_tab_6_contact_icon','icon-mail'),(49766,1809,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(49767,1809,'right_tab_6_contact_title','Previous conferences available upon request.'),(49768,1809,'_right_tab_6_contact_title','field_56b4001eb0921'),(49769,1809,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(49770,1809,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(49771,1809,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(49772,1809,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(49773,1809,'right_tab_6_contact_values_0_link_type','mailto:'),(49774,1809,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(49775,1809,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(49776,1809,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(49777,1809,'right_tab_6_contact_values','1'),(49778,1809,'_right_tab_6_contact_values','field_56b3fde2ce062'),(49779,1809,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\nLukas appears on Capital Markets Today to discuss NPLs in the SEE: <a href=\"http://innovationbrain.com/?page_id=64&lang=en\" target=\"_blank\">Listen to Lukas Fecker discussing NPLs in the SEE with Capital Markets Today</a>\r\n\r\n \r\n\r\n \r\n\r\n '),(49780,1809,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(49781,1809,'third_tab_0_spacer','1'),(49782,1809,'_third_tab_0_spacer','field_57f54ec49b780'),(49783,1809,'third_tab_2_contact_icon','icon-mail'),(49784,1809,'_third_tab_2_contact_icon','field_58568c5a91b24'),(49785,1809,'third_tab_2_contact_title','Previous conferences available upon request.'),(49786,1809,'_third_tab_2_contact_title','field_58568c7791b25'),(49787,1809,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(49788,1809,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(49789,1809,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(49790,1809,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(49791,1809,'third_tab_2_contact_values_0_link_type','mailto:'),(49792,1809,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(49793,1809,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(49794,1809,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(49795,1809,'third_tab_2_contact_values','1'),(49796,1809,'_third_tab_2_contact_values','field_58568c1091b1d'),(49797,1809,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(49798,1809,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(49799,1809,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(49800,1809,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(49801,1809,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(49802,1809,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(49803,1809,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(49804,1809,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(49805,1809,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(49806,1809,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(49807,1809,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(49808,1809,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(49809,1809,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(49810,1809,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(49811,1809,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(49812,1809,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(49813,1809,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(49814,1809,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(49815,1809,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(49816,1809,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(49817,1809,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(49818,1809,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(49819,1809,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(49820,1809,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(49821,1809,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(49822,1809,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(49823,1809,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(49824,1809,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(49825,1809,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(49826,1809,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(49827,1809,'right_tab_7_items_list_repeater','4'),(49828,1809,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(49829,1809,'right_tab_8_contact_icon','icon-mail'),(49830,1809,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(49831,1809,'right_tab_8_contact_title','Previous conferences available upon request.'),(49832,1809,'_right_tab_8_contact_title','field_56b4001eb0921'),(49833,1809,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(49834,1809,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(49835,1809,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(49836,1809,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(49837,1809,'right_tab_8_contact_values_0_link_type','mailto:'),(49838,1809,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(49839,1809,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(49840,1809,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(49841,1809,'right_tab_8_contact_values','1'),(49842,1809,'_right_tab_8_contact_values','field_56b3fde2ce062'),(49843,1809,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(49844,1809,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(49845,1809,'third_tab_0_items_list_repeater',''),(49846,1809,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(49847,1809,'third_tab_1_contact_icon','icon-mail'),(49848,1809,'_third_tab_1_contact_icon','field_58568c5a91b24'),(49849,1809,'third_tab_1_contact_title','Previous conferences available upon request.'),(49850,1809,'_third_tab_1_contact_title','field_58568c7791b25'),(49851,1809,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(49852,1809,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(49853,1809,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(49854,1809,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(49855,1809,'third_tab_1_contact_values_0_link_type','mailto:'),(49856,1809,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(49857,1809,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(49858,1809,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(49859,1809,'third_tab_1_contact_values','1'),(49860,1809,'_third_tab_1_contact_values','field_58568c1091b1d'),(49917,1811,'cases_repeater_0_cases_title','- Largest Greek Bank'),(49918,1811,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(49919,1811,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(49920,1811,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(49921,1811,'cases_repeater_0_icon','icon-bullseye-small'),(49922,1811,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(49923,1811,'cases_repeater_0_cases_icon_title','Financial services'),(49924,1811,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(49925,1811,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(49926,1811,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(49927,1811,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(49928,1811,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(49929,1811,'cases_repeater_1_icon','icon-progress-small'),(49930,1811,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(49931,1811,'cases_repeater_1_cases_icon_title','Commodities'),(49932,1811,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(49933,1811,'cases_repeater','3'),(49934,1811,'_cases_repeater','field_56b25d0cd2fed'),(49935,1811,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(49936,1811,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(49937,1811,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(49938,1811,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(49939,1811,'cases_repeater_2_icon','icon-pill-small'),(49940,1811,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(49941,1811,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(49942,1811,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(49943,1811,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(49944,1811,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(49945,1811,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(49946,1811,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(49947,1811,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(49948,1811,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(49949,1811,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(49950,1811,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(49951,1811,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(49952,1811,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(49953,1811,'conferences_repeater_2_conference_place_and_date','September, 2015'),(49954,1811,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(49955,1811,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(49956,1811,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(49957,1811,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(49958,1811,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(49959,1811,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(49960,1811,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(49961,1811,'conferences_repeater_4_conference_place_and_date','May, 2015'),(49962,1811,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(49963,1811,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(49964,1811,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(49965,1811,'conferences_repeater_5_conference_place_and_date','April, 2015'),(49966,1811,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(49967,1811,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(49968,1811,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(49969,1811,'conferences_repeater_6_conference_place_and_date','January, 2015'),(49970,1811,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(49971,1811,'conferences_repeater','7'),(49972,1811,'_conferences_repeater','field_56b28bd340c44'),(49973,1811,'conferences_contact','Previous conferences available upon request'),(49974,1811,'_conferences_contact','field_56b3451c304a4'),(49975,1811,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(49976,1811,'_conferences_contact_mail','field_56b3453c304a5'),(49977,1811,'conferences_icon','icon-mail'),(49978,1811,'_conferences_icon','field_56b347cd8f381'),(49979,1811,'conferences_contact_text','Previous conferences available upon request'),(49980,1811,'_conferences_contact_text','field_56b3451c304a4'),(49981,1811,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(49982,1811,'_left_tab','field_56b36c6deeda0'),(49983,1811,'add_second_tab','1'),(49984,1811,'_add_second_tab','field_56b36ca9eeda2'),(49985,1811,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(49986,1811,'_right_tab','field_56b3fab04554d'),(49987,1811,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(49988,1811,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(49989,1811,'left_tab_0_spacer','0'),(49990,1811,'_left_tab_0_spacer','field_56b371c577c8c'),(49991,1811,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(49992,1811,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(49993,1811,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(49994,1811,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(49995,1811,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(49996,1811,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(49997,1811,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(49998,1811,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(49999,1811,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(50000,1811,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(50001,1811,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(50002,1811,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(50003,1811,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(50004,1811,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(50005,1811,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(50006,1811,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(50007,1811,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(50008,1811,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(50009,1811,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(50010,1811,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(50011,1811,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(50012,1811,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(50013,1811,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(50014,1811,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(50015,1811,'left_tab_1_cases_repeater','3'),(50016,1811,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(50017,1811,'left_tab_1_spacer','0'),(50018,1811,'_left_tab_1_spacer','field_56b3f001dbf09'),(50019,1811,'left_tab_name','Successful Transactions'),(50020,1811,'_left_tab_name','field_56b3976017dce'),(50021,1811,'right_tab_name','Case studies'),(50022,1811,'_right_tab_name','field_56b3978117dcf'),(50023,1811,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(50024,1811,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(50025,1811,'right_tab_0_spacer','1'),(50026,1811,'_right_tab_0_spacer','field_56b3fab14554f'),(50027,1811,'right_tab_2_contact_icon','icon-mail'),(50028,1811,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(50029,1811,'right_tab_2_contact_title','Previous conferences available upon request.'),(50030,1811,'_right_tab_2_contact_title','field_56b4001eb0921'),(50031,1811,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(50032,1811,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(50033,1811,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(50034,1811,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(50035,1811,'right_tab_2_contact_values_0_link_type','mailto:'),(50036,1811,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(50037,1811,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(50038,1811,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(50039,1811,'right_tab_2_contact_values','1'),(50040,1811,'_right_tab_2_contact_values','field_56b3fde2ce062'),(50041,1811,'add_third_tab','1'),(50042,1811,'_add_third_tab','field_57f54e889b77c'),(50043,1811,'third_tab_name','IB Blog'),(50044,1811,'_third_tab_name','field_57f54ea19b77d'),(50045,1811,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(50046,1811,'_third_tab','field_57f54ec39b77e'),(50047,1811,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(50048,1811,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(50049,1811,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(50050,1811,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(50051,1811,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(50052,1811,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(50053,1811,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(50054,1811,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(50055,1811,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(50056,1811,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(50057,1811,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(50058,1811,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(50059,1811,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(50060,1811,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(50061,1811,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(50062,1811,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(50063,1811,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(50064,1811,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(50065,1811,'right_tab_3_items_list_repeater','4'),(50066,1811,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(50067,1811,'right_tab_4_contact_icon','icon-mail'),(50068,1811,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(50069,1811,'right_tab_4_contact_title','Previous conferences available upon request.'),(50070,1811,'_right_tab_4_contact_title','field_56b4001eb0921'),(50071,1811,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(50072,1811,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(50073,1811,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(50074,1811,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(50075,1811,'right_tab_4_contact_values_0_link_type','mailto:'),(50076,1811,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(50077,1811,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(50078,1811,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(50079,1811,'right_tab_4_contact_values','1'),(50080,1811,'_right_tab_4_contact_values','field_56b3fde2ce062'),(50081,1811,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(50082,1811,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(50083,1811,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(50084,1811,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(50085,1811,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(50086,1811,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(50087,1811,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(50088,1811,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(50089,1811,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(50090,1811,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(50091,1811,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(50092,1811,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(50093,1811,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(50094,1811,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(50095,1811,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(50096,1811,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(50097,1811,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(50098,1811,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(50099,1811,'right_tab_5_items_list_repeater','7'),(50100,1811,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(50101,1811,'right_tab_6_contact_icon','icon-mail'),(50102,1811,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(50103,1811,'right_tab_6_contact_title','Previous conferences available upon request.'),(50104,1811,'_right_tab_6_contact_title','field_56b4001eb0921'),(50105,1811,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(50106,1811,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(50107,1811,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(50108,1811,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(50109,1811,'right_tab_6_contact_values_0_link_type','mailto:'),(50110,1811,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(50111,1811,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(50112,1811,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(50113,1811,'right_tab_6_contact_values','1'),(50114,1811,'_right_tab_6_contact_values','field_56b3fde2ce062'),(50115,1811,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\nLukas appears on Capital Markets Today to discuss NPLs in the SEE: <a href=\"http://innovationbrain.com/?page_id=64&lang=en\" target=\"_blank\">Lukas appears on Capital Markets Today to discuss NPLs in the SEE:</a>\r\n\r\n \r\n\r\n \r\n\r\n '),(50116,1811,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(50117,1811,'third_tab_0_spacer','1'),(50118,1811,'_third_tab_0_spacer','field_57f54ec49b780'),(50119,1811,'third_tab_2_contact_icon','icon-mail'),(50120,1811,'_third_tab_2_contact_icon','field_58568c5a91b24'),(50121,1811,'third_tab_2_contact_title','Previous conferences available upon request.'),(50122,1811,'_third_tab_2_contact_title','field_58568c7791b25'),(50123,1811,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(50124,1811,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(50125,1811,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(50126,1811,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(50127,1811,'third_tab_2_contact_values_0_link_type','mailto:'),(50128,1811,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(50129,1811,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(50130,1811,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(50131,1811,'third_tab_2_contact_values','1'),(50132,1811,'_third_tab_2_contact_values','field_58568c1091b1d'),(50133,1811,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(50134,1811,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(50135,1811,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(50136,1811,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(50137,1811,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(50138,1811,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(50139,1811,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(50140,1811,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(50141,1811,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(50142,1811,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(50143,1811,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(50144,1811,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(50145,1811,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(50146,1811,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(50147,1811,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(50148,1811,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(50149,1811,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(50150,1811,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(50151,1811,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(50152,1811,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(50153,1811,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(50154,1811,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(50155,1811,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(50156,1811,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(50157,1811,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(50158,1811,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(50159,1811,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(50160,1811,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(50161,1811,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(50162,1811,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(50163,1811,'right_tab_7_items_list_repeater','4'),(50164,1811,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(50165,1811,'right_tab_8_contact_icon','icon-mail'),(50166,1811,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(50167,1811,'right_tab_8_contact_title','Previous conferences available upon request.'),(50168,1811,'_right_tab_8_contact_title','field_56b4001eb0921'),(50169,1811,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(50170,1811,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(50171,1811,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(50172,1811,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(50173,1811,'right_tab_8_contact_values_0_link_type','mailto:'),(50174,1811,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(50175,1811,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(50176,1811,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(50177,1811,'right_tab_8_contact_values','1'),(50178,1811,'_right_tab_8_contact_values','field_56b3fde2ce062'),(50179,1811,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(50180,1811,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(50181,1811,'third_tab_0_items_list_repeater',''),(50182,1811,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(50183,1811,'third_tab_1_contact_icon','icon-mail'),(50184,1811,'_third_tab_1_contact_icon','field_58568c5a91b24'),(50185,1811,'third_tab_1_contact_title','Previous conferences available upon request.'),(50186,1811,'_third_tab_1_contact_title','field_58568c7791b25'),(50187,1811,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(50188,1811,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(50189,1811,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(50190,1811,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(50191,1811,'third_tab_1_contact_values_0_link_type','mailto:'),(50192,1811,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(50193,1811,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(50194,1811,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(50195,1811,'third_tab_1_contact_values','1'),(50196,1811,'_third_tab_1_contact_values','field_58568c1091b1d'),(50197,1812,'cases_repeater_0_cases_title','- Largest Greek Bank'),(50198,1812,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(50199,1812,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(50200,1812,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(50201,1812,'cases_repeater_0_icon','icon-bullseye-small'),(50202,1812,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(50203,1812,'cases_repeater_0_cases_icon_title','Financial services'),(50204,1812,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(50205,1812,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(50206,1812,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(50207,1812,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(50208,1812,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(50209,1812,'cases_repeater_1_icon','icon-progress-small'),(50210,1812,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(50211,1812,'cases_repeater_1_cases_icon_title','Commodities'),(50212,1812,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(50213,1812,'cases_repeater','3'),(50214,1812,'_cases_repeater','field_56b25d0cd2fed'),(50215,1812,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(50216,1812,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(50217,1812,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(50218,1812,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(50219,1812,'cases_repeater_2_icon','icon-pill-small'),(50220,1812,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(50221,1812,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(50222,1812,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(50223,1812,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(50224,1812,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(50225,1812,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(50226,1812,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(50227,1812,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(50228,1812,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(50229,1812,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(50230,1812,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(50231,1812,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(50232,1812,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(50233,1812,'conferences_repeater_2_conference_place_and_date','September, 2015'),(50234,1812,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(50235,1812,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(50236,1812,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(50237,1812,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(50238,1812,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(50239,1812,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(50240,1812,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(50241,1812,'conferences_repeater_4_conference_place_and_date','May, 2015'),(50242,1812,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(50243,1812,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(50244,1812,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(50245,1812,'conferences_repeater_5_conference_place_and_date','April, 2015'),(50246,1812,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(50247,1812,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(50248,1812,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(50249,1812,'conferences_repeater_6_conference_place_and_date','January, 2015'),(50250,1812,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(50251,1812,'conferences_repeater','7'),(50252,1812,'_conferences_repeater','field_56b28bd340c44'),(50253,1812,'conferences_contact','Previous conferences available upon request'),(50254,1812,'_conferences_contact','field_56b3451c304a4'),(50255,1812,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(50256,1812,'_conferences_contact_mail','field_56b3453c304a5'),(50257,1812,'conferences_icon','icon-mail'),(50258,1812,'_conferences_icon','field_56b347cd8f381'),(50259,1812,'conferences_contact_text','Previous conferences available upon request'),(50260,1812,'_conferences_contact_text','field_56b3451c304a4'),(50261,1812,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(50262,1812,'_left_tab','field_56b36c6deeda0'),(50263,1812,'add_second_tab','1'),(50264,1812,'_add_second_tab','field_56b36ca9eeda2'),(50265,1812,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(50266,1812,'_right_tab','field_56b3fab04554d'),(50267,1812,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(50268,1812,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(50269,1812,'left_tab_0_spacer','0'),(50270,1812,'_left_tab_0_spacer','field_56b371c577c8c'),(50271,1812,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(50272,1812,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(50273,1812,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(50274,1812,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(50275,1812,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(50276,1812,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(50277,1812,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(50278,1812,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(50279,1812,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(50280,1812,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(50281,1812,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(50282,1812,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(50283,1812,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(50284,1812,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(50285,1812,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(50286,1812,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(50287,1812,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(50288,1812,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(50289,1812,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(50290,1812,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(50291,1812,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(50292,1812,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(50293,1812,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(50294,1812,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(50295,1812,'left_tab_1_cases_repeater','3'),(50296,1812,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(50297,1812,'left_tab_1_spacer','0'),(50298,1812,'_left_tab_1_spacer','field_56b3f001dbf09'),(50299,1812,'left_tab_name','Successful Transactions'),(50300,1812,'_left_tab_name','field_56b3976017dce'),(50301,1812,'right_tab_name','Case studies'),(50302,1812,'_right_tab_name','field_56b3978117dcf'),(50303,1812,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(50304,1812,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(50305,1812,'right_tab_0_spacer','1'),(50306,1812,'_right_tab_0_spacer','field_56b3fab14554f'),(50307,1812,'right_tab_2_contact_icon','icon-mail'),(50308,1812,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(50309,1812,'right_tab_2_contact_title','Previous conferences available upon request.'),(50310,1812,'_right_tab_2_contact_title','field_56b4001eb0921'),(50311,1812,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(50312,1812,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(50313,1812,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(50314,1812,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(50315,1812,'right_tab_2_contact_values_0_link_type','mailto:'),(50316,1812,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(50317,1812,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(50318,1812,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(50319,1812,'right_tab_2_contact_values','1'),(50320,1812,'_right_tab_2_contact_values','field_56b3fde2ce062'),(50321,1812,'add_third_tab','1'),(50322,1812,'_add_third_tab','field_57f54e889b77c'),(50323,1812,'third_tab_name','IB Blog'),(50324,1812,'_third_tab_name','field_57f54ea19b77d'),(50325,1812,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(50326,1812,'_third_tab','field_57f54ec39b77e'),(50327,1812,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(50328,1812,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(50329,1812,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(50330,1812,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(50331,1812,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(50332,1812,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(50333,1812,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(50334,1812,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(50335,1812,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(50336,1812,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(50337,1812,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(50338,1812,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(50339,1812,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(50340,1812,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(50341,1812,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(50342,1812,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(50343,1812,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(50344,1812,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(50345,1812,'right_tab_3_items_list_repeater','4'),(50346,1812,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(50347,1812,'right_tab_4_contact_icon','icon-mail'),(50348,1812,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(50349,1812,'right_tab_4_contact_title','Previous conferences available upon request.'),(50350,1812,'_right_tab_4_contact_title','field_56b4001eb0921'),(50351,1812,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(50352,1812,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(50353,1812,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(50354,1812,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(50355,1812,'right_tab_4_contact_values_0_link_type','mailto:'),(50356,1812,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(50357,1812,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(50358,1812,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(50359,1812,'right_tab_4_contact_values','1'),(50360,1812,'_right_tab_4_contact_values','field_56b3fde2ce062'),(50361,1812,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(50362,1812,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(50363,1812,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(50364,1812,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(50365,1812,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(50366,1812,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(50367,1812,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(50368,1812,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(50369,1812,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(50370,1812,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(50371,1812,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(50372,1812,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(50373,1812,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(50374,1812,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(50375,1812,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(50376,1812,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(50377,1812,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(50378,1812,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(50379,1812,'right_tab_5_items_list_repeater','7'),(50380,1812,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(50381,1812,'right_tab_6_contact_icon','icon-mail'),(50382,1812,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(50383,1812,'right_tab_6_contact_title','Previous conferences available upon request.'),(50384,1812,'_right_tab_6_contact_title','field_56b4001eb0921'),(50385,1812,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(50386,1812,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(50387,1812,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(50388,1812,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(50389,1812,'right_tab_6_contact_values_0_link_type','mailto:'),(50390,1812,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(50391,1812,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(50392,1812,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(50393,1812,'right_tab_6_contact_values','1'),(50394,1812,'_right_tab_6_contact_values','field_56b3fde2ce062'),(50395,1812,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\nLukas appears on Capital Markets Today to discuss NPLs in the SEE: <a href=\"http://innovationbrain.com/?page_id=64&lang=en\" target=\"_blank\">Lukas appears on Capital Markets Today to discuss NPLs in the SEE:</a>'),(50396,1812,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(50397,1812,'third_tab_0_spacer','1'),(50398,1812,'_third_tab_0_spacer','field_57f54ec49b780'),(50399,1812,'third_tab_2_contact_icon','icon-mail'),(50400,1812,'_third_tab_2_contact_icon','field_58568c5a91b24'),(50401,1812,'third_tab_2_contact_title','Previous conferences available upon request.'),(50402,1812,'_third_tab_2_contact_title','field_58568c7791b25'),(50403,1812,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(50404,1812,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(50405,1812,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(50406,1812,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(50407,1812,'third_tab_2_contact_values_0_link_type','mailto:'),(50408,1812,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(50409,1812,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(50410,1812,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(50411,1812,'third_tab_2_contact_values','1'),(50412,1812,'_third_tab_2_contact_values','field_58568c1091b1d'),(50413,1812,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(50414,1812,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(50415,1812,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(50416,1812,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(50417,1812,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(50418,1812,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(50419,1812,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(50420,1812,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(50421,1812,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(50422,1812,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(50423,1812,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(50424,1812,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(50425,1812,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(50426,1812,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(50427,1812,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(50428,1812,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(50429,1812,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(50430,1812,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(50431,1812,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(50432,1812,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(50433,1812,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(50434,1812,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(50435,1812,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(50436,1812,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(50437,1812,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(50438,1812,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(50439,1812,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(50440,1812,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(50441,1812,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(50442,1812,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(50443,1812,'right_tab_7_items_list_repeater','4'),(50444,1812,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(50445,1812,'right_tab_8_contact_icon','icon-mail'),(50446,1812,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(50447,1812,'right_tab_8_contact_title','Previous conferences available upon request.'),(50448,1812,'_right_tab_8_contact_title','field_56b4001eb0921'),(50449,1812,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(50450,1812,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(50451,1812,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(50452,1812,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(50453,1812,'right_tab_8_contact_values_0_link_type','mailto:'),(50454,1812,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(50455,1812,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(50456,1812,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(50457,1812,'right_tab_8_contact_values','1'),(50458,1812,'_right_tab_8_contact_values','field_56b3fde2ce062'),(50459,1812,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(50460,1812,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(50461,1812,'third_tab_0_items_list_repeater',''),(50462,1812,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(50463,1812,'third_tab_1_contact_icon','icon-mail'),(50464,1812,'_third_tab_1_contact_icon','field_58568c5a91b24'),(50465,1812,'third_tab_1_contact_title','Previous conferences available upon request.'),(50466,1812,'_third_tab_1_contact_title','field_58568c7791b25'),(50467,1812,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(50468,1812,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(50469,1812,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(50470,1812,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(50471,1812,'third_tab_1_contact_values_0_link_type','mailto:'),(50472,1812,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(50473,1812,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(50474,1812,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(50475,1812,'third_tab_1_contact_values','1'),(50476,1812,'_third_tab_1_contact_values','field_58568c1091b1d'),(50477,1813,'cases_repeater_0_cases_title','- Largest Greek Bank'),(50478,1813,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(50479,1813,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(50480,1813,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(50481,1813,'cases_repeater_0_icon','icon-bullseye-small'),(50482,1813,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(50483,1813,'cases_repeater_0_cases_icon_title','Financial services'),(50484,1813,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(50485,1813,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(50486,1813,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(50487,1813,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(50488,1813,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(50489,1813,'cases_repeater_1_icon','icon-progress-small'),(50490,1813,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(50491,1813,'cases_repeater_1_cases_icon_title','Commodities'),(50492,1813,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(50493,1813,'cases_repeater','3'),(50494,1813,'_cases_repeater','field_56b25d0cd2fed'),(50495,1813,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(50496,1813,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(50497,1813,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(50498,1813,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(50499,1813,'cases_repeater_2_icon','icon-pill-small'),(50500,1813,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(50501,1813,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(50502,1813,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(50503,1813,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(50504,1813,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(50505,1813,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(50506,1813,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(50507,1813,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(50508,1813,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(50509,1813,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(50510,1813,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(50511,1813,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(50512,1813,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(50513,1813,'conferences_repeater_2_conference_place_and_date','September, 2015'),(50514,1813,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(50515,1813,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(50516,1813,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(50517,1813,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(50518,1813,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(50519,1813,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(50520,1813,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(50521,1813,'conferences_repeater_4_conference_place_and_date','May, 2015'),(50522,1813,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(50523,1813,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(50524,1813,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(50525,1813,'conferences_repeater_5_conference_place_and_date','April, 2015'),(50526,1813,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(50527,1813,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(50528,1813,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(50529,1813,'conferences_repeater_6_conference_place_and_date','January, 2015'),(50530,1813,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(50531,1813,'conferences_repeater','7'),(50532,1813,'_conferences_repeater','field_56b28bd340c44'),(50533,1813,'conferences_contact','Previous conferences available upon request'),(50534,1813,'_conferences_contact','field_56b3451c304a4'),(50535,1813,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(50536,1813,'_conferences_contact_mail','field_56b3453c304a5'),(50537,1813,'conferences_icon','icon-mail'),(50538,1813,'_conferences_icon','field_56b347cd8f381'),(50539,1813,'conferences_contact_text','Previous conferences available upon request'),(50540,1813,'_conferences_contact_text','field_56b3451c304a4'),(50541,1813,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(50542,1813,'_left_tab','field_56b36c6deeda0'),(50543,1813,'add_second_tab','1'),(50544,1813,'_add_second_tab','field_56b36ca9eeda2'),(50545,1813,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(50546,1813,'_right_tab','field_56b3fab04554d'),(50547,1813,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(50548,1813,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(50549,1813,'left_tab_0_spacer','0'),(50550,1813,'_left_tab_0_spacer','field_56b371c577c8c'),(50551,1813,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(50552,1813,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(50553,1813,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(50554,1813,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(50555,1813,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(50556,1813,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(50557,1813,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(50558,1813,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(50559,1813,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(50560,1813,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(50561,1813,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(50562,1813,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(50563,1813,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(50564,1813,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(50565,1813,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(50566,1813,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(50567,1813,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(50568,1813,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(50569,1813,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(50570,1813,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(50571,1813,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(50572,1813,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(50573,1813,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(50574,1813,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(50575,1813,'left_tab_1_cases_repeater','3'),(50576,1813,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(50577,1813,'left_tab_1_spacer','0'),(50578,1813,'_left_tab_1_spacer','field_56b3f001dbf09'),(50579,1813,'left_tab_name','Successful Transactions'),(50580,1813,'_left_tab_name','field_56b3976017dce'),(50581,1813,'right_tab_name','Case studies'),(50582,1813,'_right_tab_name','field_56b3978117dcf'),(50583,1813,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(50584,1813,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(50585,1813,'right_tab_0_spacer','1'),(50586,1813,'_right_tab_0_spacer','field_56b3fab14554f'),(50587,1813,'right_tab_2_contact_icon','icon-mail'),(50588,1813,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(50589,1813,'right_tab_2_contact_title','Previous conferences available upon request.'),(50590,1813,'_right_tab_2_contact_title','field_56b4001eb0921'),(50591,1813,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(50592,1813,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(50593,1813,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(50594,1813,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(50595,1813,'right_tab_2_contact_values_0_link_type','mailto:'),(50596,1813,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(50597,1813,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(50598,1813,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(50599,1813,'right_tab_2_contact_values','1'),(50600,1813,'_right_tab_2_contact_values','field_56b3fde2ce062'),(50601,1813,'add_third_tab','1'),(50602,1813,'_add_third_tab','field_57f54e889b77c'),(50603,1813,'third_tab_name','IB Blog'),(50604,1813,'_third_tab_name','field_57f54ea19b77d'),(50605,1813,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(50606,1813,'_third_tab','field_57f54ec39b77e'),(50607,1813,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(50608,1813,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(50609,1813,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(50610,1813,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(50611,1813,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(50612,1813,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(50613,1813,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(50614,1813,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(50615,1813,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(50616,1813,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(50617,1813,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(50618,1813,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(50619,1813,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(50620,1813,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(50621,1813,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(50622,1813,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(50623,1813,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(50624,1813,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(50625,1813,'right_tab_3_items_list_repeater','4'),(50626,1813,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(50627,1813,'right_tab_4_contact_icon','icon-mail'),(50628,1813,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(50629,1813,'right_tab_4_contact_title','Previous conferences available upon request.'),(50630,1813,'_right_tab_4_contact_title','field_56b4001eb0921'),(50631,1813,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(50632,1813,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(50633,1813,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(50634,1813,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(50635,1813,'right_tab_4_contact_values_0_link_type','mailto:'),(50636,1813,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(50637,1813,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(50638,1813,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(50639,1813,'right_tab_4_contact_values','1'),(50640,1813,'_right_tab_4_contact_values','field_56b3fde2ce062'),(50641,1813,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(50642,1813,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(50643,1813,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(50644,1813,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(50645,1813,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(50646,1813,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(50647,1813,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(50648,1813,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(50649,1813,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(50650,1813,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(50651,1813,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(50652,1813,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(50653,1813,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(50654,1813,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(50655,1813,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(50656,1813,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(50657,1813,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(50658,1813,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(50659,1813,'right_tab_5_items_list_repeater','7'),(50660,1813,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(50661,1813,'right_tab_6_contact_icon','icon-mail'),(50662,1813,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(50663,1813,'right_tab_6_contact_title','Previous conferences available upon request.'),(50664,1813,'_right_tab_6_contact_title','field_56b4001eb0921'),(50665,1813,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(50666,1813,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(50667,1813,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(50668,1813,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(50669,1813,'right_tab_6_contact_values_0_link_type','mailto:'),(50670,1813,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(50671,1813,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(50672,1813,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(50673,1813,'right_tab_6_contact_values','1'),(50674,1813,'_right_tab_6_contact_values','field_56b3fde2ce062'),(50675,1813,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n<a href=\"http://innovationbrain.com/?page_id=64&lang=en\" target=\"_blank\">Lukas talks to Capital Markets Today to discuss NPLs in the SEE:</a>'),(50676,1813,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(50677,1813,'third_tab_0_spacer','1'),(50678,1813,'_third_tab_0_spacer','field_57f54ec49b780'),(50679,1813,'third_tab_2_contact_icon','icon-mail'),(50680,1813,'_third_tab_2_contact_icon','field_58568c5a91b24'),(50681,1813,'third_tab_2_contact_title','Previous conferences available upon request.'),(50682,1813,'_third_tab_2_contact_title','field_58568c7791b25'),(50683,1813,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(50684,1813,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(50685,1813,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(50686,1813,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(50687,1813,'third_tab_2_contact_values_0_link_type','mailto:'),(50688,1813,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(50689,1813,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(50690,1813,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(50691,1813,'third_tab_2_contact_values','1'),(50692,1813,'_third_tab_2_contact_values','field_58568c1091b1d'),(50693,1813,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(50694,1813,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(50695,1813,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(50696,1813,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(50697,1813,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(50698,1813,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(50699,1813,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(50700,1813,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(50701,1813,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(50702,1813,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(50703,1813,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(50704,1813,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(50705,1813,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(50706,1813,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(50707,1813,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(50708,1813,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(50709,1813,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(50710,1813,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(50711,1813,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(50712,1813,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(50713,1813,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(50714,1813,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(50715,1813,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(50716,1813,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(50717,1813,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(50718,1813,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(50719,1813,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(50720,1813,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(50721,1813,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(50722,1813,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(50723,1813,'right_tab_7_items_list_repeater','4'),(50724,1813,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(50725,1813,'right_tab_8_contact_icon','icon-mail'),(50726,1813,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(50727,1813,'right_tab_8_contact_title','Previous conferences available upon request.'),(50728,1813,'_right_tab_8_contact_title','field_56b4001eb0921'),(50729,1813,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(50730,1813,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(50731,1813,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(50732,1813,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(50733,1813,'right_tab_8_contact_values_0_link_type','mailto:'),(50734,1813,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(50735,1813,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(50736,1813,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(50737,1813,'right_tab_8_contact_values','1'),(50738,1813,'_right_tab_8_contact_values','field_56b3fde2ce062'),(50739,1813,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(50740,1813,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(50741,1813,'third_tab_0_items_list_repeater',''),(50742,1813,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(50743,1813,'third_tab_1_contact_icon','icon-mail'),(50744,1813,'_third_tab_1_contact_icon','field_58568c5a91b24'),(50745,1813,'third_tab_1_contact_title','Previous conferences available upon request.'),(50746,1813,'_third_tab_1_contact_title','field_58568c7791b25'),(50747,1813,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(50748,1813,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(50749,1813,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(50750,1813,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(50751,1813,'third_tab_1_contact_values_0_link_type','mailto:'),(50752,1813,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(50753,1813,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(50754,1813,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(50755,1813,'third_tab_1_contact_values','1'),(50756,1813,'_third_tab_1_contact_values','field_58568c1091b1d'),(50757,1814,'cases_repeater_0_cases_title','- Largest Greek Bank'),(50758,1814,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(50759,1814,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(50760,1814,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(50761,1814,'cases_repeater_0_icon','icon-bullseye-small'),(50762,1814,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(50763,1814,'cases_repeater_0_cases_icon_title','Financial services'),(50764,1814,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(50765,1814,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(50766,1814,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(50767,1814,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(50768,1814,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(50769,1814,'cases_repeater_1_icon','icon-progress-small'),(50770,1814,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(50771,1814,'cases_repeater_1_cases_icon_title','Commodities'),(50772,1814,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(50773,1814,'cases_repeater','3'),(50774,1814,'_cases_repeater','field_56b25d0cd2fed'),(50775,1814,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(50776,1814,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(50777,1814,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(50778,1814,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(50779,1814,'cases_repeater_2_icon','icon-pill-small'),(50780,1814,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(50781,1814,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(50782,1814,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(50783,1814,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(50784,1814,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(50785,1814,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(50786,1814,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(50787,1814,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(50788,1814,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(50789,1814,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(50790,1814,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(50791,1814,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(50792,1814,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(50793,1814,'conferences_repeater_2_conference_place_and_date','September, 2015'),(50794,1814,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(50795,1814,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(50796,1814,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(50797,1814,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(50798,1814,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(50799,1814,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(50800,1814,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(50801,1814,'conferences_repeater_4_conference_place_and_date','May, 2015'),(50802,1814,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(50803,1814,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(50804,1814,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(50805,1814,'conferences_repeater_5_conference_place_and_date','April, 2015'),(50806,1814,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(50807,1814,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(50808,1814,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(50809,1814,'conferences_repeater_6_conference_place_and_date','January, 2015'),(50810,1814,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(50811,1814,'conferences_repeater','7'),(50812,1814,'_conferences_repeater','field_56b28bd340c44'),(50813,1814,'conferences_contact','Previous conferences available upon request'),(50814,1814,'_conferences_contact','field_56b3451c304a4'),(50815,1814,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(50816,1814,'_conferences_contact_mail','field_56b3453c304a5'),(50817,1814,'conferences_icon','icon-mail'),(50818,1814,'_conferences_icon','field_56b347cd8f381'),(50819,1814,'conferences_contact_text','Previous conferences available upon request'),(50820,1814,'_conferences_contact_text','field_56b3451c304a4'),(50821,1814,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(50822,1814,'_left_tab','field_56b36c6deeda0'),(50823,1814,'add_second_tab','1'),(50824,1814,'_add_second_tab','field_56b36ca9eeda2'),(50825,1814,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(50826,1814,'_right_tab','field_56b3fab04554d'),(50827,1814,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(50828,1814,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(50829,1814,'left_tab_0_spacer','0'),(50830,1814,'_left_tab_0_spacer','field_56b371c577c8c'),(50831,1814,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(50832,1814,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(50833,1814,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(50834,1814,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(50835,1814,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(50836,1814,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(50837,1814,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(50838,1814,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(50839,1814,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(50840,1814,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(50841,1814,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(50842,1814,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(50843,1814,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(50844,1814,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(50845,1814,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(50846,1814,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(50847,1814,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(50848,1814,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(50849,1814,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(50850,1814,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(50851,1814,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(50852,1814,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(50853,1814,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(50854,1814,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(50855,1814,'left_tab_1_cases_repeater','3'),(50856,1814,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(50857,1814,'left_tab_1_spacer','0'),(50858,1814,'_left_tab_1_spacer','field_56b3f001dbf09'),(50859,1814,'left_tab_name','Successful Transactions'),(50860,1814,'_left_tab_name','field_56b3976017dce'),(50861,1814,'right_tab_name','Case studies'),(50862,1814,'_right_tab_name','field_56b3978117dcf'),(50863,1814,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(50864,1814,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(50865,1814,'right_tab_0_spacer','1'),(50866,1814,'_right_tab_0_spacer','field_56b3fab14554f'),(50867,1814,'right_tab_2_contact_icon','icon-mail'),(50868,1814,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(50869,1814,'right_tab_2_contact_title','Previous conferences available upon request.'),(50870,1814,'_right_tab_2_contact_title','field_56b4001eb0921'),(50871,1814,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(50872,1814,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(50873,1814,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(50874,1814,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(50875,1814,'right_tab_2_contact_values_0_link_type','mailto:'),(50876,1814,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(50877,1814,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(50878,1814,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(50879,1814,'right_tab_2_contact_values','1'),(50880,1814,'_right_tab_2_contact_values','field_56b3fde2ce062'),(50881,1814,'add_third_tab','1'),(50882,1814,'_add_third_tab','field_57f54e889b77c'),(50883,1814,'third_tab_name','IB Blog'),(50884,1814,'_third_tab_name','field_57f54ea19b77d'),(50885,1814,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(50886,1814,'_third_tab','field_57f54ec39b77e'),(50887,1814,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(50888,1814,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(50889,1814,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(50890,1814,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(50891,1814,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(50892,1814,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(50893,1814,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(50894,1814,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(50895,1814,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(50896,1814,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(50897,1814,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(50898,1814,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(50899,1814,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(50900,1814,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(50901,1814,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(50902,1814,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(50903,1814,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(50904,1814,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(50905,1814,'right_tab_3_items_list_repeater','4'),(50906,1814,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(50907,1814,'right_tab_4_contact_icon','icon-mail'),(50908,1814,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(50909,1814,'right_tab_4_contact_title','Previous conferences available upon request.'),(50910,1814,'_right_tab_4_contact_title','field_56b4001eb0921'),(50911,1814,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(50912,1814,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(50913,1814,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(50914,1814,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(50915,1814,'right_tab_4_contact_values_0_link_type','mailto:'),(50916,1814,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(50917,1814,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(50918,1814,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(50919,1814,'right_tab_4_contact_values','1'),(50920,1814,'_right_tab_4_contact_values','field_56b3fde2ce062'),(50921,1814,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(50922,1814,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(50923,1814,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(50924,1814,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(50925,1814,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(50926,1814,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(50927,1814,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(50928,1814,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(50929,1814,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(50930,1814,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(50931,1814,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(50932,1814,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(50933,1814,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(50934,1814,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(50935,1814,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(50936,1814,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(50937,1814,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(50938,1814,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(50939,1814,'right_tab_5_items_list_repeater','7'),(50940,1814,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(50941,1814,'right_tab_6_contact_icon','icon-mail'),(50942,1814,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(50943,1814,'right_tab_6_contact_title','Previous conferences available upon request.'),(50944,1814,'_right_tab_6_contact_title','field_56b4001eb0921'),(50945,1814,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(50946,1814,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(50947,1814,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(50948,1814,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(50949,1814,'right_tab_6_contact_values_0_link_type','mailto:'),(50950,1814,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(50951,1814,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(50952,1814,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(50953,1814,'right_tab_6_contact_values','1'),(50954,1814,'_right_tab_6_contact_values','field_56b3fde2ce062'),(50955,1814,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\nLukas talks to Capital Markets Today to discuss NPLs in the SEE <a href=\"http://innovationbrain.com/?page_id=64&lang=en\" target=\"_blank\">Lukas talks to Capital Markets Today to discuss NPLs in the SEE:</a>'),(50956,1814,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(50957,1814,'third_tab_0_spacer','1'),(50958,1814,'_third_tab_0_spacer','field_57f54ec49b780'),(50959,1814,'third_tab_2_contact_icon','icon-mail'),(50960,1814,'_third_tab_2_contact_icon','field_58568c5a91b24'),(50961,1814,'third_tab_2_contact_title','Previous conferences available upon request.'),(50962,1814,'_third_tab_2_contact_title','field_58568c7791b25'),(50963,1814,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(50964,1814,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(50965,1814,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(50966,1814,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(50967,1814,'third_tab_2_contact_values_0_link_type','mailto:'),(50968,1814,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(50969,1814,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(50970,1814,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(50971,1814,'third_tab_2_contact_values','1'),(50972,1814,'_third_tab_2_contact_values','field_58568c1091b1d'),(50973,1814,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(50974,1814,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(50975,1814,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(50976,1814,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(50977,1814,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(50978,1814,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(50979,1814,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(50980,1814,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(50981,1814,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(50982,1814,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(50983,1814,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(50984,1814,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(50985,1814,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(50986,1814,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(50987,1814,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(50988,1814,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(50989,1814,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(50990,1814,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(50991,1814,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(50992,1814,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(50993,1814,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(50994,1814,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(50995,1814,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(50996,1814,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(50997,1814,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(50998,1814,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(50999,1814,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(51000,1814,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(51001,1814,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(51002,1814,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(51003,1814,'right_tab_7_items_list_repeater','4'),(51004,1814,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(51005,1814,'right_tab_8_contact_icon','icon-mail'),(51006,1814,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(51007,1814,'right_tab_8_contact_title','Previous conferences available upon request.'),(51008,1814,'_right_tab_8_contact_title','field_56b4001eb0921'),(51009,1814,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(51010,1814,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(51011,1814,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(51012,1814,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(51013,1814,'right_tab_8_contact_values_0_link_type','mailto:'),(51014,1814,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(51015,1814,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(51016,1814,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(51017,1814,'right_tab_8_contact_values','1'),(51018,1814,'_right_tab_8_contact_values','field_56b3fde2ce062'),(51019,1814,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(51020,1814,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(51021,1814,'third_tab_0_items_list_repeater',''),(51022,1814,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(51023,1814,'third_tab_1_contact_icon','icon-mail'),(51024,1814,'_third_tab_1_contact_icon','field_58568c5a91b24'),(51025,1814,'third_tab_1_contact_title','Previous conferences available upon request.'),(51026,1814,'_third_tab_1_contact_title','field_58568c7791b25'),(51027,1814,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(51028,1814,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(51029,1814,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(51030,1814,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(51031,1814,'third_tab_1_contact_values_0_link_type','mailto:'),(51032,1814,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(51033,1814,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(51034,1814,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(51035,1814,'third_tab_1_contact_values','1'),(51036,1814,'_third_tab_1_contact_values','field_58568c1091b1d'),(51047,1815,'cases_repeater_0_cases_title','- Largest Greek Bank'),(51048,1815,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(51049,1815,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(51050,1815,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(51051,1815,'cases_repeater_0_icon','icon-bullseye-small'),(51052,1815,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(51053,1815,'cases_repeater_0_cases_icon_title','Financial services'),(51054,1815,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(51055,1815,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(51056,1815,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(51057,1815,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(51058,1815,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(51059,1815,'cases_repeater_1_icon','icon-progress-small'),(51060,1815,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(51061,1815,'cases_repeater_1_cases_icon_title','Commodities'),(51062,1815,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(51063,1815,'cases_repeater','3'),(51064,1815,'_cases_repeater','field_56b25d0cd2fed'),(51065,1815,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(51066,1815,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(51067,1815,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(51068,1815,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(51069,1815,'cases_repeater_2_icon','icon-pill-small'),(51070,1815,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(51071,1815,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(51072,1815,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(51073,1815,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(51074,1815,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(51075,1815,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(51076,1815,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(51077,1815,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(51078,1815,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(51079,1815,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(51080,1815,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(51081,1815,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(51082,1815,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(51083,1815,'conferences_repeater_2_conference_place_and_date','September, 2015'),(51084,1815,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(51085,1815,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(51086,1815,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(51087,1815,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(51088,1815,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(51089,1815,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(51090,1815,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(51091,1815,'conferences_repeater_4_conference_place_and_date','May, 2015'),(51092,1815,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(51093,1815,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(51094,1815,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(51095,1815,'conferences_repeater_5_conference_place_and_date','April, 2015'),(51096,1815,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(51097,1815,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(51098,1815,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(51099,1815,'conferences_repeater_6_conference_place_and_date','January, 2015'),(51100,1815,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(51101,1815,'conferences_repeater','7'),(51102,1815,'_conferences_repeater','field_56b28bd340c44'),(51103,1815,'conferences_contact','Previous conferences available upon request'),(51104,1815,'_conferences_contact','field_56b3451c304a4'),(51105,1815,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(51106,1815,'_conferences_contact_mail','field_56b3453c304a5'),(51107,1815,'conferences_icon','icon-mail'),(51108,1815,'_conferences_icon','field_56b347cd8f381'),(51109,1815,'conferences_contact_text','Previous conferences available upon request'),(51110,1815,'_conferences_contact_text','field_56b3451c304a4'),(51111,1815,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(51112,1815,'_left_tab','field_56b36c6deeda0'),(51113,1815,'add_second_tab','1'),(51114,1815,'_add_second_tab','field_56b36ca9eeda2'),(51115,1815,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(51116,1815,'_right_tab','field_56b3fab04554d'),(51117,1815,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(51118,1815,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(51119,1815,'left_tab_0_spacer','0'),(51120,1815,'_left_tab_0_spacer','field_56b371c577c8c'),(51121,1815,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(51122,1815,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(51123,1815,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(51124,1815,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(51125,1815,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(51126,1815,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(51127,1815,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(51128,1815,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(51129,1815,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(51130,1815,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(51131,1815,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(51132,1815,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(51133,1815,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(51134,1815,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(51135,1815,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(51136,1815,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(51137,1815,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(51138,1815,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(51139,1815,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(51140,1815,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(51141,1815,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(51142,1815,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(51143,1815,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(51144,1815,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(51145,1815,'left_tab_1_cases_repeater','3'),(51146,1815,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(51147,1815,'left_tab_1_spacer','0'),(51148,1815,'_left_tab_1_spacer','field_56b3f001dbf09'),(51149,1815,'left_tab_name','Successful Transactions'),(51150,1815,'_left_tab_name','field_56b3976017dce'),(51151,1815,'right_tab_name','Case studies'),(51152,1815,'_right_tab_name','field_56b3978117dcf'),(51153,1815,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(51154,1815,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(51155,1815,'right_tab_0_spacer','1'),(51156,1815,'_right_tab_0_spacer','field_56b3fab14554f'),(51157,1815,'right_tab_2_contact_icon','icon-mail'),(51158,1815,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(51159,1815,'right_tab_2_contact_title','Previous conferences available upon request.'),(51160,1815,'_right_tab_2_contact_title','field_56b4001eb0921'),(51161,1815,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(51162,1815,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(51163,1815,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(51164,1815,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(51165,1815,'right_tab_2_contact_values_0_link_type','mailto:'),(51166,1815,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(51167,1815,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(51168,1815,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(51169,1815,'right_tab_2_contact_values','1'),(51170,1815,'_right_tab_2_contact_values','field_56b3fde2ce062'),(51171,1815,'add_third_tab','1'),(51172,1815,'_add_third_tab','field_57f54e889b77c'),(51173,1815,'third_tab_name','IB Blog'),(51174,1815,'_third_tab_name','field_57f54ea19b77d'),(51175,1815,'third_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"external_block\";}'),(51176,1815,'_third_tab','field_57f54ec39b77e'),(51177,1815,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(51178,1815,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(51179,1815,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(51180,1815,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(51181,1815,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(51182,1815,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(51183,1815,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(51184,1815,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(51185,1815,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(51186,1815,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(51187,1815,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(51188,1815,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(51189,1815,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(51190,1815,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(51191,1815,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(51192,1815,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(51193,1815,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(51194,1815,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(51195,1815,'right_tab_3_items_list_repeater','4'),(51196,1815,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(51197,1815,'right_tab_4_contact_icon','icon-mail'),(51198,1815,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(51199,1815,'right_tab_4_contact_title','Previous conferences available upon request.'),(51200,1815,'_right_tab_4_contact_title','field_56b4001eb0921'),(51201,1815,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(51202,1815,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(51203,1815,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(51204,1815,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(51205,1815,'right_tab_4_contact_values_0_link_type','mailto:'),(51206,1815,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(51207,1815,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(51208,1815,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(51209,1815,'right_tab_4_contact_values','1'),(51210,1815,'_right_tab_4_contact_values','field_56b3fde2ce062'),(51211,1815,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(51212,1815,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(51213,1815,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(51214,1815,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(51215,1815,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(51216,1815,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(51217,1815,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(51218,1815,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(51219,1815,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(51220,1815,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(51221,1815,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(51222,1815,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(51223,1815,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(51224,1815,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(51225,1815,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(51226,1815,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(51227,1815,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(51228,1815,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(51229,1815,'right_tab_5_items_list_repeater','7'),(51230,1815,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(51231,1815,'right_tab_6_contact_icon','icon-mail'),(51232,1815,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(51233,1815,'right_tab_6_contact_title','Previous conferences available upon request.'),(51234,1815,'_right_tab_6_contact_title','field_56b4001eb0921'),(51235,1815,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(51236,1815,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(51237,1815,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(51238,1815,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(51239,1815,'right_tab_6_contact_values_0_link_type','mailto:'),(51240,1815,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(51241,1815,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(51242,1815,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(51243,1815,'right_tab_6_contact_values','1'),(51244,1815,'_right_tab_6_contact_values','field_56b3fde2ce062'),(51245,1815,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n '),(51246,1815,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(51247,1815,'third_tab_0_spacer','1'),(51248,1815,'_third_tab_0_spacer','field_57f54ec49b780'),(51249,1815,'third_tab_2_contact_icon','icon-mail'),(51250,1815,'_third_tab_2_contact_icon','field_58568c5a91b24'),(51251,1815,'third_tab_2_contact_title','Previous conferences available upon request.'),(51252,1815,'_third_tab_2_contact_title','field_58568c7791b25'),(51253,1815,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(51254,1815,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(51255,1815,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(51256,1815,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(51257,1815,'third_tab_2_contact_values_0_link_type','mailto:'),(51258,1815,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(51259,1815,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(51260,1815,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(51261,1815,'third_tab_2_contact_values','1'),(51262,1815,'_third_tab_2_contact_values','field_58568c1091b1d'),(51263,1815,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(51264,1815,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(51265,1815,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(51266,1815,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(51267,1815,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(51268,1815,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(51269,1815,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(51270,1815,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(51271,1815,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(51272,1815,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(51273,1815,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(51274,1815,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(51275,1815,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(51276,1815,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(51277,1815,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(51278,1815,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(51279,1815,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(51280,1815,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(51281,1815,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(51282,1815,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(51283,1815,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(51284,1815,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(51285,1815,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(51286,1815,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(51287,1815,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(51288,1815,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(51289,1815,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(51290,1815,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(51291,1815,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(51292,1815,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(51293,1815,'right_tab_7_items_list_repeater','4'),(51294,1815,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(51295,1815,'right_tab_8_contact_icon','icon-mail'),(51296,1815,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(51297,1815,'right_tab_8_contact_title','Previous conferences available upon request.'),(51298,1815,'_right_tab_8_contact_title','field_56b4001eb0921'),(51299,1815,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(51300,1815,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(51301,1815,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(51302,1815,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(51303,1815,'right_tab_8_contact_values_0_link_type','mailto:'),(51304,1815,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(51305,1815,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(51306,1815,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(51307,1815,'right_tab_8_contact_values','1'),(51308,1815,'_right_tab_8_contact_values','field_56b3fde2ce062'),(51309,1815,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(51310,1815,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(51311,1815,'third_tab_0_items_list_repeater',''),(51312,1815,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(51313,1815,'third_tab_1_contact_icon','icon-mail'),(51314,1815,'_third_tab_1_contact_icon','field_58568c5a91b24'),(51315,1815,'third_tab_1_contact_title','Previous conferences available upon request.'),(51316,1815,'_third_tab_1_contact_title','field_58568c7791b25'),(51317,1815,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(51318,1815,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(51319,1815,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(51320,1815,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(51321,1815,'third_tab_1_contact_values_0_link_type','mailto:'),(51322,1815,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(51323,1815,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(51324,1815,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(51325,1815,'third_tab_1_contact_values','1'),(51326,1815,'_third_tab_1_contact_values','field_58568c1091b1d'),(51327,1815,'third_tab_1_external_repeater_0_title','Lukas talks to Capital Markets Today to discuss NPLs in the SEE '),(51328,1815,'_third_tab_1_external_repeater_0_title','field_57f54ec49b794'),(51329,1815,'third_tab_1_external_repeater_0_details',''),(51330,1815,'_third_tab_1_external_repeater_0_details','field_57f54ec49b795'),(51331,1815,'third_tab_1_external_repeater_0_link','http://innovationbrain.com/?page_id=64&lang=en'),(51332,1815,'_third_tab_1_external_repeater_0_link','field_57f54ec49b796'),(51333,1815,'third_tab_1_external_repeater','1'),(51334,1815,'_third_tab_1_external_repeater','field_57f54ec49b793'),(51335,1815,'third_tab_1_spacer','1'),(51336,1815,'_third_tab_1_spacer','field_57f54ec49b797'),(51337,1816,'cases_repeater_0_cases_title','- Largest Greek Bank'),(51338,1816,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(51339,1816,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(51340,1816,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(51341,1816,'cases_repeater_0_icon','icon-bullseye-small'),(51342,1816,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(51343,1816,'cases_repeater_0_cases_icon_title','Financial services'),(51344,1816,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(51345,1816,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(51346,1816,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(51347,1816,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(51348,1816,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(51349,1816,'cases_repeater_1_icon','icon-progress-small'),(51350,1816,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(51351,1816,'cases_repeater_1_cases_icon_title','Commodities'),(51352,1816,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(51353,1816,'cases_repeater','3'),(51354,1816,'_cases_repeater','field_56b25d0cd2fed'),(51355,1816,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(51356,1816,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(51357,1816,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(51358,1816,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(51359,1816,'cases_repeater_2_icon','icon-pill-small'),(51360,1816,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(51361,1816,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(51362,1816,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(51363,1816,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(51364,1816,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(51365,1816,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(51366,1816,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(51367,1816,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(51368,1816,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(51369,1816,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(51370,1816,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(51371,1816,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(51372,1816,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(51373,1816,'conferences_repeater_2_conference_place_and_date','September, 2015'),(51374,1816,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(51375,1816,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(51376,1816,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(51377,1816,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(51378,1816,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(51379,1816,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(51380,1816,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(51381,1816,'conferences_repeater_4_conference_place_and_date','May, 2015'),(51382,1816,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(51383,1816,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(51384,1816,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(51385,1816,'conferences_repeater_5_conference_place_and_date','April, 2015'),(51386,1816,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(51387,1816,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(51388,1816,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(51389,1816,'conferences_repeater_6_conference_place_and_date','January, 2015'),(51390,1816,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(51391,1816,'conferences_repeater','7'),(51392,1816,'_conferences_repeater','field_56b28bd340c44'),(51393,1816,'conferences_contact','Previous conferences available upon request'),(51394,1816,'_conferences_contact','field_56b3451c304a4'),(51395,1816,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(51396,1816,'_conferences_contact_mail','field_56b3453c304a5'),(51397,1816,'conferences_icon','icon-mail'),(51398,1816,'_conferences_icon','field_56b347cd8f381'),(51399,1816,'conferences_contact_text','Previous conferences available upon request'),(51400,1816,'_conferences_contact_text','field_56b3451c304a4'),(51401,1816,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(51402,1816,'_left_tab','field_56b36c6deeda0'),(51403,1816,'add_second_tab','1'),(51404,1816,'_add_second_tab','field_56b36ca9eeda2'),(51405,1816,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(51406,1816,'_right_tab','field_56b3fab04554d'),(51407,1816,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(51408,1816,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(51409,1816,'left_tab_0_spacer','0'),(51410,1816,'_left_tab_0_spacer','field_56b371c577c8c'),(51411,1816,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(51412,1816,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(51413,1816,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(51414,1816,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(51415,1816,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(51416,1816,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(51417,1816,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(51418,1816,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(51419,1816,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(51420,1816,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(51421,1816,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(51422,1816,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(51423,1816,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(51424,1816,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(51425,1816,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(51426,1816,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(51427,1816,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(51428,1816,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(51429,1816,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(51430,1816,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(51431,1816,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(51432,1816,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(51433,1816,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(51434,1816,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(51435,1816,'left_tab_1_cases_repeater','3'),(51436,1816,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(51437,1816,'left_tab_1_spacer','0'),(51438,1816,'_left_tab_1_spacer','field_56b3f001dbf09'),(51439,1816,'left_tab_name','Successful Transactions'),(51440,1816,'_left_tab_name','field_56b3976017dce'),(51441,1816,'right_tab_name','Case studies'),(51442,1816,'_right_tab_name','field_56b3978117dcf'),(51443,1816,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(51444,1816,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(51445,1816,'right_tab_0_spacer','1'),(51446,1816,'_right_tab_0_spacer','field_56b3fab14554f'),(51447,1816,'right_tab_2_contact_icon','icon-mail'),(51448,1816,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(51449,1816,'right_tab_2_contact_title','Previous conferences available upon request.'),(51450,1816,'_right_tab_2_contact_title','field_56b4001eb0921'),(51451,1816,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(51452,1816,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(51453,1816,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(51454,1816,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(51455,1816,'right_tab_2_contact_values_0_link_type','mailto:'),(51456,1816,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(51457,1816,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(51458,1816,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(51459,1816,'right_tab_2_contact_values','1'),(51460,1816,'_right_tab_2_contact_values','field_56b3fde2ce062'),(51461,1816,'add_third_tab','1'),(51462,1816,'_add_third_tab','field_57f54e889b77c'),(51463,1816,'third_tab_name','IB Blog'),(51464,1816,'_third_tab_name','field_57f54ea19b77d'),(51465,1816,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(51466,1816,'_third_tab','field_57f54ec39b77e'),(51467,1816,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(51468,1816,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(51469,1816,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(51470,1816,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(51471,1816,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(51472,1816,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(51473,1816,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(51474,1816,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(51475,1816,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(51476,1816,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(51477,1816,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(51478,1816,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(51479,1816,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(51480,1816,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(51481,1816,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(51482,1816,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(51483,1816,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(51484,1816,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(51485,1816,'right_tab_3_items_list_repeater','4'),(51486,1816,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(51487,1816,'right_tab_4_contact_icon','icon-mail'),(51488,1816,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(51489,1816,'right_tab_4_contact_title','Previous conferences available upon request.'),(51490,1816,'_right_tab_4_contact_title','field_56b4001eb0921'),(51491,1816,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(51492,1816,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(51493,1816,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(51494,1816,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(51495,1816,'right_tab_4_contact_values_0_link_type','mailto:'),(51496,1816,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(51497,1816,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(51498,1816,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(51499,1816,'right_tab_4_contact_values','1'),(51500,1816,'_right_tab_4_contact_values','field_56b3fde2ce062'),(51501,1816,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(51502,1816,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(51503,1816,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(51504,1816,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(51505,1816,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(51506,1816,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(51507,1816,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(51508,1816,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(51509,1816,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(51510,1816,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(51511,1816,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(51512,1816,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(51513,1816,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(51514,1816,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(51515,1816,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(51516,1816,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(51517,1816,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(51518,1816,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(51519,1816,'right_tab_5_items_list_repeater','7'),(51520,1816,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(51521,1816,'right_tab_6_contact_icon','icon-mail'),(51522,1816,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(51523,1816,'right_tab_6_contact_title','Previous conferences available upon request.'),(51524,1816,'_right_tab_6_contact_title','field_56b4001eb0921'),(51525,1816,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(51526,1816,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(51527,1816,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(51528,1816,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(51529,1816,'right_tab_6_contact_values_0_link_type','mailto:'),(51530,1816,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(51531,1816,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(51532,1816,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(51533,1816,'right_tab_6_contact_values','1'),(51534,1816,'_right_tab_6_contact_values','field_56b3fde2ce062'),(51535,1816,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\nLukas talks to Capital Markets Today to discuss NPLs in the SEE\r\n\r\n '),(51536,1816,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(51537,1816,'third_tab_0_spacer','1'),(51538,1816,'_third_tab_0_spacer','field_57f54ec49b780'),(51539,1816,'third_tab_2_contact_icon','icon-mail'),(51540,1816,'_third_tab_2_contact_icon','field_58568c5a91b24'),(51541,1816,'third_tab_2_contact_title','Previous conferences available upon request.'),(51542,1816,'_third_tab_2_contact_title','field_58568c7791b25'),(51543,1816,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(51544,1816,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(51545,1816,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(51546,1816,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(51547,1816,'third_tab_2_contact_values_0_link_type','mailto:'),(51548,1816,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(51549,1816,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(51550,1816,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(51551,1816,'third_tab_2_contact_values','1'),(51552,1816,'_third_tab_2_contact_values','field_58568c1091b1d'),(51553,1816,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(51554,1816,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(51555,1816,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(51556,1816,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(51557,1816,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(51558,1816,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(51559,1816,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(51560,1816,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(51561,1816,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(51562,1816,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(51563,1816,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(51564,1816,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(51565,1816,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(51566,1816,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(51567,1816,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(51568,1816,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(51569,1816,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(51570,1816,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(51571,1816,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(51572,1816,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(51573,1816,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(51574,1816,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(51575,1816,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(51576,1816,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(51577,1816,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(51578,1816,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(51579,1816,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(51580,1816,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(51581,1816,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(51582,1816,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(51583,1816,'right_tab_7_items_list_repeater','4'),(51584,1816,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(51585,1816,'right_tab_8_contact_icon','icon-mail'),(51586,1816,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(51587,1816,'right_tab_8_contact_title','Previous conferences available upon request.'),(51588,1816,'_right_tab_8_contact_title','field_56b4001eb0921'),(51589,1816,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(51590,1816,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(51591,1816,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(51592,1816,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(51593,1816,'right_tab_8_contact_values_0_link_type','mailto:'),(51594,1816,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(51595,1816,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(51596,1816,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(51597,1816,'right_tab_8_contact_values','1'),(51598,1816,'_right_tab_8_contact_values','field_56b3fde2ce062'),(51599,1816,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(51600,1816,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(51601,1816,'third_tab_0_items_list_repeater',''),(51602,1816,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(51603,1816,'third_tab_1_contact_icon','icon-mail'),(51604,1816,'_third_tab_1_contact_icon','field_58568c5a91b24'),(51605,1816,'third_tab_1_contact_title','Previous conferences available upon request.'),(51606,1816,'_third_tab_1_contact_title','field_58568c7791b25'),(51607,1816,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(51608,1816,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(51609,1816,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(51610,1816,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(51611,1816,'third_tab_1_contact_values_0_link_type','mailto:'),(51612,1816,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(51613,1816,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(51614,1816,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(51615,1816,'third_tab_1_contact_values','1'),(51616,1816,'_third_tab_1_contact_values','field_58568c1091b1d'),(51617,1817,'_wp_attached_file','CMT-logo.png'),(51618,1817,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:109;s:4:\"file\";s:12:\"CMT-logo.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(51619,1817,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:300;s:6:\"height\";i:109;s:4:\"file\";s:12:\"CMT-logo.png\";}s:18:\"full-1524751561756\";a:3:{s:5:\"width\";i:151;s:6:\"height\";i:55;s:4:\"file\";s:27:\"CMT-logo-e1524751548882.png\";}}'),(51620,1818,'cases_repeater_0_cases_title','- Largest Greek Bank'),(51621,1818,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(51622,1818,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(51623,1818,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(51624,1818,'cases_repeater_0_icon','icon-bullseye-small'),(51625,1818,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(51626,1818,'cases_repeater_0_cases_icon_title','Financial services'),(51627,1818,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(51628,1818,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(51629,1818,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(51630,1818,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(51631,1818,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(51632,1818,'cases_repeater_1_icon','icon-progress-small'),(51633,1818,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(51634,1818,'cases_repeater_1_cases_icon_title','Commodities'),(51635,1818,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(51636,1818,'cases_repeater','3'),(51637,1818,'_cases_repeater','field_56b25d0cd2fed'),(51638,1818,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(51639,1818,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(51640,1818,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(51641,1818,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(51642,1818,'cases_repeater_2_icon','icon-pill-small'),(51643,1818,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(51644,1818,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(51645,1818,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(51646,1818,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(51647,1818,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(51648,1818,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(51649,1818,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(51650,1818,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(51651,1818,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(51652,1818,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(51653,1818,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(51654,1818,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(51655,1818,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(51656,1818,'conferences_repeater_2_conference_place_and_date','September, 2015'),(51657,1818,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(51658,1818,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(51659,1818,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(51660,1818,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(51661,1818,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(51662,1818,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(51663,1818,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(51664,1818,'conferences_repeater_4_conference_place_and_date','May, 2015'),(51665,1818,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(51666,1818,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(51667,1818,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(51668,1818,'conferences_repeater_5_conference_place_and_date','April, 2015'),(51669,1818,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(51670,1818,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(51671,1818,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(51672,1818,'conferences_repeater_6_conference_place_and_date','January, 2015'),(51673,1818,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(51674,1818,'conferences_repeater','7'),(51675,1818,'_conferences_repeater','field_56b28bd340c44'),(51676,1818,'conferences_contact','Previous conferences available upon request'),(51677,1818,'_conferences_contact','field_56b3451c304a4'),(51678,1818,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(51679,1818,'_conferences_contact_mail','field_56b3453c304a5'),(51680,1818,'conferences_icon','icon-mail'),(51681,1818,'_conferences_icon','field_56b347cd8f381'),(51682,1818,'conferences_contact_text','Previous conferences available upon request'),(51683,1818,'_conferences_contact_text','field_56b3451c304a4'),(51684,1818,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(51685,1818,'_left_tab','field_56b36c6deeda0'),(51686,1818,'add_second_tab','1'),(51687,1818,'_add_second_tab','field_56b36ca9eeda2'),(51688,1818,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(51689,1818,'_right_tab','field_56b3fab04554d'),(51690,1818,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(51691,1818,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(51692,1818,'left_tab_0_spacer','0'),(51693,1818,'_left_tab_0_spacer','field_56b371c577c8c'),(51694,1818,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(51695,1818,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(51696,1818,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(51697,1818,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(51698,1818,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(51699,1818,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(51700,1818,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(51701,1818,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(51702,1818,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(51703,1818,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(51704,1818,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(51705,1818,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(51706,1818,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(51707,1818,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(51708,1818,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(51709,1818,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(51710,1818,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(51711,1818,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(51712,1818,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(51713,1818,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(51714,1818,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(51715,1818,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(51716,1818,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(51717,1818,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(51718,1818,'left_tab_1_cases_repeater','3'),(51719,1818,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(51720,1818,'left_tab_1_spacer','0'),(51721,1818,'_left_tab_1_spacer','field_56b3f001dbf09'),(51722,1818,'left_tab_name','Successful Transactions'),(51723,1818,'_left_tab_name','field_56b3976017dce'),(51724,1818,'right_tab_name','Case studies'),(51725,1818,'_right_tab_name','field_56b3978117dcf'),(51726,1818,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(51727,1818,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(51728,1818,'right_tab_0_spacer','1'),(51729,1818,'_right_tab_0_spacer','field_56b3fab14554f'),(51730,1818,'right_tab_2_contact_icon','icon-mail'),(51731,1818,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(51732,1818,'right_tab_2_contact_title','Previous conferences available upon request.'),(51733,1818,'_right_tab_2_contact_title','field_56b4001eb0921'),(51734,1818,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(51735,1818,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(51736,1818,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(51737,1818,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(51738,1818,'right_tab_2_contact_values_0_link_type','mailto:'),(51739,1818,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(51740,1818,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(51741,1818,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(51742,1818,'right_tab_2_contact_values','1'),(51743,1818,'_right_tab_2_contact_values','field_56b3fde2ce062'),(51744,1818,'add_third_tab','1'),(51745,1818,'_add_third_tab','field_57f54e889b77c'),(51746,1818,'third_tab_name','IB Blog'),(51747,1818,'_third_tab_name','field_57f54ea19b77d'),(51748,1818,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(51749,1818,'_third_tab','field_57f54ec39b77e'),(51750,1818,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(51751,1818,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(51752,1818,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(51753,1818,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(51754,1818,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(51755,1818,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(51756,1818,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(51757,1818,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(51758,1818,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(51759,1818,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(51760,1818,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(51761,1818,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(51762,1818,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(51763,1818,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(51764,1818,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(51765,1818,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(51766,1818,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(51767,1818,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(51768,1818,'right_tab_3_items_list_repeater','4'),(51769,1818,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(51770,1818,'right_tab_4_contact_icon','icon-mail'),(51771,1818,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(51772,1818,'right_tab_4_contact_title','Previous conferences available upon request.'),(51773,1818,'_right_tab_4_contact_title','field_56b4001eb0921'),(51774,1818,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(51775,1818,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(51776,1818,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(51777,1818,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(51778,1818,'right_tab_4_contact_values_0_link_type','mailto:'),(51779,1818,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(51780,1818,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(51781,1818,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(51782,1818,'right_tab_4_contact_values','1'),(51783,1818,'_right_tab_4_contact_values','field_56b3fde2ce062'),(51784,1818,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(51785,1818,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(51786,1818,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(51787,1818,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(51788,1818,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(51789,1818,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(51790,1818,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(51791,1818,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(51792,1818,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(51793,1818,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(51794,1818,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(51795,1818,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(51796,1818,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(51797,1818,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(51798,1818,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(51799,1818,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(51800,1818,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(51801,1818,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(51802,1818,'right_tab_5_items_list_repeater','7'),(51803,1818,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(51804,1818,'right_tab_6_contact_icon','icon-mail'),(51805,1818,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(51806,1818,'right_tab_6_contact_title','Previous conferences available upon request.'),(51807,1818,'_right_tab_6_contact_title','field_56b4001eb0921'),(51808,1818,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(51809,1818,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(51810,1818,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(51811,1818,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(51812,1818,'right_tab_6_contact_values_0_link_type','mailto:'),(51813,1818,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(51814,1818,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(51815,1818,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(51816,1818,'right_tab_6_contact_values','1'),(51817,1818,'_right_tab_6_contact_values','field_56b3fde2ce062'),(51818,1818,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\nLukas talks to Capital Markets Today to discuss NPLs in the SEE\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"\" width=\"300\" height=\"109\" /> Lukas talks to Capital Markets Today to discuss NPLs in the SEE[/caption]'),(51819,1818,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(51820,1818,'third_tab_0_spacer','1'),(51821,1818,'_third_tab_0_spacer','field_57f54ec49b780'),(51822,1818,'third_tab_2_contact_icon','icon-mail'),(51823,1818,'_third_tab_2_contact_icon','field_58568c5a91b24'),(51824,1818,'third_tab_2_contact_title','Previous conferences available upon request.'),(51825,1818,'_third_tab_2_contact_title','field_58568c7791b25'),(51826,1818,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(51827,1818,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(51828,1818,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(51829,1818,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(51830,1818,'third_tab_2_contact_values_0_link_type','mailto:'),(51831,1818,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(51832,1818,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(51833,1818,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(51834,1818,'third_tab_2_contact_values','1'),(51835,1818,'_third_tab_2_contact_values','field_58568c1091b1d'),(51836,1818,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(51837,1818,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(51838,1818,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(51839,1818,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(51840,1818,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(51841,1818,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(51842,1818,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(51843,1818,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(51844,1818,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(51845,1818,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(51846,1818,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(51847,1818,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(51848,1818,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(51849,1818,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(51850,1818,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(51851,1818,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(51852,1818,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(51853,1818,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(51854,1818,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(51855,1818,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(51856,1818,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(51857,1818,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(51858,1818,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(51859,1818,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(51860,1818,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(51861,1818,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(51862,1818,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(51863,1818,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(51864,1818,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(51865,1818,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(51866,1818,'right_tab_7_items_list_repeater','4'),(51867,1818,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(51868,1818,'right_tab_8_contact_icon','icon-mail'),(51869,1818,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(51870,1818,'right_tab_8_contact_title','Previous conferences available upon request.'),(51871,1818,'_right_tab_8_contact_title','field_56b4001eb0921'),(51872,1818,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(51873,1818,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(51874,1818,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(51875,1818,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(51876,1818,'right_tab_8_contact_values_0_link_type','mailto:'),(51877,1818,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(51878,1818,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(51879,1818,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(51880,1818,'right_tab_8_contact_values','1'),(51881,1818,'_right_tab_8_contact_values','field_56b3fde2ce062'),(51882,1818,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(51883,1818,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(51884,1818,'third_tab_0_items_list_repeater',''),(51885,1818,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(51886,1818,'third_tab_1_contact_icon','icon-mail'),(51887,1818,'_third_tab_1_contact_icon','field_58568c5a91b24'),(51888,1818,'third_tab_1_contact_title','Previous conferences available upon request.'),(51889,1818,'_third_tab_1_contact_title','field_58568c7791b25'),(51890,1818,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(51891,1818,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(51892,1818,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(51893,1818,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(51894,1818,'third_tab_1_contact_values_0_link_type','mailto:'),(51895,1818,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(51896,1818,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(51897,1818,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(51898,1818,'third_tab_1_contact_values','1'),(51899,1818,'_third_tab_1_contact_values','field_58568c1091b1d'),(51900,1819,'cases_repeater_0_cases_title','- Largest Greek Bank'),(51901,1819,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(51902,1819,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(51903,1819,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(51904,1819,'cases_repeater_0_icon','icon-bullseye-small'),(51905,1819,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(51906,1819,'cases_repeater_0_cases_icon_title','Financial services'),(51907,1819,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(51908,1819,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(51909,1819,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(51910,1819,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(51911,1819,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(51912,1819,'cases_repeater_1_icon','icon-progress-small'),(51913,1819,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(51914,1819,'cases_repeater_1_cases_icon_title','Commodities'),(51915,1819,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(51916,1819,'cases_repeater','3'),(51917,1819,'_cases_repeater','field_56b25d0cd2fed'),(51918,1819,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(51919,1819,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(51920,1819,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(51921,1819,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(51922,1819,'cases_repeater_2_icon','icon-pill-small'),(51923,1819,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(51924,1819,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(51925,1819,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(51926,1819,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(51927,1819,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(51928,1819,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(51929,1819,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(51930,1819,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(51931,1819,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(51932,1819,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(51933,1819,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(51934,1819,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(51935,1819,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(51936,1819,'conferences_repeater_2_conference_place_and_date','September, 2015'),(51937,1819,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(51938,1819,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(51939,1819,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(51940,1819,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(51941,1819,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(51942,1819,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(51943,1819,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(51944,1819,'conferences_repeater_4_conference_place_and_date','May, 2015'),(51945,1819,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(51946,1819,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(51947,1819,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(51948,1819,'conferences_repeater_5_conference_place_and_date','April, 2015'),(51949,1819,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(51950,1819,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(51951,1819,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(51952,1819,'conferences_repeater_6_conference_place_and_date','January, 2015'),(51953,1819,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(51954,1819,'conferences_repeater','7'),(51955,1819,'_conferences_repeater','field_56b28bd340c44'),(51956,1819,'conferences_contact','Previous conferences available upon request'),(51957,1819,'_conferences_contact','field_56b3451c304a4'),(51958,1819,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(51959,1819,'_conferences_contact_mail','field_56b3453c304a5'),(51960,1819,'conferences_icon','icon-mail'),(51961,1819,'_conferences_icon','field_56b347cd8f381'),(51962,1819,'conferences_contact_text','Previous conferences available upon request'),(51963,1819,'_conferences_contact_text','field_56b3451c304a4'),(51964,1819,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(51965,1819,'_left_tab','field_56b36c6deeda0'),(51966,1819,'add_second_tab','1'),(51967,1819,'_add_second_tab','field_56b36ca9eeda2'),(51968,1819,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(51969,1819,'_right_tab','field_56b3fab04554d'),(51970,1819,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(51971,1819,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(51972,1819,'left_tab_0_spacer','0'),(51973,1819,'_left_tab_0_spacer','field_56b371c577c8c'),(51974,1819,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(51975,1819,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(51976,1819,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(51977,1819,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(51978,1819,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(51979,1819,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(51980,1819,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(51981,1819,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(51982,1819,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(51983,1819,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(51984,1819,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(51985,1819,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(51986,1819,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(51987,1819,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(51988,1819,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(51989,1819,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(51990,1819,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(51991,1819,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(51992,1819,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(51993,1819,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(51994,1819,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(51995,1819,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(51996,1819,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(51997,1819,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(51998,1819,'left_tab_1_cases_repeater','3'),(51999,1819,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(52000,1819,'left_tab_1_spacer','0'),(52001,1819,'_left_tab_1_spacer','field_56b3f001dbf09'),(52002,1819,'left_tab_name','Successful Transactions'),(52003,1819,'_left_tab_name','field_56b3976017dce'),(52004,1819,'right_tab_name','Case studies'),(52005,1819,'_right_tab_name','field_56b3978117dcf'),(52006,1819,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(52007,1819,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(52008,1819,'right_tab_0_spacer','1'),(52009,1819,'_right_tab_0_spacer','field_56b3fab14554f'),(52010,1819,'right_tab_2_contact_icon','icon-mail'),(52011,1819,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(52012,1819,'right_tab_2_contact_title','Previous conferences available upon request.'),(52013,1819,'_right_tab_2_contact_title','field_56b4001eb0921'),(52014,1819,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(52015,1819,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(52016,1819,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(52017,1819,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(52018,1819,'right_tab_2_contact_values_0_link_type','mailto:'),(52019,1819,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(52020,1819,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(52021,1819,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(52022,1819,'right_tab_2_contact_values','1'),(52023,1819,'_right_tab_2_contact_values','field_56b3fde2ce062'),(52024,1819,'add_third_tab','1'),(52025,1819,'_add_third_tab','field_57f54e889b77c'),(52026,1819,'third_tab_name','IB Blog'),(52027,1819,'_third_tab_name','field_57f54ea19b77d'),(52028,1819,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(52029,1819,'_third_tab','field_57f54ec39b77e'),(52030,1819,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(52031,1819,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(52032,1819,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(52033,1819,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(52034,1819,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(52035,1819,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(52036,1819,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(52037,1819,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(52038,1819,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(52039,1819,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(52040,1819,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(52041,1819,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(52042,1819,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(52043,1819,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(52044,1819,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(52045,1819,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(52046,1819,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(52047,1819,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(52048,1819,'right_tab_3_items_list_repeater','4'),(52049,1819,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(52050,1819,'right_tab_4_contact_icon','icon-mail'),(52051,1819,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(52052,1819,'right_tab_4_contact_title','Previous conferences available upon request.'),(52053,1819,'_right_tab_4_contact_title','field_56b4001eb0921'),(52054,1819,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(52055,1819,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(52056,1819,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(52057,1819,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(52058,1819,'right_tab_4_contact_values_0_link_type','mailto:'),(52059,1819,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(52060,1819,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(52061,1819,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(52062,1819,'right_tab_4_contact_values','1'),(52063,1819,'_right_tab_4_contact_values','field_56b3fde2ce062'),(52064,1819,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(52065,1819,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(52066,1819,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(52067,1819,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(52068,1819,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(52069,1819,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(52070,1819,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(52071,1819,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(52072,1819,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(52073,1819,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(52074,1819,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(52075,1819,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(52076,1819,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(52077,1819,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(52078,1819,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(52079,1819,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(52080,1819,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(52081,1819,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(52082,1819,'right_tab_5_items_list_repeater','7'),(52083,1819,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(52084,1819,'right_tab_6_contact_icon','icon-mail'),(52085,1819,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(52086,1819,'right_tab_6_contact_title','Previous conferences available upon request.'),(52087,1819,'_right_tab_6_contact_title','field_56b4001eb0921'),(52088,1819,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(52089,1819,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(52090,1819,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(52091,1819,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(52092,1819,'right_tab_6_contact_values_0_link_type','mailto:'),(52093,1819,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(52094,1819,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(52095,1819,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(52096,1819,'right_tab_6_contact_values','1'),(52097,1819,'_right_tab_6_contact_values','field_56b3fde2ce062'),(52098,1819,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n \r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"\" width=\"300\" height=\"109\" />http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain Lukas talks to Capital Markets Today to discuss NPLs in the SEE[/caption]'),(52099,1819,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(52100,1819,'third_tab_0_spacer','1'),(52101,1819,'_third_tab_0_spacer','field_57f54ec49b780'),(52102,1819,'third_tab_2_contact_icon','icon-mail'),(52103,1819,'_third_tab_2_contact_icon','field_58568c5a91b24'),(52104,1819,'third_tab_2_contact_title','Previous conferences available upon request.'),(52105,1819,'_third_tab_2_contact_title','field_58568c7791b25'),(52106,1819,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(52107,1819,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(52108,1819,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(52109,1819,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(52110,1819,'third_tab_2_contact_values_0_link_type','mailto:'),(52111,1819,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(52112,1819,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(52113,1819,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(52114,1819,'third_tab_2_contact_values','1'),(52115,1819,'_third_tab_2_contact_values','field_58568c1091b1d'),(52116,1819,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(52117,1819,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(52118,1819,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(52119,1819,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(52120,1819,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(52121,1819,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(52122,1819,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(52123,1819,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(52124,1819,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(52125,1819,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(52126,1819,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(52127,1819,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(52128,1819,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(52129,1819,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(52130,1819,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(52131,1819,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(52132,1819,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(52133,1819,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(52134,1819,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(52135,1819,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(52136,1819,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(52137,1819,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(52138,1819,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(52139,1819,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(52140,1819,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(52141,1819,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(52142,1819,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(52143,1819,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(52144,1819,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(52145,1819,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(52146,1819,'right_tab_7_items_list_repeater','4'),(52147,1819,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(52148,1819,'right_tab_8_contact_icon','icon-mail'),(52149,1819,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(52150,1819,'right_tab_8_contact_title','Previous conferences available upon request.'),(52151,1819,'_right_tab_8_contact_title','field_56b4001eb0921'),(52152,1819,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(52153,1819,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(52154,1819,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(52155,1819,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(52156,1819,'right_tab_8_contact_values_0_link_type','mailto:'),(52157,1819,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(52158,1819,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(52159,1819,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(52160,1819,'right_tab_8_contact_values','1'),(52161,1819,'_right_tab_8_contact_values','field_56b3fde2ce062'),(52162,1819,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(52163,1819,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(52164,1819,'third_tab_0_items_list_repeater',''),(52165,1819,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(52166,1819,'third_tab_1_contact_icon','icon-mail'),(52167,1819,'_third_tab_1_contact_icon','field_58568c5a91b24'),(52168,1819,'third_tab_1_contact_title','Previous conferences available upon request.'),(52169,1819,'_third_tab_1_contact_title','field_58568c7791b25'),(52170,1819,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(52171,1819,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(52172,1819,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(52173,1819,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(52174,1819,'third_tab_1_contact_values_0_link_type','mailto:'),(52175,1819,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(52176,1819,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(52177,1819,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(52178,1819,'third_tab_1_contact_values','1'),(52179,1819,'_third_tab_1_contact_values','field_58568c1091b1d'),(52180,1817,'_wp_attachment_image_alt','http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain'),(52181,1820,'cases_repeater_0_cases_title','- Largest Greek Bank'),(52182,1820,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(52183,1820,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(52184,1820,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(52185,1820,'cases_repeater_0_icon','icon-bullseye-small'),(52186,1820,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(52187,1820,'cases_repeater_0_cases_icon_title','Financial services'),(52188,1820,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(52189,1820,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(52190,1820,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(52191,1820,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(52192,1820,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(52193,1820,'cases_repeater_1_icon','icon-progress-small'),(52194,1820,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(52195,1820,'cases_repeater_1_cases_icon_title','Commodities'),(52196,1820,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(52197,1820,'cases_repeater','3'),(52198,1820,'_cases_repeater','field_56b25d0cd2fed'),(52199,1820,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(52200,1820,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(52201,1820,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(52202,1820,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(52203,1820,'cases_repeater_2_icon','icon-pill-small'),(52204,1820,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(52205,1820,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(52206,1820,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(52207,1820,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(52208,1820,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(52209,1820,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(52210,1820,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(52211,1820,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(52212,1820,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(52213,1820,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(52214,1820,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(52215,1820,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(52216,1820,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(52217,1820,'conferences_repeater_2_conference_place_and_date','September, 2015'),(52218,1820,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(52219,1820,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(52220,1820,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(52221,1820,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(52222,1820,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(52223,1820,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(52224,1820,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(52225,1820,'conferences_repeater_4_conference_place_and_date','May, 2015'),(52226,1820,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(52227,1820,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(52228,1820,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(52229,1820,'conferences_repeater_5_conference_place_and_date','April, 2015'),(52230,1820,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(52231,1820,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(52232,1820,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(52233,1820,'conferences_repeater_6_conference_place_and_date','January, 2015'),(52234,1820,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(52235,1820,'conferences_repeater','7'),(52236,1820,'_conferences_repeater','field_56b28bd340c44'),(52237,1820,'conferences_contact','Previous conferences available upon request'),(52238,1820,'_conferences_contact','field_56b3451c304a4'),(52239,1820,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(52240,1820,'_conferences_contact_mail','field_56b3453c304a5'),(52241,1820,'conferences_icon','icon-mail'),(52242,1820,'_conferences_icon','field_56b347cd8f381'),(52243,1820,'conferences_contact_text','Previous conferences available upon request'),(52244,1820,'_conferences_contact_text','field_56b3451c304a4'),(52245,1820,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(52246,1820,'_left_tab','field_56b36c6deeda0'),(52247,1820,'add_second_tab','1'),(52248,1820,'_add_second_tab','field_56b36ca9eeda2'),(52249,1820,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(52250,1820,'_right_tab','field_56b3fab04554d'),(52251,1820,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(52252,1820,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(52253,1820,'left_tab_0_spacer','0'),(52254,1820,'_left_tab_0_spacer','field_56b371c577c8c'),(52255,1820,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(52256,1820,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(52257,1820,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(52258,1820,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(52259,1820,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(52260,1820,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(52261,1820,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(52262,1820,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(52263,1820,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(52264,1820,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(52265,1820,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(52266,1820,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(52267,1820,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(52268,1820,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(52269,1820,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(52270,1820,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(52271,1820,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(52272,1820,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(52273,1820,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(52274,1820,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(52275,1820,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(52276,1820,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(52277,1820,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(52278,1820,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(52279,1820,'left_tab_1_cases_repeater','3'),(52280,1820,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(52281,1820,'left_tab_1_spacer','0'),(52282,1820,'_left_tab_1_spacer','field_56b3f001dbf09'),(52283,1820,'left_tab_name','Successful Transactions'),(52284,1820,'_left_tab_name','field_56b3976017dce'),(52285,1820,'right_tab_name','Case studies'),(52286,1820,'_right_tab_name','field_56b3978117dcf'),(52287,1820,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(52288,1820,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(52289,1820,'right_tab_0_spacer','1'),(52290,1820,'_right_tab_0_spacer','field_56b3fab14554f'),(52291,1820,'right_tab_2_contact_icon','icon-mail'),(52292,1820,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(52293,1820,'right_tab_2_contact_title','Previous conferences available upon request.'),(52294,1820,'_right_tab_2_contact_title','field_56b4001eb0921'),(52295,1820,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(52296,1820,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(52297,1820,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(52298,1820,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(52299,1820,'right_tab_2_contact_values_0_link_type','mailto:'),(52300,1820,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(52301,1820,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(52302,1820,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(52303,1820,'right_tab_2_contact_values','1'),(52304,1820,'_right_tab_2_contact_values','field_56b3fde2ce062'),(52305,1820,'add_third_tab','1'),(52306,1820,'_add_third_tab','field_57f54e889b77c'),(52307,1820,'third_tab_name','IB Blog'),(52308,1820,'_third_tab_name','field_57f54ea19b77d'),(52309,1820,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(52310,1820,'_third_tab','field_57f54ec39b77e'),(52311,1820,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(52312,1820,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(52313,1820,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(52314,1820,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(52315,1820,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(52316,1820,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(52317,1820,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(52318,1820,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(52319,1820,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(52320,1820,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(52321,1820,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(52322,1820,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(52323,1820,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(52324,1820,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(52325,1820,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(52326,1820,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(52327,1820,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(52328,1820,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(52329,1820,'right_tab_3_items_list_repeater','4'),(52330,1820,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(52331,1820,'right_tab_4_contact_icon','icon-mail'),(52332,1820,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(52333,1820,'right_tab_4_contact_title','Previous conferences available upon request.'),(52334,1820,'_right_tab_4_contact_title','field_56b4001eb0921'),(52335,1820,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(52336,1820,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(52337,1820,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(52338,1820,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(52339,1820,'right_tab_4_contact_values_0_link_type','mailto:'),(52340,1820,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(52341,1820,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(52342,1820,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(52343,1820,'right_tab_4_contact_values','1'),(52344,1820,'_right_tab_4_contact_values','field_56b3fde2ce062'),(52345,1820,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(52346,1820,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(52347,1820,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(52348,1820,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(52349,1820,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(52350,1820,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(52351,1820,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(52352,1820,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(52353,1820,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(52354,1820,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(52355,1820,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(52356,1820,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(52357,1820,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(52358,1820,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(52359,1820,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(52360,1820,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(52361,1820,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(52362,1820,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(52363,1820,'right_tab_5_items_list_repeater','7'),(52364,1820,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(52365,1820,'right_tab_6_contact_icon','icon-mail'),(52366,1820,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(52367,1820,'right_tab_6_contact_title','Previous conferences available upon request.'),(52368,1820,'_right_tab_6_contact_title','field_56b4001eb0921'),(52369,1820,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(52370,1820,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(52371,1820,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(52372,1820,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(52373,1820,'right_tab_6_contact_values_0_link_type','mailto:'),(52374,1820,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(52375,1820,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(52376,1820,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(52377,1820,'right_tab_6_contact_values','1'),(52378,1820,'_right_tab_6_contact_values','field_56b3fde2ce062'),(52379,1820,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /> Lukas talks to Capital Markets Today to discuss NPLs in the SEE[/caption]'),(52380,1820,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(52381,1820,'third_tab_0_spacer','1'),(52382,1820,'_third_tab_0_spacer','field_57f54ec49b780'),(52383,1820,'third_tab_2_contact_icon','icon-mail'),(52384,1820,'_third_tab_2_contact_icon','field_58568c5a91b24'),(52385,1820,'third_tab_2_contact_title','Previous conferences available upon request.'),(52386,1820,'_third_tab_2_contact_title','field_58568c7791b25'),(52387,1820,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(52388,1820,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(52389,1820,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(52390,1820,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(52391,1820,'third_tab_2_contact_values_0_link_type','mailto:'),(52392,1820,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(52393,1820,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(52394,1820,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(52395,1820,'third_tab_2_contact_values','1'),(52396,1820,'_third_tab_2_contact_values','field_58568c1091b1d'),(52397,1820,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(52398,1820,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(52399,1820,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(52400,1820,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(52401,1820,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(52402,1820,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(52403,1820,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(52404,1820,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(52405,1820,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(52406,1820,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(52407,1820,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(52408,1820,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(52409,1820,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(52410,1820,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(52411,1820,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(52412,1820,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(52413,1820,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(52414,1820,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(52415,1820,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(52416,1820,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(52417,1820,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(52418,1820,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(52419,1820,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(52420,1820,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(52421,1820,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(52422,1820,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(52423,1820,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(52424,1820,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(52425,1820,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(52426,1820,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(52427,1820,'right_tab_7_items_list_repeater','4'),(52428,1820,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(52429,1820,'right_tab_8_contact_icon','icon-mail'),(52430,1820,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(52431,1820,'right_tab_8_contact_title','Previous conferences available upon request.'),(52432,1820,'_right_tab_8_contact_title','field_56b4001eb0921'),(52433,1820,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(52434,1820,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(52435,1820,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(52436,1820,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(52437,1820,'right_tab_8_contact_values_0_link_type','mailto:'),(52438,1820,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(52439,1820,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(52440,1820,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(52441,1820,'right_tab_8_contact_values','1'),(52442,1820,'_right_tab_8_contact_values','field_56b3fde2ce062'),(52443,1820,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(52444,1820,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(52445,1820,'third_tab_0_items_list_repeater',''),(52446,1820,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(52447,1820,'third_tab_1_contact_icon','icon-mail'),(52448,1820,'_third_tab_1_contact_icon','field_58568c5a91b24'),(52449,1820,'third_tab_1_contact_title','Previous conferences available upon request.'),(52450,1820,'_third_tab_1_contact_title','field_58568c7791b25'),(52451,1820,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(52452,1820,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(52453,1820,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(52454,1820,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(52455,1820,'third_tab_1_contact_values_0_link_type','mailto:'),(52456,1820,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(52457,1820,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(52458,1820,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(52459,1820,'third_tab_1_contact_values','1'),(52460,1820,'_third_tab_1_contact_values','field_58568c1091b1d'),(52461,1821,'cases_repeater_0_cases_title','- Largest Greek Bank'),(52462,1821,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(52463,1821,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(52464,1821,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(52465,1821,'cases_repeater_0_icon','icon-bullseye-small'),(52466,1821,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(52467,1821,'cases_repeater_0_cases_icon_title','Financial services'),(52468,1821,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(52469,1821,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(52470,1821,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(52471,1821,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(52472,1821,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(52473,1821,'cases_repeater_1_icon','icon-progress-small'),(52474,1821,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(52475,1821,'cases_repeater_1_cases_icon_title','Commodities'),(52476,1821,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(52477,1821,'cases_repeater','3'),(52478,1821,'_cases_repeater','field_56b25d0cd2fed'),(52479,1821,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(52480,1821,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(52481,1821,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(52482,1821,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(52483,1821,'cases_repeater_2_icon','icon-pill-small'),(52484,1821,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(52485,1821,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(52486,1821,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(52487,1821,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(52488,1821,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(52489,1821,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(52490,1821,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(52491,1821,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(52492,1821,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(52493,1821,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(52494,1821,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(52495,1821,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(52496,1821,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(52497,1821,'conferences_repeater_2_conference_place_and_date','September, 2015'),(52498,1821,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(52499,1821,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(52500,1821,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(52501,1821,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(52502,1821,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(52503,1821,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(52504,1821,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(52505,1821,'conferences_repeater_4_conference_place_and_date','May, 2015'),(52506,1821,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(52507,1821,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(52508,1821,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(52509,1821,'conferences_repeater_5_conference_place_and_date','April, 2015'),(52510,1821,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(52511,1821,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(52512,1821,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(52513,1821,'conferences_repeater_6_conference_place_and_date','January, 2015'),(52514,1821,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(52515,1821,'conferences_repeater','7'),(52516,1821,'_conferences_repeater','field_56b28bd340c44'),(52517,1821,'conferences_contact','Previous conferences available upon request'),(52518,1821,'_conferences_contact','field_56b3451c304a4'),(52519,1821,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(52520,1821,'_conferences_contact_mail','field_56b3453c304a5'),(52521,1821,'conferences_icon','icon-mail'),(52522,1821,'_conferences_icon','field_56b347cd8f381'),(52523,1821,'conferences_contact_text','Previous conferences available upon request'),(52524,1821,'_conferences_contact_text','field_56b3451c304a4'),(52525,1821,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(52526,1821,'_left_tab','field_56b36c6deeda0'),(52527,1821,'add_second_tab','1'),(52528,1821,'_add_second_tab','field_56b36ca9eeda2'),(52529,1821,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(52530,1821,'_right_tab','field_56b3fab04554d'),(52531,1821,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(52532,1821,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(52533,1821,'left_tab_0_spacer','0'),(52534,1821,'_left_tab_0_spacer','field_56b371c577c8c'),(52535,1821,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(52536,1821,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(52537,1821,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(52538,1821,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(52539,1821,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(52540,1821,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(52541,1821,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(52542,1821,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(52543,1821,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(52544,1821,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(52545,1821,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(52546,1821,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(52547,1821,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(52548,1821,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(52549,1821,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(52550,1821,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(52551,1821,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(52552,1821,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(52553,1821,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(52554,1821,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(52555,1821,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(52556,1821,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(52557,1821,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(52558,1821,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(52559,1821,'left_tab_1_cases_repeater','3'),(52560,1821,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(52561,1821,'left_tab_1_spacer','0'),(52562,1821,'_left_tab_1_spacer','field_56b3f001dbf09'),(52563,1821,'left_tab_name','Successful Transactions'),(52564,1821,'_left_tab_name','field_56b3976017dce'),(52565,1821,'right_tab_name','Case studies'),(52566,1821,'_right_tab_name','field_56b3978117dcf'),(52567,1821,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(52568,1821,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(52569,1821,'right_tab_0_spacer','1'),(52570,1821,'_right_tab_0_spacer','field_56b3fab14554f'),(52571,1821,'right_tab_2_contact_icon','icon-mail'),(52572,1821,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(52573,1821,'right_tab_2_contact_title','Previous conferences available upon request.'),(52574,1821,'_right_tab_2_contact_title','field_56b4001eb0921'),(52575,1821,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(52576,1821,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(52577,1821,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(52578,1821,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(52579,1821,'right_tab_2_contact_values_0_link_type','mailto:'),(52580,1821,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(52581,1821,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(52582,1821,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(52583,1821,'right_tab_2_contact_values','1'),(52584,1821,'_right_tab_2_contact_values','field_56b3fde2ce062'),(52585,1821,'add_third_tab','1'),(52586,1821,'_add_third_tab','field_57f54e889b77c'),(52587,1821,'third_tab_name','IB Blog'),(52588,1821,'_third_tab_name','field_57f54ea19b77d'),(52589,1821,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(52590,1821,'_third_tab','field_57f54ec39b77e'),(52591,1821,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(52592,1821,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(52593,1821,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(52594,1821,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(52595,1821,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(52596,1821,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(52597,1821,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(52598,1821,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(52599,1821,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(52600,1821,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(52601,1821,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(52602,1821,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(52603,1821,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(52604,1821,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(52605,1821,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(52606,1821,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(52607,1821,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(52608,1821,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(52609,1821,'right_tab_3_items_list_repeater','4'),(52610,1821,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(52611,1821,'right_tab_4_contact_icon','icon-mail'),(52612,1821,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(52613,1821,'right_tab_4_contact_title','Previous conferences available upon request.'),(52614,1821,'_right_tab_4_contact_title','field_56b4001eb0921'),(52615,1821,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(52616,1821,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(52617,1821,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(52618,1821,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(52619,1821,'right_tab_4_contact_values_0_link_type','mailto:'),(52620,1821,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(52621,1821,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(52622,1821,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(52623,1821,'right_tab_4_contact_values','1'),(52624,1821,'_right_tab_4_contact_values','field_56b3fde2ce062'),(52625,1821,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(52626,1821,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(52627,1821,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(52628,1821,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(52629,1821,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(52630,1821,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(52631,1821,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(52632,1821,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(52633,1821,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(52634,1821,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(52635,1821,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(52636,1821,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(52637,1821,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(52638,1821,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(52639,1821,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(52640,1821,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(52641,1821,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(52642,1821,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(52643,1821,'right_tab_5_items_list_repeater','7'),(52644,1821,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(52645,1821,'right_tab_6_contact_icon','icon-mail'),(52646,1821,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(52647,1821,'right_tab_6_contact_title','Previous conferences available upon request.'),(52648,1821,'_right_tab_6_contact_title','field_56b4001eb0921'),(52649,1821,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(52650,1821,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(52651,1821,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(52652,1821,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(52653,1821,'right_tab_6_contact_values_0_link_type','mailto:'),(52654,1821,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(52655,1821,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(52656,1821,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(52657,1821,'right_tab_6_contact_values','1'),(52658,1821,'_right_tab_6_contact_values','field_56b3fde2ce062'),(52659,1821,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n<img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" />'),(52660,1821,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(52661,1821,'third_tab_0_spacer','1'),(52662,1821,'_third_tab_0_spacer','field_57f54ec49b780'),(52663,1821,'third_tab_2_contact_icon','icon-mail'),(52664,1821,'_third_tab_2_contact_icon','field_58568c5a91b24'),(52665,1821,'third_tab_2_contact_title','Previous conferences available upon request.'),(52666,1821,'_third_tab_2_contact_title','field_58568c7791b25'),(52667,1821,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(52668,1821,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(52669,1821,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(52670,1821,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(52671,1821,'third_tab_2_contact_values_0_link_type','mailto:'),(52672,1821,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(52673,1821,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(52674,1821,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(52675,1821,'third_tab_2_contact_values','1'),(52676,1821,'_third_tab_2_contact_values','field_58568c1091b1d'),(52677,1821,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(52678,1821,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(52679,1821,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(52680,1821,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(52681,1821,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(52682,1821,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(52683,1821,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(52684,1821,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(52685,1821,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(52686,1821,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(52687,1821,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(52688,1821,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(52689,1821,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(52690,1821,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(52691,1821,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(52692,1821,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(52693,1821,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(52694,1821,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(52695,1821,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(52696,1821,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(52697,1821,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(52698,1821,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(52699,1821,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(52700,1821,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(52701,1821,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(52702,1821,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(52703,1821,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(52704,1821,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(52705,1821,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(52706,1821,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(52707,1821,'right_tab_7_items_list_repeater','4'),(52708,1821,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(52709,1821,'right_tab_8_contact_icon','icon-mail'),(52710,1821,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(52711,1821,'right_tab_8_contact_title','Previous conferences available upon request.'),(52712,1821,'_right_tab_8_contact_title','field_56b4001eb0921'),(52713,1821,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(52714,1821,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(52715,1821,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(52716,1821,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(52717,1821,'right_tab_8_contact_values_0_link_type','mailto:'),(52718,1821,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(52719,1821,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(52720,1821,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(52721,1821,'right_tab_8_contact_values','1'),(52722,1821,'_right_tab_8_contact_values','field_56b3fde2ce062'),(52723,1821,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(52724,1821,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(52725,1821,'third_tab_0_items_list_repeater',''),(52726,1821,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(52727,1821,'third_tab_1_contact_icon','icon-mail'),(52728,1821,'_third_tab_1_contact_icon','field_58568c5a91b24'),(52729,1821,'third_tab_1_contact_title','Previous conferences available upon request.'),(52730,1821,'_third_tab_1_contact_title','field_58568c7791b25'),(52731,1821,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(52732,1821,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(52733,1821,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(52734,1821,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(52735,1821,'third_tab_1_contact_values_0_link_type','mailto:'),(52736,1821,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(52737,1821,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(52738,1821,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(52739,1821,'third_tab_1_contact_values','1'),(52740,1821,'_third_tab_1_contact_values','field_58568c1091b1d'),(52741,1822,'cases_repeater_0_cases_title','- Largest Greek Bank'),(52742,1822,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(52743,1822,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(52744,1822,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(52745,1822,'cases_repeater_0_icon','icon-bullseye-small'),(52746,1822,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(52747,1822,'cases_repeater_0_cases_icon_title','Financial services'),(52748,1822,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(52749,1822,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(52750,1822,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(52751,1822,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(52752,1822,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(52753,1822,'cases_repeater_1_icon','icon-progress-small'),(52754,1822,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(52755,1822,'cases_repeater_1_cases_icon_title','Commodities'),(52756,1822,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(52757,1822,'cases_repeater','3'),(52758,1822,'_cases_repeater','field_56b25d0cd2fed'),(52759,1822,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(52760,1822,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(52761,1822,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(52762,1822,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(52763,1822,'cases_repeater_2_icon','icon-pill-small'),(52764,1822,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(52765,1822,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(52766,1822,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(52767,1822,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(52768,1822,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(52769,1822,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(52770,1822,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(52771,1822,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(52772,1822,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(52773,1822,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(52774,1822,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(52775,1822,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(52776,1822,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(52777,1822,'conferences_repeater_2_conference_place_and_date','September, 2015'),(52778,1822,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(52779,1822,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(52780,1822,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(52781,1822,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(52782,1822,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(52783,1822,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(52784,1822,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(52785,1822,'conferences_repeater_4_conference_place_and_date','May, 2015'),(52786,1822,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(52787,1822,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(52788,1822,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(52789,1822,'conferences_repeater_5_conference_place_and_date','April, 2015'),(52790,1822,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(52791,1822,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(52792,1822,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(52793,1822,'conferences_repeater_6_conference_place_and_date','January, 2015'),(52794,1822,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(52795,1822,'conferences_repeater','7'),(52796,1822,'_conferences_repeater','field_56b28bd340c44'),(52797,1822,'conferences_contact','Previous conferences available upon request'),(52798,1822,'_conferences_contact','field_56b3451c304a4'),(52799,1822,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(52800,1822,'_conferences_contact_mail','field_56b3453c304a5'),(52801,1822,'conferences_icon','icon-mail'),(52802,1822,'_conferences_icon','field_56b347cd8f381'),(52803,1822,'conferences_contact_text','Previous conferences available upon request'),(52804,1822,'_conferences_contact_text','field_56b3451c304a4'),(52805,1822,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(52806,1822,'_left_tab','field_56b36c6deeda0'),(52807,1822,'add_second_tab','1'),(52808,1822,'_add_second_tab','field_56b36ca9eeda2'),(52809,1822,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(52810,1822,'_right_tab','field_56b3fab04554d'),(52811,1822,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(52812,1822,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(52813,1822,'left_tab_0_spacer','0'),(52814,1822,'_left_tab_0_spacer','field_56b371c577c8c'),(52815,1822,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(52816,1822,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(52817,1822,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(52818,1822,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(52819,1822,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(52820,1822,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(52821,1822,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(52822,1822,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(52823,1822,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(52824,1822,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(52825,1822,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(52826,1822,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(52827,1822,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(52828,1822,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(52829,1822,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(52830,1822,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(52831,1822,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(52832,1822,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(52833,1822,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(52834,1822,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(52835,1822,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(52836,1822,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(52837,1822,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(52838,1822,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(52839,1822,'left_tab_1_cases_repeater','3'),(52840,1822,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(52841,1822,'left_tab_1_spacer','0'),(52842,1822,'_left_tab_1_spacer','field_56b3f001dbf09'),(52843,1822,'left_tab_name','Successful Transactions'),(52844,1822,'_left_tab_name','field_56b3976017dce'),(52845,1822,'right_tab_name','Case studies'),(52846,1822,'_right_tab_name','field_56b3978117dcf'),(52847,1822,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(52848,1822,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(52849,1822,'right_tab_0_spacer','1'),(52850,1822,'_right_tab_0_spacer','field_56b3fab14554f'),(52851,1822,'right_tab_2_contact_icon','icon-mail'),(52852,1822,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(52853,1822,'right_tab_2_contact_title','Previous conferences available upon request.'),(52854,1822,'_right_tab_2_contact_title','field_56b4001eb0921'),(52855,1822,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(52856,1822,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(52857,1822,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(52858,1822,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(52859,1822,'right_tab_2_contact_values_0_link_type','mailto:'),(52860,1822,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(52861,1822,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(52862,1822,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(52863,1822,'right_tab_2_contact_values','1'),(52864,1822,'_right_tab_2_contact_values','field_56b3fde2ce062'),(52865,1822,'add_third_tab','1'),(52866,1822,'_add_third_tab','field_57f54e889b77c'),(52867,1822,'third_tab_name','IB Blog'),(52868,1822,'_third_tab_name','field_57f54ea19b77d'),(52869,1822,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(52870,1822,'_third_tab','field_57f54ec39b77e'),(52871,1822,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(52872,1822,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(52873,1822,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(52874,1822,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(52875,1822,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(52876,1822,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(52877,1822,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(52878,1822,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(52879,1822,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(52880,1822,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(52881,1822,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(52882,1822,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(52883,1822,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(52884,1822,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(52885,1822,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(52886,1822,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(52887,1822,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(52888,1822,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(52889,1822,'right_tab_3_items_list_repeater','4'),(52890,1822,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(52891,1822,'right_tab_4_contact_icon','icon-mail'),(52892,1822,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(52893,1822,'right_tab_4_contact_title','Previous conferences available upon request.'),(52894,1822,'_right_tab_4_contact_title','field_56b4001eb0921'),(52895,1822,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(52896,1822,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(52897,1822,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(52898,1822,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(52899,1822,'right_tab_4_contact_values_0_link_type','mailto:'),(52900,1822,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(52901,1822,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(52902,1822,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(52903,1822,'right_tab_4_contact_values','1'),(52904,1822,'_right_tab_4_contact_values','field_56b3fde2ce062'),(52905,1822,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(52906,1822,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(52907,1822,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(52908,1822,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(52909,1822,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(52910,1822,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(52911,1822,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(52912,1822,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(52913,1822,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(52914,1822,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(52915,1822,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(52916,1822,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(52917,1822,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(52918,1822,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(52919,1822,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(52920,1822,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(52921,1822,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(52922,1822,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(52923,1822,'right_tab_5_items_list_repeater','7'),(52924,1822,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(52925,1822,'right_tab_6_contact_icon','icon-mail'),(52926,1822,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(52927,1822,'right_tab_6_contact_title','Previous conferences available upon request.'),(52928,1822,'_right_tab_6_contact_title','field_56b4001eb0921'),(52929,1822,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(52930,1822,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(52931,1822,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(52932,1822,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(52933,1822,'right_tab_6_contact_values_0_link_type','mailto:'),(52934,1822,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(52935,1822,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(52936,1822,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(52937,1822,'right_tab_6_contact_values','1'),(52938,1822,'_right_tab_6_contact_values','field_56b3fde2ce062'),(52939,1822,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-1817 size-full\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" width=\"300\" height=\"109\" /> Lukas talks to Capital Markets Today to discuss the NPLs in SEE[/caption]'),(52940,1822,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(52941,1822,'third_tab_0_spacer','1'),(52942,1822,'_third_tab_0_spacer','field_57f54ec49b780'),(52943,1822,'third_tab_2_contact_icon','icon-mail'),(52944,1822,'_third_tab_2_contact_icon','field_58568c5a91b24'),(52945,1822,'third_tab_2_contact_title','Previous conferences available upon request.'),(52946,1822,'_third_tab_2_contact_title','field_58568c7791b25'),(52947,1822,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(52948,1822,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(52949,1822,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(52950,1822,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(52951,1822,'third_tab_2_contact_values_0_link_type','mailto:'),(52952,1822,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(52953,1822,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(52954,1822,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(52955,1822,'third_tab_2_contact_values','1'),(52956,1822,'_third_tab_2_contact_values','field_58568c1091b1d'),(52957,1822,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(52958,1822,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(52959,1822,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(52960,1822,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(52961,1822,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(52962,1822,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(52963,1822,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(52964,1822,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(52965,1822,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(52966,1822,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(52967,1822,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(52968,1822,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(52969,1822,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(52970,1822,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(52971,1822,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(52972,1822,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(52973,1822,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(52974,1822,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(52975,1822,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(52976,1822,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(52977,1822,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(52978,1822,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(52979,1822,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(52980,1822,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(52981,1822,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(52982,1822,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(52983,1822,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(52984,1822,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(52985,1822,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(52986,1822,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(52987,1822,'right_tab_7_items_list_repeater','4'),(52988,1822,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(52989,1822,'right_tab_8_contact_icon','icon-mail'),(52990,1822,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(52991,1822,'right_tab_8_contact_title','Previous conferences available upon request.'),(52992,1822,'_right_tab_8_contact_title','field_56b4001eb0921'),(52993,1822,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(52994,1822,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(52995,1822,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(52996,1822,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(52997,1822,'right_tab_8_contact_values_0_link_type','mailto:'),(52998,1822,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(52999,1822,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(53000,1822,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(53001,1822,'right_tab_8_contact_values','1'),(53002,1822,'_right_tab_8_contact_values','field_56b3fde2ce062'),(53003,1822,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(53004,1822,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(53005,1822,'third_tab_0_items_list_repeater',''),(53006,1822,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(53007,1822,'third_tab_1_contact_icon','icon-mail'),(53008,1822,'_third_tab_1_contact_icon','field_58568c5a91b24'),(53009,1822,'third_tab_1_contact_title','Previous conferences available upon request.'),(53010,1822,'_third_tab_1_contact_title','field_58568c7791b25'),(53011,1822,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(53012,1822,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(53013,1822,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(53014,1822,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(53015,1822,'third_tab_1_contact_values_0_link_type','mailto:'),(53016,1822,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(53017,1822,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(53018,1822,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(53019,1822,'third_tab_1_contact_values','1'),(53020,1822,'_third_tab_1_contact_values','field_58568c1091b1d'),(53023,1824,'cases_repeater_0_cases_title','- Largest Greek Bank'),(53024,1824,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(53025,1824,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(53026,1824,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(53027,1824,'cases_repeater_0_icon','icon-bullseye-small'),(53028,1824,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(53029,1824,'cases_repeater_0_cases_icon_title','Financial services'),(53030,1824,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(53031,1824,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(53032,1824,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(53033,1824,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(53034,1824,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(53035,1824,'cases_repeater_1_icon','icon-progress-small'),(53036,1824,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(53037,1824,'cases_repeater_1_cases_icon_title','Commodities'),(53038,1824,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(53039,1824,'cases_repeater','3'),(53040,1824,'_cases_repeater','field_56b25d0cd2fed'),(53041,1824,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(53042,1824,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(53043,1824,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(53044,1824,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(53045,1824,'cases_repeater_2_icon','icon-pill-small'),(53046,1824,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(53047,1824,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(53048,1824,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(53049,1824,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(53050,1824,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(53051,1824,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(53052,1824,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(53053,1824,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(53054,1824,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(53055,1824,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(53056,1824,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(53057,1824,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(53058,1824,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(53059,1824,'conferences_repeater_2_conference_place_and_date','September, 2015'),(53060,1824,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(53061,1824,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(53062,1824,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(53063,1824,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(53064,1824,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(53065,1824,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(53066,1824,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(53067,1824,'conferences_repeater_4_conference_place_and_date','May, 2015'),(53068,1824,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(53069,1824,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(53070,1824,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(53071,1824,'conferences_repeater_5_conference_place_and_date','April, 2015'),(53072,1824,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(53073,1824,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(53074,1824,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(53075,1824,'conferences_repeater_6_conference_place_and_date','January, 2015'),(53076,1824,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(53077,1824,'conferences_repeater','7'),(53078,1824,'_conferences_repeater','field_56b28bd340c44'),(53079,1824,'conferences_contact','Previous conferences available upon request'),(53080,1824,'_conferences_contact','field_56b3451c304a4'),(53081,1824,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(53082,1824,'_conferences_contact_mail','field_56b3453c304a5'),(53083,1824,'conferences_icon','icon-mail'),(53084,1824,'_conferences_icon','field_56b347cd8f381'),(53085,1824,'conferences_contact_text','Previous conferences available upon request'),(53086,1824,'_conferences_contact_text','field_56b3451c304a4'),(53087,1824,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(53088,1824,'_left_tab','field_56b36c6deeda0'),(53089,1824,'add_second_tab','1'),(53090,1824,'_add_second_tab','field_56b36ca9eeda2'),(53091,1824,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(53092,1824,'_right_tab','field_56b3fab04554d'),(53093,1824,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(53094,1824,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(53095,1824,'left_tab_0_spacer','0'),(53096,1824,'_left_tab_0_spacer','field_56b371c577c8c'),(53097,1824,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(53098,1824,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(53099,1824,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(53100,1824,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(53101,1824,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(53102,1824,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(53103,1824,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(53104,1824,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(53105,1824,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(53106,1824,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(53107,1824,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(53108,1824,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(53109,1824,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(53110,1824,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(53111,1824,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(53112,1824,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(53113,1824,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(53114,1824,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(53115,1824,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(53116,1824,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(53117,1824,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(53118,1824,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(53119,1824,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(53120,1824,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(53121,1824,'left_tab_1_cases_repeater','3'),(53122,1824,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(53123,1824,'left_tab_1_spacer','0'),(53124,1824,'_left_tab_1_spacer','field_56b3f001dbf09'),(53125,1824,'left_tab_name','Successful Transactions'),(53126,1824,'_left_tab_name','field_56b3976017dce'),(53127,1824,'right_tab_name','Case studies'),(53128,1824,'_right_tab_name','field_56b3978117dcf'),(53129,1824,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(53130,1824,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(53131,1824,'right_tab_0_spacer','1'),(53132,1824,'_right_tab_0_spacer','field_56b3fab14554f'),(53133,1824,'right_tab_2_contact_icon','icon-mail'),(53134,1824,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(53135,1824,'right_tab_2_contact_title','Previous conferences available upon request.'),(53136,1824,'_right_tab_2_contact_title','field_56b4001eb0921'),(53137,1824,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(53138,1824,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(53139,1824,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(53140,1824,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(53141,1824,'right_tab_2_contact_values_0_link_type','mailto:'),(53142,1824,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(53143,1824,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(53144,1824,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(53145,1824,'right_tab_2_contact_values','1'),(53146,1824,'_right_tab_2_contact_values','field_56b3fde2ce062'),(53147,1824,'add_third_tab','1'),(53148,1824,'_add_third_tab','field_57f54e889b77c'),(53149,1824,'third_tab_name','IB Blog'),(53150,1824,'_third_tab_name','field_57f54ea19b77d'),(53151,1824,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(53152,1824,'_third_tab','field_57f54ec39b77e'),(53153,1824,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(53154,1824,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(53155,1824,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(53156,1824,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(53157,1824,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(53158,1824,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(53159,1824,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(53160,1824,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(53161,1824,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(53162,1824,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(53163,1824,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(53164,1824,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(53165,1824,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(53166,1824,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(53167,1824,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(53168,1824,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(53169,1824,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(53170,1824,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(53171,1824,'right_tab_3_items_list_repeater','4'),(53172,1824,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(53173,1824,'right_tab_4_contact_icon','icon-mail'),(53174,1824,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(53175,1824,'right_tab_4_contact_title','Previous conferences available upon request.'),(53176,1824,'_right_tab_4_contact_title','field_56b4001eb0921'),(53177,1824,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(53178,1824,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(53179,1824,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(53180,1824,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(53181,1824,'right_tab_4_contact_values_0_link_type','mailto:'),(53182,1824,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(53183,1824,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(53184,1824,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(53185,1824,'right_tab_4_contact_values','1'),(53186,1824,'_right_tab_4_contact_values','field_56b3fde2ce062'),(53187,1824,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(53188,1824,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(53189,1824,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(53190,1824,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(53191,1824,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(53192,1824,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(53193,1824,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(53194,1824,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(53195,1824,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(53196,1824,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(53197,1824,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(53198,1824,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(53199,1824,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(53200,1824,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(53201,1824,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(53202,1824,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(53203,1824,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(53204,1824,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(53205,1824,'right_tab_5_items_list_repeater','7'),(53206,1824,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(53207,1824,'right_tab_6_contact_icon','icon-mail'),(53208,1824,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(53209,1824,'right_tab_6_contact_title','Previous conferences available upon request.'),(53210,1824,'_right_tab_6_contact_title','field_56b4001eb0921'),(53211,1824,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(53212,1824,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(53213,1824,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(53214,1824,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(53215,1824,'right_tab_6_contact_values_0_link_type','mailto:'),(53216,1824,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(53217,1824,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(53218,1824,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(53219,1824,'right_tab_6_contact_values','1'),(53220,1824,'_right_tab_6_contact_values','field_56b3fde2ce062'),(53221,1824,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-1817 size-full\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" width=\"300\" height=\"109\" /> Lukas talks to Capital Markets Today to discuss the NPLs in SEE[/caption]\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Lukas talks to Capital Markets Today to discuss NPLs in the [/caption]'),(53222,1824,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(53223,1824,'third_tab_0_spacer','1'),(53224,1824,'_third_tab_0_spacer','field_57f54ec49b780'),(53225,1824,'third_tab_2_contact_icon','icon-mail'),(53226,1824,'_third_tab_2_contact_icon','field_58568c5a91b24'),(53227,1824,'third_tab_2_contact_title','Previous conferences available upon request.'),(53228,1824,'_third_tab_2_contact_title','field_58568c7791b25'),(53229,1824,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(53230,1824,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(53231,1824,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(53232,1824,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(53233,1824,'third_tab_2_contact_values_0_link_type','mailto:'),(53234,1824,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(53235,1824,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(53236,1824,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(53237,1824,'third_tab_2_contact_values','1'),(53238,1824,'_third_tab_2_contact_values','field_58568c1091b1d'),(53239,1824,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(53240,1824,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(53241,1824,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(53242,1824,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(53243,1824,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(53244,1824,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(53245,1824,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(53246,1824,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(53247,1824,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(53248,1824,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(53249,1824,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(53250,1824,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(53251,1824,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(53252,1824,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(53253,1824,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(53254,1824,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(53255,1824,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(53256,1824,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(53257,1824,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(53258,1824,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(53259,1824,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(53260,1824,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(53261,1824,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(53262,1824,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(53263,1824,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(53264,1824,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(53265,1824,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(53266,1824,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(53267,1824,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(53268,1824,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(53269,1824,'right_tab_7_items_list_repeater','4'),(53270,1824,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(53271,1824,'right_tab_8_contact_icon','icon-mail'),(53272,1824,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(53273,1824,'right_tab_8_contact_title','Previous conferences available upon request.'),(53274,1824,'_right_tab_8_contact_title','field_56b4001eb0921'),(53275,1824,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(53276,1824,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(53277,1824,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(53278,1824,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(53279,1824,'right_tab_8_contact_values_0_link_type','mailto:'),(53280,1824,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(53281,1824,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(53282,1824,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(53283,1824,'right_tab_8_contact_values','1'),(53284,1824,'_right_tab_8_contact_values','field_56b3fde2ce062'),(53285,1824,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(53286,1824,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(53287,1824,'third_tab_0_items_list_repeater',''),(53288,1824,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(53289,1824,'third_tab_1_contact_icon','icon-mail'),(53290,1824,'_third_tab_1_contact_icon','field_58568c5a91b24'),(53291,1824,'third_tab_1_contact_title','Previous conferences available upon request.'),(53292,1824,'_third_tab_1_contact_title','field_58568c7791b25'),(53293,1824,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(53294,1824,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(53295,1824,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(53296,1824,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(53297,1824,'third_tab_1_contact_values_0_link_type','mailto:'),(53298,1824,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(53299,1824,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(53300,1824,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(53301,1824,'third_tab_1_contact_values','1'),(53302,1824,'_third_tab_1_contact_values','field_58568c1091b1d'),(53312,1829,'cases_repeater_0_cases_title','- Largest Greek Bank'),(53313,1829,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(53314,1829,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(53315,1829,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(53316,1829,'cases_repeater_0_icon','icon-bullseye-small'),(53317,1829,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(53318,1829,'cases_repeater_0_cases_icon_title','Financial services'),(53319,1829,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(53320,1829,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(53321,1829,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(53322,1829,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(53323,1829,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(53324,1829,'cases_repeater_1_icon','icon-progress-small'),(53325,1829,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(53326,1829,'cases_repeater_1_cases_icon_title','Commodities'),(53327,1829,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(53328,1829,'cases_repeater','3'),(53329,1829,'_cases_repeater','field_56b25d0cd2fed'),(53330,1829,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(53331,1829,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(53332,1829,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(53333,1829,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(53334,1829,'cases_repeater_2_icon','icon-pill-small'),(53335,1829,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(53336,1829,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(53337,1829,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(53338,1829,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(53339,1829,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(53340,1829,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(53341,1829,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(53342,1829,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(53343,1829,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(53344,1829,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(53345,1829,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(53346,1829,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(53347,1829,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(53348,1829,'conferences_repeater_2_conference_place_and_date','September, 2015'),(53349,1829,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(53350,1829,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(53351,1829,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(53352,1829,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(53353,1829,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(53354,1829,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(53355,1829,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(53356,1829,'conferences_repeater_4_conference_place_and_date','May, 2015'),(53357,1829,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(53358,1829,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(53359,1829,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(53360,1829,'conferences_repeater_5_conference_place_and_date','April, 2015'),(53361,1829,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(53362,1829,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(53363,1829,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(53364,1829,'conferences_repeater_6_conference_place_and_date','January, 2015'),(53365,1829,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(53366,1829,'conferences_repeater','7'),(53367,1829,'_conferences_repeater','field_56b28bd340c44'),(53368,1829,'conferences_contact','Previous conferences available upon request'),(53369,1829,'_conferences_contact','field_56b3451c304a4'),(53370,1829,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(53371,1829,'_conferences_contact_mail','field_56b3453c304a5'),(53372,1829,'conferences_icon','icon-mail'),(53373,1829,'_conferences_icon','field_56b347cd8f381'),(53374,1829,'conferences_contact_text','Previous conferences available upon request'),(53375,1829,'_conferences_contact_text','field_56b3451c304a4'),(53376,1829,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(53377,1829,'_left_tab','field_56b36c6deeda0'),(53378,1829,'add_second_tab','1'),(53379,1829,'_add_second_tab','field_56b36ca9eeda2'),(53380,1829,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(53381,1829,'_right_tab','field_56b3fab04554d'),(53382,1829,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(53383,1829,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(53384,1829,'left_tab_0_spacer','0'),(53385,1829,'_left_tab_0_spacer','field_56b371c577c8c'),(53386,1829,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(53387,1829,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(53388,1829,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(53389,1829,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(53390,1829,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(53391,1829,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(53392,1829,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(53393,1829,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(53394,1829,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(53395,1829,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(53396,1829,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(53397,1829,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(53398,1829,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(53399,1829,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(53400,1829,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(53401,1829,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(53402,1829,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(53403,1829,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(53404,1829,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(53405,1829,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(53406,1829,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(53407,1829,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(53408,1829,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(53409,1829,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(53410,1829,'left_tab_1_cases_repeater','3'),(53411,1829,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(53412,1829,'left_tab_1_spacer','0'),(53413,1829,'_left_tab_1_spacer','field_56b3f001dbf09'),(53414,1829,'left_tab_name','Successful Transactions'),(53415,1829,'_left_tab_name','field_56b3976017dce'),(53416,1829,'right_tab_name','Case studies'),(53417,1829,'_right_tab_name','field_56b3978117dcf'),(53418,1829,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(53419,1829,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(53420,1829,'right_tab_0_spacer','1'),(53421,1829,'_right_tab_0_spacer','field_56b3fab14554f'),(53422,1829,'right_tab_2_contact_icon','icon-mail'),(53423,1829,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(53424,1829,'right_tab_2_contact_title','Previous conferences available upon request.'),(53425,1829,'_right_tab_2_contact_title','field_56b4001eb0921'),(53426,1829,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(53427,1829,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(53428,1829,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(53429,1829,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(53430,1829,'right_tab_2_contact_values_0_link_type','mailto:'),(53431,1829,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(53432,1829,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(53433,1829,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(53434,1829,'right_tab_2_contact_values','1'),(53435,1829,'_right_tab_2_contact_values','field_56b3fde2ce062'),(53436,1829,'add_third_tab','1'),(53437,1829,'_add_third_tab','field_57f54e889b77c'),(53438,1829,'third_tab_name','IB Blog'),(53439,1829,'_third_tab_name','field_57f54ea19b77d'),(53440,1829,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(53441,1829,'_third_tab','field_57f54ec39b77e'),(53442,1829,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(53443,1829,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(53444,1829,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(53445,1829,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(53446,1829,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(53447,1829,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(53448,1829,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(53449,1829,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(53450,1829,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(53451,1829,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(53452,1829,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(53453,1829,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(53454,1829,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(53455,1829,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(53456,1829,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(53457,1829,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(53458,1829,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(53459,1829,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(53460,1829,'right_tab_3_items_list_repeater','4'),(53461,1829,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(53462,1829,'right_tab_4_contact_icon','icon-mail'),(53463,1829,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(53464,1829,'right_tab_4_contact_title','Previous conferences available upon request.'),(53465,1829,'_right_tab_4_contact_title','field_56b4001eb0921'),(53466,1829,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(53467,1829,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(53468,1829,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(53469,1829,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(53470,1829,'right_tab_4_contact_values_0_link_type','mailto:'),(53471,1829,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(53472,1829,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(53473,1829,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(53474,1829,'right_tab_4_contact_values','1'),(53475,1829,'_right_tab_4_contact_values','field_56b3fde2ce062'),(53476,1829,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(53477,1829,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(53478,1829,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(53479,1829,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(53480,1829,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(53481,1829,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(53482,1829,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(53483,1829,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(53484,1829,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(53485,1829,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(53486,1829,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(53487,1829,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(53488,1829,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(53489,1829,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(53490,1829,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(53491,1829,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(53492,1829,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(53493,1829,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(53494,1829,'right_tab_5_items_list_repeater','7'),(53495,1829,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(53496,1829,'right_tab_6_contact_icon','icon-mail'),(53497,1829,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(53498,1829,'right_tab_6_contact_title','Previous conferences available upon request.'),(53499,1829,'_right_tab_6_contact_title','field_56b4001eb0921'),(53500,1829,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(53501,1829,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(53502,1829,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(53503,1829,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(53504,1829,'right_tab_6_contact_values_0_link_type','mailto:'),(53505,1829,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(53506,1829,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(53507,1829,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(53508,1829,'right_tab_6_contact_values','1'),(53509,1829,'_right_tab_6_contact_values','field_56b3fde2ce062'),(53510,1829,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-1817 size-full\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" width=\"300\" height=\"109\" /> Lukas talks to Capital Markets Today to discuss the NPLs in SEE[/caption]\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Lukas talks to Capital Markets Today to discuss NPLs in the SEE[/caption]'),(53511,1829,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(53512,1829,'third_tab_0_spacer','1'),(53513,1829,'_third_tab_0_spacer','field_57f54ec49b780'),(53514,1829,'third_tab_2_contact_icon','icon-mail'),(53515,1829,'_third_tab_2_contact_icon','field_58568c5a91b24'),(53516,1829,'third_tab_2_contact_title','Previous conferences available upon request.'),(53517,1829,'_third_tab_2_contact_title','field_58568c7791b25'),(53518,1829,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(53519,1829,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(53520,1829,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(53521,1829,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(53522,1829,'third_tab_2_contact_values_0_link_type','mailto:'),(53523,1829,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(53524,1829,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(53525,1829,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(53526,1829,'third_tab_2_contact_values','1'),(53527,1829,'_third_tab_2_contact_values','field_58568c1091b1d'),(53528,1829,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(53529,1829,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(53530,1829,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(53531,1829,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(53532,1829,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(53533,1829,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(53534,1829,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(53535,1829,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(53536,1829,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(53537,1829,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(53538,1829,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(53539,1829,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(53540,1829,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(53541,1829,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(53542,1829,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(53543,1829,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(53544,1829,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(53545,1829,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(53546,1829,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(53547,1829,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(53548,1829,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(53549,1829,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(53550,1829,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(53551,1829,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(53552,1829,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(53553,1829,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(53554,1829,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(53555,1829,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(53556,1829,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(53557,1829,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(53558,1829,'right_tab_7_items_list_repeater','4'),(53559,1829,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(53560,1829,'right_tab_8_contact_icon','icon-mail'),(53561,1829,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(53562,1829,'right_tab_8_contact_title','Previous conferences available upon request.'),(53563,1829,'_right_tab_8_contact_title','field_56b4001eb0921'),(53564,1829,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(53565,1829,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(53566,1829,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(53567,1829,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(53568,1829,'right_tab_8_contact_values_0_link_type','mailto:'),(53569,1829,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(53570,1829,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(53571,1829,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(53572,1829,'right_tab_8_contact_values','1'),(53573,1829,'_right_tab_8_contact_values','field_56b3fde2ce062'),(53574,1829,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(53575,1829,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(53576,1829,'third_tab_0_items_list_repeater',''),(53577,1829,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(53578,1829,'third_tab_1_contact_icon','icon-mail'),(53579,1829,'_third_tab_1_contact_icon','field_58568c5a91b24'),(53580,1829,'third_tab_1_contact_title','Previous conferences available upon request.'),(53581,1829,'_third_tab_1_contact_title','field_58568c7791b25'),(53582,1829,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(53583,1829,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(53584,1829,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(53585,1829,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(53586,1829,'third_tab_1_contact_values_0_link_type','mailto:'),(53587,1829,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(53588,1829,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(53589,1829,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(53590,1829,'third_tab_1_contact_values','1'),(53591,1829,'_third_tab_1_contact_values','field_58568c1091b1d'),(53598,1831,'cases_repeater_0_cases_title','- Largest Greek Bank'),(53599,1831,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(53600,1831,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(53601,1831,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(53602,1831,'cases_repeater_0_icon','icon-bullseye-small'),(53603,1831,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(53604,1831,'cases_repeater_0_cases_icon_title','Financial services'),(53605,1831,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(53606,1831,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(53607,1831,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(53608,1831,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(53609,1831,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(53610,1831,'cases_repeater_1_icon','icon-progress-small'),(53611,1831,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(53612,1831,'cases_repeater_1_cases_icon_title','Commodities'),(53613,1831,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(53614,1831,'cases_repeater','3'),(53615,1831,'_cases_repeater','field_56b25d0cd2fed'),(53616,1831,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(53617,1831,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(53618,1831,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(53619,1831,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(53620,1831,'cases_repeater_2_icon','icon-pill-small'),(53621,1831,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(53622,1831,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(53623,1831,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(53624,1831,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(53625,1831,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(53626,1831,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(53627,1831,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(53628,1831,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(53629,1831,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(53630,1831,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(53631,1831,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(53632,1831,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(53633,1831,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(53634,1831,'conferences_repeater_2_conference_place_and_date','September, 2015'),(53635,1831,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(53636,1831,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(53637,1831,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(53638,1831,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(53639,1831,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(53640,1831,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(53641,1831,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(53642,1831,'conferences_repeater_4_conference_place_and_date','May, 2015'),(53643,1831,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(53644,1831,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(53645,1831,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(53646,1831,'conferences_repeater_5_conference_place_and_date','April, 2015'),(53647,1831,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(53648,1831,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(53649,1831,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(53650,1831,'conferences_repeater_6_conference_place_and_date','January, 2015'),(53651,1831,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(53652,1831,'conferences_repeater','7'),(53653,1831,'_conferences_repeater','field_56b28bd340c44'),(53654,1831,'conferences_contact','Previous conferences available upon request'),(53655,1831,'_conferences_contact','field_56b3451c304a4'),(53656,1831,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(53657,1831,'_conferences_contact_mail','field_56b3453c304a5'),(53658,1831,'conferences_icon','icon-mail'),(53659,1831,'_conferences_icon','field_56b347cd8f381'),(53660,1831,'conferences_contact_text','Previous conferences available upon request'),(53661,1831,'_conferences_contact_text','field_56b3451c304a4'),(53662,1831,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(53663,1831,'_left_tab','field_56b36c6deeda0'),(53664,1831,'add_second_tab','1'),(53665,1831,'_add_second_tab','field_56b36ca9eeda2'),(53666,1831,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(53667,1831,'_right_tab','field_56b3fab04554d'),(53668,1831,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(53669,1831,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(53670,1831,'left_tab_0_spacer','0'),(53671,1831,'_left_tab_0_spacer','field_56b371c577c8c'),(53672,1831,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(53673,1831,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(53674,1831,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(53675,1831,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(53676,1831,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(53677,1831,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(53678,1831,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(53679,1831,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(53680,1831,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(53681,1831,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(53682,1831,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(53683,1831,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(53684,1831,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(53685,1831,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(53686,1831,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(53687,1831,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(53688,1831,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(53689,1831,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(53690,1831,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(53691,1831,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(53692,1831,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(53693,1831,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(53694,1831,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(53695,1831,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(53696,1831,'left_tab_1_cases_repeater','3'),(53697,1831,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(53698,1831,'left_tab_1_spacer','0'),(53699,1831,'_left_tab_1_spacer','field_56b3f001dbf09'),(53700,1831,'left_tab_name','Successful Transactions'),(53701,1831,'_left_tab_name','field_56b3976017dce'),(53702,1831,'right_tab_name','Case studies'),(53703,1831,'_right_tab_name','field_56b3978117dcf'),(53704,1831,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(53705,1831,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(53706,1831,'right_tab_0_spacer','1'),(53707,1831,'_right_tab_0_spacer','field_56b3fab14554f'),(53708,1831,'right_tab_2_contact_icon','icon-mail'),(53709,1831,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(53710,1831,'right_tab_2_contact_title','Previous conferences available upon request.'),(53711,1831,'_right_tab_2_contact_title','field_56b4001eb0921'),(53712,1831,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(53713,1831,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(53714,1831,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(53715,1831,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(53716,1831,'right_tab_2_contact_values_0_link_type','mailto:'),(53717,1831,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(53718,1831,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(53719,1831,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(53720,1831,'right_tab_2_contact_values','1'),(53721,1831,'_right_tab_2_contact_values','field_56b3fde2ce062'),(53722,1831,'add_third_tab','1'),(53723,1831,'_add_third_tab','field_57f54e889b77c'),(53724,1831,'third_tab_name','IB Blog'),(53725,1831,'_third_tab_name','field_57f54ea19b77d'),(53726,1831,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(53727,1831,'_third_tab','field_57f54ec39b77e'),(53728,1831,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(53729,1831,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(53730,1831,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(53731,1831,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(53732,1831,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(53733,1831,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(53734,1831,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(53735,1831,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(53736,1831,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(53737,1831,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(53738,1831,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(53739,1831,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(53740,1831,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(53741,1831,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(53742,1831,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(53743,1831,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(53744,1831,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(53745,1831,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(53746,1831,'right_tab_3_items_list_repeater','4'),(53747,1831,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(53748,1831,'right_tab_4_contact_icon','icon-mail'),(53749,1831,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(53750,1831,'right_tab_4_contact_title','Previous conferences available upon request.'),(53751,1831,'_right_tab_4_contact_title','field_56b4001eb0921'),(53752,1831,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(53753,1831,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(53754,1831,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(53755,1831,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(53756,1831,'right_tab_4_contact_values_0_link_type','mailto:'),(53757,1831,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(53758,1831,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(53759,1831,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(53760,1831,'right_tab_4_contact_values','1'),(53761,1831,'_right_tab_4_contact_values','field_56b3fde2ce062'),(53762,1831,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(53763,1831,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(53764,1831,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(53765,1831,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(53766,1831,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(53767,1831,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(53768,1831,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(53769,1831,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(53770,1831,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(53771,1831,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(53772,1831,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(53773,1831,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(53774,1831,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(53775,1831,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(53776,1831,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(53777,1831,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(53778,1831,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(53779,1831,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(53780,1831,'right_tab_5_items_list_repeater','7'),(53781,1831,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(53782,1831,'right_tab_6_contact_icon','icon-mail'),(53783,1831,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(53784,1831,'right_tab_6_contact_title','Previous conferences available upon request.'),(53785,1831,'_right_tab_6_contact_title','field_56b4001eb0921'),(53786,1831,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(53787,1831,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(53788,1831,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(53789,1831,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(53790,1831,'right_tab_6_contact_values_0_link_type','mailto:'),(53791,1831,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(53792,1831,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(53793,1831,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(53794,1831,'right_tab_6_contact_values','1'),(53795,1831,'_right_tab_6_contact_values','field_56b3fde2ce062'),(53796,1831,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-1817 size-full\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" width=\"300\" height=\"109\" /> Lukas talks to Capital Markets Today to discuss the NPLs in SEE[/caption]\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Lukas talks to Capital Markets Today to discuss NPLs in the SEE[/caption]'),(53797,1831,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(53798,1831,'third_tab_0_spacer','1'),(53799,1831,'_third_tab_0_spacer','field_57f54ec49b780'),(53800,1831,'third_tab_2_contact_icon','icon-mail'),(53801,1831,'_third_tab_2_contact_icon','field_58568c5a91b24'),(53802,1831,'third_tab_2_contact_title','Previous conferences available upon request.'),(53803,1831,'_third_tab_2_contact_title','field_58568c7791b25'),(53804,1831,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(53805,1831,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(53806,1831,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(53807,1831,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(53808,1831,'third_tab_2_contact_values_0_link_type','mailto:'),(53809,1831,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(53810,1831,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(53811,1831,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(53812,1831,'third_tab_2_contact_values','1'),(53813,1831,'_third_tab_2_contact_values','field_58568c1091b1d'),(53814,1831,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(53815,1831,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(53816,1831,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(53817,1831,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(53818,1831,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(53819,1831,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(53820,1831,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(53821,1831,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(53822,1831,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(53823,1831,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(53824,1831,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(53825,1831,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(53826,1831,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(53827,1831,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(53828,1831,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(53829,1831,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(53830,1831,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(53831,1831,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(53832,1831,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(53833,1831,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(53834,1831,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(53835,1831,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(53836,1831,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(53837,1831,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(53838,1831,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(53839,1831,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(53840,1831,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(53841,1831,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(53842,1831,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(53843,1831,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(53844,1831,'right_tab_7_items_list_repeater','4'),(53845,1831,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(53846,1831,'right_tab_8_contact_icon','icon-mail'),(53847,1831,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(53848,1831,'right_tab_8_contact_title','Previous conferences available upon request.'),(53849,1831,'_right_tab_8_contact_title','field_56b4001eb0921'),(53850,1831,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(53851,1831,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(53852,1831,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(53853,1831,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(53854,1831,'right_tab_8_contact_values_0_link_type','mailto:'),(53855,1831,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(53856,1831,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(53857,1831,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(53858,1831,'right_tab_8_contact_values','1'),(53859,1831,'_right_tab_8_contact_values','field_56b3fde2ce062'),(53860,1831,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(53861,1831,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(53862,1831,'third_tab_0_items_list_repeater',''),(53863,1831,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(53864,1831,'third_tab_1_contact_icon','icon-mail'),(53865,1831,'_third_tab_1_contact_icon','field_58568c5a91b24'),(53866,1831,'third_tab_1_contact_title','Previous conferences available upon request.'),(53867,1831,'_third_tab_1_contact_title','field_58568c7791b25'),(53868,1831,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(53869,1831,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(53870,1831,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(53871,1831,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(53872,1831,'third_tab_1_contact_values_0_link_type','mailto:'),(53873,1831,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(53874,1831,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(53875,1831,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(53876,1831,'third_tab_1_contact_values','1'),(53877,1831,'_third_tab_1_contact_values','field_58568c1091b1d'),(53878,1832,'cases_repeater_0_cases_title','- Largest Greek Bank'),(53879,1832,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(53880,1832,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(53881,1832,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(53882,1832,'cases_repeater_0_icon','icon-bullseye-small'),(53883,1832,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(53884,1832,'cases_repeater_0_cases_icon_title','Financial services'),(53885,1832,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(53886,1832,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(53887,1832,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(53888,1832,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(53889,1832,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(53890,1832,'cases_repeater_1_icon','icon-progress-small'),(53891,1832,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(53892,1832,'cases_repeater_1_cases_icon_title','Commodities'),(53893,1832,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(53894,1832,'cases_repeater','3'),(53895,1832,'_cases_repeater','field_56b25d0cd2fed'),(53896,1832,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(53897,1832,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(53898,1832,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(53899,1832,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(53900,1832,'cases_repeater_2_icon','icon-pill-small'),(53901,1832,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(53902,1832,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(53903,1832,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(53904,1832,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(53905,1832,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(53906,1832,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(53907,1832,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(53908,1832,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(53909,1832,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(53910,1832,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(53911,1832,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(53912,1832,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(53913,1832,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(53914,1832,'conferences_repeater_2_conference_place_and_date','September, 2015'),(53915,1832,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(53916,1832,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(53917,1832,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(53918,1832,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(53919,1832,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(53920,1832,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(53921,1832,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(53922,1832,'conferences_repeater_4_conference_place_and_date','May, 2015'),(53923,1832,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(53924,1832,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(53925,1832,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(53926,1832,'conferences_repeater_5_conference_place_and_date','April, 2015'),(53927,1832,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(53928,1832,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(53929,1832,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(53930,1832,'conferences_repeater_6_conference_place_and_date','January, 2015'),(53931,1832,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(53932,1832,'conferences_repeater','7'),(53933,1832,'_conferences_repeater','field_56b28bd340c44'),(53934,1832,'conferences_contact','Previous conferences available upon request'),(53935,1832,'_conferences_contact','field_56b3451c304a4'),(53936,1832,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(53937,1832,'_conferences_contact_mail','field_56b3453c304a5'),(53938,1832,'conferences_icon','icon-mail'),(53939,1832,'_conferences_icon','field_56b347cd8f381'),(53940,1832,'conferences_contact_text','Previous conferences available upon request'),(53941,1832,'_conferences_contact_text','field_56b3451c304a4'),(53942,1832,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(53943,1832,'_left_tab','field_56b36c6deeda0'),(53944,1832,'add_second_tab','1'),(53945,1832,'_add_second_tab','field_56b36ca9eeda2'),(53946,1832,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(53947,1832,'_right_tab','field_56b3fab04554d'),(53948,1832,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(53949,1832,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(53950,1832,'left_tab_0_spacer','0'),(53951,1832,'_left_tab_0_spacer','field_56b371c577c8c'),(53952,1832,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(53953,1832,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(53954,1832,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(53955,1832,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(53956,1832,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(53957,1832,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(53958,1832,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(53959,1832,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(53960,1832,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(53961,1832,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(53962,1832,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(53963,1832,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(53964,1832,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(53965,1832,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(53966,1832,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(53967,1832,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(53968,1832,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(53969,1832,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(53970,1832,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(53971,1832,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(53972,1832,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(53973,1832,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(53974,1832,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(53975,1832,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(53976,1832,'left_tab_1_cases_repeater','3'),(53977,1832,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(53978,1832,'left_tab_1_spacer','0'),(53979,1832,'_left_tab_1_spacer','field_56b3f001dbf09'),(53980,1832,'left_tab_name','Successful Transactions'),(53981,1832,'_left_tab_name','field_56b3976017dce'),(53982,1832,'right_tab_name','Case studies'),(53983,1832,'_right_tab_name','field_56b3978117dcf'),(53984,1832,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(53985,1832,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(53986,1832,'right_tab_0_spacer','1'),(53987,1832,'_right_tab_0_spacer','field_56b3fab14554f'),(53988,1832,'right_tab_2_contact_icon','icon-mail'),(53989,1832,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(53990,1832,'right_tab_2_contact_title','Previous conferences available upon request.'),(53991,1832,'_right_tab_2_contact_title','field_56b4001eb0921'),(53992,1832,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(53993,1832,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(53994,1832,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(53995,1832,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(53996,1832,'right_tab_2_contact_values_0_link_type','mailto:'),(53997,1832,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(53998,1832,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(53999,1832,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(54000,1832,'right_tab_2_contact_values','1'),(54001,1832,'_right_tab_2_contact_values','field_56b3fde2ce062'),(54002,1832,'add_third_tab','1'),(54003,1832,'_add_third_tab','field_57f54e889b77c'),(54004,1832,'third_tab_name','IB Blog'),(54005,1832,'_third_tab_name','field_57f54ea19b77d'),(54006,1832,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(54007,1832,'_third_tab','field_57f54ec39b77e'),(54008,1832,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(54009,1832,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(54010,1832,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(54011,1832,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(54012,1832,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(54013,1832,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(54014,1832,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(54015,1832,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(54016,1832,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(54017,1832,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(54018,1832,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(54019,1832,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(54020,1832,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(54021,1832,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(54022,1832,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(54023,1832,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(54024,1832,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(54025,1832,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(54026,1832,'right_tab_3_items_list_repeater','4'),(54027,1832,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(54028,1832,'right_tab_4_contact_icon','icon-mail'),(54029,1832,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(54030,1832,'right_tab_4_contact_title','Previous conferences available upon request.'),(54031,1832,'_right_tab_4_contact_title','field_56b4001eb0921'),(54032,1832,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(54033,1832,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(54034,1832,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(54035,1832,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(54036,1832,'right_tab_4_contact_values_0_link_type','mailto:'),(54037,1832,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(54038,1832,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(54039,1832,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(54040,1832,'right_tab_4_contact_values','1'),(54041,1832,'_right_tab_4_contact_values','field_56b3fde2ce062'),(54042,1832,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(54043,1832,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(54044,1832,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(54045,1832,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(54046,1832,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(54047,1832,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(54048,1832,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(54049,1832,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(54050,1832,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(54051,1832,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(54052,1832,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(54053,1832,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(54054,1832,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(54055,1832,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(54056,1832,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(54057,1832,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(54058,1832,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(54059,1832,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(54060,1832,'right_tab_5_items_list_repeater','7'),(54061,1832,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(54062,1832,'right_tab_6_contact_icon','icon-mail'),(54063,1832,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(54064,1832,'right_tab_6_contact_title','Previous conferences available upon request.'),(54065,1832,'_right_tab_6_contact_title','field_56b4001eb0921'),(54066,1832,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(54067,1832,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(54068,1832,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(54069,1832,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(54070,1832,'right_tab_6_contact_values_0_link_type','mailto:'),(54071,1832,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(54072,1832,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(54073,1832,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(54074,1832,'right_tab_6_contact_values','1'),(54075,1832,'_right_tab_6_contact_values','field_56b3fde2ce062'),(54076,1832,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Lukas talks to Capital Markets Today to discuss NPLs in the SEE[/caption]'),(54077,1832,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(54078,1832,'third_tab_0_spacer','1'),(54079,1832,'_third_tab_0_spacer','field_57f54ec49b780'),(54080,1832,'third_tab_2_contact_icon','icon-mail'),(54081,1832,'_third_tab_2_contact_icon','field_58568c5a91b24'),(54082,1832,'third_tab_2_contact_title','Previous conferences available upon request.'),(54083,1832,'_third_tab_2_contact_title','field_58568c7791b25'),(54084,1832,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(54085,1832,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(54086,1832,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(54087,1832,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(54088,1832,'third_tab_2_contact_values_0_link_type','mailto:'),(54089,1832,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(54090,1832,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(54091,1832,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(54092,1832,'third_tab_2_contact_values','1'),(54093,1832,'_third_tab_2_contact_values','field_58568c1091b1d'),(54094,1832,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(54095,1832,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(54096,1832,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(54097,1832,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(54098,1832,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(54099,1832,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(54100,1832,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(54101,1832,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(54102,1832,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(54103,1832,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(54104,1832,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(54105,1832,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(54106,1832,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(54107,1832,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(54108,1832,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(54109,1832,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(54110,1832,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(54111,1832,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(54112,1832,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(54113,1832,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(54114,1832,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(54115,1832,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(54116,1832,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(54117,1832,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(54118,1832,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(54119,1832,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(54120,1832,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(54121,1832,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(54122,1832,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(54123,1832,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(54124,1832,'right_tab_7_items_list_repeater','4'),(54125,1832,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(54126,1832,'right_tab_8_contact_icon','icon-mail'),(54127,1832,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(54128,1832,'right_tab_8_contact_title','Previous conferences available upon request.'),(54129,1832,'_right_tab_8_contact_title','field_56b4001eb0921'),(54130,1832,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(54131,1832,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(54132,1832,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(54133,1832,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(54134,1832,'right_tab_8_contact_values_0_link_type','mailto:'),(54135,1832,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(54136,1832,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(54137,1832,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(54138,1832,'right_tab_8_contact_values','1'),(54139,1832,'_right_tab_8_contact_values','field_56b3fde2ce062'),(54140,1832,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(54141,1832,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(54142,1832,'third_tab_0_items_list_repeater',''),(54143,1832,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(54144,1832,'third_tab_1_contact_icon','icon-mail'),(54145,1832,'_third_tab_1_contact_icon','field_58568c5a91b24'),(54146,1832,'third_tab_1_contact_title','Previous conferences available upon request.'),(54147,1832,'_third_tab_1_contact_title','field_58568c7791b25'),(54148,1832,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(54149,1832,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(54150,1832,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(54151,1832,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(54152,1832,'third_tab_1_contact_values_0_link_type','mailto:'),(54153,1832,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(54154,1832,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(54155,1832,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(54156,1832,'third_tab_1_contact_values','1'),(54157,1832,'_third_tab_1_contact_values','field_58568c1091b1d'),(54158,1833,'cases_repeater_0_cases_title','- Largest Greek Bank'),(54159,1833,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(54160,1833,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(54161,1833,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(54162,1833,'cases_repeater_0_icon','icon-bullseye-small'),(54163,1833,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(54164,1833,'cases_repeater_0_cases_icon_title','Financial services'),(54165,1833,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(54166,1833,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(54167,1833,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(54168,1833,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(54169,1833,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(54170,1833,'cases_repeater_1_icon','icon-progress-small'),(54171,1833,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(54172,1833,'cases_repeater_1_cases_icon_title','Commodities'),(54173,1833,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(54174,1833,'cases_repeater','3'),(54175,1833,'_cases_repeater','field_56b25d0cd2fed'),(54176,1833,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(54177,1833,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(54178,1833,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(54179,1833,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(54180,1833,'cases_repeater_2_icon','icon-pill-small'),(54181,1833,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(54182,1833,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(54183,1833,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(54184,1833,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(54185,1833,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(54186,1833,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(54187,1833,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(54188,1833,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(54189,1833,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(54190,1833,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(54191,1833,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(54192,1833,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(54193,1833,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(54194,1833,'conferences_repeater_2_conference_place_and_date','September, 2015'),(54195,1833,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(54196,1833,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(54197,1833,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(54198,1833,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(54199,1833,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(54200,1833,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(54201,1833,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(54202,1833,'conferences_repeater_4_conference_place_and_date','May, 2015'),(54203,1833,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(54204,1833,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(54205,1833,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(54206,1833,'conferences_repeater_5_conference_place_and_date','April, 2015'),(54207,1833,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(54208,1833,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(54209,1833,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(54210,1833,'conferences_repeater_6_conference_place_and_date','January, 2015'),(54211,1833,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(54212,1833,'conferences_repeater','7'),(54213,1833,'_conferences_repeater','field_56b28bd340c44'),(54214,1833,'conferences_contact','Previous conferences available upon request'),(54215,1833,'_conferences_contact','field_56b3451c304a4'),(54216,1833,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(54217,1833,'_conferences_contact_mail','field_56b3453c304a5'),(54218,1833,'conferences_icon','icon-mail'),(54219,1833,'_conferences_icon','field_56b347cd8f381'),(54220,1833,'conferences_contact_text','Previous conferences available upon request'),(54221,1833,'_conferences_contact_text','field_56b3451c304a4'),(54222,1833,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(54223,1833,'_left_tab','field_56b36c6deeda0'),(54224,1833,'add_second_tab','1'),(54225,1833,'_add_second_tab','field_56b36ca9eeda2'),(54226,1833,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(54227,1833,'_right_tab','field_56b3fab04554d'),(54228,1833,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(54229,1833,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(54230,1833,'left_tab_0_spacer','0'),(54231,1833,'_left_tab_0_spacer','field_56b371c577c8c'),(54232,1833,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(54233,1833,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(54234,1833,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(54235,1833,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(54236,1833,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(54237,1833,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(54238,1833,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(54239,1833,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(54240,1833,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(54241,1833,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(54242,1833,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(54243,1833,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(54244,1833,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(54245,1833,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(54246,1833,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(54247,1833,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(54248,1833,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(54249,1833,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(54250,1833,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(54251,1833,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(54252,1833,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(54253,1833,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(54254,1833,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(54255,1833,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(54256,1833,'left_tab_1_cases_repeater','3'),(54257,1833,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(54258,1833,'left_tab_1_spacer','0'),(54259,1833,'_left_tab_1_spacer','field_56b3f001dbf09'),(54260,1833,'left_tab_name','Successful Transactions'),(54261,1833,'_left_tab_name','field_56b3976017dce'),(54262,1833,'right_tab_name','Case studies'),(54263,1833,'_right_tab_name','field_56b3978117dcf'),(54264,1833,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(54265,1833,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(54266,1833,'right_tab_0_spacer','1'),(54267,1833,'_right_tab_0_spacer','field_56b3fab14554f'),(54268,1833,'right_tab_2_contact_icon','icon-mail'),(54269,1833,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(54270,1833,'right_tab_2_contact_title','Previous conferences available upon request.'),(54271,1833,'_right_tab_2_contact_title','field_56b4001eb0921'),(54272,1833,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(54273,1833,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(54274,1833,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(54275,1833,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(54276,1833,'right_tab_2_contact_values_0_link_type','mailto:'),(54277,1833,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(54278,1833,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(54279,1833,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(54280,1833,'right_tab_2_contact_values','1'),(54281,1833,'_right_tab_2_contact_values','field_56b3fde2ce062'),(54282,1833,'add_third_tab','1'),(54283,1833,'_add_third_tab','field_57f54e889b77c'),(54284,1833,'third_tab_name','IB Blog'),(54285,1833,'_third_tab_name','field_57f54ea19b77d'),(54286,1833,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(54287,1833,'_third_tab','field_57f54ec39b77e'),(54288,1833,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(54289,1833,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(54290,1833,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(54291,1833,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(54292,1833,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(54293,1833,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(54294,1833,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(54295,1833,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(54296,1833,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(54297,1833,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(54298,1833,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(54299,1833,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(54300,1833,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(54301,1833,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(54302,1833,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(54303,1833,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(54304,1833,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(54305,1833,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(54306,1833,'right_tab_3_items_list_repeater','4'),(54307,1833,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(54308,1833,'right_tab_4_contact_icon','icon-mail'),(54309,1833,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(54310,1833,'right_tab_4_contact_title','Previous conferences available upon request.'),(54311,1833,'_right_tab_4_contact_title','field_56b4001eb0921'),(54312,1833,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(54313,1833,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(54314,1833,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(54315,1833,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(54316,1833,'right_tab_4_contact_values_0_link_type','mailto:'),(54317,1833,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(54318,1833,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(54319,1833,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(54320,1833,'right_tab_4_contact_values','1'),(54321,1833,'_right_tab_4_contact_values','field_56b3fde2ce062'),(54322,1833,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(54323,1833,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(54324,1833,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(54325,1833,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(54326,1833,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(54327,1833,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(54328,1833,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(54329,1833,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(54330,1833,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(54331,1833,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(54332,1833,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(54333,1833,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(54334,1833,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(54335,1833,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(54336,1833,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(54337,1833,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(54338,1833,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(54339,1833,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(54340,1833,'right_tab_5_items_list_repeater','7'),(54341,1833,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(54342,1833,'right_tab_6_contact_icon','icon-mail'),(54343,1833,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(54344,1833,'right_tab_6_contact_title','Previous conferences available upon request.'),(54345,1833,'_right_tab_6_contact_title','field_56b4001eb0921'),(54346,1833,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(54347,1833,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(54348,1833,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(54349,1833,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(54350,1833,'right_tab_6_contact_values_0_link_type','mailto:'),(54351,1833,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(54352,1833,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(54353,1833,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(54354,1833,'right_tab_6_contact_values','1'),(54355,1833,'_right_tab_6_contact_values','field_56b3fde2ce062'),(54356,1833,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(54357,1833,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(54358,1833,'third_tab_0_spacer','1'),(54359,1833,'_third_tab_0_spacer','field_57f54ec49b780'),(54360,1833,'third_tab_2_contact_icon','icon-mail'),(54361,1833,'_third_tab_2_contact_icon','field_58568c5a91b24'),(54362,1833,'third_tab_2_contact_title','Previous conferences available upon request.'),(54363,1833,'_third_tab_2_contact_title','field_58568c7791b25'),(54364,1833,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(54365,1833,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(54366,1833,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(54367,1833,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(54368,1833,'third_tab_2_contact_values_0_link_type','mailto:'),(54369,1833,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(54370,1833,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(54371,1833,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(54372,1833,'third_tab_2_contact_values','1'),(54373,1833,'_third_tab_2_contact_values','field_58568c1091b1d'),(54374,1833,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(54375,1833,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(54376,1833,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(54377,1833,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(54378,1833,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(54379,1833,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(54380,1833,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(54381,1833,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(54382,1833,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(54383,1833,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(54384,1833,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(54385,1833,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(54386,1833,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(54387,1833,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(54388,1833,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(54389,1833,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(54390,1833,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(54391,1833,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(54392,1833,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(54393,1833,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(54394,1833,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(54395,1833,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(54396,1833,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(54397,1833,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(54398,1833,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(54399,1833,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(54400,1833,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(54401,1833,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(54402,1833,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(54403,1833,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(54404,1833,'right_tab_7_items_list_repeater','4'),(54405,1833,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(54406,1833,'right_tab_8_contact_icon','icon-mail'),(54407,1833,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(54408,1833,'right_tab_8_contact_title','Previous conferences available upon request.'),(54409,1833,'_right_tab_8_contact_title','field_56b4001eb0921'),(54410,1833,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(54411,1833,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(54412,1833,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(54413,1833,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(54414,1833,'right_tab_8_contact_values_0_link_type','mailto:'),(54415,1833,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(54416,1833,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(54417,1833,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(54418,1833,'right_tab_8_contact_values','1'),(54419,1833,'_right_tab_8_contact_values','field_56b3fde2ce062'),(54420,1833,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(54421,1833,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(54422,1833,'third_tab_0_items_list_repeater',''),(54423,1833,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(54424,1833,'third_tab_1_contact_icon','icon-mail'),(54425,1833,'_third_tab_1_contact_icon','field_58568c5a91b24'),(54426,1833,'third_tab_1_contact_title','Previous conferences available upon request.'),(54427,1833,'_third_tab_1_contact_title','field_58568c7791b25'),(54428,1833,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(54429,1833,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(54430,1833,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(54431,1833,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(54432,1833,'third_tab_1_contact_values_0_link_type','mailto:'),(54433,1833,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(54434,1833,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(54435,1833,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(54436,1833,'third_tab_1_contact_values','1'),(54437,1833,'_third_tab_1_contact_values','field_58568c1091b1d'),(54438,1834,'cases_repeater_0_cases_title','- Largest Greek Bank'),(54439,1834,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(54440,1834,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(54441,1834,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(54442,1834,'cases_repeater_0_icon','icon-bullseye-small'),(54443,1834,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(54444,1834,'cases_repeater_0_cases_icon_title','Financial services'),(54445,1834,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(54446,1834,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(54447,1834,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(54448,1834,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(54449,1834,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(54450,1834,'cases_repeater_1_icon','icon-progress-small'),(54451,1834,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(54452,1834,'cases_repeater_1_cases_icon_title','Commodities'),(54453,1834,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(54454,1834,'cases_repeater','3'),(54455,1834,'_cases_repeater','field_56b25d0cd2fed'),(54456,1834,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(54457,1834,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(54458,1834,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(54459,1834,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(54460,1834,'cases_repeater_2_icon','icon-pill-small'),(54461,1834,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(54462,1834,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(54463,1834,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(54464,1834,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(54465,1834,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(54466,1834,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(54467,1834,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(54468,1834,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(54469,1834,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(54470,1834,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(54471,1834,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(54472,1834,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(54473,1834,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(54474,1834,'conferences_repeater_2_conference_place_and_date','September, 2015'),(54475,1834,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(54476,1834,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(54477,1834,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(54478,1834,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(54479,1834,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(54480,1834,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(54481,1834,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(54482,1834,'conferences_repeater_4_conference_place_and_date','May, 2015'),(54483,1834,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(54484,1834,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(54485,1834,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(54486,1834,'conferences_repeater_5_conference_place_and_date','April, 2015'),(54487,1834,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(54488,1834,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(54489,1834,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(54490,1834,'conferences_repeater_6_conference_place_and_date','January, 2015'),(54491,1834,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(54492,1834,'conferences_repeater','7'),(54493,1834,'_conferences_repeater','field_56b28bd340c44'),(54494,1834,'conferences_contact','Previous conferences available upon request'),(54495,1834,'_conferences_contact','field_56b3451c304a4'),(54496,1834,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(54497,1834,'_conferences_contact_mail','field_56b3453c304a5'),(54498,1834,'conferences_icon','icon-mail'),(54499,1834,'_conferences_icon','field_56b347cd8f381'),(54500,1834,'conferences_contact_text','Previous conferences available upon request'),(54501,1834,'_conferences_contact_text','field_56b3451c304a4'),(54502,1834,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(54503,1834,'_left_tab','field_56b36c6deeda0'),(54504,1834,'add_second_tab','1'),(54505,1834,'_add_second_tab','field_56b36ca9eeda2'),(54506,1834,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(54507,1834,'_right_tab','field_56b3fab04554d'),(54508,1834,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(54509,1834,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(54510,1834,'left_tab_0_spacer','0'),(54511,1834,'_left_tab_0_spacer','field_56b371c577c8c'),(54512,1834,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(54513,1834,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(54514,1834,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(54515,1834,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(54516,1834,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(54517,1834,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(54518,1834,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(54519,1834,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(54520,1834,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(54521,1834,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(54522,1834,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(54523,1834,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(54524,1834,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(54525,1834,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(54526,1834,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(54527,1834,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(54528,1834,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(54529,1834,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(54530,1834,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(54531,1834,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(54532,1834,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(54533,1834,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(54534,1834,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(54535,1834,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(54536,1834,'left_tab_1_cases_repeater','3'),(54537,1834,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(54538,1834,'left_tab_1_spacer','0'),(54539,1834,'_left_tab_1_spacer','field_56b3f001dbf09'),(54540,1834,'left_tab_name','Successful Transactions'),(54541,1834,'_left_tab_name','field_56b3976017dce'),(54542,1834,'right_tab_name','Case studies'),(54543,1834,'_right_tab_name','field_56b3978117dcf'),(54544,1834,'right_tab_0_wysiwyg_editor','TO BE UPDATED SOON'),(54545,1834,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(54546,1834,'right_tab_0_spacer','1'),(54547,1834,'_right_tab_0_spacer','field_56b3fab14554f'),(54548,1834,'right_tab_2_contact_icon','icon-mail'),(54549,1834,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(54550,1834,'right_tab_2_contact_title','Previous conferences available upon request.'),(54551,1834,'_right_tab_2_contact_title','field_56b4001eb0921'),(54552,1834,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(54553,1834,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(54554,1834,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(54555,1834,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(54556,1834,'right_tab_2_contact_values_0_link_type','mailto:'),(54557,1834,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(54558,1834,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(54559,1834,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(54560,1834,'right_tab_2_contact_values','1'),(54561,1834,'_right_tab_2_contact_values','field_56b3fde2ce062'),(54562,1834,'add_third_tab','1'),(54563,1834,'_add_third_tab','field_57f54e889b77c'),(54564,1834,'third_tab_name','IB Blog'),(54565,1834,'_third_tab_name','field_57f54ea19b77d'),(54566,1834,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(54567,1834,'_third_tab','field_57f54ec39b77e'),(54568,1834,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(54569,1834,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(54570,1834,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(54571,1834,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(54572,1834,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(54573,1834,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(54574,1834,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(54575,1834,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(54576,1834,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(54577,1834,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(54578,1834,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(54579,1834,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(54580,1834,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(54581,1834,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(54582,1834,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(54583,1834,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(54584,1834,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(54585,1834,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(54586,1834,'right_tab_3_items_list_repeater','4'),(54587,1834,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(54588,1834,'right_tab_4_contact_icon','icon-mail'),(54589,1834,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(54590,1834,'right_tab_4_contact_title','Previous conferences available upon request.'),(54591,1834,'_right_tab_4_contact_title','field_56b4001eb0921'),(54592,1834,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(54593,1834,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(54594,1834,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(54595,1834,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(54596,1834,'right_tab_4_contact_values_0_link_type','mailto:'),(54597,1834,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(54598,1834,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(54599,1834,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(54600,1834,'right_tab_4_contact_values','1'),(54601,1834,'_right_tab_4_contact_values','field_56b3fde2ce062'),(54602,1834,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(54603,1834,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(54604,1834,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(54605,1834,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(54606,1834,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(54607,1834,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(54608,1834,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(54609,1834,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(54610,1834,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(54611,1834,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(54612,1834,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(54613,1834,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(54614,1834,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(54615,1834,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(54616,1834,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(54617,1834,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(54618,1834,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(54619,1834,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(54620,1834,'right_tab_5_items_list_repeater','7'),(54621,1834,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(54622,1834,'right_tab_6_contact_icon','icon-mail'),(54623,1834,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(54624,1834,'right_tab_6_contact_title','Previous conferences available upon request.'),(54625,1834,'_right_tab_6_contact_title','field_56b4001eb0921'),(54626,1834,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(54627,1834,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(54628,1834,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(54629,1834,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(54630,1834,'right_tab_6_contact_values_0_link_type','mailto:'),(54631,1834,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(54632,1834,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(54633,1834,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(54634,1834,'right_tab_6_contact_values','1'),(54635,1834,'_right_tab_6_contact_values','field_56b3fde2ce062'),(54636,1834,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(54637,1834,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(54638,1834,'third_tab_0_spacer','1'),(54639,1834,'_third_tab_0_spacer','field_57f54ec49b780'),(54640,1834,'third_tab_2_contact_icon','icon-mail'),(54641,1834,'_third_tab_2_contact_icon','field_58568c5a91b24'),(54642,1834,'third_tab_2_contact_title','Previous conferences available upon request.'),(54643,1834,'_third_tab_2_contact_title','field_58568c7791b25'),(54644,1834,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(54645,1834,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(54646,1834,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(54647,1834,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(54648,1834,'third_tab_2_contact_values_0_link_type','mailto:'),(54649,1834,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(54650,1834,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(54651,1834,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(54652,1834,'third_tab_2_contact_values','1'),(54653,1834,'_third_tab_2_contact_values','field_58568c1091b1d'),(54654,1834,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(54655,1834,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(54656,1834,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(54657,1834,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(54658,1834,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(54659,1834,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(54660,1834,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(54661,1834,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(54662,1834,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(54663,1834,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(54664,1834,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(54665,1834,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(54666,1834,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(54667,1834,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(54668,1834,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(54669,1834,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(54670,1834,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(54671,1834,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(54672,1834,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(54673,1834,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(54674,1834,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(54675,1834,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(54676,1834,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(54677,1834,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(54678,1834,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(54679,1834,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(54680,1834,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(54681,1834,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(54682,1834,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(54683,1834,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(54684,1834,'right_tab_7_items_list_repeater','4'),(54685,1834,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(54686,1834,'right_tab_8_contact_icon','icon-mail'),(54687,1834,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(54688,1834,'right_tab_8_contact_title','Previous conferences available upon request.'),(54689,1834,'_right_tab_8_contact_title','field_56b4001eb0921'),(54690,1834,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(54691,1834,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(54692,1834,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(54693,1834,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(54694,1834,'right_tab_8_contact_values_0_link_type','mailto:'),(54695,1834,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(54696,1834,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(54697,1834,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(54698,1834,'right_tab_8_contact_values','1'),(54699,1834,'_right_tab_8_contact_values','field_56b3fde2ce062'),(54700,1834,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(54701,1834,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(54702,1834,'third_tab_0_items_list_repeater',''),(54703,1834,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(54704,1834,'third_tab_1_contact_icon','icon-mail'),(54705,1834,'_third_tab_1_contact_icon','field_58568c5a91b24'),(54706,1834,'third_tab_1_contact_title','Previous conferences available upon request.'),(54707,1834,'_third_tab_1_contact_title','field_58568c7791b25'),(54708,1834,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(54709,1834,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(54710,1834,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(54711,1834,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(54712,1834,'third_tab_1_contact_values_0_link_type','mailto:'),(54713,1834,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(54714,1834,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(54715,1834,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(54716,1834,'third_tab_1_contact_values','1'),(54717,1834,'_third_tab_1_contact_values','field_58568c1091b1d'),(54718,1835,'_wp_attached_file','Agribusiness.jpg'),(54719,1835,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:612;s:6:\"height\";i:321;s:4:\"file\";s:16:\"Agribusiness.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Agribusiness-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Agribusiness-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:23:\"Agribusiness-86x109.jpg\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"footer\";a:4:{s:4:\"file\";s:22:\"Agribusiness-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;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:{}}}'),(54720,1836,'_edit_lock','1524829446:4'),(54721,1836,'_edit_last','4'),(54722,1837,'_wp_attached_file','Case-study-for-a-Leading-Serbian-Agribusiness-v2-SGF1.png'),(54723,1837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1748;s:6:\"height\";i:2480;s:4:\"file\";s:57:\"Case-study-for-a-Leading-Serbian-Agribusiness-v2-SGF1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"Case-study-for-a-Leading-Serbian-Agribusiness-v2-SGF1-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:65:\"Case-study-for-a-Leading-Serbian-Agribusiness-v2-SGF1-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:66:\"Case-study-for-a-Leading-Serbian-Agribusiness-v2-SGF1-768x1090.png\";s:5:\"width\";i:768;s:6:\"height\";i:1090;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:66:\"Case-study-for-a-Leading-Serbian-Agribusiness-v2-SGF1-722x1024.png\";s:5:\"width\";i:722;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:64:\"Case-study-for-a-Leading-Serbian-Agribusiness-v2-SGF1-86x109.png\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"footer\";a:4:{s:4:\"file\";s:63:\"Case-study-for-a-Leading-Serbian-Agribusiness-v2-SGF1-64x64.png\";s:5:\"width\";i:64;s:6:\"height\";i:64;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:{}}}'),(54725,1839,'cases_repeater_0_cases_title','- Largest Greek Bank'),(54726,1839,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(54727,1839,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(54728,1839,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(54729,1839,'cases_repeater_0_icon','icon-bullseye-small'),(54730,1839,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(54731,1839,'cases_repeater_0_cases_icon_title','Financial services'),(54732,1839,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(54733,1839,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(54734,1839,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(54735,1839,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(54736,1839,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(54737,1839,'cases_repeater_1_icon','icon-progress-small'),(54738,1839,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(54739,1839,'cases_repeater_1_cases_icon_title','Commodities'),(54740,1839,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(54741,1839,'cases_repeater','3'),(54742,1839,'_cases_repeater','field_56b25d0cd2fed'),(54743,1839,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(54744,1839,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(54745,1839,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(54746,1839,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(54747,1839,'cases_repeater_2_icon','icon-pill-small'),(54748,1839,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(54749,1839,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(54750,1839,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(54751,1839,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(54752,1839,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(54753,1839,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(54754,1839,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(54755,1839,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(54756,1839,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(54757,1839,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(54758,1839,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(54759,1839,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(54760,1839,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(54761,1839,'conferences_repeater_2_conference_place_and_date','September, 2015'),(54762,1839,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(54763,1839,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(54764,1839,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(54765,1839,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(54766,1839,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(54767,1839,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(54768,1839,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(54769,1839,'conferences_repeater_4_conference_place_and_date','May, 2015'),(54770,1839,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(54771,1839,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(54772,1839,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(54773,1839,'conferences_repeater_5_conference_place_and_date','April, 2015'),(54774,1839,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(54775,1839,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(54776,1839,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(54777,1839,'conferences_repeater_6_conference_place_and_date','January, 2015'),(54778,1839,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(54779,1839,'conferences_repeater','7'),(54780,1839,'_conferences_repeater','field_56b28bd340c44'),(54781,1839,'conferences_contact','Previous conferences available upon request'),(54782,1839,'_conferences_contact','field_56b3451c304a4'),(54783,1839,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(54784,1839,'_conferences_contact_mail','field_56b3453c304a5'),(54785,1839,'conferences_icon','icon-mail'),(54786,1839,'_conferences_icon','field_56b347cd8f381'),(54787,1839,'conferences_contact_text','Previous conferences available upon request'),(54788,1839,'_conferences_contact_text','field_56b3451c304a4'),(54789,1839,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(54790,1839,'_left_tab','field_56b36c6deeda0'),(54791,1839,'add_second_tab','1'),(54792,1839,'_add_second_tab','field_56b36ca9eeda2'),(54793,1839,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(54794,1839,'_right_tab','field_56b3fab04554d'),(54795,1839,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(54796,1839,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(54797,1839,'left_tab_0_spacer','0'),(54798,1839,'_left_tab_0_spacer','field_56b371c577c8c'),(54799,1839,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(54800,1839,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(54801,1839,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(54802,1839,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(54803,1839,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(54804,1839,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(54805,1839,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(54806,1839,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(54807,1839,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(54808,1839,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(54809,1839,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(54810,1839,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(54811,1839,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(54812,1839,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(54813,1839,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(54814,1839,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(54815,1839,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(54816,1839,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(54817,1839,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(54818,1839,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(54819,1839,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(54820,1839,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(54821,1839,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(54822,1839,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(54823,1839,'left_tab_1_cases_repeater','3'),(54824,1839,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(54825,1839,'left_tab_1_spacer','0'),(54826,1839,'_left_tab_1_spacer','field_56b3f001dbf09'),(54827,1839,'left_tab_name','Successful Transactions'),(54828,1839,'_left_tab_name','field_56b3976017dce'),(54829,1839,'right_tab_name','Case studies'),(54830,1839,'_right_tab_name','field_56b3978117dcf'),(54831,1839,'right_tab_0_wysiwyg_editor','<a href=\"http://innovationbrain.com/wp-content/uploads/Case-study-for-a-Leading-Serbian-Agribusiness-v2-SGF1.png\"><img class=\"alignnone size-medium wp-image-1835\" src=\"http://innovationbrain.com/wp-content/uploads/Agribusiness-300x157.jpg\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\n\r\nCase Study of a Serbian Agribusiness'),(54832,1839,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(54833,1839,'right_tab_0_spacer','1'),(54834,1839,'_right_tab_0_spacer','field_56b3fab14554f'),(54835,1839,'right_tab_2_contact_icon','icon-mail'),(54836,1839,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(54837,1839,'right_tab_2_contact_title','Previous conferences available upon request.'),(54838,1839,'_right_tab_2_contact_title','field_56b4001eb0921'),(54839,1839,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(54840,1839,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(54841,1839,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(54842,1839,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(54843,1839,'right_tab_2_contact_values_0_link_type','mailto:'),(54844,1839,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(54845,1839,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(54846,1839,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(54847,1839,'right_tab_2_contact_values','1'),(54848,1839,'_right_tab_2_contact_values','field_56b3fde2ce062'),(54849,1839,'add_third_tab','1'),(54850,1839,'_add_third_tab','field_57f54e889b77c'),(54851,1839,'third_tab_name','IB Blog'),(54852,1839,'_third_tab_name','field_57f54ea19b77d'),(54853,1839,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(54854,1839,'_third_tab','field_57f54ec39b77e'),(54855,1839,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(54856,1839,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(54857,1839,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(54858,1839,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(54859,1839,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(54860,1839,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(54861,1839,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(54862,1839,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(54863,1839,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(54864,1839,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(54865,1839,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(54866,1839,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(54867,1839,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(54868,1839,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(54869,1839,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(54870,1839,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(54871,1839,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(54872,1839,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(54873,1839,'right_tab_3_items_list_repeater','4'),(54874,1839,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(54875,1839,'right_tab_4_contact_icon','icon-mail'),(54876,1839,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(54877,1839,'right_tab_4_contact_title','Previous conferences available upon request.'),(54878,1839,'_right_tab_4_contact_title','field_56b4001eb0921'),(54879,1839,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(54880,1839,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(54881,1839,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(54882,1839,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(54883,1839,'right_tab_4_contact_values_0_link_type','mailto:'),(54884,1839,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(54885,1839,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(54886,1839,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(54887,1839,'right_tab_4_contact_values','1'),(54888,1839,'_right_tab_4_contact_values','field_56b3fde2ce062'),(54889,1839,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(54890,1839,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(54891,1839,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(54892,1839,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(54893,1839,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(54894,1839,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(54895,1839,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(54896,1839,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(54897,1839,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(54898,1839,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(54899,1839,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(54900,1839,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(54901,1839,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(54902,1839,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(54903,1839,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(54904,1839,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(54905,1839,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(54906,1839,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(54907,1839,'right_tab_5_items_list_repeater','7'),(54908,1839,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(54909,1839,'right_tab_6_contact_icon','icon-mail'),(54910,1839,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(54911,1839,'right_tab_6_contact_title','Previous conferences available upon request.'),(54912,1839,'_right_tab_6_contact_title','field_56b4001eb0921'),(54913,1839,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(54914,1839,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(54915,1839,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(54916,1839,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(54917,1839,'right_tab_6_contact_values_0_link_type','mailto:'),(54918,1839,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(54919,1839,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(54920,1839,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(54921,1839,'right_tab_6_contact_values','1'),(54922,1839,'_right_tab_6_contact_values','field_56b3fde2ce062'),(54923,1839,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(54924,1839,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(54925,1839,'third_tab_0_spacer','1'),(54926,1839,'_third_tab_0_spacer','field_57f54ec49b780'),(54927,1839,'third_tab_2_contact_icon','icon-mail'),(54928,1839,'_third_tab_2_contact_icon','field_58568c5a91b24'),(54929,1839,'third_tab_2_contact_title','Previous conferences available upon request.'),(54930,1839,'_third_tab_2_contact_title','field_58568c7791b25'),(54931,1839,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(54932,1839,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(54933,1839,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(54934,1839,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(54935,1839,'third_tab_2_contact_values_0_link_type','mailto:'),(54936,1839,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(54937,1839,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(54938,1839,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(54939,1839,'third_tab_2_contact_values','1'),(54940,1839,'_third_tab_2_contact_values','field_58568c1091b1d'),(54941,1839,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(54942,1839,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(54943,1839,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(54944,1839,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(54945,1839,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(54946,1839,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(54947,1839,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(54948,1839,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(54949,1839,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(54950,1839,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(54951,1839,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(54952,1839,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(54953,1839,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(54954,1839,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(54955,1839,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(54956,1839,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(54957,1839,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(54958,1839,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(54959,1839,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(54960,1839,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(54961,1839,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(54962,1839,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(54963,1839,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(54964,1839,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(54965,1839,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(54966,1839,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(54967,1839,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(54968,1839,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(54969,1839,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(54970,1839,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(54971,1839,'right_tab_7_items_list_repeater','4'),(54972,1839,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(54973,1839,'right_tab_8_contact_icon','icon-mail'),(54974,1839,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(54975,1839,'right_tab_8_contact_title','Previous conferences available upon request.'),(54976,1839,'_right_tab_8_contact_title','field_56b4001eb0921'),(54977,1839,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(54978,1839,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(54979,1839,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(54980,1839,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(54981,1839,'right_tab_8_contact_values_0_link_type','mailto:'),(54982,1839,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(54983,1839,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(54984,1839,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(54985,1839,'right_tab_8_contact_values','1'),(54986,1839,'_right_tab_8_contact_values','field_56b3fde2ce062'),(54987,1839,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(54988,1839,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(54989,1839,'third_tab_0_items_list_repeater',''),(54990,1839,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(54991,1839,'third_tab_1_contact_icon','icon-mail'),(54992,1839,'_third_tab_1_contact_icon','field_58568c5a91b24'),(54993,1839,'third_tab_1_contact_title','Previous conferences available upon request.'),(54994,1839,'_third_tab_1_contact_title','field_58568c7791b25'),(54995,1839,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(54996,1839,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(54997,1839,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(54998,1839,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(54999,1839,'third_tab_1_contact_values_0_link_type','mailto:'),(55000,1839,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(55001,1839,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(55002,1839,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(55003,1839,'third_tab_1_contact_values','1'),(55004,1839,'_third_tab_1_contact_values','field_58568c1091b1d'),(55007,1842,'_wp_attached_file','VG-Image.png'),(55008,1842,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:743;s:6:\"height\";i:864;s:4:\"file\";s:12:\"VG-Image.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"VG-Image-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:20:\"VG-Image-258x300.png\";s:5:\"width\";i:258;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:19:\"VG-Image-86x109.png\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"footer\";a:4:{s:4:\"file\";s:18:\"VG-Image-64x64.png\";s:5:\"width\";i:64;s:6:\"height\";i:64;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:{}}}'),(55009,1843,'_wp_attached_file','Image-dairy.jpg'),(55010,1843,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:200;s:4:\"file\";s:15:\"Image-dairy.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Image-dairy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Image-dairy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:22:\"Image-dairy-86x109.jpg\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"footer\";a:4:{s:4:\"file\";s:21:\"Image-dairy-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;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:{}}}'),(55014,1846,'_wp_attached_file','Serbia_A5-page-001-copy.jpg'),(55015,1846,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:875;s:6:\"height\";i:1240;s:4:\"file\";s:27:\"Serbia_A5-page-001-copy.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Serbia_A5-page-001-copy-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:35:\"Serbia_A5-page-001-copy-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Serbia_A5-page-001-copy-768x1088.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Serbia_A5-page-001-copy-723x1024.jpg\";s:5:\"width\";i:723;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:34:\"Serbia_A5-page-001-copy-86x109.jpg\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"footer\";a:4:{s:4:\"file\";s:33:\"Serbia_A5-page-001-copy-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;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:{}}}'),(55016,1847,'_edit_lock','1524828495:4'),(55017,1847,'_edit_last','4'),(55018,1848,'cases_repeater_0_cases_title','- Largest Greek Bank'),(55019,1848,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(55020,1848,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(55021,1848,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(55022,1848,'cases_repeater_0_icon','icon-bullseye-small'),(55023,1848,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(55024,1848,'cases_repeater_0_cases_icon_title','Financial services'),(55025,1848,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(55026,1848,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(55027,1848,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(55028,1848,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(55029,1848,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(55030,1848,'cases_repeater_1_icon','icon-progress-small'),(55031,1848,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(55032,1848,'cases_repeater_1_cases_icon_title','Commodities'),(55033,1848,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(55034,1848,'cases_repeater','3'),(55035,1848,'_cases_repeater','field_56b25d0cd2fed'),(55036,1848,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(55037,1848,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(55038,1848,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(55039,1848,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(55040,1848,'cases_repeater_2_icon','icon-pill-small'),(55041,1848,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(55042,1848,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(55043,1848,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(55044,1848,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(55045,1848,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(55046,1848,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(55047,1848,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(55048,1848,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(55049,1848,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(55050,1848,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(55051,1848,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(55052,1848,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(55053,1848,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(55054,1848,'conferences_repeater_2_conference_place_and_date','September, 2015'),(55055,1848,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(55056,1848,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(55057,1848,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(55058,1848,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(55059,1848,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(55060,1848,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(55061,1848,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(55062,1848,'conferences_repeater_4_conference_place_and_date','May, 2015'),(55063,1848,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(55064,1848,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(55065,1848,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(55066,1848,'conferences_repeater_5_conference_place_and_date','April, 2015'),(55067,1848,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(55068,1848,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(55069,1848,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(55070,1848,'conferences_repeater_6_conference_place_and_date','January, 2015'),(55071,1848,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(55072,1848,'conferences_repeater','7'),(55073,1848,'_conferences_repeater','field_56b28bd340c44'),(55074,1848,'conferences_contact','Previous conferences available upon request'),(55075,1848,'_conferences_contact','field_56b3451c304a4'),(55076,1848,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(55077,1848,'_conferences_contact_mail','field_56b3453c304a5'),(55078,1848,'conferences_icon','icon-mail'),(55079,1848,'_conferences_icon','field_56b347cd8f381'),(55080,1848,'conferences_contact_text','Previous conferences available upon request'),(55081,1848,'_conferences_contact_text','field_56b3451c304a4'),(55082,1848,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(55083,1848,'_left_tab','field_56b36c6deeda0'),(55084,1848,'add_second_tab','1'),(55085,1848,'_add_second_tab','field_56b36ca9eeda2'),(55086,1848,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(55087,1848,'_right_tab','field_56b3fab04554d'),(55088,1848,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(55089,1848,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(55090,1848,'left_tab_0_spacer','0'),(55091,1848,'_left_tab_0_spacer','field_56b371c577c8c'),(55092,1848,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(55093,1848,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(55094,1848,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(55095,1848,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(55096,1848,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(55097,1848,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(55098,1848,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(55099,1848,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(55100,1848,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(55101,1848,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(55102,1848,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(55103,1848,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(55104,1848,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(55105,1848,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(55106,1848,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(55107,1848,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(55108,1848,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(55109,1848,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(55110,1848,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(55111,1848,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(55112,1848,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(55113,1848,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(55114,1848,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(55115,1848,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(55116,1848,'left_tab_1_cases_repeater','3'),(55117,1848,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(55118,1848,'left_tab_1_spacer','0'),(55119,1848,'_left_tab_1_spacer','field_56b3f001dbf09'),(55120,1848,'left_tab_name','Successful Transactions'),(55121,1848,'_left_tab_name','field_56b3976017dce'),(55122,1848,'right_tab_name','Case studies'),(55123,1848,'_right_tab_name','field_56b3978117dcf'),(55124,1848,'right_tab_0_wysiwyg_editor','<a href=\"http://innovationbrain.com/wp-content/uploads/Case-study-for-a-Leading-Serbian-Agribusiness-v2-SGF1.png\"><img class=\"alignnone size-medium wp-image-1835\" src=\"http://innovationbrain.com/wp-content/uploads/Agribusiness-300x157.jpg\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\n\r\nCase Study of a Serbian Agribusiness\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Serbia_A5-page-001-copy.jpg\"><img class=\"alignnone size-medium wp-image-1843\" src=\"http://innovationbrain.com/wp-content/uploads/Image-dairy-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></a>\r\n\r\nCase Study of a Romanian Dairy and Meat Producer'),(55125,1848,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(55126,1848,'right_tab_0_spacer','1'),(55127,1848,'_right_tab_0_spacer','field_56b3fab14554f'),(55128,1848,'right_tab_2_contact_icon','icon-mail'),(55129,1848,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(55130,1848,'right_tab_2_contact_title','Previous conferences available upon request.'),(55131,1848,'_right_tab_2_contact_title','field_56b4001eb0921'),(55132,1848,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(55133,1848,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(55134,1848,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(55135,1848,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(55136,1848,'right_tab_2_contact_values_0_link_type','mailto:'),(55137,1848,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(55138,1848,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(55139,1848,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(55140,1848,'right_tab_2_contact_values','1'),(55141,1848,'_right_tab_2_contact_values','field_56b3fde2ce062'),(55142,1848,'add_third_tab','1'),(55143,1848,'_add_third_tab','field_57f54e889b77c'),(55144,1848,'third_tab_name','IB Blog'),(55145,1848,'_third_tab_name','field_57f54ea19b77d'),(55146,1848,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(55147,1848,'_third_tab','field_57f54ec39b77e'),(55148,1848,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(55149,1848,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(55150,1848,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(55151,1848,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(55152,1848,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(55153,1848,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(55154,1848,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(55155,1848,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(55156,1848,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(55157,1848,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(55158,1848,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(55159,1848,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(55160,1848,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(55161,1848,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(55162,1848,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(55163,1848,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(55164,1848,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(55165,1848,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(55166,1848,'right_tab_3_items_list_repeater','4'),(55167,1848,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(55168,1848,'right_tab_4_contact_icon','icon-mail'),(55169,1848,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(55170,1848,'right_tab_4_contact_title','Previous conferences available upon request.'),(55171,1848,'_right_tab_4_contact_title','field_56b4001eb0921'),(55172,1848,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(55173,1848,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(55174,1848,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(55175,1848,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(55176,1848,'right_tab_4_contact_values_0_link_type','mailto:'),(55177,1848,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(55178,1848,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(55179,1848,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(55180,1848,'right_tab_4_contact_values','1'),(55181,1848,'_right_tab_4_contact_values','field_56b3fde2ce062'),(55182,1848,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(55183,1848,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(55184,1848,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(55185,1848,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(55186,1848,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(55187,1848,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(55188,1848,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(55189,1848,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(55190,1848,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(55191,1848,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(55192,1848,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(55193,1848,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(55194,1848,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(55195,1848,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(55196,1848,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(55197,1848,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(55198,1848,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(55199,1848,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(55200,1848,'right_tab_5_items_list_repeater','7'),(55201,1848,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(55202,1848,'right_tab_6_contact_icon','icon-mail'),(55203,1848,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(55204,1848,'right_tab_6_contact_title','Previous conferences available upon request.'),(55205,1848,'_right_tab_6_contact_title','field_56b4001eb0921'),(55206,1848,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(55207,1848,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(55208,1848,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(55209,1848,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(55210,1848,'right_tab_6_contact_values_0_link_type','mailto:'),(55211,1848,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(55212,1848,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(55213,1848,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(55214,1848,'right_tab_6_contact_values','1'),(55215,1848,'_right_tab_6_contact_values','field_56b3fde2ce062'),(55216,1848,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(55217,1848,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(55218,1848,'third_tab_0_spacer','1'),(55219,1848,'_third_tab_0_spacer','field_57f54ec49b780'),(55220,1848,'third_tab_2_contact_icon','icon-mail'),(55221,1848,'_third_tab_2_contact_icon','field_58568c5a91b24'),(55222,1848,'third_tab_2_contact_title','Previous conferences available upon request.'),(55223,1848,'_third_tab_2_contact_title','field_58568c7791b25'),(55224,1848,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(55225,1848,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(55226,1848,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(55227,1848,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(55228,1848,'third_tab_2_contact_values_0_link_type','mailto:'),(55229,1848,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(55230,1848,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(55231,1848,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(55232,1848,'third_tab_2_contact_values','1'),(55233,1848,'_third_tab_2_contact_values','field_58568c1091b1d'),(55234,1848,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(55235,1848,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(55236,1848,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(55237,1848,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(55238,1848,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(55239,1848,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(55240,1848,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(55241,1848,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(55242,1848,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(55243,1848,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(55244,1848,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(55245,1848,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(55246,1848,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(55247,1848,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(55248,1848,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(55249,1848,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(55250,1848,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(55251,1848,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(55252,1848,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(55253,1848,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(55254,1848,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(55255,1848,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(55256,1848,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(55257,1848,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(55258,1848,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(55259,1848,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(55260,1848,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(55261,1848,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(55262,1848,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(55263,1848,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(55264,1848,'right_tab_7_items_list_repeater','4'),(55265,1848,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(55266,1848,'right_tab_8_contact_icon','icon-mail'),(55267,1848,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(55268,1848,'right_tab_8_contact_title','Previous conferences available upon request.'),(55269,1848,'_right_tab_8_contact_title','field_56b4001eb0921'),(55270,1848,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(55271,1848,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(55272,1848,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(55273,1848,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(55274,1848,'right_tab_8_contact_values_0_link_type','mailto:'),(55275,1848,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(55276,1848,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(55277,1848,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(55278,1848,'right_tab_8_contact_values','1'),(55279,1848,'_right_tab_8_contact_values','field_56b3fde2ce062'),(55280,1848,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(55281,1848,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(55282,1848,'third_tab_0_items_list_repeater',''),(55283,1848,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(55284,1848,'third_tab_1_contact_icon','icon-mail'),(55285,1848,'_third_tab_1_contact_icon','field_58568c5a91b24'),(55286,1848,'third_tab_1_contact_title','Previous conferences available upon request.'),(55287,1848,'_third_tab_1_contact_title','field_58568c7791b25'),(55288,1848,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(55289,1848,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(55290,1848,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(55291,1848,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(55292,1848,'third_tab_1_contact_values_0_link_type','mailto:'),(55293,1848,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(55294,1848,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(55295,1848,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(55296,1848,'third_tab_1_contact_values','1'),(55297,1848,'_third_tab_1_contact_values','field_58568c1091b1d'),(55298,1849,'cases_repeater_0_cases_title','- Largest Greek Bank'),(55299,1849,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(55300,1849,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(55301,1849,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(55302,1849,'cases_repeater_0_icon','icon-bullseye-small'),(55303,1849,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(55304,1849,'cases_repeater_0_cases_icon_title','Financial services'),(55305,1849,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(55306,1849,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(55307,1849,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(55308,1849,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(55309,1849,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(55310,1849,'cases_repeater_1_icon','icon-progress-small'),(55311,1849,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(55312,1849,'cases_repeater_1_cases_icon_title','Commodities'),(55313,1849,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(55314,1849,'cases_repeater','3'),(55315,1849,'_cases_repeater','field_56b25d0cd2fed'),(55316,1849,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(55317,1849,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(55318,1849,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(55319,1849,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(55320,1849,'cases_repeater_2_icon','icon-pill-small'),(55321,1849,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(55322,1849,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(55323,1849,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(55324,1849,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(55325,1849,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(55326,1849,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(55327,1849,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(55328,1849,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(55329,1849,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(55330,1849,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(55331,1849,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(55332,1849,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(55333,1849,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(55334,1849,'conferences_repeater_2_conference_place_and_date','September, 2015'),(55335,1849,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(55336,1849,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(55337,1849,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(55338,1849,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(55339,1849,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(55340,1849,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(55341,1849,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(55342,1849,'conferences_repeater_4_conference_place_and_date','May, 2015'),(55343,1849,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(55344,1849,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(55345,1849,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(55346,1849,'conferences_repeater_5_conference_place_and_date','April, 2015'),(55347,1849,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(55348,1849,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(55349,1849,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(55350,1849,'conferences_repeater_6_conference_place_and_date','January, 2015'),(55351,1849,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(55352,1849,'conferences_repeater','7'),(55353,1849,'_conferences_repeater','field_56b28bd340c44'),(55354,1849,'conferences_contact','Previous conferences available upon request'),(55355,1849,'_conferences_contact','field_56b3451c304a4'),(55356,1849,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(55357,1849,'_conferences_contact_mail','field_56b3453c304a5'),(55358,1849,'conferences_icon','icon-mail'),(55359,1849,'_conferences_icon','field_56b347cd8f381'),(55360,1849,'conferences_contact_text','Previous conferences available upon request'),(55361,1849,'_conferences_contact_text','field_56b3451c304a4'),(55362,1849,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(55363,1849,'_left_tab','field_56b36c6deeda0'),(55364,1849,'add_second_tab','1'),(55365,1849,'_add_second_tab','field_56b36ca9eeda2'),(55366,1849,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(55367,1849,'_right_tab','field_56b3fab04554d'),(55368,1849,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(55369,1849,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(55370,1849,'left_tab_0_spacer','0'),(55371,1849,'_left_tab_0_spacer','field_56b371c577c8c'),(55372,1849,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(55373,1849,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(55374,1849,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(55375,1849,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(55376,1849,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(55377,1849,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(55378,1849,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(55379,1849,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(55380,1849,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(55381,1849,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(55382,1849,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(55383,1849,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(55384,1849,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(55385,1849,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(55386,1849,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(55387,1849,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(55388,1849,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(55389,1849,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(55390,1849,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(55391,1849,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(55392,1849,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(55393,1849,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(55394,1849,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(55395,1849,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(55396,1849,'left_tab_1_cases_repeater','3'),(55397,1849,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(55398,1849,'left_tab_1_spacer','0'),(55399,1849,'_left_tab_1_spacer','field_56b3f001dbf09'),(55400,1849,'left_tab_name','Successful Transactions'),(55401,1849,'_left_tab_name','field_56b3976017dce'),(55402,1849,'right_tab_name','Case studies'),(55403,1849,'_right_tab_name','field_56b3978117dcf'),(55404,1849,'right_tab_0_wysiwyg_editor','<a href=\"http://innovationbrain.com/wp-content/uploads/Case-study-for-a-Leading-Serbian-Agribusiness-v2-SGF1.png\"><img class=\"alignnone size-medium wp-image-1835\" src=\"http://innovationbrain.com/wp-content/uploads/Agribusiness-300x157.jpg\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\n\r\nCase Study of a Serbian Agribusiness\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Serbia_A5-page-001-copy.jpg\"><img class=\"alignnone size-medium wp-image-1843\" src=\"http://innovationbrain.com/wp-content/uploads/Image-dairy-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></a>\r\n\r\nCase Study of a Romanian Dairy & Meat Producer'),(55405,1849,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(55406,1849,'right_tab_0_spacer','1'),(55407,1849,'_right_tab_0_spacer','field_56b3fab14554f'),(55408,1849,'right_tab_2_contact_icon','icon-mail'),(55409,1849,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(55410,1849,'right_tab_2_contact_title','Previous conferences available upon request.'),(55411,1849,'_right_tab_2_contact_title','field_56b4001eb0921'),(55412,1849,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(55413,1849,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(55414,1849,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(55415,1849,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(55416,1849,'right_tab_2_contact_values_0_link_type','mailto:'),(55417,1849,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(55418,1849,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(55419,1849,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(55420,1849,'right_tab_2_contact_values','1'),(55421,1849,'_right_tab_2_contact_values','field_56b3fde2ce062'),(55422,1849,'add_third_tab','1'),(55423,1849,'_add_third_tab','field_57f54e889b77c'),(55424,1849,'third_tab_name','IB Blog'),(55425,1849,'_third_tab_name','field_57f54ea19b77d'),(55426,1849,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(55427,1849,'_third_tab','field_57f54ec39b77e'),(55428,1849,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(55429,1849,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(55430,1849,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(55431,1849,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(55432,1849,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(55433,1849,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(55434,1849,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(55435,1849,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(55436,1849,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(55437,1849,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(55438,1849,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(55439,1849,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(55440,1849,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(55441,1849,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(55442,1849,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(55443,1849,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(55444,1849,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(55445,1849,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(55446,1849,'right_tab_3_items_list_repeater','4'),(55447,1849,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(55448,1849,'right_tab_4_contact_icon','icon-mail'),(55449,1849,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(55450,1849,'right_tab_4_contact_title','Previous conferences available upon request.'),(55451,1849,'_right_tab_4_contact_title','field_56b4001eb0921'),(55452,1849,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(55453,1849,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(55454,1849,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(55455,1849,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(55456,1849,'right_tab_4_contact_values_0_link_type','mailto:'),(55457,1849,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(55458,1849,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(55459,1849,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(55460,1849,'right_tab_4_contact_values','1'),(55461,1849,'_right_tab_4_contact_values','field_56b3fde2ce062'),(55462,1849,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(55463,1849,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(55464,1849,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(55465,1849,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(55466,1849,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(55467,1849,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(55468,1849,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(55469,1849,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(55470,1849,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(55471,1849,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(55472,1849,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(55473,1849,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(55474,1849,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(55475,1849,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(55476,1849,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(55477,1849,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(55478,1849,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(55479,1849,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(55480,1849,'right_tab_5_items_list_repeater','7'),(55481,1849,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(55482,1849,'right_tab_6_contact_icon','icon-mail'),(55483,1849,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(55484,1849,'right_tab_6_contact_title','Previous conferences available upon request.'),(55485,1849,'_right_tab_6_contact_title','field_56b4001eb0921'),(55486,1849,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(55487,1849,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(55488,1849,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(55489,1849,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(55490,1849,'right_tab_6_contact_values_0_link_type','mailto:'),(55491,1849,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(55492,1849,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(55493,1849,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(55494,1849,'right_tab_6_contact_values','1'),(55495,1849,'_right_tab_6_contact_values','field_56b3fde2ce062'),(55496,1849,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(55497,1849,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(55498,1849,'third_tab_0_spacer','1'),(55499,1849,'_third_tab_0_spacer','field_57f54ec49b780'),(55500,1849,'third_tab_2_contact_icon','icon-mail'),(55501,1849,'_third_tab_2_contact_icon','field_58568c5a91b24'),(55502,1849,'third_tab_2_contact_title','Previous conferences available upon request.'),(55503,1849,'_third_tab_2_contact_title','field_58568c7791b25'),(55504,1849,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(55505,1849,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(55506,1849,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(55507,1849,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(55508,1849,'third_tab_2_contact_values_0_link_type','mailto:'),(55509,1849,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(55510,1849,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(55511,1849,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(55512,1849,'third_tab_2_contact_values','1'),(55513,1849,'_third_tab_2_contact_values','field_58568c1091b1d'),(55514,1849,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(55515,1849,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(55516,1849,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(55517,1849,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(55518,1849,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(55519,1849,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(55520,1849,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(55521,1849,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(55522,1849,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(55523,1849,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(55524,1849,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(55525,1849,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(55526,1849,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(55527,1849,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(55528,1849,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(55529,1849,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(55530,1849,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(55531,1849,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(55532,1849,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(55533,1849,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(55534,1849,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(55535,1849,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(55536,1849,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(55537,1849,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(55538,1849,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(55539,1849,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(55540,1849,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(55541,1849,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(55542,1849,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(55543,1849,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(55544,1849,'right_tab_7_items_list_repeater','4'),(55545,1849,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(55546,1849,'right_tab_8_contact_icon','icon-mail'),(55547,1849,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(55548,1849,'right_tab_8_contact_title','Previous conferences available upon request.'),(55549,1849,'_right_tab_8_contact_title','field_56b4001eb0921'),(55550,1849,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(55551,1849,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(55552,1849,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(55553,1849,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(55554,1849,'right_tab_8_contact_values_0_link_type','mailto:'),(55555,1849,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(55556,1849,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(55557,1849,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(55558,1849,'right_tab_8_contact_values','1'),(55559,1849,'_right_tab_8_contact_values','field_56b3fde2ce062'),(55560,1849,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(55561,1849,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(55562,1849,'third_tab_0_items_list_repeater',''),(55563,1849,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(55564,1849,'third_tab_1_contact_icon','icon-mail'),(55565,1849,'_third_tab_1_contact_icon','field_58568c5a91b24'),(55566,1849,'third_tab_1_contact_title','Previous conferences available upon request.'),(55567,1849,'_third_tab_1_contact_title','field_58568c7791b25'),(55568,1849,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(55569,1849,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(55570,1849,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(55571,1849,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(55572,1849,'third_tab_1_contact_values_0_link_type','mailto:'),(55573,1849,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(55574,1849,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(55575,1849,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(55576,1849,'third_tab_1_contact_values','1'),(55577,1849,'_third_tab_1_contact_values','field_58568c1091b1d'),(55578,1851,'_wp_attached_file','Romanian-Dairy-Case-Study-NEW.png'),(55579,1851,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:580;s:6:\"height\";i:720;s:4:\"file\";s:33:\"Romanian-Dairy-Case-Study-NEW.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Romanian-Dairy-Case-Study-NEW-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Romanian-Dairy-Case-Study-NEW-242x300.png\";s:5:\"width\";i:242;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:40:\"Romanian-Dairy-Case-Study-NEW-86x109.png\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"footer\";a:4:{s:4:\"file\";s:39:\"Romanian-Dairy-Case-Study-NEW-64x64.png\";s:5:\"width\";i:64;s:6:\"height\";i:64;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:{}}}'),(55580,1852,'cases_repeater_0_cases_title','- Largest Greek Bank'),(55581,1852,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(55582,1852,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(55583,1852,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(55584,1852,'cases_repeater_0_icon','icon-bullseye-small'),(55585,1852,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(55586,1852,'cases_repeater_0_cases_icon_title','Financial services'),(55587,1852,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(55588,1852,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(55589,1852,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(55590,1852,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(55591,1852,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(55592,1852,'cases_repeater_1_icon','icon-progress-small'),(55593,1852,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(55594,1852,'cases_repeater_1_cases_icon_title','Commodities'),(55595,1852,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(55596,1852,'cases_repeater','3'),(55597,1852,'_cases_repeater','field_56b25d0cd2fed'),(55598,1852,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(55599,1852,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(55600,1852,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(55601,1852,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(55602,1852,'cases_repeater_2_icon','icon-pill-small'),(55603,1852,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(55604,1852,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(55605,1852,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(55606,1852,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(55607,1852,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(55608,1852,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(55609,1852,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(55610,1852,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(55611,1852,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(55612,1852,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(55613,1852,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(55614,1852,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(55615,1852,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(55616,1852,'conferences_repeater_2_conference_place_and_date','September, 2015'),(55617,1852,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(55618,1852,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(55619,1852,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(55620,1852,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(55621,1852,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(55622,1852,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(55623,1852,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(55624,1852,'conferences_repeater_4_conference_place_and_date','May, 2015'),(55625,1852,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(55626,1852,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(55627,1852,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(55628,1852,'conferences_repeater_5_conference_place_and_date','April, 2015'),(55629,1852,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(55630,1852,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(55631,1852,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(55632,1852,'conferences_repeater_6_conference_place_and_date','January, 2015'),(55633,1852,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(55634,1852,'conferences_repeater','7'),(55635,1852,'_conferences_repeater','field_56b28bd340c44'),(55636,1852,'conferences_contact','Previous conferences available upon request'),(55637,1852,'_conferences_contact','field_56b3451c304a4'),(55638,1852,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(55639,1852,'_conferences_contact_mail','field_56b3453c304a5'),(55640,1852,'conferences_icon','icon-mail'),(55641,1852,'_conferences_icon','field_56b347cd8f381'),(55642,1852,'conferences_contact_text','Previous conferences available upon request'),(55643,1852,'_conferences_contact_text','field_56b3451c304a4'),(55644,1852,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(55645,1852,'_left_tab','field_56b36c6deeda0'),(55646,1852,'add_second_tab','1'),(55647,1852,'_add_second_tab','field_56b36ca9eeda2'),(55648,1852,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(55649,1852,'_right_tab','field_56b3fab04554d'),(55650,1852,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(55651,1852,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(55652,1852,'left_tab_0_spacer','0'),(55653,1852,'_left_tab_0_spacer','field_56b371c577c8c'),(55654,1852,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(55655,1852,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(55656,1852,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(55657,1852,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(55658,1852,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(55659,1852,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(55660,1852,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(55661,1852,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(55662,1852,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(55663,1852,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(55664,1852,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(55665,1852,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(55666,1852,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(55667,1852,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(55668,1852,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(55669,1852,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(55670,1852,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(55671,1852,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(55672,1852,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(55673,1852,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(55674,1852,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(55675,1852,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(55676,1852,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(55677,1852,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(55678,1852,'left_tab_1_cases_repeater','3'),(55679,1852,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(55680,1852,'left_tab_1_spacer','0'),(55681,1852,'_left_tab_1_spacer','field_56b3f001dbf09'),(55682,1852,'left_tab_name','Successful Transactions'),(55683,1852,'_left_tab_name','field_56b3976017dce'),(55684,1852,'right_tab_name','Case studies'),(55685,1852,'_right_tab_name','field_56b3978117dcf'),(55686,1852,'right_tab_0_wysiwyg_editor','<a href=\"http://innovationbrain.com/wp-content/uploads/Case-study-for-a-Leading-Serbian-Agribusiness-v2-SGF1.png\"><img class=\"alignnone size-medium wp-image-1835\" src=\"http://innovationbrain.com/wp-content/uploads/Agribusiness-300x157.jpg\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\n\r\nCase Study of a Serbian Agribusiness\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img src=\"http://innovationbrain.com/wp-content/uploads/Image-dairy-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" class=\"alignnone size-medium wp-image-1843\" /></a>\r\n\r\nCase Study of a Romanian Dairy & Meat Producer'),(55687,1852,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(55688,1852,'right_tab_0_spacer','1'),(55689,1852,'_right_tab_0_spacer','field_56b3fab14554f'),(55690,1852,'right_tab_2_contact_icon','icon-mail'),(55691,1852,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(55692,1852,'right_tab_2_contact_title','Previous conferences available upon request.'),(55693,1852,'_right_tab_2_contact_title','field_56b4001eb0921'),(55694,1852,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(55695,1852,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(55696,1852,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(55697,1852,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(55698,1852,'right_tab_2_contact_values_0_link_type','mailto:'),(55699,1852,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(55700,1852,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(55701,1852,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(55702,1852,'right_tab_2_contact_values','1'),(55703,1852,'_right_tab_2_contact_values','field_56b3fde2ce062'),(55704,1852,'add_third_tab','1'),(55705,1852,'_add_third_tab','field_57f54e889b77c'),(55706,1852,'third_tab_name','IB Blog'),(55707,1852,'_third_tab_name','field_57f54ea19b77d'),(55708,1852,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(55709,1852,'_third_tab','field_57f54ec39b77e'),(55710,1852,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(55711,1852,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(55712,1852,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(55713,1852,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(55714,1852,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(55715,1852,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(55716,1852,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(55717,1852,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(55718,1852,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(55719,1852,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(55720,1852,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(55721,1852,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(55722,1852,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(55723,1852,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(55724,1852,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(55725,1852,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(55726,1852,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(55727,1852,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(55728,1852,'right_tab_3_items_list_repeater','4'),(55729,1852,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(55730,1852,'right_tab_4_contact_icon','icon-mail'),(55731,1852,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(55732,1852,'right_tab_4_contact_title','Previous conferences available upon request.'),(55733,1852,'_right_tab_4_contact_title','field_56b4001eb0921'),(55734,1852,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(55735,1852,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(55736,1852,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(55737,1852,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(55738,1852,'right_tab_4_contact_values_0_link_type','mailto:'),(55739,1852,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(55740,1852,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(55741,1852,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(55742,1852,'right_tab_4_contact_values','1'),(55743,1852,'_right_tab_4_contact_values','field_56b3fde2ce062'),(55744,1852,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(55745,1852,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(55746,1852,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(55747,1852,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(55748,1852,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(55749,1852,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(55750,1852,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(55751,1852,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(55752,1852,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(55753,1852,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(55754,1852,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(55755,1852,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(55756,1852,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(55757,1852,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(55758,1852,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(55759,1852,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(55760,1852,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(55761,1852,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(55762,1852,'right_tab_5_items_list_repeater','7'),(55763,1852,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(55764,1852,'right_tab_6_contact_icon','icon-mail'),(55765,1852,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(55766,1852,'right_tab_6_contact_title','Previous conferences available upon request.'),(55767,1852,'_right_tab_6_contact_title','field_56b4001eb0921'),(55768,1852,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(55769,1852,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(55770,1852,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(55771,1852,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(55772,1852,'right_tab_6_contact_values_0_link_type','mailto:'),(55773,1852,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(55774,1852,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(55775,1852,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(55776,1852,'right_tab_6_contact_values','1'),(55777,1852,'_right_tab_6_contact_values','field_56b3fde2ce062'),(55778,1852,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(55779,1852,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(55780,1852,'third_tab_0_spacer','1'),(55781,1852,'_third_tab_0_spacer','field_57f54ec49b780'),(55782,1852,'third_tab_2_contact_icon','icon-mail'),(55783,1852,'_third_tab_2_contact_icon','field_58568c5a91b24'),(55784,1852,'third_tab_2_contact_title','Previous conferences available upon request.'),(55785,1852,'_third_tab_2_contact_title','field_58568c7791b25'),(55786,1852,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(55787,1852,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(55788,1852,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(55789,1852,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(55790,1852,'third_tab_2_contact_values_0_link_type','mailto:'),(55791,1852,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(55792,1852,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(55793,1852,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(55794,1852,'third_tab_2_contact_values','1'),(55795,1852,'_third_tab_2_contact_values','field_58568c1091b1d'),(55796,1852,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(55797,1852,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(55798,1852,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(55799,1852,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(55800,1852,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(55801,1852,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(55802,1852,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(55803,1852,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(55804,1852,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(55805,1852,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(55806,1852,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(55807,1852,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(55808,1852,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(55809,1852,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(55810,1852,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(55811,1852,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(55812,1852,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(55813,1852,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(55814,1852,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(55815,1852,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(55816,1852,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(55817,1852,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(55818,1852,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(55819,1852,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(55820,1852,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(55821,1852,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(55822,1852,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(55823,1852,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(55824,1852,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(55825,1852,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(55826,1852,'right_tab_7_items_list_repeater','4'),(55827,1852,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(55828,1852,'right_tab_8_contact_icon','icon-mail'),(55829,1852,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(55830,1852,'right_tab_8_contact_title','Previous conferences available upon request.'),(55831,1852,'_right_tab_8_contact_title','field_56b4001eb0921'),(55832,1852,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(55833,1852,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(55834,1852,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(55835,1852,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(55836,1852,'right_tab_8_contact_values_0_link_type','mailto:'),(55837,1852,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(55838,1852,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(55839,1852,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(55840,1852,'right_tab_8_contact_values','1'),(55841,1852,'_right_tab_8_contact_values','field_56b3fde2ce062'),(55842,1852,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(55843,1852,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(55844,1852,'third_tab_0_items_list_repeater',''),(55845,1852,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(55846,1852,'third_tab_1_contact_icon','icon-mail'),(55847,1852,'_third_tab_1_contact_icon','field_58568c5a91b24'),(55848,1852,'third_tab_1_contact_title','Previous conferences available upon request.'),(55849,1852,'_third_tab_1_contact_title','field_58568c7791b25'),(55850,1852,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(55851,1852,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(55852,1852,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(55853,1852,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(55854,1852,'third_tab_1_contact_values_0_link_type','mailto:'),(55855,1852,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(55856,1852,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(55857,1852,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(55858,1852,'third_tab_1_contact_values','1'),(55859,1852,'_third_tab_1_contact_values','field_58568c1091b1d'),(55860,1853,'_wp_attached_file','AGRI-case-study-NEW.png'),(55861,1853,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:586;s:6:\"height\";i:723;s:4:\"file\";s:23:\"AGRI-case-study-NEW.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"AGRI-case-study-NEW-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:31:\"AGRI-case-study-NEW-243x300.png\";s:5:\"width\";i:243;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:30:\"AGRI-case-study-NEW-86x109.png\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"footer\";a:4:{s:4:\"file\";s:29:\"AGRI-case-study-NEW-64x64.png\";s:5:\"width\";i:64;s:6:\"height\";i:64;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:{}}}'),(55862,1854,'_edit_lock','1524829610:4'),(55863,1854,'_edit_last','4'),(55864,1855,'cases_repeater_0_cases_title','- Largest Greek Bank'),(55865,1855,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(55866,1855,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(55867,1855,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(55868,1855,'cases_repeater_0_icon','icon-bullseye-small'),(55869,1855,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(55870,1855,'cases_repeater_0_cases_icon_title','Financial services'),(55871,1855,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(55872,1855,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(55873,1855,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(55874,1855,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(55875,1855,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(55876,1855,'cases_repeater_1_icon','icon-progress-small'),(55877,1855,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(55878,1855,'cases_repeater_1_cases_icon_title','Commodities'),(55879,1855,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(55880,1855,'cases_repeater','3'),(55881,1855,'_cases_repeater','field_56b25d0cd2fed'),(55882,1855,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(55883,1855,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(55884,1855,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(55885,1855,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(55886,1855,'cases_repeater_2_icon','icon-pill-small'),(55887,1855,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(55888,1855,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(55889,1855,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(55890,1855,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(55891,1855,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(55892,1855,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(55893,1855,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(55894,1855,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(55895,1855,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(55896,1855,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(55897,1855,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(55898,1855,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(55899,1855,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(55900,1855,'conferences_repeater_2_conference_place_and_date','September, 2015'),(55901,1855,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(55902,1855,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(55903,1855,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(55904,1855,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(55905,1855,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(55906,1855,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(55907,1855,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(55908,1855,'conferences_repeater_4_conference_place_and_date','May, 2015'),(55909,1855,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(55910,1855,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(55911,1855,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(55912,1855,'conferences_repeater_5_conference_place_and_date','April, 2015'),(55913,1855,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(55914,1855,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(55915,1855,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(55916,1855,'conferences_repeater_6_conference_place_and_date','January, 2015'),(55917,1855,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(55918,1855,'conferences_repeater','7'),(55919,1855,'_conferences_repeater','field_56b28bd340c44'),(55920,1855,'conferences_contact','Previous conferences available upon request'),(55921,1855,'_conferences_contact','field_56b3451c304a4'),(55922,1855,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(55923,1855,'_conferences_contact_mail','field_56b3453c304a5'),(55924,1855,'conferences_icon','icon-mail'),(55925,1855,'_conferences_icon','field_56b347cd8f381'),(55926,1855,'conferences_contact_text','Previous conferences available upon request'),(55927,1855,'_conferences_contact_text','field_56b3451c304a4'),(55928,1855,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(55929,1855,'_left_tab','field_56b36c6deeda0'),(55930,1855,'add_second_tab','1'),(55931,1855,'_add_second_tab','field_56b36ca9eeda2'),(55932,1855,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(55933,1855,'_right_tab','field_56b3fab04554d'),(55934,1855,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(55935,1855,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(55936,1855,'left_tab_0_spacer','0'),(55937,1855,'_left_tab_0_spacer','field_56b371c577c8c'),(55938,1855,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(55939,1855,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(55940,1855,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(55941,1855,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(55942,1855,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(55943,1855,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(55944,1855,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(55945,1855,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(55946,1855,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(55947,1855,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(55948,1855,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(55949,1855,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(55950,1855,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(55951,1855,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(55952,1855,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(55953,1855,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(55954,1855,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(55955,1855,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(55956,1855,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(55957,1855,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(55958,1855,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(55959,1855,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(55960,1855,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(55961,1855,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(55962,1855,'left_tab_1_cases_repeater','3'),(55963,1855,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(55964,1855,'left_tab_1_spacer','0'),(55965,1855,'_left_tab_1_spacer','field_56b3f001dbf09'),(55966,1855,'left_tab_name','Successful Transactions'),(55967,1855,'_left_tab_name','field_56b3976017dce'),(55968,1855,'right_tab_name','Case studies'),(55969,1855,'_right_tab_name','field_56b3978117dcf'),(55970,1855,'right_tab_0_wysiwyg_editor','<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-case-study-NEW.png\"><img class=\"alignnone size-medium wp-image-1835\" src=\"http://innovationbrain.com/wp-content/uploads/Agribusiness-300x157.jpg\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\n\r\nCase Study of a Serbian Agribusiness\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img src=\"http://innovationbrain.com/wp-content/uploads/Image-dairy-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" class=\"alignnone size-medium wp-image-1843\" /></a>\r\n\r\nCase Study of a Romanian Dairy & Meat Producer'),(55971,1855,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(55972,1855,'right_tab_0_spacer','1'),(55973,1855,'_right_tab_0_spacer','field_56b3fab14554f'),(55974,1855,'right_tab_2_contact_icon','icon-mail'),(55975,1855,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(55976,1855,'right_tab_2_contact_title','Previous conferences available upon request.'),(55977,1855,'_right_tab_2_contact_title','field_56b4001eb0921'),(55978,1855,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(55979,1855,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(55980,1855,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(55981,1855,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(55982,1855,'right_tab_2_contact_values_0_link_type','mailto:'),(55983,1855,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(55984,1855,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(55985,1855,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(55986,1855,'right_tab_2_contact_values','1'),(55987,1855,'_right_tab_2_contact_values','field_56b3fde2ce062'),(55988,1855,'add_third_tab','1'),(55989,1855,'_add_third_tab','field_57f54e889b77c'),(55990,1855,'third_tab_name','IB Blog'),(55991,1855,'_third_tab_name','field_57f54ea19b77d'),(55992,1855,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(55993,1855,'_third_tab','field_57f54ec39b77e'),(55994,1855,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(55995,1855,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(55996,1855,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(55997,1855,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(55998,1855,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(55999,1855,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(56000,1855,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(56001,1855,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(56002,1855,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(56003,1855,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(56004,1855,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(56005,1855,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(56006,1855,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(56007,1855,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(56008,1855,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(56009,1855,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(56010,1855,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(56011,1855,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(56012,1855,'right_tab_3_items_list_repeater','4'),(56013,1855,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(56014,1855,'right_tab_4_contact_icon','icon-mail'),(56015,1855,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(56016,1855,'right_tab_4_contact_title','Previous conferences available upon request.'),(56017,1855,'_right_tab_4_contact_title','field_56b4001eb0921'),(56018,1855,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(56019,1855,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(56020,1855,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(56021,1855,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(56022,1855,'right_tab_4_contact_values_0_link_type','mailto:'),(56023,1855,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(56024,1855,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(56025,1855,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(56026,1855,'right_tab_4_contact_values','1'),(56027,1855,'_right_tab_4_contact_values','field_56b3fde2ce062'),(56028,1855,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(56029,1855,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(56030,1855,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(56031,1855,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(56032,1855,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(56033,1855,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(56034,1855,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(56035,1855,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(56036,1855,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(56037,1855,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(56038,1855,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(56039,1855,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(56040,1855,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(56041,1855,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(56042,1855,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(56043,1855,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(56044,1855,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(56045,1855,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(56046,1855,'right_tab_5_items_list_repeater','7'),(56047,1855,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(56048,1855,'right_tab_6_contact_icon','icon-mail'),(56049,1855,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(56050,1855,'right_tab_6_contact_title','Previous conferences available upon request.'),(56051,1855,'_right_tab_6_contact_title','field_56b4001eb0921'),(56052,1855,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(56053,1855,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(56054,1855,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(56055,1855,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(56056,1855,'right_tab_6_contact_values_0_link_type','mailto:'),(56057,1855,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(56058,1855,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(56059,1855,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(56060,1855,'right_tab_6_contact_values','1'),(56061,1855,'_right_tab_6_contact_values','field_56b3fde2ce062'),(56062,1855,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(56063,1855,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(56064,1855,'third_tab_0_spacer','1'),(56065,1855,'_third_tab_0_spacer','field_57f54ec49b780'),(56066,1855,'third_tab_2_contact_icon','icon-mail'),(56067,1855,'_third_tab_2_contact_icon','field_58568c5a91b24'),(56068,1855,'third_tab_2_contact_title','Previous conferences available upon request.'),(56069,1855,'_third_tab_2_contact_title','field_58568c7791b25'),(56070,1855,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(56071,1855,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(56072,1855,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(56073,1855,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(56074,1855,'third_tab_2_contact_values_0_link_type','mailto:'),(56075,1855,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(56076,1855,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(56077,1855,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(56078,1855,'third_tab_2_contact_values','1'),(56079,1855,'_third_tab_2_contact_values','field_58568c1091b1d'),(56080,1855,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(56081,1855,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(56082,1855,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(56083,1855,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(56084,1855,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(56085,1855,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(56086,1855,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(56087,1855,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(56088,1855,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(56089,1855,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(56090,1855,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(56091,1855,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(56092,1855,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(56093,1855,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(56094,1855,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(56095,1855,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(56096,1855,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(56097,1855,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(56098,1855,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(56099,1855,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(56100,1855,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(56101,1855,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(56102,1855,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(56103,1855,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(56104,1855,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(56105,1855,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(56106,1855,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(56107,1855,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(56108,1855,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(56109,1855,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(56110,1855,'right_tab_7_items_list_repeater','4'),(56111,1855,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(56112,1855,'right_tab_8_contact_icon','icon-mail'),(56113,1855,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(56114,1855,'right_tab_8_contact_title','Previous conferences available upon request.'),(56115,1855,'_right_tab_8_contact_title','field_56b4001eb0921'),(56116,1855,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(56117,1855,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(56118,1855,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(56119,1855,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(56120,1855,'right_tab_8_contact_values_0_link_type','mailto:'),(56121,1855,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(56122,1855,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(56123,1855,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(56124,1855,'right_tab_8_contact_values','1'),(56125,1855,'_right_tab_8_contact_values','field_56b3fde2ce062'),(56126,1855,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(56127,1855,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(56128,1855,'third_tab_0_items_list_repeater',''),(56129,1855,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(56130,1855,'third_tab_1_contact_icon','icon-mail'),(56131,1855,'_third_tab_1_contact_icon','field_58568c5a91b24'),(56132,1855,'third_tab_1_contact_title','Previous conferences available upon request.'),(56133,1855,'_third_tab_1_contact_title','field_58568c7791b25'),(56134,1855,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(56135,1855,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(56136,1855,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(56137,1855,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(56138,1855,'third_tab_1_contact_values_0_link_type','mailto:'),(56139,1855,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(56140,1855,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(56141,1855,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(56142,1855,'third_tab_1_contact_values','1'),(56143,1855,'_third_tab_1_contact_values','field_58568c1091b1d'),(56144,1856,'_wp_attached_file','AGRI-Case-Study-new-1.png'),(56145,1856,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:586;s:6:\"height\";i:713;s:4:\"file\";s:25:\"AGRI-Case-Study-new-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"AGRI-Case-Study-new-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"AGRI-Case-Study-new-1-247x300.png\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:32:\"AGRI-Case-Study-new-1-86x109.png\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"footer\";a:4:{s:4:\"file\";s:31:\"AGRI-Case-Study-new-1-64x64.png\";s:5:\"width\";i:64;s:6:\"height\";i:64;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:{}}}'),(56146,1857,'cases_repeater_0_cases_title','- Largest Greek Bank'),(56147,1857,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(56148,1857,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(56149,1857,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(56150,1857,'cases_repeater_0_icon','icon-bullseye-small'),(56151,1857,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(56152,1857,'cases_repeater_0_cases_icon_title','Financial services'),(56153,1857,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(56154,1857,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(56155,1857,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(56156,1857,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(56157,1857,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(56158,1857,'cases_repeater_1_icon','icon-progress-small'),(56159,1857,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(56160,1857,'cases_repeater_1_cases_icon_title','Commodities'),(56161,1857,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(56162,1857,'cases_repeater','3'),(56163,1857,'_cases_repeater','field_56b25d0cd2fed'),(56164,1857,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(56165,1857,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(56166,1857,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(56167,1857,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(56168,1857,'cases_repeater_2_icon','icon-pill-small'),(56169,1857,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(56170,1857,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(56171,1857,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(56172,1857,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(56173,1857,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(56174,1857,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(56175,1857,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(56176,1857,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(56177,1857,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(56178,1857,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(56179,1857,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(56180,1857,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(56181,1857,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(56182,1857,'conferences_repeater_2_conference_place_and_date','September, 2015'),(56183,1857,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(56184,1857,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(56185,1857,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(56186,1857,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(56187,1857,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(56188,1857,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(56189,1857,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(56190,1857,'conferences_repeater_4_conference_place_and_date','May, 2015'),(56191,1857,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(56192,1857,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(56193,1857,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(56194,1857,'conferences_repeater_5_conference_place_and_date','April, 2015'),(56195,1857,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(56196,1857,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(56197,1857,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(56198,1857,'conferences_repeater_6_conference_place_and_date','January, 2015'),(56199,1857,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(56200,1857,'conferences_repeater','7'),(56201,1857,'_conferences_repeater','field_56b28bd340c44'),(56202,1857,'conferences_contact','Previous conferences available upon request'),(56203,1857,'_conferences_contact','field_56b3451c304a4'),(56204,1857,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(56205,1857,'_conferences_contact_mail','field_56b3453c304a5'),(56206,1857,'conferences_icon','icon-mail'),(56207,1857,'_conferences_icon','field_56b347cd8f381'),(56208,1857,'conferences_contact_text','Previous conferences available upon request'),(56209,1857,'_conferences_contact_text','field_56b3451c304a4'),(56210,1857,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(56211,1857,'_left_tab','field_56b36c6deeda0'),(56212,1857,'add_second_tab','1'),(56213,1857,'_add_second_tab','field_56b36ca9eeda2'),(56214,1857,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(56215,1857,'_right_tab','field_56b3fab04554d'),(56216,1857,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(56217,1857,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(56218,1857,'left_tab_0_spacer','0'),(56219,1857,'_left_tab_0_spacer','field_56b371c577c8c'),(56220,1857,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(56221,1857,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(56222,1857,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(56223,1857,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(56224,1857,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(56225,1857,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(56226,1857,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(56227,1857,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(56228,1857,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(56229,1857,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(56230,1857,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(56231,1857,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(56232,1857,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(56233,1857,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(56234,1857,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(56235,1857,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(56236,1857,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(56237,1857,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(56238,1857,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(56239,1857,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(56240,1857,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(56241,1857,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(56242,1857,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(56243,1857,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(56244,1857,'left_tab_1_cases_repeater','3'),(56245,1857,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(56246,1857,'left_tab_1_spacer','0'),(56247,1857,'_left_tab_1_spacer','field_56b3f001dbf09'),(56248,1857,'left_tab_name','Successful Transactions'),(56249,1857,'_left_tab_name','field_56b3976017dce'),(56250,1857,'right_tab_name','Case studies'),(56251,1857,'_right_tab_name','field_56b3978117dcf'),(56252,1857,'right_tab_0_wysiwyg_editor','<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-case-study-NEW.png\"><img class=\"alignnone size-medium wp-image-1835\" src=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\n\r\nCase Study of a Serbian Agribusiness\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img src=\"http://innovationbrain.com/wp-content/uploads/Image-dairy-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" class=\"alignnone size-medium wp-image-1843\" /></a>\r\n\r\nCase Study of a Romanian Dairy & Meat Producer'),(56253,1857,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(56254,1857,'right_tab_0_spacer','1'),(56255,1857,'_right_tab_0_spacer','field_56b3fab14554f'),(56256,1857,'right_tab_2_contact_icon','icon-mail'),(56257,1857,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(56258,1857,'right_tab_2_contact_title','Previous conferences available upon request.'),(56259,1857,'_right_tab_2_contact_title','field_56b4001eb0921'),(56260,1857,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(56261,1857,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(56262,1857,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(56263,1857,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(56264,1857,'right_tab_2_contact_values_0_link_type','mailto:'),(56265,1857,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(56266,1857,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(56267,1857,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(56268,1857,'right_tab_2_contact_values','1'),(56269,1857,'_right_tab_2_contact_values','field_56b3fde2ce062'),(56270,1857,'add_third_tab','1'),(56271,1857,'_add_third_tab','field_57f54e889b77c'),(56272,1857,'third_tab_name','IB Blog'),(56273,1857,'_third_tab_name','field_57f54ea19b77d'),(56274,1857,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(56275,1857,'_third_tab','field_57f54ec39b77e'),(56276,1857,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(56277,1857,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(56278,1857,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(56279,1857,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(56280,1857,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(56281,1857,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(56282,1857,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(56283,1857,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(56284,1857,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(56285,1857,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(56286,1857,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(56287,1857,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(56288,1857,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(56289,1857,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(56290,1857,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(56291,1857,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(56292,1857,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(56293,1857,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(56294,1857,'right_tab_3_items_list_repeater','4'),(56295,1857,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(56296,1857,'right_tab_4_contact_icon','icon-mail'),(56297,1857,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(56298,1857,'right_tab_4_contact_title','Previous conferences available upon request.'),(56299,1857,'_right_tab_4_contact_title','field_56b4001eb0921'),(56300,1857,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(56301,1857,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(56302,1857,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(56303,1857,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(56304,1857,'right_tab_4_contact_values_0_link_type','mailto:'),(56305,1857,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(56306,1857,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(56307,1857,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(56308,1857,'right_tab_4_contact_values','1'),(56309,1857,'_right_tab_4_contact_values','field_56b3fde2ce062'),(56310,1857,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(56311,1857,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(56312,1857,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(56313,1857,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(56314,1857,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(56315,1857,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(56316,1857,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(56317,1857,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(56318,1857,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(56319,1857,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(56320,1857,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(56321,1857,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(56322,1857,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(56323,1857,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(56324,1857,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(56325,1857,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(56326,1857,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(56327,1857,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(56328,1857,'right_tab_5_items_list_repeater','7'),(56329,1857,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(56330,1857,'right_tab_6_contact_icon','icon-mail'),(56331,1857,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(56332,1857,'right_tab_6_contact_title','Previous conferences available upon request.'),(56333,1857,'_right_tab_6_contact_title','field_56b4001eb0921'),(56334,1857,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(56335,1857,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(56336,1857,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(56337,1857,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(56338,1857,'right_tab_6_contact_values_0_link_type','mailto:'),(56339,1857,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(56340,1857,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(56341,1857,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(56342,1857,'right_tab_6_contact_values','1'),(56343,1857,'_right_tab_6_contact_values','field_56b3fde2ce062'),(56344,1857,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(56345,1857,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(56346,1857,'third_tab_0_spacer','1'),(56347,1857,'_third_tab_0_spacer','field_57f54ec49b780'),(56348,1857,'third_tab_2_contact_icon','icon-mail'),(56349,1857,'_third_tab_2_contact_icon','field_58568c5a91b24'),(56350,1857,'third_tab_2_contact_title','Previous conferences available upon request.'),(56351,1857,'_third_tab_2_contact_title','field_58568c7791b25'),(56352,1857,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(56353,1857,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(56354,1857,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(56355,1857,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(56356,1857,'third_tab_2_contact_values_0_link_type','mailto:'),(56357,1857,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(56358,1857,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(56359,1857,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(56360,1857,'third_tab_2_contact_values','1'),(56361,1857,'_third_tab_2_contact_values','field_58568c1091b1d'),(56362,1857,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(56363,1857,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(56364,1857,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(56365,1857,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(56366,1857,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(56367,1857,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(56368,1857,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(56369,1857,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(56370,1857,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(56371,1857,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(56372,1857,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(56373,1857,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(56374,1857,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(56375,1857,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(56376,1857,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(56377,1857,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(56378,1857,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(56379,1857,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(56380,1857,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(56381,1857,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(56382,1857,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(56383,1857,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(56384,1857,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(56385,1857,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(56386,1857,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(56387,1857,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(56388,1857,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(56389,1857,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(56390,1857,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(56391,1857,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(56392,1857,'right_tab_7_items_list_repeater','4'),(56393,1857,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(56394,1857,'right_tab_8_contact_icon','icon-mail'),(56395,1857,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(56396,1857,'right_tab_8_contact_title','Previous conferences available upon request.'),(56397,1857,'_right_tab_8_contact_title','field_56b4001eb0921'),(56398,1857,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(56399,1857,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(56400,1857,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(56401,1857,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(56402,1857,'right_tab_8_contact_values_0_link_type','mailto:'),(56403,1857,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(56404,1857,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(56405,1857,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(56406,1857,'right_tab_8_contact_values','1'),(56407,1857,'_right_tab_8_contact_values','field_56b3fde2ce062'),(56408,1857,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(56409,1857,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(56410,1857,'third_tab_0_items_list_repeater',''),(56411,1857,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(56412,1857,'third_tab_1_contact_icon','icon-mail'),(56413,1857,'_third_tab_1_contact_icon','field_58568c5a91b24'),(56414,1857,'third_tab_1_contact_title','Previous conferences available upon request.'),(56415,1857,'_third_tab_1_contact_title','field_58568c7791b25'),(56416,1857,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(56417,1857,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(56418,1857,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(56419,1857,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(56420,1857,'third_tab_1_contact_values_0_link_type','mailto:'),(56421,1857,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(56422,1857,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(56423,1857,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(56424,1857,'third_tab_1_contact_values','1'),(56425,1857,'_third_tab_1_contact_values','field_58568c1091b1d'),(56426,1858,'_edit_lock','1524830364:4'),(56427,1858,'_edit_last','4'),(56428,1859,'cases_repeater_0_cases_title','- Largest Greek Bank'),(56429,1859,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(56430,1859,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(56431,1859,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(56432,1859,'cases_repeater_0_icon','icon-bullseye-small'),(56433,1859,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(56434,1859,'cases_repeater_0_cases_icon_title','Financial services'),(56435,1859,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(56436,1859,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(56437,1859,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(56438,1859,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(56439,1859,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(56440,1859,'cases_repeater_1_icon','icon-progress-small'),(56441,1859,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(56442,1859,'cases_repeater_1_cases_icon_title','Commodities'),(56443,1859,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(56444,1859,'cases_repeater','3'),(56445,1859,'_cases_repeater','field_56b25d0cd2fed'),(56446,1859,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(56447,1859,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(56448,1859,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(56449,1859,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(56450,1859,'cases_repeater_2_icon','icon-pill-small'),(56451,1859,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(56452,1859,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(56453,1859,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(56454,1859,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(56455,1859,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(56456,1859,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(56457,1859,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(56458,1859,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(56459,1859,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(56460,1859,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(56461,1859,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(56462,1859,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(56463,1859,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(56464,1859,'conferences_repeater_2_conference_place_and_date','September, 2015'),(56465,1859,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(56466,1859,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(56467,1859,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(56468,1859,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(56469,1859,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(56470,1859,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(56471,1859,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(56472,1859,'conferences_repeater_4_conference_place_and_date','May, 2015'),(56473,1859,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(56474,1859,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(56475,1859,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(56476,1859,'conferences_repeater_5_conference_place_and_date','April, 2015'),(56477,1859,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(56478,1859,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(56479,1859,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(56480,1859,'conferences_repeater_6_conference_place_and_date','January, 2015'),(56481,1859,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(56482,1859,'conferences_repeater','7'),(56483,1859,'_conferences_repeater','field_56b28bd340c44'),(56484,1859,'conferences_contact','Previous conferences available upon request'),(56485,1859,'_conferences_contact','field_56b3451c304a4'),(56486,1859,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(56487,1859,'_conferences_contact_mail','field_56b3453c304a5'),(56488,1859,'conferences_icon','icon-mail'),(56489,1859,'_conferences_icon','field_56b347cd8f381'),(56490,1859,'conferences_contact_text','Previous conferences available upon request'),(56491,1859,'_conferences_contact_text','field_56b3451c304a4'),(56492,1859,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(56493,1859,'_left_tab','field_56b36c6deeda0'),(56494,1859,'add_second_tab','1'),(56495,1859,'_add_second_tab','field_56b36ca9eeda2'),(56496,1859,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(56497,1859,'_right_tab','field_56b3fab04554d'),(56498,1859,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(56499,1859,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(56500,1859,'left_tab_0_spacer','0'),(56501,1859,'_left_tab_0_spacer','field_56b371c577c8c'),(56502,1859,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(56503,1859,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(56504,1859,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(56505,1859,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(56506,1859,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(56507,1859,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(56508,1859,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(56509,1859,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(56510,1859,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(56511,1859,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(56512,1859,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(56513,1859,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(56514,1859,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(56515,1859,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(56516,1859,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(56517,1859,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(56518,1859,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(56519,1859,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(56520,1859,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(56521,1859,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(56522,1859,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(56523,1859,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(56524,1859,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(56525,1859,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(56526,1859,'left_tab_1_cases_repeater','3'),(56527,1859,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(56528,1859,'left_tab_1_spacer','0'),(56529,1859,'_left_tab_1_spacer','field_56b3f001dbf09'),(56530,1859,'left_tab_name','Successful Transactions'),(56531,1859,'_left_tab_name','field_56b3976017dce'),(56532,1859,'right_tab_name','Case studies'),(56533,1859,'_right_tab_name','field_56b3978117dcf'),(56534,1859,'right_tab_0_wysiwyg_editor','<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1835\" src=\"http://innovationbrain.com/wp-content/uploads/Agribusiness-300x157.jpg\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\n\r\nCase Study of a Serbian Agribusiness\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img src=\"http://innovationbrain.com/wp-content/uploads/Image-dairy-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" class=\"alignnone size-medium wp-image-1843\" /></a>\r\n\r\nCase Study of a Romanian Dairy & Meat Producer'),(56535,1859,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(56536,1859,'right_tab_0_spacer','1'),(56537,1859,'_right_tab_0_spacer','field_56b3fab14554f'),(56538,1859,'right_tab_2_contact_icon','icon-mail'),(56539,1859,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(56540,1859,'right_tab_2_contact_title','Previous conferences available upon request.'),(56541,1859,'_right_tab_2_contact_title','field_56b4001eb0921'),(56542,1859,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(56543,1859,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(56544,1859,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(56545,1859,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(56546,1859,'right_tab_2_contact_values_0_link_type','mailto:'),(56547,1859,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(56548,1859,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(56549,1859,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(56550,1859,'right_tab_2_contact_values','1'),(56551,1859,'_right_tab_2_contact_values','field_56b3fde2ce062'),(56552,1859,'add_third_tab','1'),(56553,1859,'_add_third_tab','field_57f54e889b77c'),(56554,1859,'third_tab_name','IB Blog'),(56555,1859,'_third_tab_name','field_57f54ea19b77d'),(56556,1859,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(56557,1859,'_third_tab','field_57f54ec39b77e'),(56558,1859,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(56559,1859,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(56560,1859,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(56561,1859,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(56562,1859,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(56563,1859,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(56564,1859,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(56565,1859,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(56566,1859,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(56567,1859,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(56568,1859,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(56569,1859,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(56570,1859,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(56571,1859,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(56572,1859,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(56573,1859,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(56574,1859,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(56575,1859,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(56576,1859,'right_tab_3_items_list_repeater','4'),(56577,1859,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(56578,1859,'right_tab_4_contact_icon','icon-mail'),(56579,1859,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(56580,1859,'right_tab_4_contact_title','Previous conferences available upon request.'),(56581,1859,'_right_tab_4_contact_title','field_56b4001eb0921'),(56582,1859,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(56583,1859,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(56584,1859,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(56585,1859,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(56586,1859,'right_tab_4_contact_values_0_link_type','mailto:'),(56587,1859,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(56588,1859,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(56589,1859,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(56590,1859,'right_tab_4_contact_values','1'),(56591,1859,'_right_tab_4_contact_values','field_56b3fde2ce062'),(56592,1859,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(56593,1859,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(56594,1859,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(56595,1859,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(56596,1859,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(56597,1859,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(56598,1859,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(56599,1859,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(56600,1859,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(56601,1859,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(56602,1859,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(56603,1859,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(56604,1859,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(56605,1859,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(56606,1859,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(56607,1859,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(56608,1859,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(56609,1859,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(56610,1859,'right_tab_5_items_list_repeater','7'),(56611,1859,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(56612,1859,'right_tab_6_contact_icon','icon-mail'),(56613,1859,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(56614,1859,'right_tab_6_contact_title','Previous conferences available upon request.'),(56615,1859,'_right_tab_6_contact_title','field_56b4001eb0921'),(56616,1859,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(56617,1859,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(56618,1859,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(56619,1859,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(56620,1859,'right_tab_6_contact_values_0_link_type','mailto:'),(56621,1859,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(56622,1859,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(56623,1859,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(56624,1859,'right_tab_6_contact_values','1'),(56625,1859,'_right_tab_6_contact_values','field_56b3fde2ce062'),(56626,1859,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(56627,1859,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(56628,1859,'third_tab_0_spacer','1'),(56629,1859,'_third_tab_0_spacer','field_57f54ec49b780'),(56630,1859,'third_tab_2_contact_icon','icon-mail'),(56631,1859,'_third_tab_2_contact_icon','field_58568c5a91b24'),(56632,1859,'third_tab_2_contact_title','Previous conferences available upon request.'),(56633,1859,'_third_tab_2_contact_title','field_58568c7791b25'),(56634,1859,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(56635,1859,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(56636,1859,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(56637,1859,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(56638,1859,'third_tab_2_contact_values_0_link_type','mailto:'),(56639,1859,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(56640,1859,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(56641,1859,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(56642,1859,'third_tab_2_contact_values','1'),(56643,1859,'_third_tab_2_contact_values','field_58568c1091b1d'),(56644,1859,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(56645,1859,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(56646,1859,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(56647,1859,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(56648,1859,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(56649,1859,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(56650,1859,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(56651,1859,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(56652,1859,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(56653,1859,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(56654,1859,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(56655,1859,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(56656,1859,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(56657,1859,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(56658,1859,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(56659,1859,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(56660,1859,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(56661,1859,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(56662,1859,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(56663,1859,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(56664,1859,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(56665,1859,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(56666,1859,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(56667,1859,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(56668,1859,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(56669,1859,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(56670,1859,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(56671,1859,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(56672,1859,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(56673,1859,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(56674,1859,'right_tab_7_items_list_repeater','4'),(56675,1859,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(56676,1859,'right_tab_8_contact_icon','icon-mail'),(56677,1859,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(56678,1859,'right_tab_8_contact_title','Previous conferences available upon request.'),(56679,1859,'_right_tab_8_contact_title','field_56b4001eb0921'),(56680,1859,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(56681,1859,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(56682,1859,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(56683,1859,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(56684,1859,'right_tab_8_contact_values_0_link_type','mailto:'),(56685,1859,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(56686,1859,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(56687,1859,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(56688,1859,'right_tab_8_contact_values','1'),(56689,1859,'_right_tab_8_contact_values','field_56b3fde2ce062'),(56690,1859,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(56691,1859,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(56692,1859,'third_tab_0_items_list_repeater',''),(56693,1859,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(56694,1859,'third_tab_1_contact_icon','icon-mail'),(56695,1859,'_third_tab_1_contact_icon','field_58568c5a91b24'),(56696,1859,'third_tab_1_contact_title','Previous conferences available upon request.'),(56697,1859,'_third_tab_1_contact_title','field_58568c7791b25'),(56698,1859,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(56699,1859,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(56700,1859,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(56701,1859,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(56702,1859,'third_tab_1_contact_values_0_link_type','mailto:'),(56703,1859,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(56704,1859,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(56705,1859,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(56706,1859,'third_tab_1_contact_values','1'),(56707,1859,'_third_tab_1_contact_values','field_58568c1091b1d'),(56708,1860,'cases_repeater_0_cases_title','- Largest Greek Bank'),(56709,1860,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(56710,1860,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(56711,1860,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(56712,1860,'cases_repeater_0_icon','icon-bullseye-small'),(56713,1860,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(56714,1860,'cases_repeater_0_cases_icon_title','Financial services'),(56715,1860,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(56716,1860,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(56717,1860,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(56718,1860,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(56719,1860,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(56720,1860,'cases_repeater_1_icon','icon-progress-small'),(56721,1860,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(56722,1860,'cases_repeater_1_cases_icon_title','Commodities'),(56723,1860,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(56724,1860,'cases_repeater','3'),(56725,1860,'_cases_repeater','field_56b25d0cd2fed'),(56726,1860,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(56727,1860,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(56728,1860,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(56729,1860,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(56730,1860,'cases_repeater_2_icon','icon-pill-small'),(56731,1860,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(56732,1860,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(56733,1860,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(56734,1860,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(56735,1860,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(56736,1860,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(56737,1860,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(56738,1860,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(56739,1860,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(56740,1860,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(56741,1860,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(56742,1860,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(56743,1860,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(56744,1860,'conferences_repeater_2_conference_place_and_date','September, 2015'),(56745,1860,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(56746,1860,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(56747,1860,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(56748,1860,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(56749,1860,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(56750,1860,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(56751,1860,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(56752,1860,'conferences_repeater_4_conference_place_and_date','May, 2015'),(56753,1860,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(56754,1860,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(56755,1860,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(56756,1860,'conferences_repeater_5_conference_place_and_date','April, 2015'),(56757,1860,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(56758,1860,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(56759,1860,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(56760,1860,'conferences_repeater_6_conference_place_and_date','January, 2015'),(56761,1860,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(56762,1860,'conferences_repeater','7'),(56763,1860,'_conferences_repeater','field_56b28bd340c44'),(56764,1860,'conferences_contact','Previous conferences available upon request'),(56765,1860,'_conferences_contact','field_56b3451c304a4'),(56766,1860,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(56767,1860,'_conferences_contact_mail','field_56b3453c304a5'),(56768,1860,'conferences_icon','icon-mail'),(56769,1860,'_conferences_icon','field_56b347cd8f381'),(56770,1860,'conferences_contact_text','Previous conferences available upon request'),(56771,1860,'_conferences_contact_text','field_56b3451c304a4'),(56772,1860,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(56773,1860,'_left_tab','field_56b36c6deeda0'),(56774,1860,'add_second_tab','1'),(56775,1860,'_add_second_tab','field_56b36ca9eeda2'),(56776,1860,'right_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(56777,1860,'_right_tab','field_56b3fab04554d'),(56778,1860,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(56779,1860,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(56780,1860,'left_tab_0_spacer','0'),(56781,1860,'_left_tab_0_spacer','field_56b371c577c8c'),(56782,1860,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(56783,1860,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(56784,1860,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(56785,1860,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(56786,1860,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(56787,1860,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(56788,1860,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(56789,1860,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(56790,1860,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(56791,1860,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(56792,1860,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(56793,1860,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(56794,1860,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(56795,1860,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(56796,1860,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(56797,1860,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(56798,1860,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(56799,1860,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(56800,1860,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(56801,1860,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(56802,1860,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(56803,1860,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(56804,1860,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(56805,1860,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(56806,1860,'left_tab_1_cases_repeater','3'),(56807,1860,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(56808,1860,'left_tab_1_spacer','0'),(56809,1860,'_left_tab_1_spacer','field_56b3f001dbf09'),(56810,1860,'left_tab_name','Successful Transactions'),(56811,1860,'_left_tab_name','field_56b3976017dce'),(56812,1860,'right_tab_name','Case studies'),(56813,1860,'_right_tab_name','field_56b3978117dcf'),(56814,1860,'right_tab_0_wysiwyg_editor','\r\n<div style = \"text-alignment:center\">\r\n<div style=\"display: inline-block; margin-right:5px\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1835\" src=\"http://innovationbrain.com/wp-content/uploads/Agribusiness-300x157.jpg\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n\r\n<div style=\"display: inline-block\">\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img class=\"alignnone size-medium wp-image-1843\" src=\"http://innovationbrain.com/wp-content/uploads/Image-dairy-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></a>\r\n\r\nCase Study of a Romanian Dairy & Meat Producer\r\n\r\n</div>'),(56815,1860,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(56816,1860,'right_tab_0_spacer','1'),(56817,1860,'_right_tab_0_spacer','field_56b3fab14554f'),(56818,1860,'right_tab_2_contact_icon','icon-mail'),(56819,1860,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(56820,1860,'right_tab_2_contact_title','Previous conferences available upon request.'),(56821,1860,'_right_tab_2_contact_title','field_56b4001eb0921'),(56822,1860,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(56823,1860,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(56824,1860,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(56825,1860,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(56826,1860,'right_tab_2_contact_values_0_link_type','mailto:'),(56827,1860,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(56828,1860,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(56829,1860,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(56830,1860,'right_tab_2_contact_values','1'),(56831,1860,'_right_tab_2_contact_values','field_56b3fde2ce062'),(56832,1860,'add_third_tab','1'),(56833,1860,'_add_third_tab','field_57f54e889b77c'),(56834,1860,'third_tab_name','IB Blog'),(56835,1860,'_third_tab_name','field_57f54ea19b77d'),(56836,1860,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(56837,1860,'_third_tab','field_57f54ec39b77e'),(56838,1860,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(56839,1860,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(56840,1860,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(56841,1860,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(56842,1860,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(56843,1860,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(56844,1860,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(56845,1860,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(56846,1860,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(56847,1860,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(56848,1860,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(56849,1860,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(56850,1860,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(56851,1860,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(56852,1860,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(56853,1860,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(56854,1860,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(56855,1860,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(56856,1860,'right_tab_3_items_list_repeater','4'),(56857,1860,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(56858,1860,'right_tab_4_contact_icon','icon-mail'),(56859,1860,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(56860,1860,'right_tab_4_contact_title','Previous conferences available upon request.'),(56861,1860,'_right_tab_4_contact_title','field_56b4001eb0921'),(56862,1860,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(56863,1860,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(56864,1860,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(56865,1860,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(56866,1860,'right_tab_4_contact_values_0_link_type','mailto:'),(56867,1860,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(56868,1860,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(56869,1860,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(56870,1860,'right_tab_4_contact_values','1'),(56871,1860,'_right_tab_4_contact_values','field_56b3fde2ce062'),(56872,1860,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(56873,1860,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(56874,1860,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(56875,1860,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(56876,1860,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(56877,1860,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(56878,1860,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(56879,1860,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(56880,1860,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(56881,1860,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(56882,1860,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(56883,1860,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(56884,1860,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(56885,1860,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(56886,1860,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(56887,1860,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(56888,1860,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(56889,1860,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(56890,1860,'right_tab_5_items_list_repeater','7'),(56891,1860,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(56892,1860,'right_tab_6_contact_icon','icon-mail'),(56893,1860,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(56894,1860,'right_tab_6_contact_title','Previous conferences available upon request.'),(56895,1860,'_right_tab_6_contact_title','field_56b4001eb0921'),(56896,1860,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(56897,1860,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(56898,1860,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(56899,1860,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(56900,1860,'right_tab_6_contact_values_0_link_type','mailto:'),(56901,1860,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(56902,1860,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(56903,1860,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(56904,1860,'right_tab_6_contact_values','1'),(56905,1860,'_right_tab_6_contact_values','field_56b3fde2ce062'),(56906,1860,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(56907,1860,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(56908,1860,'third_tab_0_spacer','1'),(56909,1860,'_third_tab_0_spacer','field_57f54ec49b780'),(56910,1860,'third_tab_2_contact_icon','icon-mail'),(56911,1860,'_third_tab_2_contact_icon','field_58568c5a91b24'),(56912,1860,'third_tab_2_contact_title','Previous conferences available upon request.'),(56913,1860,'_third_tab_2_contact_title','field_58568c7791b25'),(56914,1860,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(56915,1860,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(56916,1860,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(56917,1860,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(56918,1860,'third_tab_2_contact_values_0_link_type','mailto:'),(56919,1860,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(56920,1860,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(56921,1860,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(56922,1860,'third_tab_2_contact_values','1'),(56923,1860,'_third_tab_2_contact_values','field_58568c1091b1d'),(56924,1860,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(56925,1860,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(56926,1860,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(56927,1860,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(56928,1860,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(56929,1860,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(56930,1860,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(56931,1860,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(56932,1860,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(56933,1860,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(56934,1860,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(56935,1860,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(56936,1860,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(56937,1860,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(56938,1860,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(56939,1860,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(56940,1860,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(56941,1860,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(56942,1860,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(56943,1860,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(56944,1860,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(56945,1860,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(56946,1860,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(56947,1860,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(56948,1860,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(56949,1860,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(56950,1860,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(56951,1860,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(56952,1860,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(56953,1860,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(56954,1860,'right_tab_7_items_list_repeater','4'),(56955,1860,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(56956,1860,'right_tab_8_contact_icon','icon-mail'),(56957,1860,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(56958,1860,'right_tab_8_contact_title','Previous conferences available upon request.'),(56959,1860,'_right_tab_8_contact_title','field_56b4001eb0921'),(56960,1860,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(56961,1860,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(56962,1860,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(56963,1860,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(56964,1860,'right_tab_8_contact_values_0_link_type','mailto:'),(56965,1860,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(56966,1860,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(56967,1860,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(56968,1860,'right_tab_8_contact_values','1'),(56969,1860,'_right_tab_8_contact_values','field_56b3fde2ce062'),(56970,1860,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(56971,1860,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(56972,1860,'third_tab_0_items_list_repeater',''),(56973,1860,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(56974,1860,'third_tab_1_contact_icon','icon-mail'),(56975,1860,'_third_tab_1_contact_icon','field_58568c5a91b24'),(56976,1860,'third_tab_1_contact_title','Previous conferences available upon request.'),(56977,1860,'_third_tab_1_contact_title','field_58568c7791b25'),(56978,1860,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(56979,1860,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(56980,1860,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(56981,1860,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(56982,1860,'third_tab_1_contact_values_0_link_type','mailto:'),(56983,1860,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(56984,1860,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(56985,1860,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(56986,1860,'third_tab_1_contact_values','1'),(56987,1860,'_third_tab_1_contact_values','field_58568c1091b1d'),(56988,64,'right_tab_1_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img class=\"alignnone size-medium wp-image-1881\" src=\"http://innovationbrain.com/wp-content/uploads/Dairy-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nStudy of a Romanian Dairy & Meat Producer\r\n\r\n</div>\r\n</div>'),(56989,64,'_right_tab_1_wysiwyg_editor','field_56b3fab14554e'),(56990,64,'right_tab_1_spacer','1'),(56991,64,'_right_tab_1_spacer','field_56b3fab14554f'),(56992,1861,'cases_repeater_0_cases_title','- Largest Greek Bank'),(56993,1861,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(56994,1861,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(56995,1861,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(56996,1861,'cases_repeater_0_icon','icon-bullseye-small'),(56997,1861,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(56998,1861,'cases_repeater_0_cases_icon_title','Financial services'),(56999,1861,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(57000,1861,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(57001,1861,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(57002,1861,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(57003,1861,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(57004,1861,'cases_repeater_1_icon','icon-progress-small'),(57005,1861,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(57006,1861,'cases_repeater_1_cases_icon_title','Commodities'),(57007,1861,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(57008,1861,'cases_repeater','3'),(57009,1861,'_cases_repeater','field_56b25d0cd2fed'),(57010,1861,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(57011,1861,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(57012,1861,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(57013,1861,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(57014,1861,'cases_repeater_2_icon','icon-pill-small'),(57015,1861,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(57016,1861,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(57017,1861,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(57018,1861,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(57019,1861,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(57020,1861,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(57021,1861,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(57022,1861,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(57023,1861,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(57024,1861,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(57025,1861,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(57026,1861,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(57027,1861,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(57028,1861,'conferences_repeater_2_conference_place_and_date','September, 2015'),(57029,1861,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(57030,1861,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(57031,1861,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(57032,1861,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(57033,1861,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(57034,1861,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(57035,1861,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(57036,1861,'conferences_repeater_4_conference_place_and_date','May, 2015'),(57037,1861,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(57038,1861,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(57039,1861,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(57040,1861,'conferences_repeater_5_conference_place_and_date','April, 2015'),(57041,1861,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(57042,1861,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(57043,1861,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(57044,1861,'conferences_repeater_6_conference_place_and_date','January, 2015'),(57045,1861,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(57046,1861,'conferences_repeater','7'),(57047,1861,'_conferences_repeater','field_56b28bd340c44'),(57048,1861,'conferences_contact','Previous conferences available upon request'),(57049,1861,'_conferences_contact','field_56b3451c304a4'),(57050,1861,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(57051,1861,'_conferences_contact_mail','field_56b3453c304a5'),(57052,1861,'conferences_icon','icon-mail'),(57053,1861,'_conferences_icon','field_56b347cd8f381'),(57054,1861,'conferences_contact_text','Previous conferences available upon request'),(57055,1861,'_conferences_contact_text','field_56b3451c304a4'),(57056,1861,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(57057,1861,'_left_tab','field_56b36c6deeda0'),(57058,1861,'add_second_tab','1'),(57059,1861,'_add_second_tab','field_56b36ca9eeda2'),(57060,1861,'right_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";}'),(57061,1861,'_right_tab','field_56b3fab04554d'),(57062,1861,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(57063,1861,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(57064,1861,'left_tab_0_spacer','0'),(57065,1861,'_left_tab_0_spacer','field_56b371c577c8c'),(57066,1861,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(57067,1861,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(57068,1861,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(57069,1861,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(57070,1861,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(57071,1861,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(57072,1861,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(57073,1861,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(57074,1861,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(57075,1861,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(57076,1861,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(57077,1861,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(57078,1861,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(57079,1861,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(57080,1861,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(57081,1861,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(57082,1861,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(57083,1861,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(57084,1861,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(57085,1861,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(57086,1861,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(57087,1861,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(57088,1861,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(57089,1861,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(57090,1861,'left_tab_1_cases_repeater','3'),(57091,1861,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(57092,1861,'left_tab_1_spacer','0'),(57093,1861,'_left_tab_1_spacer','field_56b3f001dbf09'),(57094,1861,'left_tab_name','Successful Transactions'),(57095,1861,'_left_tab_name','field_56b3976017dce'),(57096,1861,'right_tab_name','Case studies'),(57097,1861,'_right_tab_name','field_56b3978117dcf'),(57098,1861,'right_tab_0_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1835\" src=\"http://innovationbrain.com/wp-content/uploads/Agribusiness-300x157.jpg\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n<div style=\"display: inline-block;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img class=\"alignnone size-medium wp-image-1843\" src=\"http://innovationbrain.com/wp-content/uploads/Image-dairy-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></a>\r\n\r\nCase Study of a Romanian Dairy & Meat Producer\r\n\r\n</div>\r\n</div>'),(57099,1861,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(57100,1861,'right_tab_0_spacer','1'),(57101,1861,'_right_tab_0_spacer','field_56b3fab14554f'),(57102,1861,'right_tab_2_contact_icon','icon-mail'),(57103,1861,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(57104,1861,'right_tab_2_contact_title','Previous conferences available upon request.'),(57105,1861,'_right_tab_2_contact_title','field_56b4001eb0921'),(57106,1861,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(57107,1861,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(57108,1861,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(57109,1861,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(57110,1861,'right_tab_2_contact_values_0_link_type','mailto:'),(57111,1861,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(57112,1861,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(57113,1861,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(57114,1861,'right_tab_2_contact_values','1'),(57115,1861,'_right_tab_2_contact_values','field_56b3fde2ce062'),(57116,1861,'add_third_tab','1'),(57117,1861,'_add_third_tab','field_57f54e889b77c'),(57118,1861,'third_tab_name','IB Blog'),(57119,1861,'_third_tab_name','field_57f54ea19b77d'),(57120,1861,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(57121,1861,'_third_tab','field_57f54ec39b77e'),(57122,1861,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(57123,1861,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(57124,1861,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(57125,1861,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(57126,1861,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(57127,1861,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(57128,1861,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(57129,1861,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(57130,1861,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(57131,1861,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(57132,1861,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(57133,1861,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(57134,1861,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(57135,1861,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(57136,1861,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(57137,1861,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(57138,1861,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(57139,1861,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(57140,1861,'right_tab_3_items_list_repeater','4'),(57141,1861,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(57142,1861,'right_tab_4_contact_icon','icon-mail'),(57143,1861,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(57144,1861,'right_tab_4_contact_title','Previous conferences available upon request.'),(57145,1861,'_right_tab_4_contact_title','field_56b4001eb0921'),(57146,1861,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(57147,1861,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(57148,1861,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(57149,1861,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(57150,1861,'right_tab_4_contact_values_0_link_type','mailto:'),(57151,1861,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(57152,1861,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(57153,1861,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(57154,1861,'right_tab_4_contact_values','1'),(57155,1861,'_right_tab_4_contact_values','field_56b3fde2ce062'),(57156,1861,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(57157,1861,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(57158,1861,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(57159,1861,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(57160,1861,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(57161,1861,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(57162,1861,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(57163,1861,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(57164,1861,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(57165,1861,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(57166,1861,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(57167,1861,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(57168,1861,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(57169,1861,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(57170,1861,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(57171,1861,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(57172,1861,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(57173,1861,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(57174,1861,'right_tab_5_items_list_repeater','7'),(57175,1861,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(57176,1861,'right_tab_6_contact_icon','icon-mail'),(57177,1861,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(57178,1861,'right_tab_6_contact_title','Previous conferences available upon request.'),(57179,1861,'_right_tab_6_contact_title','field_56b4001eb0921'),(57180,1861,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(57181,1861,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(57182,1861,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(57183,1861,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(57184,1861,'right_tab_6_contact_values_0_link_type','mailto:'),(57185,1861,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(57186,1861,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(57187,1861,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(57188,1861,'right_tab_6_contact_values','1'),(57189,1861,'_right_tab_6_contact_values','field_56b3fde2ce062'),(57190,1861,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(57191,1861,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(57192,1861,'third_tab_0_spacer','1'),(57193,1861,'_third_tab_0_spacer','field_57f54ec49b780'),(57194,1861,'third_tab_2_contact_icon','icon-mail'),(57195,1861,'_third_tab_2_contact_icon','field_58568c5a91b24'),(57196,1861,'third_tab_2_contact_title','Previous conferences available upon request.'),(57197,1861,'_third_tab_2_contact_title','field_58568c7791b25'),(57198,1861,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(57199,1861,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(57200,1861,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(57201,1861,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(57202,1861,'third_tab_2_contact_values_0_link_type','mailto:'),(57203,1861,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(57204,1861,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(57205,1861,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(57206,1861,'third_tab_2_contact_values','1'),(57207,1861,'_third_tab_2_contact_values','field_58568c1091b1d'),(57208,1861,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(57209,1861,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(57210,1861,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(57211,1861,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(57212,1861,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(57213,1861,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(57214,1861,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(57215,1861,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(57216,1861,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(57217,1861,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(57218,1861,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(57219,1861,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(57220,1861,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(57221,1861,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(57222,1861,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(57223,1861,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(57224,1861,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(57225,1861,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(57226,1861,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(57227,1861,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(57228,1861,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(57229,1861,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(57230,1861,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(57231,1861,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(57232,1861,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(57233,1861,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(57234,1861,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(57235,1861,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(57236,1861,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(57237,1861,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(57238,1861,'right_tab_7_items_list_repeater','4'),(57239,1861,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(57240,1861,'right_tab_8_contact_icon','icon-mail'),(57241,1861,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(57242,1861,'right_tab_8_contact_title','Previous conferences available upon request.'),(57243,1861,'_right_tab_8_contact_title','field_56b4001eb0921'),(57244,1861,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(57245,1861,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(57246,1861,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(57247,1861,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(57248,1861,'right_tab_8_contact_values_0_link_type','mailto:'),(57249,1861,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(57250,1861,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(57251,1861,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(57252,1861,'right_tab_8_contact_values','1'),(57253,1861,'_right_tab_8_contact_values','field_56b3fde2ce062'),(57254,1861,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(57255,1861,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(57256,1861,'third_tab_0_items_list_repeater',''),(57257,1861,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(57258,1861,'third_tab_1_contact_icon','icon-mail'),(57259,1861,'_third_tab_1_contact_icon','field_58568c5a91b24'),(57260,1861,'third_tab_1_contact_title','Previous conferences available upon request.'),(57261,1861,'_third_tab_1_contact_title','field_58568c7791b25'),(57262,1861,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(57263,1861,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(57264,1861,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(57265,1861,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(57266,1861,'third_tab_1_contact_values_0_link_type','mailto:'),(57267,1861,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(57268,1861,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(57269,1861,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(57270,1861,'third_tab_1_contact_values','1'),(57271,1861,'_third_tab_1_contact_values','field_58568c1091b1d'),(57272,1861,'right_tab_1_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1835\" src=\"http://innovationbrain.com/wp-content/uploads/Agribusiness-300x157.jpg\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n<div style=\"display: inline-block;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img class=\"alignnone size-medium wp-image-1843\" src=\"http://innovationbrain.com/wp-content/uploads/Image-dairy-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></a>\r\n\r\nCase Study of a Romanian Dairy & Meat Producer\r\n\r\n</div>\r\n</div>'),(57273,1861,'_right_tab_1_wysiwyg_editor','field_56b3fab14554e'),(57274,1861,'right_tab_1_spacer','1'),(57275,1861,'_right_tab_1_spacer','field_56b3fab14554f'),(57276,1862,'cases_repeater_0_cases_title','- Largest Greek Bank'),(57277,1862,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(57278,1862,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(57279,1862,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(57280,1862,'cases_repeater_0_icon','icon-bullseye-small'),(57281,1862,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(57282,1862,'cases_repeater_0_cases_icon_title','Financial services'),(57283,1862,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(57284,1862,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(57285,1862,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(57286,1862,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(57287,1862,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(57288,1862,'cases_repeater_1_icon','icon-progress-small'),(57289,1862,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(57290,1862,'cases_repeater_1_cases_icon_title','Commodities'),(57291,1862,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(57292,1862,'cases_repeater','3'),(57293,1862,'_cases_repeater','field_56b25d0cd2fed'),(57294,1862,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(57295,1862,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(57296,1862,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(57297,1862,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(57298,1862,'cases_repeater_2_icon','icon-pill-small'),(57299,1862,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(57300,1862,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(57301,1862,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(57302,1862,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(57303,1862,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(57304,1862,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(57305,1862,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(57306,1862,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(57307,1862,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(57308,1862,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(57309,1862,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(57310,1862,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(57311,1862,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(57312,1862,'conferences_repeater_2_conference_place_and_date','September, 2015'),(57313,1862,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(57314,1862,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(57315,1862,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(57316,1862,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(57317,1862,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(57318,1862,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(57319,1862,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(57320,1862,'conferences_repeater_4_conference_place_and_date','May, 2015'),(57321,1862,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(57322,1862,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(57323,1862,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(57324,1862,'conferences_repeater_5_conference_place_and_date','April, 2015'),(57325,1862,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(57326,1862,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(57327,1862,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(57328,1862,'conferences_repeater_6_conference_place_and_date','January, 2015'),(57329,1862,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(57330,1862,'conferences_repeater','7'),(57331,1862,'_conferences_repeater','field_56b28bd340c44'),(57332,1862,'conferences_contact','Previous conferences available upon request'),(57333,1862,'_conferences_contact','field_56b3451c304a4'),(57334,1862,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(57335,1862,'_conferences_contact_mail','field_56b3453c304a5'),(57336,1862,'conferences_icon','icon-mail'),(57337,1862,'_conferences_icon','field_56b347cd8f381'),(57338,1862,'conferences_contact_text','Previous conferences available upon request'),(57339,1862,'_conferences_contact_text','field_56b3451c304a4'),(57340,1862,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(57341,1862,'_left_tab','field_56b36c6deeda0'),(57342,1862,'add_second_tab','1'),(57343,1862,'_add_second_tab','field_56b36ca9eeda2'),(57344,1862,'right_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";}'),(57345,1862,'_right_tab','field_56b3fab04554d'),(57346,1862,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(57347,1862,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(57348,1862,'left_tab_0_spacer','0'),(57349,1862,'_left_tab_0_spacer','field_56b371c577c8c'),(57350,1862,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(57351,1862,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(57352,1862,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(57353,1862,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(57354,1862,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(57355,1862,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(57356,1862,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(57357,1862,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(57358,1862,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(57359,1862,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(57360,1862,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(57361,1862,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(57362,1862,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(57363,1862,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(57364,1862,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(57365,1862,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(57366,1862,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(57367,1862,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(57368,1862,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(57369,1862,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(57370,1862,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(57371,1862,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(57372,1862,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(57373,1862,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(57374,1862,'left_tab_1_cases_repeater','3'),(57375,1862,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(57376,1862,'left_tab_1_spacer','0'),(57377,1862,'_left_tab_1_spacer','field_56b3f001dbf09'),(57378,1862,'left_tab_name','Successful Transactions'),(57379,1862,'_left_tab_name','field_56b3976017dce'),(57380,1862,'right_tab_name','Case studies'),(57381,1862,'_right_tab_name','field_56b3978117dcf'),(57382,1862,'right_tab_0_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1835\" src=\"http://innovationbrain.com/wp-content/uploads/Agribusiness-300x157.jpg\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n<div style=\"display: inline-block;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img class=\"alignnone size-medium wp-image-1843\" src=\"http://innovationbrain.com/wp-content/uploads/Image-dairy-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></a>\r\n\r\nCase Study of a Romanian Dairy & Meat Producer\r\n\r\n</div>\r\n</div>'),(57383,1862,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(57384,1862,'right_tab_0_spacer','1'),(57385,1862,'_right_tab_0_spacer','field_56b3fab14554f'),(57386,1862,'right_tab_2_contact_icon','icon-mail'),(57387,1862,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(57388,1862,'right_tab_2_contact_title','Previous conferences available upon request.'),(57389,1862,'_right_tab_2_contact_title','field_56b4001eb0921'),(57390,1862,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(57391,1862,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(57392,1862,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(57393,1862,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(57394,1862,'right_tab_2_contact_values_0_link_type','mailto:'),(57395,1862,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(57396,1862,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(57397,1862,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(57398,1862,'right_tab_2_contact_values','1'),(57399,1862,'_right_tab_2_contact_values','field_56b3fde2ce062'),(57400,1862,'add_third_tab','1'),(57401,1862,'_add_third_tab','field_57f54e889b77c'),(57402,1862,'third_tab_name','IB Blog'),(57403,1862,'_third_tab_name','field_57f54ea19b77d'),(57404,1862,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(57405,1862,'_third_tab','field_57f54ec39b77e'),(57406,1862,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(57407,1862,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(57408,1862,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(57409,1862,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(57410,1862,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(57411,1862,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(57412,1862,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(57413,1862,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(57414,1862,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(57415,1862,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(57416,1862,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(57417,1862,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(57418,1862,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(57419,1862,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(57420,1862,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(57421,1862,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(57422,1862,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(57423,1862,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(57424,1862,'right_tab_3_items_list_repeater','4'),(57425,1862,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(57426,1862,'right_tab_4_contact_icon','icon-mail'),(57427,1862,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(57428,1862,'right_tab_4_contact_title','Previous conferences available upon request.'),(57429,1862,'_right_tab_4_contact_title','field_56b4001eb0921'),(57430,1862,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(57431,1862,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(57432,1862,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(57433,1862,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(57434,1862,'right_tab_4_contact_values_0_link_type','mailto:'),(57435,1862,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(57436,1862,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(57437,1862,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(57438,1862,'right_tab_4_contact_values','1'),(57439,1862,'_right_tab_4_contact_values','field_56b3fde2ce062'),(57440,1862,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(57441,1862,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(57442,1862,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(57443,1862,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(57444,1862,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(57445,1862,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(57446,1862,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(57447,1862,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(57448,1862,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(57449,1862,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(57450,1862,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(57451,1862,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(57452,1862,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(57453,1862,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(57454,1862,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(57455,1862,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(57456,1862,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(57457,1862,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(57458,1862,'right_tab_5_items_list_repeater','7'),(57459,1862,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(57460,1862,'right_tab_6_contact_icon','icon-mail'),(57461,1862,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(57462,1862,'right_tab_6_contact_title','Previous conferences available upon request.'),(57463,1862,'_right_tab_6_contact_title','field_56b4001eb0921'),(57464,1862,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(57465,1862,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(57466,1862,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(57467,1862,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(57468,1862,'right_tab_6_contact_values_0_link_type','mailto:'),(57469,1862,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(57470,1862,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(57471,1862,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(57472,1862,'right_tab_6_contact_values','1'),(57473,1862,'_right_tab_6_contact_values','field_56b3fde2ce062'),(57474,1862,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(57475,1862,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(57476,1862,'third_tab_0_spacer','1'),(57477,1862,'_third_tab_0_spacer','field_57f54ec49b780'),(57478,1862,'third_tab_2_contact_icon','icon-mail'),(57479,1862,'_third_tab_2_contact_icon','field_58568c5a91b24'),(57480,1862,'third_tab_2_contact_title','Previous conferences available upon request.'),(57481,1862,'_third_tab_2_contact_title','field_58568c7791b25'),(57482,1862,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(57483,1862,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(57484,1862,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(57485,1862,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(57486,1862,'third_tab_2_contact_values_0_link_type','mailto:'),(57487,1862,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(57488,1862,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(57489,1862,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(57490,1862,'third_tab_2_contact_values','1'),(57491,1862,'_third_tab_2_contact_values','field_58568c1091b1d'),(57492,1862,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(57493,1862,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(57494,1862,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(57495,1862,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(57496,1862,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(57497,1862,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(57498,1862,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(57499,1862,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(57500,1862,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(57501,1862,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(57502,1862,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(57503,1862,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(57504,1862,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(57505,1862,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(57506,1862,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(57507,1862,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(57508,1862,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(57509,1862,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(57510,1862,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(57511,1862,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(57512,1862,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(57513,1862,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(57514,1862,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(57515,1862,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(57516,1862,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(57517,1862,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(57518,1862,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(57519,1862,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(57520,1862,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(57521,1862,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(57522,1862,'right_tab_7_items_list_repeater','4'),(57523,1862,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(57524,1862,'right_tab_8_contact_icon','icon-mail'),(57525,1862,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(57526,1862,'right_tab_8_contact_title','Previous conferences available upon request.'),(57527,1862,'_right_tab_8_contact_title','field_56b4001eb0921'),(57528,1862,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(57529,1862,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(57530,1862,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(57531,1862,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(57532,1862,'right_tab_8_contact_values_0_link_type','mailto:'),(57533,1862,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(57534,1862,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(57535,1862,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(57536,1862,'right_tab_8_contact_values','1'),(57537,1862,'_right_tab_8_contact_values','field_56b3fde2ce062'),(57538,1862,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(57539,1862,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(57540,1862,'third_tab_0_items_list_repeater',''),(57541,1862,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(57542,1862,'third_tab_1_contact_icon','icon-mail'),(57543,1862,'_third_tab_1_contact_icon','field_58568c5a91b24'),(57544,1862,'third_tab_1_contact_title','Previous conferences available upon request.'),(57545,1862,'_third_tab_1_contact_title','field_58568c7791b25'),(57546,1862,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(57547,1862,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(57548,1862,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(57549,1862,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(57550,1862,'third_tab_1_contact_values_0_link_type','mailto:'),(57551,1862,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(57552,1862,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(57553,1862,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(57554,1862,'third_tab_1_contact_values','1'),(57555,1862,'_third_tab_1_contact_values','field_58568c1091b1d'),(57556,1862,'right_tab_1_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1835\" src=\"http://innovationbrain.com/wp-content/uploads/Agribusiness-300x157.jpg\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n\r\n'),(57557,1862,'_right_tab_1_wysiwyg_editor','field_56b3fab14554e'),(57558,1862,'right_tab_1_spacer','1'),(57559,1862,'_right_tab_1_spacer','field_56b3fab14554f'),(57560,1863,'cases_repeater_0_cases_title','- Largest Greek Bank'),(57561,1863,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(57562,1863,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(57563,1863,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(57564,1863,'cases_repeater_0_icon','icon-bullseye-small'),(57565,1863,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(57566,1863,'cases_repeater_0_cases_icon_title','Financial services'),(57567,1863,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(57568,1863,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(57569,1863,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(57570,1863,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(57571,1863,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(57572,1863,'cases_repeater_1_icon','icon-progress-small'),(57573,1863,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(57574,1863,'cases_repeater_1_cases_icon_title','Commodities'),(57575,1863,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(57576,1863,'cases_repeater','3'),(57577,1863,'_cases_repeater','field_56b25d0cd2fed'),(57578,1863,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(57579,1863,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(57580,1863,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(57581,1863,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(57582,1863,'cases_repeater_2_icon','icon-pill-small'),(57583,1863,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(57584,1863,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(57585,1863,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(57586,1863,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(57587,1863,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(57588,1863,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(57589,1863,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(57590,1863,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(57591,1863,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(57592,1863,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(57593,1863,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(57594,1863,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(57595,1863,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(57596,1863,'conferences_repeater_2_conference_place_and_date','September, 2015'),(57597,1863,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(57598,1863,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(57599,1863,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(57600,1863,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(57601,1863,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(57602,1863,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(57603,1863,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(57604,1863,'conferences_repeater_4_conference_place_and_date','May, 2015'),(57605,1863,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(57606,1863,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(57607,1863,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(57608,1863,'conferences_repeater_5_conference_place_and_date','April, 2015'),(57609,1863,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(57610,1863,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(57611,1863,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(57612,1863,'conferences_repeater_6_conference_place_and_date','January, 2015'),(57613,1863,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(57614,1863,'conferences_repeater','7'),(57615,1863,'_conferences_repeater','field_56b28bd340c44'),(57616,1863,'conferences_contact','Previous conferences available upon request'),(57617,1863,'_conferences_contact','field_56b3451c304a4'),(57618,1863,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(57619,1863,'_conferences_contact_mail','field_56b3453c304a5'),(57620,1863,'conferences_icon','icon-mail'),(57621,1863,'_conferences_icon','field_56b347cd8f381'),(57622,1863,'conferences_contact_text','Previous conferences available upon request'),(57623,1863,'_conferences_contact_text','field_56b3451c304a4'),(57624,1863,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(57625,1863,'_left_tab','field_56b36c6deeda0'),(57626,1863,'add_second_tab','1'),(57627,1863,'_add_second_tab','field_56b36ca9eeda2'),(57628,1863,'right_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";}'),(57629,1863,'_right_tab','field_56b3fab04554d'),(57630,1863,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(57631,1863,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(57632,1863,'left_tab_0_spacer','0'),(57633,1863,'_left_tab_0_spacer','field_56b371c577c8c'),(57634,1863,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(57635,1863,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(57636,1863,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(57637,1863,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(57638,1863,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(57639,1863,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(57640,1863,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(57641,1863,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(57642,1863,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(57643,1863,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(57644,1863,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(57645,1863,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(57646,1863,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(57647,1863,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(57648,1863,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(57649,1863,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(57650,1863,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(57651,1863,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(57652,1863,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(57653,1863,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(57654,1863,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(57655,1863,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(57656,1863,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(57657,1863,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(57658,1863,'left_tab_1_cases_repeater','3'),(57659,1863,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(57660,1863,'left_tab_1_spacer','0'),(57661,1863,'_left_tab_1_spacer','field_56b3f001dbf09'),(57662,1863,'left_tab_name','Successful Transactions'),(57663,1863,'_left_tab_name','field_56b3976017dce'),(57664,1863,'right_tab_name','Case studies'),(57665,1863,'_right_tab_name','field_56b3978117dcf'),(57666,1863,'right_tab_0_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1835\" src=\"http://innovationbrain.com/wp-content/uploads/Agribusiness-300x157.jpg\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n<div style=\"display: inline-block;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img class=\"alignnone size-medium wp-image-1843\" src=\"http://innovationbrain.com/wp-content/uploads/Image-dairy-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></a>\r\n\r\nCase Study of a Romanian Dairy & Meat Producer\r\n\r\n</div>\r\n</div>'),(57667,1863,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(57668,1863,'right_tab_0_spacer','1'),(57669,1863,'_right_tab_0_spacer','field_56b3fab14554f'),(57670,1863,'right_tab_2_contact_icon','icon-mail'),(57671,1863,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(57672,1863,'right_tab_2_contact_title','Previous conferences available upon request.'),(57673,1863,'_right_tab_2_contact_title','field_56b4001eb0921'),(57674,1863,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(57675,1863,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(57676,1863,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(57677,1863,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(57678,1863,'right_tab_2_contact_values_0_link_type','mailto:'),(57679,1863,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(57680,1863,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(57681,1863,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(57682,1863,'right_tab_2_contact_values','1'),(57683,1863,'_right_tab_2_contact_values','field_56b3fde2ce062'),(57684,1863,'add_third_tab','1'),(57685,1863,'_add_third_tab','field_57f54e889b77c'),(57686,1863,'third_tab_name','IB Blog'),(57687,1863,'_third_tab_name','field_57f54ea19b77d'),(57688,1863,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(57689,1863,'_third_tab','field_57f54ec39b77e'),(57690,1863,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(57691,1863,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(57692,1863,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(57693,1863,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(57694,1863,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(57695,1863,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(57696,1863,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(57697,1863,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(57698,1863,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(57699,1863,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(57700,1863,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(57701,1863,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(57702,1863,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(57703,1863,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(57704,1863,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(57705,1863,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(57706,1863,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(57707,1863,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(57708,1863,'right_tab_3_items_list_repeater','4'),(57709,1863,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(57710,1863,'right_tab_4_contact_icon','icon-mail'),(57711,1863,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(57712,1863,'right_tab_4_contact_title','Previous conferences available upon request.'),(57713,1863,'_right_tab_4_contact_title','field_56b4001eb0921'),(57714,1863,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(57715,1863,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(57716,1863,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(57717,1863,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(57718,1863,'right_tab_4_contact_values_0_link_type','mailto:'),(57719,1863,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(57720,1863,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(57721,1863,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(57722,1863,'right_tab_4_contact_values','1'),(57723,1863,'_right_tab_4_contact_values','field_56b3fde2ce062'),(57724,1863,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(57725,1863,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(57726,1863,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(57727,1863,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(57728,1863,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(57729,1863,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(57730,1863,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(57731,1863,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(57732,1863,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(57733,1863,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(57734,1863,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(57735,1863,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(57736,1863,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(57737,1863,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(57738,1863,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(57739,1863,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(57740,1863,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(57741,1863,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(57742,1863,'right_tab_5_items_list_repeater','7'),(57743,1863,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(57744,1863,'right_tab_6_contact_icon','icon-mail'),(57745,1863,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(57746,1863,'right_tab_6_contact_title','Previous conferences available upon request.'),(57747,1863,'_right_tab_6_contact_title','field_56b4001eb0921'),(57748,1863,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(57749,1863,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(57750,1863,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(57751,1863,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(57752,1863,'right_tab_6_contact_values_0_link_type','mailto:'),(57753,1863,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(57754,1863,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(57755,1863,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(57756,1863,'right_tab_6_contact_values','1'),(57757,1863,'_right_tab_6_contact_values','field_56b3fde2ce062'),(57758,1863,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(57759,1863,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(57760,1863,'third_tab_0_spacer','1'),(57761,1863,'_third_tab_0_spacer','field_57f54ec49b780'),(57762,1863,'third_tab_2_contact_icon','icon-mail'),(57763,1863,'_third_tab_2_contact_icon','field_58568c5a91b24'),(57764,1863,'third_tab_2_contact_title','Previous conferences available upon request.'),(57765,1863,'_third_tab_2_contact_title','field_58568c7791b25'),(57766,1863,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(57767,1863,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(57768,1863,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(57769,1863,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(57770,1863,'third_tab_2_contact_values_0_link_type','mailto:'),(57771,1863,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(57772,1863,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(57773,1863,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(57774,1863,'third_tab_2_contact_values','1'),(57775,1863,'_third_tab_2_contact_values','field_58568c1091b1d'),(57776,1863,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(57777,1863,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(57778,1863,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(57779,1863,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(57780,1863,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(57781,1863,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(57782,1863,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(57783,1863,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(57784,1863,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(57785,1863,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(57786,1863,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(57787,1863,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(57788,1863,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(57789,1863,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(57790,1863,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(57791,1863,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(57792,1863,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(57793,1863,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(57794,1863,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(57795,1863,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(57796,1863,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(57797,1863,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(57798,1863,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(57799,1863,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(57800,1863,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(57801,1863,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(57802,1863,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(57803,1863,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(57804,1863,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(57805,1863,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(57806,1863,'right_tab_7_items_list_repeater','4'),(57807,1863,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(57808,1863,'right_tab_8_contact_icon','icon-mail'),(57809,1863,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(57810,1863,'right_tab_8_contact_title','Previous conferences available upon request.'),(57811,1863,'_right_tab_8_contact_title','field_56b4001eb0921'),(57812,1863,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(57813,1863,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(57814,1863,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(57815,1863,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(57816,1863,'right_tab_8_contact_values_0_link_type','mailto:'),(57817,1863,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(57818,1863,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(57819,1863,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(57820,1863,'right_tab_8_contact_values','1'),(57821,1863,'_right_tab_8_contact_values','field_56b3fde2ce062'),(57822,1863,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(57823,1863,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(57824,1863,'third_tab_0_items_list_repeater',''),(57825,1863,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(57826,1863,'third_tab_1_contact_icon','icon-mail'),(57827,1863,'_third_tab_1_contact_icon','field_58568c5a91b24'),(57828,1863,'third_tab_1_contact_title','Previous conferences available upon request.'),(57829,1863,'_third_tab_1_contact_title','field_58568c7791b25'),(57830,1863,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(57831,1863,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(57832,1863,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(57833,1863,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(57834,1863,'third_tab_1_contact_values_0_link_type','mailto:'),(57835,1863,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(57836,1863,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(57837,1863,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(57838,1863,'third_tab_1_contact_values','1'),(57839,1863,'_third_tab_1_contact_values','field_58568c1091b1d'),(57840,1863,'right_tab_1_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1835\" src=\"http://innovationbrain.com/wp-content/uploads/Agribusiness-300x157.jpg\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\nCase Study of a Romanian Dairy & Meat Producer\r\n\r\n</div>\r\n</div>\r\n'),(57841,1863,'_right_tab_1_wysiwyg_editor','field_56b3fab14554e'),(57842,1863,'right_tab_1_spacer','1'),(57843,1863,'_right_tab_1_spacer','field_56b3fab14554f'),(57844,1864,'cases_repeater_0_cases_title','- Largest Greek Bank'),(57845,1864,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(57846,1864,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(57847,1864,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(57848,1864,'cases_repeater_0_icon','icon-bullseye-small'),(57849,1864,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(57850,1864,'cases_repeater_0_cases_icon_title','Financial services'),(57851,1864,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(57852,1864,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(57853,1864,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(57854,1864,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(57855,1864,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(57856,1864,'cases_repeater_1_icon','icon-progress-small'),(57857,1864,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(57858,1864,'cases_repeater_1_cases_icon_title','Commodities'),(57859,1864,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(57860,1864,'cases_repeater','3'),(57861,1864,'_cases_repeater','field_56b25d0cd2fed'),(57862,1864,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(57863,1864,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(57864,1864,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(57865,1864,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(57866,1864,'cases_repeater_2_icon','icon-pill-small'),(57867,1864,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(57868,1864,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(57869,1864,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(57870,1864,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(57871,1864,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(57872,1864,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(57873,1864,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(57874,1864,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(57875,1864,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(57876,1864,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(57877,1864,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(57878,1864,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(57879,1864,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(57880,1864,'conferences_repeater_2_conference_place_and_date','September, 2015'),(57881,1864,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(57882,1864,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(57883,1864,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(57884,1864,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(57885,1864,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(57886,1864,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(57887,1864,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(57888,1864,'conferences_repeater_4_conference_place_and_date','May, 2015'),(57889,1864,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(57890,1864,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(57891,1864,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(57892,1864,'conferences_repeater_5_conference_place_and_date','April, 2015'),(57893,1864,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(57894,1864,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(57895,1864,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(57896,1864,'conferences_repeater_6_conference_place_and_date','January, 2015'),(57897,1864,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(57898,1864,'conferences_repeater','7'),(57899,1864,'_conferences_repeater','field_56b28bd340c44'),(57900,1864,'conferences_contact','Previous conferences available upon request'),(57901,1864,'_conferences_contact','field_56b3451c304a4'),(57902,1864,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(57903,1864,'_conferences_contact_mail','field_56b3453c304a5'),(57904,1864,'conferences_icon','icon-mail'),(57905,1864,'_conferences_icon','field_56b347cd8f381'),(57906,1864,'conferences_contact_text','Previous conferences available upon request'),(57907,1864,'_conferences_contact_text','field_56b3451c304a4'),(57908,1864,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(57909,1864,'_left_tab','field_56b36c6deeda0'),(57910,1864,'add_second_tab','1'),(57911,1864,'_add_second_tab','field_56b36ca9eeda2'),(57912,1864,'right_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";}'),(57913,1864,'_right_tab','field_56b3fab04554d'),(57914,1864,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(57915,1864,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(57916,1864,'left_tab_0_spacer','0'),(57917,1864,'_left_tab_0_spacer','field_56b371c577c8c'),(57918,1864,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(57919,1864,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(57920,1864,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(57921,1864,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(57922,1864,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(57923,1864,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(57924,1864,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(57925,1864,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(57926,1864,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(57927,1864,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(57928,1864,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(57929,1864,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(57930,1864,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(57931,1864,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(57932,1864,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(57933,1864,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(57934,1864,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(57935,1864,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(57936,1864,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(57937,1864,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(57938,1864,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(57939,1864,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(57940,1864,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(57941,1864,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(57942,1864,'left_tab_1_cases_repeater','3'),(57943,1864,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(57944,1864,'left_tab_1_spacer','0'),(57945,1864,'_left_tab_1_spacer','field_56b3f001dbf09'),(57946,1864,'left_tab_name','Successful Transactions'),(57947,1864,'_left_tab_name','field_56b3976017dce'),(57948,1864,'right_tab_name','Case studies'),(57949,1864,'_right_tab_name','field_56b3978117dcf'),(57950,1864,'right_tab_0_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1835\" src=\"http://innovationbrain.com/wp-content/uploads/Agribusiness-300x157.jpg\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n<div style=\"display: inline-block;\">\r\n\r\ncyprus hotels\r\n\r\n</div>\r\n</div>'),(57951,1864,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(57952,1864,'right_tab_0_spacer','1'),(57953,1864,'_right_tab_0_spacer','field_56b3fab14554f'),(57954,1864,'right_tab_2_contact_icon','icon-mail'),(57955,1864,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(57956,1864,'right_tab_2_contact_title','Previous conferences available upon request.'),(57957,1864,'_right_tab_2_contact_title','field_56b4001eb0921'),(57958,1864,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(57959,1864,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(57960,1864,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(57961,1864,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(57962,1864,'right_tab_2_contact_values_0_link_type','mailto:'),(57963,1864,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(57964,1864,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(57965,1864,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(57966,1864,'right_tab_2_contact_values','1'),(57967,1864,'_right_tab_2_contact_values','field_56b3fde2ce062'),(57968,1864,'add_third_tab','1'),(57969,1864,'_add_third_tab','field_57f54e889b77c'),(57970,1864,'third_tab_name','IB Blog'),(57971,1864,'_third_tab_name','field_57f54ea19b77d'),(57972,1864,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(57973,1864,'_third_tab','field_57f54ec39b77e'),(57974,1864,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(57975,1864,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(57976,1864,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(57977,1864,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(57978,1864,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(57979,1864,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(57980,1864,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(57981,1864,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(57982,1864,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(57983,1864,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(57984,1864,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(57985,1864,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(57986,1864,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(57987,1864,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(57988,1864,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(57989,1864,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(57990,1864,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(57991,1864,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(57992,1864,'right_tab_3_items_list_repeater','4'),(57993,1864,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(57994,1864,'right_tab_4_contact_icon','icon-mail'),(57995,1864,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(57996,1864,'right_tab_4_contact_title','Previous conferences available upon request.'),(57997,1864,'_right_tab_4_contact_title','field_56b4001eb0921'),(57998,1864,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(57999,1864,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(58000,1864,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(58001,1864,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(58002,1864,'right_tab_4_contact_values_0_link_type','mailto:'),(58003,1864,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(58004,1864,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(58005,1864,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(58006,1864,'right_tab_4_contact_values','1'),(58007,1864,'_right_tab_4_contact_values','field_56b3fde2ce062'),(58008,1864,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(58009,1864,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(58010,1864,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(58011,1864,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(58012,1864,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(58013,1864,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(58014,1864,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(58015,1864,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(58016,1864,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(58017,1864,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(58018,1864,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(58019,1864,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(58020,1864,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(58021,1864,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(58022,1864,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(58023,1864,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(58024,1864,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(58025,1864,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(58026,1864,'right_tab_5_items_list_repeater','7'),(58027,1864,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(58028,1864,'right_tab_6_contact_icon','icon-mail'),(58029,1864,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(58030,1864,'right_tab_6_contact_title','Previous conferences available upon request.'),(58031,1864,'_right_tab_6_contact_title','field_56b4001eb0921'),(58032,1864,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(58033,1864,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(58034,1864,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(58035,1864,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(58036,1864,'right_tab_6_contact_values_0_link_type','mailto:'),(58037,1864,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(58038,1864,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(58039,1864,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(58040,1864,'right_tab_6_contact_values','1'),(58041,1864,'_right_tab_6_contact_values','field_56b3fde2ce062'),(58042,1864,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(58043,1864,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(58044,1864,'third_tab_0_spacer','1'),(58045,1864,'_third_tab_0_spacer','field_57f54ec49b780'),(58046,1864,'third_tab_2_contact_icon','icon-mail'),(58047,1864,'_third_tab_2_contact_icon','field_58568c5a91b24'),(58048,1864,'third_tab_2_contact_title','Previous conferences available upon request.'),(58049,1864,'_third_tab_2_contact_title','field_58568c7791b25'),(58050,1864,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(58051,1864,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(58052,1864,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(58053,1864,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(58054,1864,'third_tab_2_contact_values_0_link_type','mailto:'),(58055,1864,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(58056,1864,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(58057,1864,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(58058,1864,'third_tab_2_contact_values','1'),(58059,1864,'_third_tab_2_contact_values','field_58568c1091b1d'),(58060,1864,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(58061,1864,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(58062,1864,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(58063,1864,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(58064,1864,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(58065,1864,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(58066,1864,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(58067,1864,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(58068,1864,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(58069,1864,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(58070,1864,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(58071,1864,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(58072,1864,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(58073,1864,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(58074,1864,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(58075,1864,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(58076,1864,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(58077,1864,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(58078,1864,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(58079,1864,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(58080,1864,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(58081,1864,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(58082,1864,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(58083,1864,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(58084,1864,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(58085,1864,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(58086,1864,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(58087,1864,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(58088,1864,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(58089,1864,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(58090,1864,'right_tab_7_items_list_repeater','4'),(58091,1864,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(58092,1864,'right_tab_8_contact_icon','icon-mail'),(58093,1864,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(58094,1864,'right_tab_8_contact_title','Previous conferences available upon request.'),(58095,1864,'_right_tab_8_contact_title','field_56b4001eb0921'),(58096,1864,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(58097,1864,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(58098,1864,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(58099,1864,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(58100,1864,'right_tab_8_contact_values_0_link_type','mailto:'),(58101,1864,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(58102,1864,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(58103,1864,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(58104,1864,'right_tab_8_contact_values','1'),(58105,1864,'_right_tab_8_contact_values','field_56b3fde2ce062'),(58106,1864,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(58107,1864,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(58108,1864,'third_tab_0_items_list_repeater',''),(58109,1864,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(58110,1864,'third_tab_1_contact_icon','icon-mail'),(58111,1864,'_third_tab_1_contact_icon','field_58568c5a91b24'),(58112,1864,'third_tab_1_contact_title','Previous conferences available upon request.'),(58113,1864,'_third_tab_1_contact_title','field_58568c7791b25'),(58114,1864,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(58115,1864,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(58116,1864,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(58117,1864,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(58118,1864,'third_tab_1_contact_values_0_link_type','mailto:'),(58119,1864,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(58120,1864,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(58121,1864,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(58122,1864,'third_tab_1_contact_values','1'),(58123,1864,'_third_tab_1_contact_values','field_58568c1091b1d'),(58124,1864,'right_tab_1_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img class=\"alignnone size-medium wp-image-1843\" src=\"http://innovationbrain.com/wp-content/uploads/Image-dairy-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></a>\r\n\r\nCase Study of a Romanian Dairy & Meat Producer\r\n\r\n</div>\r\n</div>\r\n'),(58125,1864,'_right_tab_1_wysiwyg_editor','field_56b3fab14554e'),(58126,1864,'right_tab_1_spacer','1'),(58127,1864,'_right_tab_1_spacer','field_56b3fab14554f'),(58128,1865,'_wp_attached_file','Hotel-image-e1524841065431.jpg'),(58129,1865,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:554;s:6:\"height\";i:312;s:4:\"file\";s:30:\"Hotel-image-e1524841065431.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Hotel-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Hotel-image-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:22:\"Hotel-image-86x109.jpg\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"footer\";a:4:{s:4:\"file\";s:21:\"Hotel-image-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;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:{}}}'),(58130,1865,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:700;s:6:\"height\";i:394;s:4:\"file\";s:15:\"Hotel-image.jpg\";}}'),(58131,1866,'_wp_attached_file','Case-Study-Cyprus-.png'),(58132,1866,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:586;s:6:\"height\";i:709;s:4:\"file\";s:22:\"Case-Study-Cyprus-.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Case-Study-Cyprus--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:30:\"Case-Study-Cyprus--248x300.png\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:29:\"Case-Study-Cyprus--86x109.png\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"footer\";a:4:{s:4:\"file\";s:28:\"Case-Study-Cyprus--64x64.png\";s:5:\"width\";i:64;s:6:\"height\";i:64;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:{}}}'),(58133,1868,'_edit_lock','1524841259:4'),(58134,1868,'_edit_last','4'),(58135,1869,'_edit_lock','1524841406:4'),(58136,1869,'_edit_last','4'),(58137,1870,'cases_repeater_0_cases_title','- Largest Greek Bank'),(58138,1870,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(58139,1870,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(58140,1870,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(58141,1870,'cases_repeater_0_icon','icon-bullseye-small'),(58142,1870,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(58143,1870,'cases_repeater_0_cases_icon_title','Financial services'),(58144,1870,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(58145,1870,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(58146,1870,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(58147,1870,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(58148,1870,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(58149,1870,'cases_repeater_1_icon','icon-progress-small'),(58150,1870,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(58151,1870,'cases_repeater_1_cases_icon_title','Commodities'),(58152,1870,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(58153,1870,'cases_repeater','3'),(58154,1870,'_cases_repeater','field_56b25d0cd2fed'),(58155,1870,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(58156,1870,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(58157,1870,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(58158,1870,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(58159,1870,'cases_repeater_2_icon','icon-pill-small'),(58160,1870,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(58161,1870,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(58162,1870,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(58163,1870,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(58164,1870,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(58165,1870,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(58166,1870,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(58167,1870,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(58168,1870,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(58169,1870,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(58170,1870,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(58171,1870,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(58172,1870,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(58173,1870,'conferences_repeater_2_conference_place_and_date','September, 2015'),(58174,1870,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(58175,1870,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(58176,1870,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(58177,1870,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(58178,1870,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(58179,1870,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(58180,1870,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(58181,1870,'conferences_repeater_4_conference_place_and_date','May, 2015'),(58182,1870,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(58183,1870,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(58184,1870,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(58185,1870,'conferences_repeater_5_conference_place_and_date','April, 2015'),(58186,1870,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(58187,1870,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(58188,1870,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(58189,1870,'conferences_repeater_6_conference_place_and_date','January, 2015'),(58190,1870,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(58191,1870,'conferences_repeater','7'),(58192,1870,'_conferences_repeater','field_56b28bd340c44'),(58193,1870,'conferences_contact','Previous conferences available upon request'),(58194,1870,'_conferences_contact','field_56b3451c304a4'),(58195,1870,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(58196,1870,'_conferences_contact_mail','field_56b3453c304a5'),(58197,1870,'conferences_icon','icon-mail'),(58198,1870,'_conferences_icon','field_56b347cd8f381'),(58199,1870,'conferences_contact_text','Previous conferences available upon request'),(58200,1870,'_conferences_contact_text','field_56b3451c304a4'),(58201,1870,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(58202,1870,'_left_tab','field_56b36c6deeda0'),(58203,1870,'add_second_tab','1'),(58204,1870,'_add_second_tab','field_56b36ca9eeda2'),(58205,1870,'right_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";}'),(58206,1870,'_right_tab','field_56b3fab04554d'),(58207,1870,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(58208,1870,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(58209,1870,'left_tab_0_spacer','0'),(58210,1870,'_left_tab_0_spacer','field_56b371c577c8c'),(58211,1870,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(58212,1870,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(58213,1870,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(58214,1870,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(58215,1870,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(58216,1870,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(58217,1870,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(58218,1870,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(58219,1870,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(58220,1870,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(58221,1870,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(58222,1870,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(58223,1870,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(58224,1870,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(58225,1870,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(58226,1870,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(58227,1870,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(58228,1870,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(58229,1870,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(58230,1870,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(58231,1870,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(58232,1870,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(58233,1870,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(58234,1870,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(58235,1870,'left_tab_1_cases_repeater','3'),(58236,1870,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(58237,1870,'left_tab_1_spacer','0'),(58238,1870,'_left_tab_1_spacer','field_56b3f001dbf09'),(58239,1870,'left_tab_name','Successful Transactions'),(58240,1870,'_left_tab_name','field_56b3976017dce'),(58241,1870,'right_tab_name','Case studies'),(58242,1870,'_right_tab_name','field_56b3978117dcf'),(58243,1870,'right_tab_0_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1835\" src=\"http://innovationbrain.com/wp-content/uploads/Agribusiness-300x157.jpg\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n<div style=\"display: inline-block;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Case-Study-Cyprus-.png\"><img class=\"alignnone size-medium wp-image-1865\" src=\"http://innovationbrain.com/wp-content/uploads/Hotel-image-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a>\r\nCase Study of a Cypriot Hotel Group\r\n\r\n</div>\r\n</div>'),(58244,1870,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(58245,1870,'right_tab_0_spacer','1'),(58246,1870,'_right_tab_0_spacer','field_56b3fab14554f'),(58247,1870,'right_tab_2_contact_icon','icon-mail'),(58248,1870,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(58249,1870,'right_tab_2_contact_title','Previous conferences available upon request.'),(58250,1870,'_right_tab_2_contact_title','field_56b4001eb0921'),(58251,1870,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(58252,1870,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(58253,1870,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(58254,1870,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(58255,1870,'right_tab_2_contact_values_0_link_type','mailto:'),(58256,1870,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(58257,1870,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(58258,1870,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(58259,1870,'right_tab_2_contact_values','1'),(58260,1870,'_right_tab_2_contact_values','field_56b3fde2ce062'),(58261,1870,'add_third_tab','1'),(58262,1870,'_add_third_tab','field_57f54e889b77c'),(58263,1870,'third_tab_name','IB Blog'),(58264,1870,'_third_tab_name','field_57f54ea19b77d'),(58265,1870,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(58266,1870,'_third_tab','field_57f54ec39b77e'),(58267,1870,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(58268,1870,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(58269,1870,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(58270,1870,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(58271,1870,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(58272,1870,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(58273,1870,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(58274,1870,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(58275,1870,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(58276,1870,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(58277,1870,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(58278,1870,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(58279,1870,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(58280,1870,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(58281,1870,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(58282,1870,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(58283,1870,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(58284,1870,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(58285,1870,'right_tab_3_items_list_repeater','4'),(58286,1870,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(58287,1870,'right_tab_4_contact_icon','icon-mail'),(58288,1870,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(58289,1870,'right_tab_4_contact_title','Previous conferences available upon request.'),(58290,1870,'_right_tab_4_contact_title','field_56b4001eb0921'),(58291,1870,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(58292,1870,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(58293,1870,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(58294,1870,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(58295,1870,'right_tab_4_contact_values_0_link_type','mailto:'),(58296,1870,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(58297,1870,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(58298,1870,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(58299,1870,'right_tab_4_contact_values','1'),(58300,1870,'_right_tab_4_contact_values','field_56b3fde2ce062'),(58301,1870,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(58302,1870,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(58303,1870,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(58304,1870,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(58305,1870,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(58306,1870,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(58307,1870,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(58308,1870,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(58309,1870,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(58310,1870,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(58311,1870,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(58312,1870,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(58313,1870,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(58314,1870,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(58315,1870,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(58316,1870,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(58317,1870,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(58318,1870,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(58319,1870,'right_tab_5_items_list_repeater','7'),(58320,1870,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(58321,1870,'right_tab_6_contact_icon','icon-mail'),(58322,1870,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(58323,1870,'right_tab_6_contact_title','Previous conferences available upon request.'),(58324,1870,'_right_tab_6_contact_title','field_56b4001eb0921'),(58325,1870,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(58326,1870,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(58327,1870,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(58328,1870,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(58329,1870,'right_tab_6_contact_values_0_link_type','mailto:'),(58330,1870,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(58331,1870,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(58332,1870,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(58333,1870,'right_tab_6_contact_values','1'),(58334,1870,'_right_tab_6_contact_values','field_56b3fde2ce062'),(58335,1870,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(58336,1870,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(58337,1870,'third_tab_0_spacer','1'),(58338,1870,'_third_tab_0_spacer','field_57f54ec49b780'),(58339,1870,'third_tab_2_contact_icon','icon-mail'),(58340,1870,'_third_tab_2_contact_icon','field_58568c5a91b24'),(58341,1870,'third_tab_2_contact_title','Previous conferences available upon request.'),(58342,1870,'_third_tab_2_contact_title','field_58568c7791b25'),(58343,1870,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(58344,1870,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(58345,1870,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(58346,1870,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(58347,1870,'third_tab_2_contact_values_0_link_type','mailto:'),(58348,1870,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(58349,1870,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(58350,1870,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(58351,1870,'third_tab_2_contact_values','1'),(58352,1870,'_third_tab_2_contact_values','field_58568c1091b1d'),(58353,1870,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(58354,1870,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(58355,1870,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(58356,1870,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(58357,1870,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(58358,1870,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(58359,1870,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(58360,1870,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(58361,1870,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(58362,1870,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(58363,1870,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(58364,1870,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(58365,1870,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(58366,1870,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(58367,1870,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(58368,1870,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(58369,1870,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(58370,1870,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(58371,1870,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(58372,1870,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(58373,1870,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(58374,1870,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(58375,1870,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(58376,1870,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(58377,1870,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(58378,1870,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(58379,1870,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(58380,1870,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(58381,1870,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(58382,1870,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(58383,1870,'right_tab_7_items_list_repeater','4'),(58384,1870,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(58385,1870,'right_tab_8_contact_icon','icon-mail'),(58386,1870,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(58387,1870,'right_tab_8_contact_title','Previous conferences available upon request.'),(58388,1870,'_right_tab_8_contact_title','field_56b4001eb0921'),(58389,1870,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(58390,1870,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(58391,1870,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(58392,1870,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(58393,1870,'right_tab_8_contact_values_0_link_type','mailto:'),(58394,1870,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(58395,1870,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(58396,1870,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(58397,1870,'right_tab_8_contact_values','1'),(58398,1870,'_right_tab_8_contact_values','field_56b3fde2ce062'),(58399,1870,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(58400,1870,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(58401,1870,'third_tab_0_items_list_repeater',''),(58402,1870,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(58403,1870,'third_tab_1_contact_icon','icon-mail'),(58404,1870,'_third_tab_1_contact_icon','field_58568c5a91b24'),(58405,1870,'third_tab_1_contact_title','Previous conferences available upon request.'),(58406,1870,'_third_tab_1_contact_title','field_58568c7791b25'),(58407,1870,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(58408,1870,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(58409,1870,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(58410,1870,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(58411,1870,'third_tab_1_contact_values_0_link_type','mailto:'),(58412,1870,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(58413,1870,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(58414,1870,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(58415,1870,'third_tab_1_contact_values','1'),(58416,1870,'_third_tab_1_contact_values','field_58568c1091b1d'),(58417,1870,'right_tab_1_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img class=\"alignnone size-medium wp-image-1843\" src=\"http://innovationbrain.com/wp-content/uploads/Image-dairy-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></a>\r\n\r\nCase Study of a Romanian Dairy & Meat Producer\r\n\r\n</div>\r\n</div>\r\n'),(58418,1870,'_right_tab_1_wysiwyg_editor','field_56b3fab14554e'),(58419,1870,'right_tab_1_spacer','1'),(58420,1870,'_right_tab_1_spacer','field_56b3fab14554f'),(58421,1871,'cases_repeater_0_cases_title','- Largest Greek Bank'),(58422,1871,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(58423,1871,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(58424,1871,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(58425,1871,'cases_repeater_0_icon','icon-bullseye-small'),(58426,1871,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(58427,1871,'cases_repeater_0_cases_icon_title','Financial services'),(58428,1871,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(58429,1871,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(58430,1871,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(58431,1871,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(58432,1871,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(58433,1871,'cases_repeater_1_icon','icon-progress-small'),(58434,1871,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(58435,1871,'cases_repeater_1_cases_icon_title','Commodities'),(58436,1871,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(58437,1871,'cases_repeater','3'),(58438,1871,'_cases_repeater','field_56b25d0cd2fed'),(58439,1871,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(58440,1871,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(58441,1871,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(58442,1871,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(58443,1871,'cases_repeater_2_icon','icon-pill-small'),(58444,1871,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(58445,1871,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(58446,1871,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(58447,1871,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(58448,1871,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(58449,1871,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(58450,1871,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(58451,1871,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(58452,1871,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(58453,1871,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(58454,1871,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(58455,1871,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(58456,1871,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(58457,1871,'conferences_repeater_2_conference_place_and_date','September, 2015'),(58458,1871,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(58459,1871,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(58460,1871,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(58461,1871,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(58462,1871,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(58463,1871,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(58464,1871,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(58465,1871,'conferences_repeater_4_conference_place_and_date','May, 2015'),(58466,1871,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(58467,1871,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(58468,1871,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(58469,1871,'conferences_repeater_5_conference_place_and_date','April, 2015'),(58470,1871,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(58471,1871,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(58472,1871,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(58473,1871,'conferences_repeater_6_conference_place_and_date','January, 2015'),(58474,1871,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(58475,1871,'conferences_repeater','7'),(58476,1871,'_conferences_repeater','field_56b28bd340c44'),(58477,1871,'conferences_contact','Previous conferences available upon request'),(58478,1871,'_conferences_contact','field_56b3451c304a4'),(58479,1871,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(58480,1871,'_conferences_contact_mail','field_56b3453c304a5'),(58481,1871,'conferences_icon','icon-mail'),(58482,1871,'_conferences_icon','field_56b347cd8f381'),(58483,1871,'conferences_contact_text','Previous conferences available upon request'),(58484,1871,'_conferences_contact_text','field_56b3451c304a4'),(58485,1871,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(58486,1871,'_left_tab','field_56b36c6deeda0'),(58487,1871,'add_second_tab','1'),(58488,1871,'_add_second_tab','field_56b36ca9eeda2'),(58489,1871,'right_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";}'),(58490,1871,'_right_tab','field_56b3fab04554d'),(58491,1871,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(58492,1871,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(58493,1871,'left_tab_0_spacer','0'),(58494,1871,'_left_tab_0_spacer','field_56b371c577c8c'),(58495,1871,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(58496,1871,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(58497,1871,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(58498,1871,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(58499,1871,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(58500,1871,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(58501,1871,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(58502,1871,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(58503,1871,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(58504,1871,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(58505,1871,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(58506,1871,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(58507,1871,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(58508,1871,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(58509,1871,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(58510,1871,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(58511,1871,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(58512,1871,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(58513,1871,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(58514,1871,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(58515,1871,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(58516,1871,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(58517,1871,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(58518,1871,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(58519,1871,'left_tab_1_cases_repeater','3'),(58520,1871,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(58521,1871,'left_tab_1_spacer','0'),(58522,1871,'_left_tab_1_spacer','field_56b3f001dbf09'),(58523,1871,'left_tab_name','Successful Transactions'),(58524,1871,'_left_tab_name','field_56b3976017dce'),(58525,1871,'right_tab_name','Case studies'),(58526,1871,'_right_tab_name','field_56b3978117dcf'),(58527,1871,'right_tab_0_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1835\" src=\"http://innovationbrain.com/wp-content/uploads/Agribusiness-300x157.jpg\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n<div style=\"display: inline-block;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Case-Study-Cyprus-.png\"><img class=\"alignnone size-medium wp-image-1865\" src=\"http://innovationbrain.com/wp-content/uploads/Hotel-image-300x157.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a>\r\nCase Study of a Cypriot Hotel Group\r\n\r\n</div>\r\n</div>'),(58528,1871,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(58529,1871,'right_tab_0_spacer','1'),(58530,1871,'_right_tab_0_spacer','field_56b3fab14554f'),(58531,1871,'right_tab_2_contact_icon','icon-mail'),(58532,1871,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(58533,1871,'right_tab_2_contact_title','Previous conferences available upon request.'),(58534,1871,'_right_tab_2_contact_title','field_56b4001eb0921'),(58535,1871,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(58536,1871,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(58537,1871,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(58538,1871,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(58539,1871,'right_tab_2_contact_values_0_link_type','mailto:'),(58540,1871,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(58541,1871,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(58542,1871,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(58543,1871,'right_tab_2_contact_values','1'),(58544,1871,'_right_tab_2_contact_values','field_56b3fde2ce062'),(58545,1871,'add_third_tab','1'),(58546,1871,'_add_third_tab','field_57f54e889b77c'),(58547,1871,'third_tab_name','IB Blog'),(58548,1871,'_third_tab_name','field_57f54ea19b77d'),(58549,1871,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(58550,1871,'_third_tab','field_57f54ec39b77e'),(58551,1871,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(58552,1871,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(58553,1871,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(58554,1871,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(58555,1871,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(58556,1871,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(58557,1871,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(58558,1871,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(58559,1871,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(58560,1871,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(58561,1871,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(58562,1871,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(58563,1871,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(58564,1871,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(58565,1871,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(58566,1871,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(58567,1871,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(58568,1871,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(58569,1871,'right_tab_3_items_list_repeater','4'),(58570,1871,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(58571,1871,'right_tab_4_contact_icon','icon-mail'),(58572,1871,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(58573,1871,'right_tab_4_contact_title','Previous conferences available upon request.'),(58574,1871,'_right_tab_4_contact_title','field_56b4001eb0921'),(58575,1871,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(58576,1871,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(58577,1871,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(58578,1871,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(58579,1871,'right_tab_4_contact_values_0_link_type','mailto:'),(58580,1871,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(58581,1871,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(58582,1871,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(58583,1871,'right_tab_4_contact_values','1'),(58584,1871,'_right_tab_4_contact_values','field_56b3fde2ce062'),(58585,1871,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(58586,1871,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(58587,1871,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(58588,1871,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(58589,1871,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(58590,1871,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(58591,1871,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(58592,1871,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(58593,1871,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(58594,1871,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(58595,1871,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(58596,1871,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(58597,1871,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(58598,1871,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(58599,1871,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(58600,1871,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(58601,1871,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(58602,1871,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(58603,1871,'right_tab_5_items_list_repeater','7'),(58604,1871,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(58605,1871,'right_tab_6_contact_icon','icon-mail'),(58606,1871,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(58607,1871,'right_tab_6_contact_title','Previous conferences available upon request.'),(58608,1871,'_right_tab_6_contact_title','field_56b4001eb0921'),(58609,1871,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(58610,1871,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(58611,1871,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(58612,1871,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(58613,1871,'right_tab_6_contact_values_0_link_type','mailto:'),(58614,1871,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(58615,1871,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(58616,1871,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(58617,1871,'right_tab_6_contact_values','1'),(58618,1871,'_right_tab_6_contact_values','field_56b3fde2ce062'),(58619,1871,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(58620,1871,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(58621,1871,'third_tab_0_spacer','1'),(58622,1871,'_third_tab_0_spacer','field_57f54ec49b780'),(58623,1871,'third_tab_2_contact_icon','icon-mail'),(58624,1871,'_third_tab_2_contact_icon','field_58568c5a91b24'),(58625,1871,'third_tab_2_contact_title','Previous conferences available upon request.'),(58626,1871,'_third_tab_2_contact_title','field_58568c7791b25'),(58627,1871,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(58628,1871,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(58629,1871,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(58630,1871,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(58631,1871,'third_tab_2_contact_values_0_link_type','mailto:'),(58632,1871,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(58633,1871,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(58634,1871,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(58635,1871,'third_tab_2_contact_values','1'),(58636,1871,'_third_tab_2_contact_values','field_58568c1091b1d'),(58637,1871,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(58638,1871,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(58639,1871,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(58640,1871,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(58641,1871,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(58642,1871,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(58643,1871,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(58644,1871,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(58645,1871,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(58646,1871,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(58647,1871,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(58648,1871,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(58649,1871,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(58650,1871,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(58651,1871,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(58652,1871,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(58653,1871,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(58654,1871,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(58655,1871,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(58656,1871,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(58657,1871,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(58658,1871,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(58659,1871,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(58660,1871,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(58661,1871,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(58662,1871,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(58663,1871,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(58664,1871,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(58665,1871,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(58666,1871,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(58667,1871,'right_tab_7_items_list_repeater','4'),(58668,1871,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(58669,1871,'right_tab_8_contact_icon','icon-mail'),(58670,1871,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(58671,1871,'right_tab_8_contact_title','Previous conferences available upon request.'),(58672,1871,'_right_tab_8_contact_title','field_56b4001eb0921'),(58673,1871,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(58674,1871,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(58675,1871,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(58676,1871,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(58677,1871,'right_tab_8_contact_values_0_link_type','mailto:'),(58678,1871,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(58679,1871,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(58680,1871,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(58681,1871,'right_tab_8_contact_values','1'),(58682,1871,'_right_tab_8_contact_values','field_56b3fde2ce062'),(58683,1871,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(58684,1871,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(58685,1871,'third_tab_0_items_list_repeater',''),(58686,1871,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(58687,1871,'third_tab_1_contact_icon','icon-mail'),(58688,1871,'_third_tab_1_contact_icon','field_58568c5a91b24'),(58689,1871,'third_tab_1_contact_title','Previous conferences available upon request.'),(58690,1871,'_third_tab_1_contact_title','field_58568c7791b25'),(58691,1871,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(58692,1871,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(58693,1871,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(58694,1871,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(58695,1871,'third_tab_1_contact_values_0_link_type','mailto:'),(58696,1871,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(58697,1871,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(58698,1871,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(58699,1871,'third_tab_1_contact_values','1'),(58700,1871,'_third_tab_1_contact_values','field_58568c1091b1d'),(58701,1871,'right_tab_1_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img class=\"alignnone size-medium wp-image-1843\" src=\"http://innovationbrain.com/wp-content/uploads/Image-dairy-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></a>\r\n\r\nCase Study of a Romanian Dairy & Meat Producer\r\n\r\n</div>\r\n</div>'),(58702,1871,'_right_tab_1_wysiwyg_editor','field_56b3fab14554e'),(58703,1871,'right_tab_1_spacer','1'),(58704,1871,'_right_tab_1_spacer','field_56b3fab14554f'),(58705,1872,'_wp_attached_file','Cyprus-image-e1524841684632.jpg'),(58706,1872,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:612;s:6:\"height\";i:344;s:4:\"file\";s:31:\"Cyprus-image-e1524841684632.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Cyprus-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Cyprus-image-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:23:\"Cyprus-image-86x109.jpg\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"footer\";a:4:{s:4:\"file\";s:22:\"Cyprus-image-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;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:{}}}'),(58707,1872,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:700;s:6:\"height\";i:394;s:4:\"file\";s:16:\"Cyprus-image.jpg\";}}'),(58708,1873,'_edit_lock','1525186312:4'),(58709,1873,'_edit_last','4'),(58710,1874,'cases_repeater_0_cases_title','- Largest Greek Bank'),(58711,1874,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(58712,1874,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(58713,1874,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(58714,1874,'cases_repeater_0_icon','icon-bullseye-small'),(58715,1874,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(58716,1874,'cases_repeater_0_cases_icon_title','Financial services'),(58717,1874,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(58718,1874,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(58719,1874,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(58720,1874,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(58721,1874,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(58722,1874,'cases_repeater_1_icon','icon-progress-small'),(58723,1874,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(58724,1874,'cases_repeater_1_cases_icon_title','Commodities'),(58725,1874,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(58726,1874,'cases_repeater','3'),(58727,1874,'_cases_repeater','field_56b25d0cd2fed'),(58728,1874,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(58729,1874,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(58730,1874,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(58731,1874,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(58732,1874,'cases_repeater_2_icon','icon-pill-small'),(58733,1874,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(58734,1874,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(58735,1874,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(58736,1874,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(58737,1874,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(58738,1874,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(58739,1874,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(58740,1874,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(58741,1874,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(58742,1874,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(58743,1874,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(58744,1874,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(58745,1874,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(58746,1874,'conferences_repeater_2_conference_place_and_date','September, 2015'),(58747,1874,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(58748,1874,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(58749,1874,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(58750,1874,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(58751,1874,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(58752,1874,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(58753,1874,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(58754,1874,'conferences_repeater_4_conference_place_and_date','May, 2015'),(58755,1874,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(58756,1874,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(58757,1874,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(58758,1874,'conferences_repeater_5_conference_place_and_date','April, 2015'),(58759,1874,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(58760,1874,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(58761,1874,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(58762,1874,'conferences_repeater_6_conference_place_and_date','January, 2015'),(58763,1874,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(58764,1874,'conferences_repeater','7'),(58765,1874,'_conferences_repeater','field_56b28bd340c44'),(58766,1874,'conferences_contact','Previous conferences available upon request'),(58767,1874,'_conferences_contact','field_56b3451c304a4'),(58768,1874,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(58769,1874,'_conferences_contact_mail','field_56b3453c304a5'),(58770,1874,'conferences_icon','icon-mail'),(58771,1874,'_conferences_icon','field_56b347cd8f381'),(58772,1874,'conferences_contact_text','Previous conferences available upon request'),(58773,1874,'_conferences_contact_text','field_56b3451c304a4'),(58774,1874,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(58775,1874,'_left_tab','field_56b36c6deeda0'),(58776,1874,'add_second_tab','1'),(58777,1874,'_add_second_tab','field_56b36ca9eeda2'),(58778,1874,'right_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";}'),(58779,1874,'_right_tab','field_56b3fab04554d'),(58780,1874,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(58781,1874,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(58782,1874,'left_tab_0_spacer','0'),(58783,1874,'_left_tab_0_spacer','field_56b371c577c8c'),(58784,1874,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(58785,1874,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(58786,1874,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(58787,1874,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(58788,1874,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(58789,1874,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(58790,1874,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(58791,1874,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(58792,1874,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(58793,1874,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(58794,1874,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(58795,1874,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(58796,1874,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(58797,1874,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(58798,1874,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(58799,1874,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(58800,1874,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(58801,1874,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(58802,1874,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(58803,1874,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(58804,1874,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(58805,1874,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(58806,1874,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(58807,1874,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(58808,1874,'left_tab_1_cases_repeater','3'),(58809,1874,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(58810,1874,'left_tab_1_spacer','0'),(58811,1874,'_left_tab_1_spacer','field_56b3f001dbf09'),(58812,1874,'left_tab_name','Successful Transactions'),(58813,1874,'_left_tab_name','field_56b3976017dce'),(58814,1874,'right_tab_name','Case studies'),(58815,1874,'_right_tab_name','field_56b3978117dcf'),(58816,1874,'right_tab_0_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1835\" src=\"http://innovationbrain.com/wp-content/uploads/Agribusiness-300x157.jpg\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n<div style=\"display: inline-block;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Case-Study-Cyprus-.png\"><img src=\"http://innovationbrain.com/wp-content/uploads/Cyprus-image-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" class=\"alignnone size-medium wp-image-1872\" /></a>\r\nCase Study of a Cypriot Hotel Group\r\n\r\n</div>\r\n</div>'),(58817,1874,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(58818,1874,'right_tab_0_spacer','1'),(58819,1874,'_right_tab_0_spacer','field_56b3fab14554f'),(58820,1874,'right_tab_2_contact_icon','icon-mail'),(58821,1874,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(58822,1874,'right_tab_2_contact_title','Previous conferences available upon request.'),(58823,1874,'_right_tab_2_contact_title','field_56b4001eb0921'),(58824,1874,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(58825,1874,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(58826,1874,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(58827,1874,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(58828,1874,'right_tab_2_contact_values_0_link_type','mailto:'),(58829,1874,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(58830,1874,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(58831,1874,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(58832,1874,'right_tab_2_contact_values','1'),(58833,1874,'_right_tab_2_contact_values','field_56b3fde2ce062'),(58834,1874,'add_third_tab','1'),(58835,1874,'_add_third_tab','field_57f54e889b77c'),(58836,1874,'third_tab_name','IB Blog'),(58837,1874,'_third_tab_name','field_57f54ea19b77d'),(58838,1874,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(58839,1874,'_third_tab','field_57f54ec39b77e'),(58840,1874,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(58841,1874,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(58842,1874,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(58843,1874,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(58844,1874,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(58845,1874,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(58846,1874,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(58847,1874,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(58848,1874,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(58849,1874,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(58850,1874,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(58851,1874,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(58852,1874,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(58853,1874,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(58854,1874,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(58855,1874,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(58856,1874,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(58857,1874,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(58858,1874,'right_tab_3_items_list_repeater','4'),(58859,1874,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(58860,1874,'right_tab_4_contact_icon','icon-mail'),(58861,1874,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(58862,1874,'right_tab_4_contact_title','Previous conferences available upon request.'),(58863,1874,'_right_tab_4_contact_title','field_56b4001eb0921'),(58864,1874,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(58865,1874,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(58866,1874,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(58867,1874,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(58868,1874,'right_tab_4_contact_values_0_link_type','mailto:'),(58869,1874,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(58870,1874,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(58871,1874,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(58872,1874,'right_tab_4_contact_values','1'),(58873,1874,'_right_tab_4_contact_values','field_56b3fde2ce062'),(58874,1874,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(58875,1874,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(58876,1874,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(58877,1874,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(58878,1874,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(58879,1874,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(58880,1874,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(58881,1874,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(58882,1874,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(58883,1874,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(58884,1874,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(58885,1874,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(58886,1874,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(58887,1874,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(58888,1874,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(58889,1874,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(58890,1874,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(58891,1874,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(58892,1874,'right_tab_5_items_list_repeater','7'),(58893,1874,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(58894,1874,'right_tab_6_contact_icon','icon-mail'),(58895,1874,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(58896,1874,'right_tab_6_contact_title','Previous conferences available upon request.'),(58897,1874,'_right_tab_6_contact_title','field_56b4001eb0921'),(58898,1874,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(58899,1874,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(58900,1874,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(58901,1874,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(58902,1874,'right_tab_6_contact_values_0_link_type','mailto:'),(58903,1874,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(58904,1874,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(58905,1874,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(58906,1874,'right_tab_6_contact_values','1'),(58907,1874,'_right_tab_6_contact_values','field_56b3fde2ce062'),(58908,1874,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(58909,1874,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(58910,1874,'third_tab_0_spacer','1'),(58911,1874,'_third_tab_0_spacer','field_57f54ec49b780'),(58912,1874,'third_tab_2_contact_icon','icon-mail'),(58913,1874,'_third_tab_2_contact_icon','field_58568c5a91b24'),(58914,1874,'third_tab_2_contact_title','Previous conferences available upon request.'),(58915,1874,'_third_tab_2_contact_title','field_58568c7791b25'),(58916,1874,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(58917,1874,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(58918,1874,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(58919,1874,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(58920,1874,'third_tab_2_contact_values_0_link_type','mailto:'),(58921,1874,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(58922,1874,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(58923,1874,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(58924,1874,'third_tab_2_contact_values','1'),(58925,1874,'_third_tab_2_contact_values','field_58568c1091b1d'),(58926,1874,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(58927,1874,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(58928,1874,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(58929,1874,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(58930,1874,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(58931,1874,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(58932,1874,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(58933,1874,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(58934,1874,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(58935,1874,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(58936,1874,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(58937,1874,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(58938,1874,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(58939,1874,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(58940,1874,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(58941,1874,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(58942,1874,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(58943,1874,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(58944,1874,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(58945,1874,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(58946,1874,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(58947,1874,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(58948,1874,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(58949,1874,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(58950,1874,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(58951,1874,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(58952,1874,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(58953,1874,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(58954,1874,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(58955,1874,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(58956,1874,'right_tab_7_items_list_repeater','4'),(58957,1874,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(58958,1874,'right_tab_8_contact_icon','icon-mail'),(58959,1874,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(58960,1874,'right_tab_8_contact_title','Previous conferences available upon request.'),(58961,1874,'_right_tab_8_contact_title','field_56b4001eb0921'),(58962,1874,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(58963,1874,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(58964,1874,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(58965,1874,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(58966,1874,'right_tab_8_contact_values_0_link_type','mailto:'),(58967,1874,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(58968,1874,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(58969,1874,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(58970,1874,'right_tab_8_contact_values','1'),(58971,1874,'_right_tab_8_contact_values','field_56b3fde2ce062'),(58972,1874,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(58973,1874,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(58974,1874,'third_tab_0_items_list_repeater',''),(58975,1874,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(58976,1874,'third_tab_1_contact_icon','icon-mail'),(58977,1874,'_third_tab_1_contact_icon','field_58568c5a91b24'),(58978,1874,'third_tab_1_contact_title','Previous conferences available upon request.'),(58979,1874,'_third_tab_1_contact_title','field_58568c7791b25'),(58980,1874,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(58981,1874,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(58982,1874,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(58983,1874,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(58984,1874,'third_tab_1_contact_values_0_link_type','mailto:'),(58985,1874,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(58986,1874,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(58987,1874,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(58988,1874,'third_tab_1_contact_values','1'),(58989,1874,'_third_tab_1_contact_values','field_58568c1091b1d'),(58990,1874,'right_tab_1_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img class=\"alignnone size-medium wp-image-1843\" src=\"http://innovationbrain.com/wp-content/uploads/Image-dairy-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></a>\r\n\r\nCase Study of a Romanian Dairy & Meat Producer\r\n\r\n</div>\r\n</div>'),(58991,1874,'_right_tab_1_wysiwyg_editor','field_56b3fab14554e'),(58992,1874,'right_tab_1_spacer','1'),(58993,1874,'_right_tab_1_spacer','field_56b3fab14554f'),(58994,1875,'_wp_attached_file','Crops.png'),(58995,1875,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:610;s:6:\"height\";i:320;s:4:\"file\";s:9:\"Crops.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Crops-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:\"Crops-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:16:\"Crops-86x109.png\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"footer\";a:4:{s:4:\"file\";s:15:\"Crops-64x64.png\";s:5:\"width\";i:64;s:6:\"height\";i:64;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:{}}}'),(58996,1876,'_wp_attached_file','Cyprus-image.png'),(58997,1876,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:610;s:6:\"height\";i:320;s:4:\"file\";s:16:\"Cyprus-image.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Cyprus-image-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:\"Cyprus-image-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:23:\"Cyprus-image-86x109.png\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"footer\";a:4:{s:4:\"file\";s:22:\"Cyprus-image-64x64.png\";s:5:\"width\";i:64;s:6:\"height\";i:64;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:{}}}'),(58998,1877,'_wp_attached_file','Dairy.png'),(58999,1877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:610;s:6:\"height\";i:320;s:4:\"file\";s:9:\"Dairy.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Dairy-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:\"Dairy-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:16:\"Dairy-86x109.png\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"footer\";a:4:{s:4:\"file\";s:15:\"Dairy-64x64.png\";s:5:\"width\";i:64;s:6:\"height\";i:64;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:{}}}'),(59000,1878,'cases_repeater_0_cases_title','- Largest Greek Bank'),(59001,1878,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(59002,1878,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(59003,1878,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(59004,1878,'cases_repeater_0_icon','icon-bullseye-small'),(59005,1878,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(59006,1878,'cases_repeater_0_cases_icon_title','Financial services'),(59007,1878,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(59008,1878,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(59009,1878,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(59010,1878,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(59011,1878,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(59012,1878,'cases_repeater_1_icon','icon-progress-small'),(59013,1878,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(59014,1878,'cases_repeater_1_cases_icon_title','Commodities'),(59015,1878,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(59016,1878,'cases_repeater','3'),(59017,1878,'_cases_repeater','field_56b25d0cd2fed'),(59018,1878,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(59019,1878,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(59020,1878,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(59021,1878,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(59022,1878,'cases_repeater_2_icon','icon-pill-small'),(59023,1878,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(59024,1878,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(59025,1878,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(59026,1878,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(59027,1878,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(59028,1878,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(59029,1878,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(59030,1878,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(59031,1878,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(59032,1878,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(59033,1878,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(59034,1878,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(59035,1878,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(59036,1878,'conferences_repeater_2_conference_place_and_date','September, 2015'),(59037,1878,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(59038,1878,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(59039,1878,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(59040,1878,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(59041,1878,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(59042,1878,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(59043,1878,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(59044,1878,'conferences_repeater_4_conference_place_and_date','May, 2015'),(59045,1878,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(59046,1878,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(59047,1878,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(59048,1878,'conferences_repeater_5_conference_place_and_date','April, 2015'),(59049,1878,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(59050,1878,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(59051,1878,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(59052,1878,'conferences_repeater_6_conference_place_and_date','January, 2015'),(59053,1878,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(59054,1878,'conferences_repeater','7'),(59055,1878,'_conferences_repeater','field_56b28bd340c44'),(59056,1878,'conferences_contact','Previous conferences available upon request'),(59057,1878,'_conferences_contact','field_56b3451c304a4'),(59058,1878,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(59059,1878,'_conferences_contact_mail','field_56b3453c304a5'),(59060,1878,'conferences_icon','icon-mail'),(59061,1878,'_conferences_icon','field_56b347cd8f381'),(59062,1878,'conferences_contact_text','Previous conferences available upon request'),(59063,1878,'_conferences_contact_text','field_56b3451c304a4'),(59064,1878,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(59065,1878,'_left_tab','field_56b36c6deeda0'),(59066,1878,'add_second_tab','1'),(59067,1878,'_add_second_tab','field_56b36ca9eeda2'),(59068,1878,'right_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";}'),(59069,1878,'_right_tab','field_56b3fab04554d'),(59070,1878,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(59071,1878,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(59072,1878,'left_tab_0_spacer','0'),(59073,1878,'_left_tab_0_spacer','field_56b371c577c8c'),(59074,1878,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(59075,1878,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(59076,1878,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(59077,1878,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(59078,1878,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(59079,1878,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(59080,1878,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(59081,1878,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(59082,1878,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(59083,1878,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(59084,1878,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(59085,1878,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(59086,1878,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(59087,1878,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(59088,1878,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(59089,1878,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(59090,1878,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(59091,1878,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(59092,1878,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(59093,1878,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(59094,1878,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(59095,1878,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(59096,1878,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(59097,1878,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(59098,1878,'left_tab_1_cases_repeater','3'),(59099,1878,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(59100,1878,'left_tab_1_spacer','0'),(59101,1878,'_left_tab_1_spacer','field_56b3f001dbf09'),(59102,1878,'left_tab_name','Successful Transactions'),(59103,1878,'_left_tab_name','field_56b3976017dce'),(59104,1878,'right_tab_name','Case studies'),(59105,1878,'_right_tab_name','field_56b3978117dcf'),(59106,1878,'right_tab_0_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1835\" src=\"http://innovationbrain.com/wp-content/uploads/Agribusiness-300x157.jpg\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n<div style=\"display: inline-block;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Case-Study-Cyprus-.png\"><img class=\"alignnone size-medium wp-image-1876\" src=\"http://innovationbrain.com/wp-content/uploads/Cyprus-image-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Cypriot Hotel Group\r\n\r\n</div>\r\n</div>'),(59107,1878,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(59108,1878,'right_tab_0_spacer','1'),(59109,1878,'_right_tab_0_spacer','field_56b3fab14554f'),(59110,1878,'right_tab_2_contact_icon','icon-mail'),(59111,1878,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(59112,1878,'right_tab_2_contact_title','Previous conferences available upon request.'),(59113,1878,'_right_tab_2_contact_title','field_56b4001eb0921'),(59114,1878,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(59115,1878,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(59116,1878,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(59117,1878,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(59118,1878,'right_tab_2_contact_values_0_link_type','mailto:'),(59119,1878,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(59120,1878,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(59121,1878,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(59122,1878,'right_tab_2_contact_values','1'),(59123,1878,'_right_tab_2_contact_values','field_56b3fde2ce062'),(59124,1878,'add_third_tab','1'),(59125,1878,'_add_third_tab','field_57f54e889b77c'),(59126,1878,'third_tab_name','IB Blog'),(59127,1878,'_third_tab_name','field_57f54ea19b77d'),(59128,1878,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(59129,1878,'_third_tab','field_57f54ec39b77e'),(59130,1878,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(59131,1878,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(59132,1878,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(59133,1878,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(59134,1878,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(59135,1878,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(59136,1878,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(59137,1878,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(59138,1878,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(59139,1878,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(59140,1878,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(59141,1878,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(59142,1878,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(59143,1878,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(59144,1878,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(59145,1878,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(59146,1878,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(59147,1878,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(59148,1878,'right_tab_3_items_list_repeater','4'),(59149,1878,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(59150,1878,'right_tab_4_contact_icon','icon-mail'),(59151,1878,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(59152,1878,'right_tab_4_contact_title','Previous conferences available upon request.'),(59153,1878,'_right_tab_4_contact_title','field_56b4001eb0921'),(59154,1878,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(59155,1878,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(59156,1878,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(59157,1878,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(59158,1878,'right_tab_4_contact_values_0_link_type','mailto:'),(59159,1878,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(59160,1878,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(59161,1878,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(59162,1878,'right_tab_4_contact_values','1'),(59163,1878,'_right_tab_4_contact_values','field_56b3fde2ce062'),(59164,1878,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(59165,1878,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(59166,1878,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(59167,1878,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(59168,1878,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(59169,1878,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(59170,1878,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(59171,1878,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(59172,1878,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(59173,1878,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(59174,1878,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(59175,1878,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(59176,1878,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(59177,1878,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(59178,1878,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(59179,1878,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(59180,1878,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(59181,1878,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(59182,1878,'right_tab_5_items_list_repeater','7'),(59183,1878,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(59184,1878,'right_tab_6_contact_icon','icon-mail'),(59185,1878,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(59186,1878,'right_tab_6_contact_title','Previous conferences available upon request.'),(59187,1878,'_right_tab_6_contact_title','field_56b4001eb0921'),(59188,1878,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(59189,1878,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(59190,1878,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(59191,1878,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(59192,1878,'right_tab_6_contact_values_0_link_type','mailto:'),(59193,1878,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(59194,1878,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(59195,1878,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(59196,1878,'right_tab_6_contact_values','1'),(59197,1878,'_right_tab_6_contact_values','field_56b3fde2ce062'),(59198,1878,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(59199,1878,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(59200,1878,'third_tab_0_spacer','1'),(59201,1878,'_third_tab_0_spacer','field_57f54ec49b780'),(59202,1878,'third_tab_2_contact_icon','icon-mail'),(59203,1878,'_third_tab_2_contact_icon','field_58568c5a91b24'),(59204,1878,'third_tab_2_contact_title','Previous conferences available upon request.'),(59205,1878,'_third_tab_2_contact_title','field_58568c7791b25'),(59206,1878,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(59207,1878,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(59208,1878,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(59209,1878,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(59210,1878,'third_tab_2_contact_values_0_link_type','mailto:'),(59211,1878,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(59212,1878,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(59213,1878,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(59214,1878,'third_tab_2_contact_values','1'),(59215,1878,'_third_tab_2_contact_values','field_58568c1091b1d'),(59216,1878,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(59217,1878,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(59218,1878,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(59219,1878,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(59220,1878,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(59221,1878,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(59222,1878,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(59223,1878,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(59224,1878,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(59225,1878,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(59226,1878,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(59227,1878,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(59228,1878,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(59229,1878,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(59230,1878,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(59231,1878,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(59232,1878,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(59233,1878,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(59234,1878,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(59235,1878,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(59236,1878,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(59237,1878,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(59238,1878,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(59239,1878,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(59240,1878,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(59241,1878,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(59242,1878,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(59243,1878,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(59244,1878,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(59245,1878,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(59246,1878,'right_tab_7_items_list_repeater','4'),(59247,1878,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(59248,1878,'right_tab_8_contact_icon','icon-mail'),(59249,1878,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(59250,1878,'right_tab_8_contact_title','Previous conferences available upon request.'),(59251,1878,'_right_tab_8_contact_title','field_56b4001eb0921'),(59252,1878,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(59253,1878,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(59254,1878,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(59255,1878,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(59256,1878,'right_tab_8_contact_values_0_link_type','mailto:'),(59257,1878,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(59258,1878,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(59259,1878,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(59260,1878,'right_tab_8_contact_values','1'),(59261,1878,'_right_tab_8_contact_values','field_56b3fde2ce062'),(59262,1878,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(59263,1878,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(59264,1878,'third_tab_0_items_list_repeater',''),(59265,1878,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(59266,1878,'third_tab_1_contact_icon','icon-mail'),(59267,1878,'_third_tab_1_contact_icon','field_58568c5a91b24'),(59268,1878,'third_tab_1_contact_title','Previous conferences available upon request.'),(59269,1878,'_third_tab_1_contact_title','field_58568c7791b25'),(59270,1878,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(59271,1878,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(59272,1878,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(59273,1878,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(59274,1878,'third_tab_1_contact_values_0_link_type','mailto:'),(59275,1878,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(59276,1878,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(59277,1878,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(59278,1878,'third_tab_1_contact_values','1'),(59279,1878,'_third_tab_1_contact_values','field_58568c1091b1d'),(59280,1878,'right_tab_1_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\"><img class=\"alignnone size-medium wp-image-1877\" src=\"http://innovationbrain.com/wp-content/uploads/Dairy-300x157.png\" alt=\"\" width=\"300\" height=\"157\" />Case Study of a Romanian Dairy & Meat Producer\r\n\r\n</div>\r\n</div>'),(59281,1878,'_right_tab_1_wysiwyg_editor','field_56b3fab14554e'),(59282,1878,'right_tab_1_spacer','1'),(59283,1878,'_right_tab_1_spacer','field_56b3fab14554f'),(59284,1879,'_wp_attached_file','Crops-1.png'),(59285,1879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:610;s:6:\"height\";i:320;s:4:\"file\";s:11:\"Crops-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Crops-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:\"Crops-1-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:18:\"Crops-1-86x109.png\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"footer\";a:4:{s:4:\"file\";s:17:\"Crops-1-64x64.png\";s:5:\"width\";i:64;s:6:\"height\";i:64;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:{}}}'),(59286,1880,'_wp_attached_file','Cyprus-image-1.png'),(59287,1880,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:610;s:6:\"height\";i:320;s:4:\"file\";s:18:\"Cyprus-image-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Cyprus-image-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:26:\"Cyprus-image-1-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:25:\"Cyprus-image-1-86x109.png\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"footer\";a:4:{s:4:\"file\";s:24:\"Cyprus-image-1-64x64.png\";s:5:\"width\";i:64;s:6:\"height\";i:64;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:{}}}'),(59288,1881,'_wp_attached_file','Dairy-1.png'),(59289,1881,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:610;s:6:\"height\";i:320;s:4:\"file\";s:11:\"Dairy-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Dairy-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:\"Dairy-1-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:18:\"Dairy-1-86x109.png\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"footer\";a:4:{s:4:\"file\";s:17:\"Dairy-1-64x64.png\";s:5:\"width\";i:64;s:6:\"height\";i:64;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:{}}}'),(59290,1882,'_edit_lock','1525186524:4'),(59291,1882,'_edit_last','4'),(59292,1883,'_edit_lock','1525186586:4'),(59293,1883,'_edit_last','4'),(59294,1884,'cases_repeater_0_cases_title','- Largest Greek Bank'),(59295,1884,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(59296,1884,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(59297,1884,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(59298,1884,'cases_repeater_0_icon','icon-bullseye-small'),(59299,1884,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(59300,1884,'cases_repeater_0_cases_icon_title','Financial services'),(59301,1884,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(59302,1884,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(59303,1884,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(59304,1884,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(59305,1884,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(59306,1884,'cases_repeater_1_icon','icon-progress-small'),(59307,1884,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(59308,1884,'cases_repeater_1_cases_icon_title','Commodities'),(59309,1884,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(59310,1884,'cases_repeater','3'),(59311,1884,'_cases_repeater','field_56b25d0cd2fed'),(59312,1884,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(59313,1884,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(59314,1884,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(59315,1884,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(59316,1884,'cases_repeater_2_icon','icon-pill-small'),(59317,1884,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(59318,1884,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(59319,1884,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(59320,1884,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(59321,1884,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(59322,1884,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(59323,1884,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(59324,1884,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(59325,1884,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(59326,1884,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(59327,1884,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(59328,1884,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(59329,1884,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(59330,1884,'conferences_repeater_2_conference_place_and_date','September, 2015'),(59331,1884,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(59332,1884,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(59333,1884,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(59334,1884,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(59335,1884,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(59336,1884,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(59337,1884,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(59338,1884,'conferences_repeater_4_conference_place_and_date','May, 2015'),(59339,1884,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(59340,1884,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(59341,1884,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(59342,1884,'conferences_repeater_5_conference_place_and_date','April, 2015'),(59343,1884,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(59344,1884,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(59345,1884,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(59346,1884,'conferences_repeater_6_conference_place_and_date','January, 2015'),(59347,1884,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(59348,1884,'conferences_repeater','7'),(59349,1884,'_conferences_repeater','field_56b28bd340c44'),(59350,1884,'conferences_contact','Previous conferences available upon request'),(59351,1884,'_conferences_contact','field_56b3451c304a4'),(59352,1884,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(59353,1884,'_conferences_contact_mail','field_56b3453c304a5'),(59354,1884,'conferences_icon','icon-mail'),(59355,1884,'_conferences_icon','field_56b347cd8f381'),(59356,1884,'conferences_contact_text','Previous conferences available upon request'),(59357,1884,'_conferences_contact_text','field_56b3451c304a4'),(59358,1884,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(59359,1884,'_left_tab','field_56b36c6deeda0'),(59360,1884,'add_second_tab','1'),(59361,1884,'_add_second_tab','field_56b36ca9eeda2'),(59362,1884,'right_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";}'),(59363,1884,'_right_tab','field_56b3fab04554d'),(59364,1884,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(59365,1884,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(59366,1884,'left_tab_0_spacer','0'),(59367,1884,'_left_tab_0_spacer','field_56b371c577c8c'),(59368,1884,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(59369,1884,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(59370,1884,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(59371,1884,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(59372,1884,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(59373,1884,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(59374,1884,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(59375,1884,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(59376,1884,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(59377,1884,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(59378,1884,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(59379,1884,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(59380,1884,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(59381,1884,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(59382,1884,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(59383,1884,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(59384,1884,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(59385,1884,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(59386,1884,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(59387,1884,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(59388,1884,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(59389,1884,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(59390,1884,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(59391,1884,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(59392,1884,'left_tab_1_cases_repeater','3'),(59393,1884,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(59394,1884,'left_tab_1_spacer','0'),(59395,1884,'_left_tab_1_spacer','field_56b3f001dbf09'),(59396,1884,'left_tab_name','Successful Transactions'),(59397,1884,'_left_tab_name','field_56b3976017dce'),(59398,1884,'right_tab_name','Case studies'),(59399,1884,'_right_tab_name','field_56b3978117dcf'),(59400,1884,'right_tab_0_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1879\" src=\"http://innovationbrain.com/wp-content/uploads/Crops-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n<div style=\"display: inline-block;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Case-Study-Cyprus-.png\"><img class=\"alignnone size-medium wp-image-1876\" src=\"http://innovationbrain.com/wp-content/uploads/Cyprus-image-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Cypriot Hotel Group\r\n\r\n</div>\r\n</div>'),(59401,1884,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(59402,1884,'right_tab_0_spacer','1'),(59403,1884,'_right_tab_0_spacer','field_56b3fab14554f'),(59404,1884,'right_tab_2_contact_icon','icon-mail'),(59405,1884,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(59406,1884,'right_tab_2_contact_title','Previous conferences available upon request.'),(59407,1884,'_right_tab_2_contact_title','field_56b4001eb0921'),(59408,1884,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(59409,1884,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(59410,1884,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(59411,1884,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(59412,1884,'right_tab_2_contact_values_0_link_type','mailto:'),(59413,1884,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(59414,1884,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(59415,1884,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(59416,1884,'right_tab_2_contact_values','1'),(59417,1884,'_right_tab_2_contact_values','field_56b3fde2ce062'),(59418,1884,'add_third_tab','1'),(59419,1884,'_add_third_tab','field_57f54e889b77c'),(59420,1884,'third_tab_name','IB Blog'),(59421,1884,'_third_tab_name','field_57f54ea19b77d'),(59422,1884,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(59423,1884,'_third_tab','field_57f54ec39b77e'),(59424,1884,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(59425,1884,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(59426,1884,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(59427,1884,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(59428,1884,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(59429,1884,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(59430,1884,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(59431,1884,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(59432,1884,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(59433,1884,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(59434,1884,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(59435,1884,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(59436,1884,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(59437,1884,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(59438,1884,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(59439,1884,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(59440,1884,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(59441,1884,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(59442,1884,'right_tab_3_items_list_repeater','4'),(59443,1884,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(59444,1884,'right_tab_4_contact_icon','icon-mail'),(59445,1884,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(59446,1884,'right_tab_4_contact_title','Previous conferences available upon request.'),(59447,1884,'_right_tab_4_contact_title','field_56b4001eb0921'),(59448,1884,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(59449,1884,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(59450,1884,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(59451,1884,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(59452,1884,'right_tab_4_contact_values_0_link_type','mailto:'),(59453,1884,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(59454,1884,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(59455,1884,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(59456,1884,'right_tab_4_contact_values','1'),(59457,1884,'_right_tab_4_contact_values','field_56b3fde2ce062'),(59458,1884,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(59459,1884,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(59460,1884,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(59461,1884,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(59462,1884,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(59463,1884,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(59464,1884,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(59465,1884,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(59466,1884,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(59467,1884,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(59468,1884,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(59469,1884,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(59470,1884,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(59471,1884,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(59472,1884,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(59473,1884,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(59474,1884,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(59475,1884,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(59476,1884,'right_tab_5_items_list_repeater','7'),(59477,1884,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(59478,1884,'right_tab_6_contact_icon','icon-mail'),(59479,1884,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(59480,1884,'right_tab_6_contact_title','Previous conferences available upon request.'),(59481,1884,'_right_tab_6_contact_title','field_56b4001eb0921'),(59482,1884,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(59483,1884,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(59484,1884,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(59485,1884,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(59486,1884,'right_tab_6_contact_values_0_link_type','mailto:'),(59487,1884,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(59488,1884,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(59489,1884,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(59490,1884,'right_tab_6_contact_values','1'),(59491,1884,'_right_tab_6_contact_values','field_56b3fde2ce062'),(59492,1884,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(59493,1884,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(59494,1884,'third_tab_0_spacer','1'),(59495,1884,'_third_tab_0_spacer','field_57f54ec49b780'),(59496,1884,'third_tab_2_contact_icon','icon-mail'),(59497,1884,'_third_tab_2_contact_icon','field_58568c5a91b24'),(59498,1884,'third_tab_2_contact_title','Previous conferences available upon request.'),(59499,1884,'_third_tab_2_contact_title','field_58568c7791b25'),(59500,1884,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(59501,1884,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(59502,1884,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(59503,1884,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(59504,1884,'third_tab_2_contact_values_0_link_type','mailto:'),(59505,1884,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(59506,1884,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(59507,1884,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(59508,1884,'third_tab_2_contact_values','1'),(59509,1884,'_third_tab_2_contact_values','field_58568c1091b1d'),(59510,1884,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(59511,1884,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(59512,1884,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(59513,1884,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(59514,1884,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(59515,1884,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(59516,1884,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(59517,1884,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(59518,1884,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(59519,1884,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(59520,1884,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(59521,1884,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(59522,1884,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(59523,1884,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(59524,1884,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(59525,1884,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(59526,1884,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(59527,1884,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(59528,1884,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(59529,1884,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(59530,1884,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(59531,1884,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(59532,1884,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(59533,1884,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(59534,1884,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(59535,1884,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(59536,1884,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(59537,1884,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(59538,1884,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(59539,1884,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(59540,1884,'right_tab_7_items_list_repeater','4'),(59541,1884,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(59542,1884,'right_tab_8_contact_icon','icon-mail'),(59543,1884,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(59544,1884,'right_tab_8_contact_title','Previous conferences available upon request.'),(59545,1884,'_right_tab_8_contact_title','field_56b4001eb0921'),(59546,1884,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(59547,1884,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(59548,1884,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(59549,1884,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(59550,1884,'right_tab_8_contact_values_0_link_type','mailto:'),(59551,1884,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(59552,1884,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(59553,1884,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(59554,1884,'right_tab_8_contact_values','1'),(59555,1884,'_right_tab_8_contact_values','field_56b3fde2ce062'),(59556,1884,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(59557,1884,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(59558,1884,'third_tab_0_items_list_repeater',''),(59559,1884,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(59560,1884,'third_tab_1_contact_icon','icon-mail'),(59561,1884,'_third_tab_1_contact_icon','field_58568c5a91b24'),(59562,1884,'third_tab_1_contact_title','Previous conferences available upon request.'),(59563,1884,'_third_tab_1_contact_title','field_58568c7791b25'),(59564,1884,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(59565,1884,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(59566,1884,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(59567,1884,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(59568,1884,'third_tab_1_contact_values_0_link_type','mailto:'),(59569,1884,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(59570,1884,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(59571,1884,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(59572,1884,'third_tab_1_contact_values','1'),(59573,1884,'_third_tab_1_contact_values','field_58568c1091b1d'),(59574,1884,'right_tab_1_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\"><img class=\"alignnone size-medium wp-image-1877\" src=\"http://innovationbrain.com/wp-content/uploads/Dairy-300x157.png\" alt=\"\" width=\"300\" height=\"157\" />Case Study of a Romanian Dairy & Meat Producer\r\n\r\n</div>\r\n</div>'),(59575,1884,'_right_tab_1_wysiwyg_editor','field_56b3fab14554e'),(59576,1884,'right_tab_1_spacer','1'),(59577,1884,'_right_tab_1_spacer','field_56b3fab14554f'),(59578,1885,'_edit_lock','1525186722:4'),(59579,1885,'_edit_last','4'),(59580,1886,'cases_repeater_0_cases_title','- Largest Greek Bank'),(59581,1886,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(59582,1886,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(59583,1886,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(59584,1886,'cases_repeater_0_icon','icon-bullseye-small'),(59585,1886,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(59586,1886,'cases_repeater_0_cases_icon_title','Financial services'),(59587,1886,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(59588,1886,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(59589,1886,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(59590,1886,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(59591,1886,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(59592,1886,'cases_repeater_1_icon','icon-progress-small'),(59593,1886,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(59594,1886,'cases_repeater_1_cases_icon_title','Commodities'),(59595,1886,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(59596,1886,'cases_repeater','3'),(59597,1886,'_cases_repeater','field_56b25d0cd2fed'),(59598,1886,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(59599,1886,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(59600,1886,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(59601,1886,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(59602,1886,'cases_repeater_2_icon','icon-pill-small'),(59603,1886,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(59604,1886,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(59605,1886,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(59606,1886,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(59607,1886,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(59608,1886,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(59609,1886,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(59610,1886,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(59611,1886,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(59612,1886,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(59613,1886,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(59614,1886,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(59615,1886,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(59616,1886,'conferences_repeater_2_conference_place_and_date','September, 2015'),(59617,1886,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(59618,1886,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(59619,1886,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(59620,1886,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(59621,1886,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(59622,1886,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(59623,1886,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(59624,1886,'conferences_repeater_4_conference_place_and_date','May, 2015'),(59625,1886,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(59626,1886,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(59627,1886,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(59628,1886,'conferences_repeater_5_conference_place_and_date','April, 2015'),(59629,1886,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(59630,1886,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(59631,1886,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(59632,1886,'conferences_repeater_6_conference_place_and_date','January, 2015'),(59633,1886,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(59634,1886,'conferences_repeater','7'),(59635,1886,'_conferences_repeater','field_56b28bd340c44'),(59636,1886,'conferences_contact','Previous conferences available upon request'),(59637,1886,'_conferences_contact','field_56b3451c304a4'),(59638,1886,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(59639,1886,'_conferences_contact_mail','field_56b3453c304a5'),(59640,1886,'conferences_icon','icon-mail'),(59641,1886,'_conferences_icon','field_56b347cd8f381'),(59642,1886,'conferences_contact_text','Previous conferences available upon request'),(59643,1886,'_conferences_contact_text','field_56b3451c304a4'),(59644,1886,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(59645,1886,'_left_tab','field_56b36c6deeda0'),(59646,1886,'add_second_tab','1'),(59647,1886,'_add_second_tab','field_56b36ca9eeda2'),(59648,1886,'right_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";}'),(59649,1886,'_right_tab','field_56b3fab04554d'),(59650,1886,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(59651,1886,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(59652,1886,'left_tab_0_spacer','0'),(59653,1886,'_left_tab_0_spacer','field_56b371c577c8c'),(59654,1886,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(59655,1886,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(59656,1886,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(59657,1886,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(59658,1886,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(59659,1886,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(59660,1886,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(59661,1886,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(59662,1886,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(59663,1886,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(59664,1886,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(59665,1886,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(59666,1886,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(59667,1886,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(59668,1886,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(59669,1886,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(59670,1886,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(59671,1886,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(59672,1886,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(59673,1886,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(59674,1886,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(59675,1886,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(59676,1886,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(59677,1886,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(59678,1886,'left_tab_1_cases_repeater','3'),(59679,1886,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(59680,1886,'left_tab_1_spacer','0'),(59681,1886,'_left_tab_1_spacer','field_56b3f001dbf09'),(59682,1886,'left_tab_name','Successful Transactions'),(59683,1886,'_left_tab_name','field_56b3976017dce'),(59684,1886,'right_tab_name','Case studies'),(59685,1886,'_right_tab_name','field_56b3978117dcf'),(59686,1886,'right_tab_0_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1879\" src=\"http://innovationbrain.com/wp-content/uploads/Crops-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n<div style=\"display: inline-block;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Case-Study-Cyprus-.png\"><img src=\"http://innovationbrain.com/wp-content/uploads/Cyprus-image-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" class=\"alignnone size-medium wp-image-1880\" /></a>\r\nCase Study of a Cypriot Hotel Group\r\n\r\n</div>\r\n</div>'),(59687,1886,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(59688,1886,'right_tab_0_spacer','1'),(59689,1886,'_right_tab_0_spacer','field_56b3fab14554f'),(59690,1886,'right_tab_2_contact_icon','icon-mail'),(59691,1886,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(59692,1886,'right_tab_2_contact_title','Previous conferences available upon request.'),(59693,1886,'_right_tab_2_contact_title','field_56b4001eb0921'),(59694,1886,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(59695,1886,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(59696,1886,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(59697,1886,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(59698,1886,'right_tab_2_contact_values_0_link_type','mailto:'),(59699,1886,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(59700,1886,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(59701,1886,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(59702,1886,'right_tab_2_contact_values','1'),(59703,1886,'_right_tab_2_contact_values','field_56b3fde2ce062'),(59704,1886,'add_third_tab','1'),(59705,1886,'_add_third_tab','field_57f54e889b77c'),(59706,1886,'third_tab_name','IB Blog'),(59707,1886,'_third_tab_name','field_57f54ea19b77d'),(59708,1886,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(59709,1886,'_third_tab','field_57f54ec39b77e'),(59710,1886,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(59711,1886,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(59712,1886,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(59713,1886,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(59714,1886,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(59715,1886,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(59716,1886,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(59717,1886,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(59718,1886,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(59719,1886,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(59720,1886,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(59721,1886,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(59722,1886,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(59723,1886,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(59724,1886,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(59725,1886,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(59726,1886,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(59727,1886,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(59728,1886,'right_tab_3_items_list_repeater','4'),(59729,1886,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(59730,1886,'right_tab_4_contact_icon','icon-mail'),(59731,1886,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(59732,1886,'right_tab_4_contact_title','Previous conferences available upon request.'),(59733,1886,'_right_tab_4_contact_title','field_56b4001eb0921'),(59734,1886,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(59735,1886,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(59736,1886,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(59737,1886,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(59738,1886,'right_tab_4_contact_values_0_link_type','mailto:'),(59739,1886,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(59740,1886,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(59741,1886,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(59742,1886,'right_tab_4_contact_values','1'),(59743,1886,'_right_tab_4_contact_values','field_56b3fde2ce062'),(59744,1886,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(59745,1886,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(59746,1886,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(59747,1886,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(59748,1886,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(59749,1886,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(59750,1886,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(59751,1886,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(59752,1886,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(59753,1886,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(59754,1886,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(59755,1886,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(59756,1886,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(59757,1886,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(59758,1886,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(59759,1886,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(59760,1886,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(59761,1886,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(59762,1886,'right_tab_5_items_list_repeater','7'),(59763,1886,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(59764,1886,'right_tab_6_contact_icon','icon-mail'),(59765,1886,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(59766,1886,'right_tab_6_contact_title','Previous conferences available upon request.'),(59767,1886,'_right_tab_6_contact_title','field_56b4001eb0921'),(59768,1886,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(59769,1886,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(59770,1886,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(59771,1886,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(59772,1886,'right_tab_6_contact_values_0_link_type','mailto:'),(59773,1886,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(59774,1886,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(59775,1886,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(59776,1886,'right_tab_6_contact_values','1'),(59777,1886,'_right_tab_6_contact_values','field_56b3fde2ce062'),(59778,1886,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(59779,1886,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(59780,1886,'third_tab_0_spacer','1'),(59781,1886,'_third_tab_0_spacer','field_57f54ec49b780'),(59782,1886,'third_tab_2_contact_icon','icon-mail'),(59783,1886,'_third_tab_2_contact_icon','field_58568c5a91b24'),(59784,1886,'third_tab_2_contact_title','Previous conferences available upon request.'),(59785,1886,'_third_tab_2_contact_title','field_58568c7791b25'),(59786,1886,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(59787,1886,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(59788,1886,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(59789,1886,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(59790,1886,'third_tab_2_contact_values_0_link_type','mailto:'),(59791,1886,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(59792,1886,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(59793,1886,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(59794,1886,'third_tab_2_contact_values','1'),(59795,1886,'_third_tab_2_contact_values','field_58568c1091b1d'),(59796,1886,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(59797,1886,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(59798,1886,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(59799,1886,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(59800,1886,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(59801,1886,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(59802,1886,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(59803,1886,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(59804,1886,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(59805,1886,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(59806,1886,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(59807,1886,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(59808,1886,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(59809,1886,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(59810,1886,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(59811,1886,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(59812,1886,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(59813,1886,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(59814,1886,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(59815,1886,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(59816,1886,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(59817,1886,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(59818,1886,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(59819,1886,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(59820,1886,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(59821,1886,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(59822,1886,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(59823,1886,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(59824,1886,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(59825,1886,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(59826,1886,'right_tab_7_items_list_repeater','4'),(59827,1886,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(59828,1886,'right_tab_8_contact_icon','icon-mail'),(59829,1886,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(59830,1886,'right_tab_8_contact_title','Previous conferences available upon request.'),(59831,1886,'_right_tab_8_contact_title','field_56b4001eb0921'),(59832,1886,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(59833,1886,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(59834,1886,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(59835,1886,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(59836,1886,'right_tab_8_contact_values_0_link_type','mailto:'),(59837,1886,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(59838,1886,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(59839,1886,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(59840,1886,'right_tab_8_contact_values','1'),(59841,1886,'_right_tab_8_contact_values','field_56b3fde2ce062'),(59842,1886,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(59843,1886,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(59844,1886,'third_tab_0_items_list_repeater',''),(59845,1886,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(59846,1886,'third_tab_1_contact_icon','icon-mail'),(59847,1886,'_third_tab_1_contact_icon','field_58568c5a91b24'),(59848,1886,'third_tab_1_contact_title','Previous conferences available upon request.'),(59849,1886,'_third_tab_1_contact_title','field_58568c7791b25'),(59850,1886,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(59851,1886,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(59852,1886,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(59853,1886,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(59854,1886,'third_tab_1_contact_values_0_link_type','mailto:'),(59855,1886,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(59856,1886,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(59857,1886,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(59858,1886,'third_tab_1_contact_values','1'),(59859,1886,'_third_tab_1_contact_values','field_58568c1091b1d'),(59860,1886,'right_tab_1_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\"><img class=\"alignnone size-medium wp-image-1877\" src=\"http://innovationbrain.com/wp-content/uploads/Dairy-300x157.png\" alt=\"\" width=\"300\" height=\"157\" />Case Study of a Romanian Dairy & Meat Producer\r\n\r\n</div>\r\n</div>'),(59861,1886,'_right_tab_1_wysiwyg_editor','field_56b3fab14554e'),(59862,1886,'right_tab_1_spacer','1'),(59863,1886,'_right_tab_1_spacer','field_56b3fab14554f'),(59864,1887,'_edit_lock','1525187703:4'),(59865,1887,'_edit_last','4'),(59866,1888,'cases_repeater_0_cases_title','- Largest Greek Bank'),(59867,1888,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(59868,1888,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(59869,1888,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(59870,1888,'cases_repeater_0_icon','icon-bullseye-small'),(59871,1888,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(59872,1888,'cases_repeater_0_cases_icon_title','Financial services'),(59873,1888,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(59874,1888,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(59875,1888,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(59876,1888,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(59877,1888,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(59878,1888,'cases_repeater_1_icon','icon-progress-small'),(59879,1888,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(59880,1888,'cases_repeater_1_cases_icon_title','Commodities'),(59881,1888,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(59882,1888,'cases_repeater','3'),(59883,1888,'_cases_repeater','field_56b25d0cd2fed'),(59884,1888,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(59885,1888,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(59886,1888,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(59887,1888,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(59888,1888,'cases_repeater_2_icon','icon-pill-small'),(59889,1888,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(59890,1888,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(59891,1888,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(59892,1888,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(59893,1888,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(59894,1888,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(59895,1888,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(59896,1888,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(59897,1888,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(59898,1888,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(59899,1888,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(59900,1888,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(59901,1888,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(59902,1888,'conferences_repeater_2_conference_place_and_date','September, 2015'),(59903,1888,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(59904,1888,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(59905,1888,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(59906,1888,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(59907,1888,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(59908,1888,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(59909,1888,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(59910,1888,'conferences_repeater_4_conference_place_and_date','May, 2015'),(59911,1888,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(59912,1888,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(59913,1888,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(59914,1888,'conferences_repeater_5_conference_place_and_date','April, 2015'),(59915,1888,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(59916,1888,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(59917,1888,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(59918,1888,'conferences_repeater_6_conference_place_and_date','January, 2015'),(59919,1888,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(59920,1888,'conferences_repeater','7'),(59921,1888,'_conferences_repeater','field_56b28bd340c44'),(59922,1888,'conferences_contact','Previous conferences available upon request'),(59923,1888,'_conferences_contact','field_56b3451c304a4'),(59924,1888,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(59925,1888,'_conferences_contact_mail','field_56b3453c304a5'),(59926,1888,'conferences_icon','icon-mail'),(59927,1888,'_conferences_icon','field_56b347cd8f381'),(59928,1888,'conferences_contact_text','Previous conferences available upon request'),(59929,1888,'_conferences_contact_text','field_56b3451c304a4'),(59930,1888,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(59931,1888,'_left_tab','field_56b36c6deeda0'),(59932,1888,'add_second_tab','1'),(59933,1888,'_add_second_tab','field_56b36ca9eeda2'),(59934,1888,'right_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";}'),(59935,1888,'_right_tab','field_56b3fab04554d'),(59936,1888,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(59937,1888,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(59938,1888,'left_tab_0_spacer','0'),(59939,1888,'_left_tab_0_spacer','field_56b371c577c8c'),(59940,1888,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(59941,1888,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(59942,1888,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(59943,1888,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(59944,1888,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(59945,1888,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(59946,1888,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(59947,1888,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(59948,1888,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(59949,1888,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(59950,1888,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(59951,1888,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(59952,1888,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(59953,1888,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(59954,1888,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(59955,1888,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(59956,1888,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(59957,1888,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(59958,1888,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(59959,1888,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(59960,1888,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(59961,1888,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(59962,1888,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(59963,1888,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(59964,1888,'left_tab_1_cases_repeater','3'),(59965,1888,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(59966,1888,'left_tab_1_spacer','0'),(59967,1888,'_left_tab_1_spacer','field_56b3f001dbf09'),(59968,1888,'left_tab_name','Successful Transactions'),(59969,1888,'_left_tab_name','field_56b3976017dce'),(59970,1888,'right_tab_name','Case studies'),(59971,1888,'_right_tab_name','field_56b3978117dcf'),(59972,1888,'right_tab_0_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1879\" src=\"http://innovationbrain.com/wp-content/uploads/Crops-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n<div style=\"display: inline-block;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Case-Study-Cyprus-.png\"><img src=\"http://innovationbrain.com/wp-content/uploads/Cyprus-image-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" class=\"alignnone size-medium wp-image-1880\" /></a>\r\nCase Study of a Cypriot Hotel Group\r\n\r\n</div>\r\n</div>'),(59973,1888,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(59974,1888,'right_tab_0_spacer','1'),(59975,1888,'_right_tab_0_spacer','field_56b3fab14554f'),(59976,1888,'right_tab_2_contact_icon','icon-mail'),(59977,1888,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(59978,1888,'right_tab_2_contact_title','Previous conferences available upon request.'),(59979,1888,'_right_tab_2_contact_title','field_56b4001eb0921'),(59980,1888,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(59981,1888,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(59982,1888,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(59983,1888,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(59984,1888,'right_tab_2_contact_values_0_link_type','mailto:'),(59985,1888,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(59986,1888,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(59987,1888,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(59988,1888,'right_tab_2_contact_values','1'),(59989,1888,'_right_tab_2_contact_values','field_56b3fde2ce062'),(59990,1888,'add_third_tab','1'),(59991,1888,'_add_third_tab','field_57f54e889b77c'),(59992,1888,'third_tab_name','IB Blog'),(59993,1888,'_third_tab_name','field_57f54ea19b77d'),(59994,1888,'third_tab','a:1:{i:0;s:20:\"wysiwyg_editor_block\";}'),(59995,1888,'_third_tab','field_57f54ec39b77e'),(59996,1888,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(59997,1888,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(59998,1888,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(59999,1888,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(60000,1888,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(60001,1888,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(60002,1888,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(60003,1888,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(60004,1888,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(60005,1888,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(60006,1888,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(60007,1888,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(60008,1888,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(60009,1888,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(60010,1888,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(60011,1888,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(60012,1888,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(60013,1888,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(60014,1888,'right_tab_3_items_list_repeater','4'),(60015,1888,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(60016,1888,'right_tab_4_contact_icon','icon-mail'),(60017,1888,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(60018,1888,'right_tab_4_contact_title','Previous conferences available upon request.'),(60019,1888,'_right_tab_4_contact_title','field_56b4001eb0921'),(60020,1888,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(60021,1888,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(60022,1888,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(60023,1888,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(60024,1888,'right_tab_4_contact_values_0_link_type','mailto:'),(60025,1888,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(60026,1888,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(60027,1888,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(60028,1888,'right_tab_4_contact_values','1'),(60029,1888,'_right_tab_4_contact_values','field_56b3fde2ce062'),(60030,1888,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(60031,1888,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(60032,1888,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(60033,1888,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(60034,1888,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(60035,1888,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(60036,1888,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(60037,1888,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(60038,1888,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(60039,1888,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(60040,1888,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(60041,1888,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(60042,1888,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(60043,1888,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(60044,1888,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(60045,1888,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(60046,1888,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(60047,1888,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(60048,1888,'right_tab_5_items_list_repeater','7'),(60049,1888,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(60050,1888,'right_tab_6_contact_icon','icon-mail'),(60051,1888,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(60052,1888,'right_tab_6_contact_title','Previous conferences available upon request.'),(60053,1888,'_right_tab_6_contact_title','field_56b4001eb0921'),(60054,1888,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(60055,1888,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(60056,1888,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(60057,1888,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(60058,1888,'right_tab_6_contact_values_0_link_type','mailto:'),(60059,1888,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(60060,1888,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(60061,1888,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(60062,1888,'right_tab_6_contact_values','1'),(60063,1888,'_right_tab_6_contact_values','field_56b3fde2ce062'),(60064,1888,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(60065,1888,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(60066,1888,'third_tab_0_spacer','1'),(60067,1888,'_third_tab_0_spacer','field_57f54ec49b780'),(60068,1888,'third_tab_2_contact_icon','icon-mail'),(60069,1888,'_third_tab_2_contact_icon','field_58568c5a91b24'),(60070,1888,'third_tab_2_contact_title','Previous conferences available upon request.'),(60071,1888,'_third_tab_2_contact_title','field_58568c7791b25'),(60072,1888,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(60073,1888,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(60074,1888,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(60075,1888,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(60076,1888,'third_tab_2_contact_values_0_link_type','mailto:'),(60077,1888,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(60078,1888,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(60079,1888,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(60080,1888,'third_tab_2_contact_values','1'),(60081,1888,'_third_tab_2_contact_values','field_58568c1091b1d'),(60082,1888,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(60083,1888,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(60084,1888,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(60085,1888,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(60086,1888,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(60087,1888,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(60088,1888,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(60089,1888,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(60090,1888,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(60091,1888,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(60092,1888,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(60093,1888,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(60094,1888,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(60095,1888,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(60096,1888,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(60097,1888,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(60098,1888,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(60099,1888,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(60100,1888,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(60101,1888,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(60102,1888,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(60103,1888,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(60104,1888,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(60105,1888,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(60106,1888,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(60107,1888,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(60108,1888,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(60109,1888,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(60110,1888,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(60111,1888,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(60112,1888,'right_tab_7_items_list_repeater','4'),(60113,1888,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(60114,1888,'right_tab_8_contact_icon','icon-mail'),(60115,1888,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(60116,1888,'right_tab_8_contact_title','Previous conferences available upon request.'),(60117,1888,'_right_tab_8_contact_title','field_56b4001eb0921'),(60118,1888,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(60119,1888,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(60120,1888,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(60121,1888,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(60122,1888,'right_tab_8_contact_values_0_link_type','mailto:'),(60123,1888,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(60124,1888,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(60125,1888,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(60126,1888,'right_tab_8_contact_values','1'),(60127,1888,'_right_tab_8_contact_values','field_56b3fde2ce062'),(60128,1888,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(60129,1888,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(60130,1888,'third_tab_0_items_list_repeater',''),(60131,1888,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(60132,1888,'third_tab_1_contact_icon','icon-mail'),(60133,1888,'_third_tab_1_contact_icon','field_58568c5a91b24'),(60134,1888,'third_tab_1_contact_title','Previous conferences available upon request.'),(60135,1888,'_third_tab_1_contact_title','field_58568c7791b25'),(60136,1888,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(60137,1888,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(60138,1888,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(60139,1888,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(60140,1888,'third_tab_1_contact_values_0_link_type','mailto:'),(60141,1888,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(60142,1888,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(60143,1888,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(60144,1888,'third_tab_1_contact_values','1'),(60145,1888,'_third_tab_1_contact_values','field_58568c1091b1d'),(60146,1888,'right_tab_1_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img src=\"http://innovationbrain.com/wp-content/uploads/Dairy-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" class=\"alignnone size-medium wp-image-1881\" /></a>\r\nStudy of a Romanian Dairy & Meat Producer\r\n\r\n</div>\r\n</div>'),(60147,1888,'_right_tab_1_wysiwyg_editor','field_56b3fab14554e'),(60148,1888,'right_tab_1_spacer','1'),(60149,1888,'_right_tab_1_spacer','field_56b3fab14554f'),(60150,1889,'_wp_attached_file','Srdjan.jpeg'),(60151,1889,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2736;s:6:\"height\";i:3648;s:4:\"file\";s:11:\"Srdjan.jpeg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Srdjan-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Srdjan-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Srdjan-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Srdjan-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:18:\"Srdjan-86x109.jpeg\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"footer\";a:4:{s:4:\"file\";s:17:\"Srdjan-64x64.jpeg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(60162,1890,'builder','a:0:{}'),(60163,1890,'_builder','field_56b276ce702ac'),(60164,1890,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(60165,1890,'_left_tab','field_56b36c6deeda0'),(60166,1890,'add_second_tab','1'),(60167,1890,'_add_second_tab','field_56b36ca9eeda2'),(60168,1890,'right_tab','a:10:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";i:6;s:9:\"bio_block\";i:7;s:9:\"bio_block\";i:8;s:9:\"bio_block\";i:9;s:9:\"bio_block\";}'),(60169,1890,'_right_tab','field_56b3fab04554d'),(60170,1890,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(60171,1890,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(60172,1890,'left_tab_0_spacer','1'),(60173,1890,'_left_tab_0_spacer','field_56b371c577c8c'),(60174,1890,'left_tab_1_circle1','icon-grid'),(60175,1890,'_left_tab_1_circle1','field_56b3dc86da039'),(60176,1890,'left_tab_1_circle2','icon-turnaround'),(60177,1890,'_left_tab_1_circle2','field_56b3dc86da03a'),(60178,1890,'left_tab_1_circle3','icon-masonery'),(60179,1890,'_left_tab_1_circle3','field_56b3dc86da03b'),(60180,1890,'left_tab_1_circle1_label','Restructuring'),(60181,1890,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(60182,1890,'left_tab_1_circle2_label','Turnaround'),(60183,1890,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(60184,1890,'left_tab_1_circle3_label','Innovation'),(60185,1890,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(60186,1890,'left_tab_1_spacer','1'),(60187,1890,'_left_tab_1_spacer','field_56b3dc86da042'),(60188,1890,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(60189,1890,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(60190,1890,'left_tab_2_spacer','1'),(60191,1890,'_left_tab_2_spacer','field_56b371c577c8c'),(60192,1890,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(60193,1890,'_left_tab_3_image','field_56b373f3b6e44'),(60194,1890,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(60195,1890,'_left_tab_3_title','field_56b373afb6e42'),(60196,1890,'left_tab_3_button_label','Download PDF (312 kb)'),(60197,1890,'_left_tab_3_button_label','field_56b373ceb6e43'),(60198,1890,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(60199,1890,'_left_tab_3_button_link','field_56b374ff0ad17'),(60200,1890,'left_tab_name','Company'),(60201,1890,'_left_tab_name','field_56b3976017dce'),(60202,1890,'right_tab_name','People'),(60203,1890,'_right_tab_name','field_56b3978117dcf'),(60204,1890,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(60205,1890,'_right_tab_0_image','field_56b3fab145571'),(60206,1890,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(60207,1890,'_right_tab_0_content','field_56b3fab145572'),(60208,1890,'right_tab_0_button_label','Download VCard'),(60209,1890,'_right_tab_0_button_label','field_56b3fab145573'),(60210,1890,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(60211,1890,'_right_tab_0_button_link','field_56b3fab145574'),(60212,1890,'right_tab_0_spacer','1'),(60213,1890,'_right_tab_0_spacer','field_56b3fab145575'),(60214,1890,'right_tab_1_contact_title','Please feel free to contact me:'),(60215,1890,'_right_tab_1_contact_title','field_56b4001eb0921'),(60216,1890,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(60217,1890,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(60218,1890,'right_tab_1_contact_values_0_contact_value_right',''),(60219,1890,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(60220,1890,'right_tab_1_contact_values_0_link',''),(60221,1890,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(60222,1890,'right_tab_1_contact_values_0_link_type',''),(60223,1890,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(60224,1890,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(60225,1890,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(60226,1890,'right_tab_1_contact_values_1_contact_value_right',''),(60227,1890,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(60228,1890,'right_tab_1_contact_values_1_link',''),(60229,1890,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(60230,1890,'right_tab_1_contact_values_1_link_type',''),(60231,1890,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(60232,1890,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(60233,1890,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(60234,1890,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(60235,1890,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(60236,1890,'right_tab_1_contact_values_2_link','+41793107090'),(60237,1890,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(60238,1890,'right_tab_1_contact_values_2_link_type','tel:'),(60239,1890,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(60240,1890,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(60241,1890,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(60242,1890,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(60243,1890,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(60244,1890,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(60245,1890,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(60246,1890,'right_tab_1_contact_values_3_link_type','mailto:'),(60247,1890,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(60248,1890,'right_tab_1_contact_icon','icon-mail'),(60249,1890,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(60250,1890,'right_tab_1_contact_values','4'),(60251,1890,'_right_tab_1_contact_values','field_56b3fde2ce062'),(60252,1890,'add_third_tab','0'),(60253,1890,'_add_third_tab','field_57f54e889b77c'),(60254,1890,'third_tab_name',''),(60255,1890,'_third_tab_name','field_57f54ea19b77d'),(60256,1890,'third_tab',''),(60257,1890,'_third_tab','field_57f54ec39b77e'),(60258,1890,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(60259,1890,'_right_tab_2_image','field_56b3fab145571'),(60260,1890,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(60261,1890,'_right_tab_2_content','field_56b3fab145572'),(60262,1890,'right_tab_2_button_label','Download VCard'),(60263,1890,'_right_tab_2_button_label','field_56b3fab145573'),(60264,1890,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(60265,1890,'_right_tab_2_button_link','field_56b3fab145574'),(60266,1890,'right_tab_2_spacer','1'),(60267,1890,'_right_tab_2_spacer','field_56b3fab145575'),(60268,1890,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(60269,1890,'_right_tab_1_image','field_56b3fab145571'),(60270,1890,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(60271,1890,'_right_tab_1_content','field_56b3fab145572'),(60272,1890,'right_tab_1_button_label','Download VCard'),(60273,1890,'_right_tab_1_button_label','field_56b3fab145573'),(60274,1890,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(60275,1890,'_right_tab_1_button_link','field_56b3fab145574'),(60276,1890,'right_tab_1_spacer','1'),(60277,1890,'_right_tab_1_spacer','field_56b3fab145575'),(60278,1890,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(60279,1890,'_right_tab_3_image','field_56b3fab145571'),(60280,1890,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(60281,1890,'_right_tab_3_content','field_56b3fab145572'),(60282,1890,'right_tab_3_button_label','Download VCard'),(60283,1890,'_right_tab_3_button_label','field_56b3fab145573'),(60284,1890,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(60285,1890,'_right_tab_3_button_link','field_56b3fab145574'),(60286,1890,'right_tab_3_spacer','1'),(60287,1890,'_right_tab_3_spacer','field_56b3fab145575'),(60288,1890,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(60289,1890,'_right_tab_4_image','field_56b3fab145571'),(60290,1890,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(60291,1890,'_right_tab_4_content','field_56b3fab145572'),(60292,1890,'right_tab_4_button_label','Download VCard'),(60293,1890,'_right_tab_4_button_label','field_56b3fab145573'),(60294,1890,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(60295,1890,'_right_tab_4_button_link','field_56b3fab145574'),(60296,1890,'right_tab_4_spacer','1'),(60297,1890,'_right_tab_4_spacer','field_56b3fab145575'),(60298,1890,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Lidija.jpg'),(60299,1890,'_right_tab_5_image','field_56b3fab145571'),(60300,1890,'right_tab_5_content','Lidija Abramovic\r\n<span style=\"color: #00ccff;\">Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nLidija is the Lawyer at Innovation Brain. Lidija was previously a tax consultant providing legal advice and compliance in local and international regulations, as well as personal income tax and immigration services at Deloitte doo in Serbia. Lidija has also worked in various government roles, such as in litigation in the First Basic Court in Belgrade, Public Notary and Ministry of Labour, Employment, Veteran and Social Policy of the Republic of Serbia.\r\n\r\nLidija has a Masters in International Law and has passed the Bar Exam.\r\n\r\n '),(60301,1890,'_right_tab_5_content','field_56b3fab145572'),(60302,1890,'right_tab_5_button_label','Download VCard'),(60303,1890,'_right_tab_5_button_label','field_56b3fab145573'),(60304,1890,'right_tab_5_button_link','http://innovationbrain.com/DLfiles/.Lidija_Abramovic.vcf'),(60305,1890,'_right_tab_5_button_link','field_56b3fab145574'),(60306,1890,'right_tab_5_spacer','1'),(60307,1890,'_right_tab_5_spacer','field_56b3fab145575'),(60308,1890,'right_tab_6_image','http://innovationbrain.com/wp-content/uploads/Srdjan.jpeg'),(60309,1890,'_right_tab_6_image','field_56b3fab145571'),(60310,1890,'right_tab_6_content','Srdjan Begovic\r\n<span style=\"color: #00ccff;\">Senior Financial Analyst</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nSrdjan is a Senior Financial Analyst at Innovation Brain focused on financial modelling and restructuring. With a background in mathematics, econometrics and statistics, Srdjan has been building his career in a field of financial analysis working for the companies in car manufacturing, real estate and tax advisory businesses. Throughout his career, he acquired the knowledge and expertise in planning, forecasting, modelling, budgeting and valuations. Besides finance related positions, Srdjan also managed a payables controlling department while working for FIAT automobiles.\r\nMajor achievements involve real estate acquisitions where Srdjan successfully performed a due diligence processes relating to valuation and optimisation of several of the largest shopping malls in the Balkans, as well as setting up and managing one of the largest retail parks chain in Serbia. \r\nHe has a Masters degree in Finance and Investments from Aston University, and passed CFA level 1.\r\n\r\n\r\n'),(60311,1890,'_right_tab_6_content','field_56b3fab145572'),(60312,1890,'right_tab_6_button_label','Download VCard'),(60313,1890,'_right_tab_6_button_label','field_56b3fab145573'),(60314,1890,'right_tab_6_button_link',''),(60315,1890,'_right_tab_6_button_link','field_56b3fab145574'),(60316,1890,'right_tab_6_spacer','1'),(60317,1890,'_right_tab_6_spacer','field_56b3fab145575'),(60318,1890,'right_tab_7_image','http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg'),(60319,1890,'_right_tab_7_image','field_56b3fab145571'),(60320,1890,'right_tab_7_content','Gordana Knežević\r\n<span style=\"color: #00ccff;\">Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nGordana is the Lawyer at Innovation Brain. During the course of her carrier, she has worked in two corporate law firms for more than a year dealing with Corporate law, dispute resolution (litigation), law on properties. Experience in cooperation with state authorities.\r\n\r\nGordana has a Masters Degree at the Faculty of Law, Belgrade.'),(60321,1890,'_right_tab_7_content','field_56b3fab145572'),(60322,1890,'right_tab_7_button_label','Download VCard'),(60323,1890,'_right_tab_7_button_label','field_56b3fab145573'),(60324,1890,'right_tab_7_button_link','http://innovationbrain.com/DLfiles/.Gordana_Knezevic.vcf'),(60325,1890,'_right_tab_7_button_link','field_56b3fab145574'),(60326,1890,'right_tab_7_spacer','1'),(60327,1890,'_right_tab_7_spacer','field_56b3fab145575'),(60328,1890,'right_tab_8_image','http://innovationbrain.com/wp-content/uploads/Mandy.jpg'),(60329,1890,'_right_tab_8_image','field_56b3fab145571'),(60330,1890,'right_tab_8_content','Mandy Caruana\r\n<span style=\"color: #00ccff;\">Head of Marketing</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nMandy is the Head of Marketing at Innovation Brain. She is a seasoned communications and marketing professional within the Association Industry. Mandy has held Head of department roles at the Turnaround Management Association, Association of MBAs and the Sainsbury Centre for Mental Health.'),(60331,1890,'_right_tab_8_content','field_56b3fab145572'),(60332,1890,'right_tab_8_button_label','Download VCard'),(60333,1890,'_right_tab_8_button_label','field_56b3fab145573'),(60334,1890,'right_tab_8_button_link','http://innovationbrain.com/DLfiles/.Mandy_Caruana.vcf'),(60335,1890,'_right_tab_8_button_link','field_56b3fab145574'),(60336,1890,'right_tab_8_spacer','1'),(60337,1890,'_right_tab_8_spacer','field_56b3fab145575'),(60338,1890,'right_tab_9_image','http://innovationbrain.com/wp-content/uploads/CV-Raluca-E.jpg'),(60339,1890,'_right_tab_9_image','field_56b3fab145571'),(60340,1890,'right_tab_9_content','Ralu Fadur\r\n<span style=\"color: #00ccff;\">Head of Back Office</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Cyprus</span>\r\n\r\nRalu is the Head of Back Office and HR Manager at Innovation Brain. She is a dedicated office management professional with experience handling a wide range of administrative, corporate, technical and executive support tasks. Computer proficiency and skilled relationship builder with the proven ability to work with different personality styles. She excels at resolving employer challenges with innovative solutions, systems and process improvements that increase efficiency, customer satisfaction and the bottom line.'),(60341,1890,'_right_tab_9_content','field_56b3fab145572'),(60342,1890,'right_tab_9_button_label','Download VCard'),(60343,1890,'_right_tab_9_button_label','field_56b3fab145573'),(60344,1890,'right_tab_9_button_link','http://innovationbrain.com/DLfiles/.Ralu_E.Fadur.vcf'),(60345,1890,'_right_tab_9_button_link','field_56b3fab145574'),(60346,1890,'right_tab_9_spacer','1'),(60347,1890,'_right_tab_9_spacer','field_56b3fab145575'),(60348,1891,'builder','a:0:{}'),(60349,1891,'_builder','field_56b276ce702ac'),(60350,1891,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(60351,1891,'_left_tab','field_56b36c6deeda0'),(60352,1891,'add_second_tab','1'),(60353,1891,'_add_second_tab','field_56b36ca9eeda2'),(60354,1891,'right_tab','a:10:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";i:6;s:9:\"bio_block\";i:7;s:9:\"bio_block\";i:8;s:9:\"bio_block\";i:9;s:9:\"bio_block\";}'),(60355,1891,'_right_tab','field_56b3fab04554d'),(60356,1891,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(60357,1891,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(60358,1891,'left_tab_0_spacer','1'),(60359,1891,'_left_tab_0_spacer','field_56b371c577c8c'),(60360,1891,'left_tab_1_circle1','icon-grid'),(60361,1891,'_left_tab_1_circle1','field_56b3dc86da039'),(60362,1891,'left_tab_1_circle2','icon-turnaround'),(60363,1891,'_left_tab_1_circle2','field_56b3dc86da03a'),(60364,1891,'left_tab_1_circle3','icon-masonery'),(60365,1891,'_left_tab_1_circle3','field_56b3dc86da03b'),(60366,1891,'left_tab_1_circle1_label','Restructuring'),(60367,1891,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(60368,1891,'left_tab_1_circle2_label','Turnaround'),(60369,1891,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(60370,1891,'left_tab_1_circle3_label','Innovation'),(60371,1891,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(60372,1891,'left_tab_1_spacer','1'),(60373,1891,'_left_tab_1_spacer','field_56b3dc86da042'),(60374,1891,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(60375,1891,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(60376,1891,'left_tab_2_spacer','1'),(60377,1891,'_left_tab_2_spacer','field_56b371c577c8c'),(60378,1891,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(60379,1891,'_left_tab_3_image','field_56b373f3b6e44'),(60380,1891,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(60381,1891,'_left_tab_3_title','field_56b373afb6e42'),(60382,1891,'left_tab_3_button_label','Download PDF (312 kb)'),(60383,1891,'_left_tab_3_button_label','field_56b373ceb6e43'),(60384,1891,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(60385,1891,'_left_tab_3_button_link','field_56b374ff0ad17'),(60386,1891,'left_tab_name','Company'),(60387,1891,'_left_tab_name','field_56b3976017dce'),(60388,1891,'right_tab_name','People'),(60389,1891,'_right_tab_name','field_56b3978117dcf'),(60390,1891,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(60391,1891,'_right_tab_0_image','field_56b3fab145571'),(60392,1891,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(60393,1891,'_right_tab_0_content','field_56b3fab145572'),(60394,1891,'right_tab_0_button_label','Download VCard'),(60395,1891,'_right_tab_0_button_label','field_56b3fab145573'),(60396,1891,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(60397,1891,'_right_tab_0_button_link','field_56b3fab145574'),(60398,1891,'right_tab_0_spacer','1'),(60399,1891,'_right_tab_0_spacer','field_56b3fab145575'),(60400,1891,'right_tab_1_contact_title','Please feel free to contact me:'),(60401,1891,'_right_tab_1_contact_title','field_56b4001eb0921'),(60402,1891,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(60403,1891,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(60404,1891,'right_tab_1_contact_values_0_contact_value_right',''),(60405,1891,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(60406,1891,'right_tab_1_contact_values_0_link',''),(60407,1891,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(60408,1891,'right_tab_1_contact_values_0_link_type',''),(60409,1891,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(60410,1891,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(60411,1891,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(60412,1891,'right_tab_1_contact_values_1_contact_value_right',''),(60413,1891,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(60414,1891,'right_tab_1_contact_values_1_link',''),(60415,1891,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(60416,1891,'right_tab_1_contact_values_1_link_type',''),(60417,1891,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(60418,1891,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(60419,1891,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(60420,1891,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(60421,1891,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(60422,1891,'right_tab_1_contact_values_2_link','+41793107090'),(60423,1891,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(60424,1891,'right_tab_1_contact_values_2_link_type','tel:'),(60425,1891,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(60426,1891,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(60427,1891,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(60428,1891,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(60429,1891,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(60430,1891,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(60431,1891,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(60432,1891,'right_tab_1_contact_values_3_link_type','mailto:'),(60433,1891,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(60434,1891,'right_tab_1_contact_icon','icon-mail'),(60435,1891,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(60436,1891,'right_tab_1_contact_values','4'),(60437,1891,'_right_tab_1_contact_values','field_56b3fde2ce062'),(60438,1891,'add_third_tab','0'),(60439,1891,'_add_third_tab','field_57f54e889b77c'),(60440,1891,'third_tab_name',''),(60441,1891,'_third_tab_name','field_57f54ea19b77d'),(60442,1891,'third_tab',''),(60443,1891,'_third_tab','field_57f54ec39b77e'),(60444,1891,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(60445,1891,'_right_tab_2_image','field_56b3fab145571'),(60446,1891,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(60447,1891,'_right_tab_2_content','field_56b3fab145572'),(60448,1891,'right_tab_2_button_label','Download VCard'),(60449,1891,'_right_tab_2_button_label','field_56b3fab145573'),(60450,1891,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(60451,1891,'_right_tab_2_button_link','field_56b3fab145574'),(60452,1891,'right_tab_2_spacer','1'),(60453,1891,'_right_tab_2_spacer','field_56b3fab145575'),(60454,1891,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(60455,1891,'_right_tab_1_image','field_56b3fab145571'),(60456,1891,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(60457,1891,'_right_tab_1_content','field_56b3fab145572'),(60458,1891,'right_tab_1_button_label','Download VCard'),(60459,1891,'_right_tab_1_button_label','field_56b3fab145573'),(60460,1891,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(60461,1891,'_right_tab_1_button_link','field_56b3fab145574'),(60462,1891,'right_tab_1_spacer','1'),(60463,1891,'_right_tab_1_spacer','field_56b3fab145575'),(60464,1891,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(60465,1891,'_right_tab_3_image','field_56b3fab145571'),(60466,1891,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(60467,1891,'_right_tab_3_content','field_56b3fab145572'),(60468,1891,'right_tab_3_button_label','Download VCard'),(60469,1891,'_right_tab_3_button_label','field_56b3fab145573'),(60470,1891,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(60471,1891,'_right_tab_3_button_link','field_56b3fab145574'),(60472,1891,'right_tab_3_spacer','1'),(60473,1891,'_right_tab_3_spacer','field_56b3fab145575'),(60474,1891,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(60475,1891,'_right_tab_4_image','field_56b3fab145571'),(60476,1891,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(60477,1891,'_right_tab_4_content','field_56b3fab145572'),(60478,1891,'right_tab_4_button_label','Download VCard'),(60479,1891,'_right_tab_4_button_label','field_56b3fab145573'),(60480,1891,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(60481,1891,'_right_tab_4_button_link','field_56b3fab145574'),(60482,1891,'right_tab_4_spacer','1'),(60483,1891,'_right_tab_4_spacer','field_56b3fab145575'),(60484,1891,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Lidija.jpg'),(60485,1891,'_right_tab_5_image','field_56b3fab145571'),(60486,1891,'right_tab_5_content','Lidija Abramovic\r\n<span style=\"color: #00ccff;\">Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nLidija is the Lawyer at Innovation Brain. Lidija was previously a tax consultant providing legal advice and compliance in local and international regulations, as well as personal income tax and immigration services at Deloitte doo in Serbia. Lidija has also worked in various government roles, such as in litigation in the First Basic Court in Belgrade, Public Notary and Ministry of Labour, Employment, Veteran and Social Policy of the Republic of Serbia.\r\n\r\nLidija has a Masters in International Law and has passed the Bar Exam.\r\n\r\n '),(60487,1891,'_right_tab_5_content','field_56b3fab145572'),(60488,1891,'right_tab_5_button_label','Download VCard'),(60489,1891,'_right_tab_5_button_label','field_56b3fab145573'),(60490,1891,'right_tab_5_button_link','http://innovationbrain.com/DLfiles/.Lidija_Abramovic.vcf'),(60491,1891,'_right_tab_5_button_link','field_56b3fab145574'),(60492,1891,'right_tab_5_spacer','1'),(60493,1891,'_right_tab_5_spacer','field_56b3fab145575'),(60494,1891,'right_tab_6_image','http://innovationbrain.com/wp-content/uploads/Srdjan.jpeg'),(60495,1891,'_right_tab_6_image','field_56b3fab145571'),(60496,1891,'right_tab_6_content','Srdjan Begovic\r\n<span style=\"color: #00ccff;\">Senior Financial Analyst</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nSrdjan is a Senior Financial Analyst at Innovation Brain focused on financial modelling and restructuring. With a background in mathematics, econometrics and statistics, Srdjan has been building his career in a field of financial analysis working for the companies in car manufacturing, real estate and tax advisory businesses. Throughout his career, he acquired the knowledge and expertise in planning, forecasting, modelling, budgeting and valuations. Besides finance related positions, Srdjan also managed a payables controlling department while working for FIAT automobiles.\r\nMajor achievements involve real estate acquisitions where Srdjan successfully performed a due diligence processes relating to valuation and optimisation of several of the largest shopping malls in the Balkans, as well as setting up and managing one of the largest retail parks chain in Serbia.\r\nHe has a Masters degree in Finance and Investments from Aston University, and passed CFA level 1.'),(60497,1891,'_right_tab_6_content','field_56b3fab145572'),(60498,1891,'right_tab_6_button_label','Download VCard'),(60499,1891,'_right_tab_6_button_label','field_56b3fab145573'),(60500,1891,'right_tab_6_button_link','http://innovationbrain.com/DLfiles/Srdjan Begovic.vcf'),(60501,1891,'_right_tab_6_button_link','field_56b3fab145574'),(60502,1891,'right_tab_6_spacer','1'),(60503,1891,'_right_tab_6_spacer','field_56b3fab145575'),(60504,1891,'right_tab_7_image','http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg'),(60505,1891,'_right_tab_7_image','field_56b3fab145571'),(60506,1891,'right_tab_7_content','Gordana Knežević\r\n<span style=\"color: #00ccff;\">Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nGordana is the Lawyer at Innovation Brain. During the course of her carrier, she has worked in two corporate law firms for more than a year dealing with Corporate law, dispute resolution (litigation), law on properties. Experience in cooperation with state authorities.\r\n\r\nGordana has a Masters Degree at the Faculty of Law, Belgrade.'),(60507,1891,'_right_tab_7_content','field_56b3fab145572'),(60508,1891,'right_tab_7_button_label','Download VCard'),(60509,1891,'_right_tab_7_button_label','field_56b3fab145573'),(60510,1891,'right_tab_7_button_link','http://innovationbrain.com/DLfiles/.Gordana_Knezevic.vcf'),(60511,1891,'_right_tab_7_button_link','field_56b3fab145574'),(60512,1891,'right_tab_7_spacer','1'),(60513,1891,'_right_tab_7_spacer','field_56b3fab145575'),(60514,1891,'right_tab_8_image','http://innovationbrain.com/wp-content/uploads/Mandy.jpg'),(60515,1891,'_right_tab_8_image','field_56b3fab145571'),(60516,1891,'right_tab_8_content','Mandy Caruana\r\n<span style=\"color: #00ccff;\">Head of Marketing</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nMandy is the Head of Marketing at Innovation Brain. She is a seasoned communications and marketing professional within the Association Industry. Mandy has held Head of department roles at the Turnaround Management Association, Association of MBAs and the Sainsbury Centre for Mental Health.'),(60517,1891,'_right_tab_8_content','field_56b3fab145572'),(60518,1891,'right_tab_8_button_label','Download VCard'),(60519,1891,'_right_tab_8_button_label','field_56b3fab145573'),(60520,1891,'right_tab_8_button_link','http://innovationbrain.com/DLfiles/.Mandy_Caruana.vcf'),(60521,1891,'_right_tab_8_button_link','field_56b3fab145574'),(60522,1891,'right_tab_8_spacer','1'),(60523,1891,'_right_tab_8_spacer','field_56b3fab145575'),(60524,1891,'right_tab_9_image','http://innovationbrain.com/wp-content/uploads/CV-Raluca-E.jpg'),(60525,1891,'_right_tab_9_image','field_56b3fab145571'),(60526,1891,'right_tab_9_content','Ralu Fadur\r\n<span style=\"color: #00ccff;\">Head of Back Office</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Cyprus</span>\r\n\r\nRalu is the Head of Back Office and HR Manager at Innovation Brain. She is a dedicated office management professional with experience handling a wide range of administrative, corporate, technical and executive support tasks. Computer proficiency and skilled relationship builder with the proven ability to work with different personality styles. She excels at resolving employer challenges with innovative solutions, systems and process improvements that increase efficiency, customer satisfaction and the bottom line.'),(60527,1891,'_right_tab_9_content','field_56b3fab145572'),(60528,1891,'right_tab_9_button_label','Download VCard'),(60529,1891,'_right_tab_9_button_label','field_56b3fab145573'),(60530,1891,'right_tab_9_button_link','http://innovationbrain.com/DLfiles/.Ralu_E.Fadur.vcf'),(60531,1891,'_right_tab_9_button_link','field_56b3fab145574'),(60532,1891,'right_tab_9_spacer','1'),(60533,1891,'_right_tab_9_spacer','field_56b3fab145575'),(60534,58,'_oembed_9e27530cfec375604ef250ce8073c412','{{unknown}}'),(60545,1892,'builder','a:0:{}'),(60546,1892,'_builder','field_56b276ce702ac'),(60547,1892,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(60548,1892,'_left_tab','field_56b36c6deeda0'),(60549,1892,'add_second_tab','1'),(60550,1892,'_add_second_tab','field_56b36ca9eeda2'),(60551,1892,'right_tab','a:11:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";i:6;s:9:\"bio_block\";i:7;s:9:\"bio_block\";i:8;s:9:\"bio_block\";i:9;s:9:\"bio_block\";i:10;s:9:\"bio_block\";}'),(60552,1892,'_right_tab','field_56b3fab04554d'),(60553,1892,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(60554,1892,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(60555,1892,'left_tab_0_spacer','1'),(60556,1892,'_left_tab_0_spacer','field_56b371c577c8c'),(60557,1892,'left_tab_1_circle1','icon-grid'),(60558,1892,'_left_tab_1_circle1','field_56b3dc86da039'),(60559,1892,'left_tab_1_circle2','icon-turnaround'),(60560,1892,'_left_tab_1_circle2','field_56b3dc86da03a'),(60561,1892,'left_tab_1_circle3','icon-masonery'),(60562,1892,'_left_tab_1_circle3','field_56b3dc86da03b'),(60563,1892,'left_tab_1_circle1_label','Restructuring'),(60564,1892,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(60565,1892,'left_tab_1_circle2_label','Turnaround'),(60566,1892,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(60567,1892,'left_tab_1_circle3_label','Innovation'),(60568,1892,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(60569,1892,'left_tab_1_spacer','1'),(60570,1892,'_left_tab_1_spacer','field_56b3dc86da042'),(60571,1892,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(60572,1892,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(60573,1892,'left_tab_2_spacer','1'),(60574,1892,'_left_tab_2_spacer','field_56b371c577c8c'),(60575,1892,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(60576,1892,'_left_tab_3_image','field_56b373f3b6e44'),(60577,1892,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(60578,1892,'_left_tab_3_title','field_56b373afb6e42'),(60579,1892,'left_tab_3_button_label','Download PDF (312 kb)'),(60580,1892,'_left_tab_3_button_label','field_56b373ceb6e43'),(60581,1892,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(60582,1892,'_left_tab_3_button_link','field_56b374ff0ad17'),(60583,1892,'left_tab_name','Company'),(60584,1892,'_left_tab_name','field_56b3976017dce'),(60585,1892,'right_tab_name','People'),(60586,1892,'_right_tab_name','field_56b3978117dcf'),(60587,1892,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(60588,1892,'_right_tab_0_image','field_56b3fab145571'),(60589,1892,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(60590,1892,'_right_tab_0_content','field_56b3fab145572'),(60591,1892,'right_tab_0_button_label','Download VCard'),(60592,1892,'_right_tab_0_button_label','field_56b3fab145573'),(60593,1892,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(60594,1892,'_right_tab_0_button_link','field_56b3fab145574'),(60595,1892,'right_tab_0_spacer','1'),(60596,1892,'_right_tab_0_spacer','field_56b3fab145575'),(60597,1892,'right_tab_1_contact_title','Please feel free to contact me:'),(60598,1892,'_right_tab_1_contact_title','field_56b4001eb0921'),(60599,1892,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(60600,1892,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(60601,1892,'right_tab_1_contact_values_0_contact_value_right',''),(60602,1892,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(60603,1892,'right_tab_1_contact_values_0_link',''),(60604,1892,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(60605,1892,'right_tab_1_contact_values_0_link_type',''),(60606,1892,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(60607,1892,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(60608,1892,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(60609,1892,'right_tab_1_contact_values_1_contact_value_right',''),(60610,1892,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(60611,1892,'right_tab_1_contact_values_1_link',''),(60612,1892,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(60613,1892,'right_tab_1_contact_values_1_link_type',''),(60614,1892,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(60615,1892,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(60616,1892,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(60617,1892,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(60618,1892,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(60619,1892,'right_tab_1_contact_values_2_link','+41793107090'),(60620,1892,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(60621,1892,'right_tab_1_contact_values_2_link_type','tel:'),(60622,1892,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(60623,1892,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(60624,1892,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(60625,1892,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(60626,1892,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(60627,1892,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(60628,1892,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(60629,1892,'right_tab_1_contact_values_3_link_type','mailto:'),(60630,1892,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(60631,1892,'right_tab_1_contact_icon','icon-mail'),(60632,1892,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(60633,1892,'right_tab_1_contact_values','4'),(60634,1892,'_right_tab_1_contact_values','field_56b3fde2ce062'),(60635,1892,'add_third_tab','0'),(60636,1892,'_add_third_tab','field_57f54e889b77c'),(60637,1892,'third_tab_name',''),(60638,1892,'_third_tab_name','field_57f54ea19b77d'),(60639,1892,'third_tab',''),(60640,1892,'_third_tab','field_57f54ec39b77e'),(60641,1892,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(60642,1892,'_right_tab_2_image','field_56b3fab145571'),(60643,1892,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(60644,1892,'_right_tab_2_content','field_56b3fab145572'),(60645,1892,'right_tab_2_button_label','Download VCard'),(60646,1892,'_right_tab_2_button_label','field_56b3fab145573'),(60647,1892,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(60648,1892,'_right_tab_2_button_link','field_56b3fab145574'),(60649,1892,'right_tab_2_spacer','1'),(60650,1892,'_right_tab_2_spacer','field_56b3fab145575'),(60651,1892,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(60652,1892,'_right_tab_1_image','field_56b3fab145571'),(60653,1892,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(60654,1892,'_right_tab_1_content','field_56b3fab145572'),(60655,1892,'right_tab_1_button_label','Download VCard'),(60656,1892,'_right_tab_1_button_label','field_56b3fab145573'),(60657,1892,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(60658,1892,'_right_tab_1_button_link','field_56b3fab145574'),(60659,1892,'right_tab_1_spacer','1'),(60660,1892,'_right_tab_1_spacer','field_56b3fab145575'),(60661,1892,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(60662,1892,'_right_tab_3_image','field_56b3fab145571'),(60663,1892,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(60664,1892,'_right_tab_3_content','field_56b3fab145572'),(60665,1892,'right_tab_3_button_label','Download VCard'),(60666,1892,'_right_tab_3_button_label','field_56b3fab145573'),(60667,1892,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(60668,1892,'_right_tab_3_button_link','field_56b3fab145574'),(60669,1892,'right_tab_3_spacer','1'),(60670,1892,'_right_tab_3_spacer','field_56b3fab145575'),(60671,1892,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(60672,1892,'_right_tab_4_image','field_56b3fab145571'),(60673,1892,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(60674,1892,'_right_tab_4_content','field_56b3fab145572'),(60675,1892,'right_tab_4_button_label','Download VCard'),(60676,1892,'_right_tab_4_button_label','field_56b3fab145573'),(60677,1892,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(60678,1892,'_right_tab_4_button_link','field_56b3fab145574'),(60679,1892,'right_tab_4_spacer','1'),(60680,1892,'_right_tab_4_spacer','field_56b3fab145575'),(60681,1892,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Lidija.jpg'),(60682,1892,'_right_tab_5_image','field_56b3fab145571'),(60683,1892,'right_tab_5_content','Lidija Abramovic\r\n<span style=\"color: #00ccff;\">Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nLidija is the Lawyer at Innovation Brain. Lidija was previously a tax consultant providing legal advice and compliance in local and international regulations, as well as personal income tax and immigration services at Deloitte doo in Serbia. Lidija has also worked in various government roles, such as in litigation in the First Basic Court in Belgrade, Public Notary and Ministry of Labour, Employment, Veteran and Social Policy of the Republic of Serbia.\r\n\r\nLidija has a Masters in International Law and has passed the Bar Exam.\r\n\r\n '),(60684,1892,'_right_tab_5_content','field_56b3fab145572'),(60685,1892,'right_tab_5_button_label','Download VCard'),(60686,1892,'_right_tab_5_button_label','field_56b3fab145573'),(60687,1892,'right_tab_5_button_link','http://innovationbrain.com/DLfiles/.Lidija_Abramovic.vcf'),(60688,1892,'_right_tab_5_button_link','field_56b3fab145574'),(60689,1892,'right_tab_5_spacer','1'),(60690,1892,'_right_tab_5_spacer','field_56b3fab145575'),(60691,1892,'right_tab_6_image','http://innovationbrain.com/wp-content/uploads/Srdjan.jpeg'),(60692,1892,'_right_tab_6_image','field_56b3fab145571'),(60693,1892,'right_tab_6_content','Srdjan Begovic\r\n<span style=\"color: #00ccff;\">Senior Financial Analyst</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nSrdjan is a Senior Financial Analyst at Innovation Brain focused on financial modelling and restructuring. With a background in mathematics, econometrics and statistics, Srdjan has been building his career in a field of financial analysis working for the companies in car manufacturing, real estate and tax advisory businesses. Throughout his career, he acquired the knowledge and expertise in planning, forecasting, modelling, budgeting and valuations. Besides finance related positions, Srdjan also managed a payables controlling department while working for FIAT automobiles.\r\nMajor achievements involve real estate acquisitions where Srdjan successfully performed a due diligence processes relating to valuation and optimisation of several of the largest shopping malls in the Balkans, as well as setting up and managing one of the largest retail parks chain in Serbia.\r\nHe has a Masters degree in Finance and Investments from Aston University, and passed CFA level 1.'),(60694,1892,'_right_tab_6_content','field_56b3fab145572'),(60695,1892,'right_tab_6_button_label','Download VCard'),(60696,1892,'_right_tab_6_button_label','field_56b3fab145573'),(60697,1892,'right_tab_6_button_link','http://innovationbrain.com/DLfiles/Srdjan Begovic.vcf'),(60698,1892,'_right_tab_6_button_link','field_56b3fab145574'),(60699,1892,'right_tab_6_spacer','1'),(60700,1892,'_right_tab_6_spacer','field_56b3fab145575'),(60701,1892,'right_tab_7_image',''),(60702,1892,'_right_tab_7_image','field_56b3fab145571'),(60703,1892,'right_tab_7_content','Aleksandar Galvinic\r\n<span style=\"color: #00ccff;\">Senior Financial Analyst</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>'),(60704,1892,'_right_tab_7_content','field_56b3fab145572'),(60705,1892,'right_tab_7_button_label',''),(60706,1892,'_right_tab_7_button_label','field_56b3fab145573'),(60707,1892,'right_tab_7_button_link',''),(60708,1892,'_right_tab_7_button_link','field_56b3fab145574'),(60709,1892,'right_tab_7_spacer','1'),(60710,1892,'_right_tab_7_spacer','field_56b3fab145575'),(60711,1892,'right_tab_8_image','http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg'),(60712,1892,'_right_tab_8_image','field_56b3fab145571'),(60713,1892,'right_tab_8_content','Gordana Knežević\r\n<span style=\"color: #00ccff;\">Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nGordana is the Lawyer at Innovation Brain. During the course of her carrier, she has worked in two corporate law firms for more than a year dealing with Corporate law, dispute resolution (litigation), law on properties. Experience in cooperation with state authorities.\r\n\r\nGordana has a Masters Degree at the Faculty of Law, Belgrade.'),(60714,1892,'_right_tab_8_content','field_56b3fab145572'),(60715,1892,'right_tab_8_button_label','Download VCard'),(60716,1892,'_right_tab_8_button_label','field_56b3fab145573'),(60717,1892,'right_tab_8_button_link','http://innovationbrain.com/DLfiles/.Gordana_Knezevic.vcf'),(60718,1892,'_right_tab_8_button_link','field_56b3fab145574'),(60719,1892,'right_tab_8_spacer','1'),(60720,1892,'_right_tab_8_spacer','field_56b3fab145575'),(60721,1892,'right_tab_9_image','http://innovationbrain.com/wp-content/uploads/Mandy.jpg'),(60722,1892,'_right_tab_9_image','field_56b3fab145571'),(60723,1892,'right_tab_9_content','Mandy Caruana\r\n<span style=\"color: #00ccff;\">Head of Marketing</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nMandy is the Head of Marketing at Innovation Brain. She is a seasoned communications and marketing professional within the Association Industry. Mandy has held Head of department roles at the Turnaround Management Association, Association of MBAs and the Sainsbury Centre for Mental Health.'),(60724,1892,'_right_tab_9_content','field_56b3fab145572'),(60725,1892,'right_tab_9_button_label','Download VCard'),(60726,1892,'_right_tab_9_button_label','field_56b3fab145573'),(60727,1892,'right_tab_9_button_link','http://innovationbrain.com/DLfiles/.Mandy_Caruana.vcf'),(60728,1892,'_right_tab_9_button_link','field_56b3fab145574'),(60729,1892,'right_tab_9_spacer','1'),(60730,1892,'_right_tab_9_spacer','field_56b3fab145575'),(60731,1892,'right_tab_10_image','http://innovationbrain.com/wp-content/uploads/CV-Raluca-E.jpg'),(60732,1892,'_right_tab_10_image','field_56b3fab145571'),(60733,1892,'right_tab_10_content','Ralu Fadur\r\n<span style=\"color: #00ccff;\">Head of Back Office</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Cyprus</span>\r\n\r\nRalu is the Head of Back Office and HR Manager at Innovation Brain. She is a dedicated office management professional with experience handling a wide range of administrative, corporate, technical and executive support tasks. Computer proficiency and skilled relationship builder with the proven ability to work with different personality styles. She excels at resolving employer challenges with innovative solutions, systems and process improvements that increase efficiency, customer satisfaction and the bottom line.'),(60734,1892,'_right_tab_10_content','field_56b3fab145572'),(60735,1892,'right_tab_10_button_label','Download VCard'),(60736,1892,'_right_tab_10_button_label','field_56b3fab145573'),(60737,1892,'right_tab_10_button_link','http://innovationbrain.com/DLfiles/.Ralu_E.Fadur.vcf'),(60738,1892,'_right_tab_10_button_link','field_56b3fab145574'),(60739,1892,'right_tab_10_spacer','1'),(60740,1892,'_right_tab_10_spacer','field_56b3fab145575'),(60741,1893,'_wp_attached_file','Aleksandar.png'),(60742,1893,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:322;s:6:\"height\";i:401;s:4:\"file\";s:14:\"Aleksandar.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Aleksandar-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:\"Aleksandar-241x300.png\";s:5:\"width\";i:241;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:21:\"Aleksandar-86x109.png\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"footer\";a:4:{s:4:\"file\";s:20:\"Aleksandar-64x64.png\";s:5:\"width\";i:64;s:6:\"height\";i:64;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:{}}}'),(60743,1894,'builder','a:0:{}'),(60744,1894,'_builder','field_56b276ce702ac'),(60745,1894,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(60746,1894,'_left_tab','field_56b36c6deeda0'),(60747,1894,'add_second_tab','1'),(60748,1894,'_add_second_tab','field_56b36ca9eeda2'),(60749,1894,'right_tab','a:11:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";i:6;s:9:\"bio_block\";i:7;s:9:\"bio_block\";i:8;s:9:\"bio_block\";i:9;s:9:\"bio_block\";i:10;s:9:\"bio_block\";}'),(60750,1894,'_right_tab','field_56b3fab04554d'),(60751,1894,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(60752,1894,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(60753,1894,'left_tab_0_spacer','1'),(60754,1894,'_left_tab_0_spacer','field_56b371c577c8c'),(60755,1894,'left_tab_1_circle1','icon-grid'),(60756,1894,'_left_tab_1_circle1','field_56b3dc86da039'),(60757,1894,'left_tab_1_circle2','icon-turnaround'),(60758,1894,'_left_tab_1_circle2','field_56b3dc86da03a'),(60759,1894,'left_tab_1_circle3','icon-masonery'),(60760,1894,'_left_tab_1_circle3','field_56b3dc86da03b'),(60761,1894,'left_tab_1_circle1_label','Restructuring'),(60762,1894,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(60763,1894,'left_tab_1_circle2_label','Turnaround'),(60764,1894,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(60765,1894,'left_tab_1_circle3_label','Innovation'),(60766,1894,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(60767,1894,'left_tab_1_spacer','1'),(60768,1894,'_left_tab_1_spacer','field_56b3dc86da042'),(60769,1894,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(60770,1894,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(60771,1894,'left_tab_2_spacer','1'),(60772,1894,'_left_tab_2_spacer','field_56b371c577c8c'),(60773,1894,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(60774,1894,'_left_tab_3_image','field_56b373f3b6e44'),(60775,1894,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(60776,1894,'_left_tab_3_title','field_56b373afb6e42'),(60777,1894,'left_tab_3_button_label','Download PDF (312 kb)'),(60778,1894,'_left_tab_3_button_label','field_56b373ceb6e43'),(60779,1894,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(60780,1894,'_left_tab_3_button_link','field_56b374ff0ad17'),(60781,1894,'left_tab_name','Company'),(60782,1894,'_left_tab_name','field_56b3976017dce'),(60783,1894,'right_tab_name','People'),(60784,1894,'_right_tab_name','field_56b3978117dcf'),(60785,1894,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(60786,1894,'_right_tab_0_image','field_56b3fab145571'),(60787,1894,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(60788,1894,'_right_tab_0_content','field_56b3fab145572'),(60789,1894,'right_tab_0_button_label','Download VCard'),(60790,1894,'_right_tab_0_button_label','field_56b3fab145573'),(60791,1894,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(60792,1894,'_right_tab_0_button_link','field_56b3fab145574'),(60793,1894,'right_tab_0_spacer','1'),(60794,1894,'_right_tab_0_spacer','field_56b3fab145575'),(60795,1894,'right_tab_1_contact_title','Please feel free to contact me:'),(60796,1894,'_right_tab_1_contact_title','field_56b4001eb0921'),(60797,1894,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(60798,1894,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(60799,1894,'right_tab_1_contact_values_0_contact_value_right',''),(60800,1894,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(60801,1894,'right_tab_1_contact_values_0_link',''),(60802,1894,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(60803,1894,'right_tab_1_contact_values_0_link_type',''),(60804,1894,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(60805,1894,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(60806,1894,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(60807,1894,'right_tab_1_contact_values_1_contact_value_right',''),(60808,1894,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(60809,1894,'right_tab_1_contact_values_1_link',''),(60810,1894,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(60811,1894,'right_tab_1_contact_values_1_link_type',''),(60812,1894,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(60813,1894,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(60814,1894,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(60815,1894,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(60816,1894,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(60817,1894,'right_tab_1_contact_values_2_link','+41793107090'),(60818,1894,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(60819,1894,'right_tab_1_contact_values_2_link_type','tel:'),(60820,1894,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(60821,1894,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(60822,1894,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(60823,1894,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(60824,1894,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(60825,1894,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(60826,1894,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(60827,1894,'right_tab_1_contact_values_3_link_type','mailto:'),(60828,1894,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(60829,1894,'right_tab_1_contact_icon','icon-mail'),(60830,1894,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(60831,1894,'right_tab_1_contact_values','4'),(60832,1894,'_right_tab_1_contact_values','field_56b3fde2ce062'),(60833,1894,'add_third_tab','0'),(60834,1894,'_add_third_tab','field_57f54e889b77c'),(60835,1894,'third_tab_name',''),(60836,1894,'_third_tab_name','field_57f54ea19b77d'),(60837,1894,'third_tab',''),(60838,1894,'_third_tab','field_57f54ec39b77e'),(60839,1894,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(60840,1894,'_right_tab_2_image','field_56b3fab145571'),(60841,1894,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(60842,1894,'_right_tab_2_content','field_56b3fab145572'),(60843,1894,'right_tab_2_button_label','Download VCard'),(60844,1894,'_right_tab_2_button_label','field_56b3fab145573'),(60845,1894,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(60846,1894,'_right_tab_2_button_link','field_56b3fab145574'),(60847,1894,'right_tab_2_spacer','1'),(60848,1894,'_right_tab_2_spacer','field_56b3fab145575'),(60849,1894,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(60850,1894,'_right_tab_1_image','field_56b3fab145571'),(60851,1894,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(60852,1894,'_right_tab_1_content','field_56b3fab145572'),(60853,1894,'right_tab_1_button_label','Download VCard'),(60854,1894,'_right_tab_1_button_label','field_56b3fab145573'),(60855,1894,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(60856,1894,'_right_tab_1_button_link','field_56b3fab145574'),(60857,1894,'right_tab_1_spacer','1'),(60858,1894,'_right_tab_1_spacer','field_56b3fab145575'),(60859,1894,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(60860,1894,'_right_tab_3_image','field_56b3fab145571'),(60861,1894,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(60862,1894,'_right_tab_3_content','field_56b3fab145572'),(60863,1894,'right_tab_3_button_label','Download VCard'),(60864,1894,'_right_tab_3_button_label','field_56b3fab145573'),(60865,1894,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(60866,1894,'_right_tab_3_button_link','field_56b3fab145574'),(60867,1894,'right_tab_3_spacer','1'),(60868,1894,'_right_tab_3_spacer','field_56b3fab145575'),(60869,1894,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(60870,1894,'_right_tab_4_image','field_56b3fab145571'),(60871,1894,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(60872,1894,'_right_tab_4_content','field_56b3fab145572'),(60873,1894,'right_tab_4_button_label','Download VCard'),(60874,1894,'_right_tab_4_button_label','field_56b3fab145573'),(60875,1894,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(60876,1894,'_right_tab_4_button_link','field_56b3fab145574'),(60877,1894,'right_tab_4_spacer','1'),(60878,1894,'_right_tab_4_spacer','field_56b3fab145575'),(60879,1894,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Lidija.jpg'),(60880,1894,'_right_tab_5_image','field_56b3fab145571'),(60881,1894,'right_tab_5_content','Lidija Abramovic\r\n<span style=\"color: #00ccff;\">Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nLidija is the Lawyer at Innovation Brain. Lidija was previously a tax consultant providing legal advice and compliance in local and international regulations, as well as personal income tax and immigration services at Deloitte doo in Serbia. Lidija has also worked in various government roles, such as in litigation in the First Basic Court in Belgrade, Public Notary and Ministry of Labour, Employment, Veteran and Social Policy of the Republic of Serbia.\r\n\r\nLidija has a Masters in International Law and has passed the Bar Exam.\r\n\r\n '),(60882,1894,'_right_tab_5_content','field_56b3fab145572'),(60883,1894,'right_tab_5_button_label','Download VCard'),(60884,1894,'_right_tab_5_button_label','field_56b3fab145573'),(60885,1894,'right_tab_5_button_link','http://innovationbrain.com/DLfiles/.Lidija_Abramovic.vcf'),(60886,1894,'_right_tab_5_button_link','field_56b3fab145574'),(60887,1894,'right_tab_5_spacer','1'),(60888,1894,'_right_tab_5_spacer','field_56b3fab145575'),(60889,1894,'right_tab_6_image','http://innovationbrain.com/wp-content/uploads/Srdjan.jpeg'),(60890,1894,'_right_tab_6_image','field_56b3fab145571'),(60891,1894,'right_tab_6_content','Srdjan Begovic\r\n<span style=\"color: #00ccff;\">Senior Financial Analyst</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nSrdjan is a Senior Financial Analyst at Innovation Brain focused on financial modelling and restructuring. With a background in mathematics, econometrics and statistics, Srdjan has been building his career in a field of financial analysis working for the companies in car manufacturing, real estate and tax advisory businesses. Throughout his career, he acquired the knowledge and expertise in planning, forecasting, modelling, budgeting and valuations. Besides finance related positions, Srdjan also managed a payables controlling department while working for FIAT automobiles.\r\nMajor achievements involve real estate acquisitions where Srdjan successfully performed a due diligence processes relating to valuation and optimisation of several of the largest shopping malls in the Balkans, as well as setting up and managing one of the largest retail parks chain in Serbia.\r\nHe has a Masters degree in Finance and Investments from Aston University, and passed CFA level 1.'),(60892,1894,'_right_tab_6_content','field_56b3fab145572'),(60893,1894,'right_tab_6_button_label','Download VCard'),(60894,1894,'_right_tab_6_button_label','field_56b3fab145573'),(60895,1894,'right_tab_6_button_link','http://innovationbrain.com/DLfiles/Srdjan Begovic.vcf'),(60896,1894,'_right_tab_6_button_link','field_56b3fab145574'),(60897,1894,'right_tab_6_spacer','1'),(60898,1894,'_right_tab_6_spacer','field_56b3fab145575'),(60899,1894,'right_tab_7_image','http://innovationbrain.com/wp-content/uploads/Aleksandar.png'),(60900,1894,'_right_tab_7_image','field_56b3fab145571'),(60901,1894,'right_tab_7_content','Aleksandar Glavinic\r\n<span style=\"color: #00ccff;\">Manager - Deal Team</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nAleksandar has more than 5 years of experience in Finance as an auditor and advisor to international companies.\r\nIn addition to his main role as auditor, Aleksandar has been involved in a number of restructuring processes. He has advised major Serbian companies in the commercial sector and he is currently serving as Finance Manager for Strauss Adriatic.\r\n'),(60902,1894,'_right_tab_7_content','field_56b3fab145572'),(60903,1894,'right_tab_7_button_label','Download VCard'),(60904,1894,'_right_tab_7_button_label','field_56b3fab145573'),(60905,1894,'right_tab_7_button_link','http://innovationbrain.com/DLfiles/Aleksandar Glavinic.vcf'),(60906,1894,'_right_tab_7_button_link','field_56b3fab145574'),(60907,1894,'right_tab_7_spacer','1'),(60908,1894,'_right_tab_7_spacer','field_56b3fab145575'),(60909,1894,'right_tab_8_image','http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg'),(60910,1894,'_right_tab_8_image','field_56b3fab145571'),(60911,1894,'right_tab_8_content','Gordana Knežević\r\n<span style=\"color: #00ccff;\">Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nGordana is the Lawyer at Innovation Brain. During the course of her carrier, she has worked in two corporate law firms for more than a year dealing with Corporate law, dispute resolution (litigation), law on properties. Experience in cooperation with state authorities.\r\n\r\nGordana has a Masters Degree at the Faculty of Law, Belgrade.'),(60912,1894,'_right_tab_8_content','field_56b3fab145572'),(60913,1894,'right_tab_8_button_label','Download VCard'),(60914,1894,'_right_tab_8_button_label','field_56b3fab145573'),(60915,1894,'right_tab_8_button_link','http://innovationbrain.com/DLfiles/.Gordana_Knezevic.vcf'),(60916,1894,'_right_tab_8_button_link','field_56b3fab145574'),(60917,1894,'right_tab_8_spacer','1'),(60918,1894,'_right_tab_8_spacer','field_56b3fab145575'),(60919,1894,'right_tab_9_image','http://innovationbrain.com/wp-content/uploads/Mandy.jpg'),(60920,1894,'_right_tab_9_image','field_56b3fab145571'),(60921,1894,'right_tab_9_content','Mandy Caruana\r\n<span style=\"color: #00ccff;\">Head of Marketing</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nMandy is the Head of Marketing at Innovation Brain. She is a seasoned communications and marketing professional within the Association Industry. Mandy has held Head of department roles at the Turnaround Management Association, Association of MBAs and the Sainsbury Centre for Mental Health.'),(60922,1894,'_right_tab_9_content','field_56b3fab145572'),(60923,1894,'right_tab_9_button_label','Download VCard'),(60924,1894,'_right_tab_9_button_label','field_56b3fab145573'),(60925,1894,'right_tab_9_button_link','http://innovationbrain.com/DLfiles/.Mandy_Caruana.vcf'),(60926,1894,'_right_tab_9_button_link','field_56b3fab145574'),(60927,1894,'right_tab_9_spacer','1'),(60928,1894,'_right_tab_9_spacer','field_56b3fab145575'),(60929,1894,'right_tab_10_image','http://innovationbrain.com/wp-content/uploads/CV-Raluca-E.jpg'),(60930,1894,'_right_tab_10_image','field_56b3fab145571'),(60931,1894,'right_tab_10_content','Ralu Fadur\r\n<span style=\"color: #00ccff;\">Head of Back Office</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Cyprus</span>\r\n\r\nRalu is the Head of Back Office and HR Manager at Innovation Brain. She is a dedicated office management professional with experience handling a wide range of administrative, corporate, technical and executive support tasks. Computer proficiency and skilled relationship builder with the proven ability to work with different personality styles. She excels at resolving employer challenges with innovative solutions, systems and process improvements that increase efficiency, customer satisfaction and the bottom line.'),(60932,1894,'_right_tab_10_content','field_56b3fab145572'),(60933,1894,'right_tab_10_button_label','Download VCard'),(60934,1894,'_right_tab_10_button_label','field_56b3fab145573'),(60935,1894,'right_tab_10_button_link','http://innovationbrain.com/DLfiles/.Ralu_E.Fadur.vcf'),(60936,1894,'_right_tab_10_button_link','field_56b3fab145574'),(60937,1894,'right_tab_10_spacer','1'),(60938,1894,'_right_tab_10_spacer','field_56b3fab145575'),(60939,1895,'builder','a:0:{}'),(60940,1895,'_builder','field_56b276ce702ac'),(60941,1895,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(60942,1895,'_left_tab','field_56b36c6deeda0'),(60943,1895,'add_second_tab','1'),(60944,1895,'_add_second_tab','field_56b36ca9eeda2'),(60945,1895,'right_tab','a:11:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";i:6;s:9:\"bio_block\";i:7;s:9:\"bio_block\";i:8;s:9:\"bio_block\";i:9;s:9:\"bio_block\";i:10;s:9:\"bio_block\";}'),(60946,1895,'_right_tab','field_56b3fab04554d'),(60947,1895,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(60948,1895,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(60949,1895,'left_tab_0_spacer','1'),(60950,1895,'_left_tab_0_spacer','field_56b371c577c8c'),(60951,1895,'left_tab_1_circle1','icon-grid'),(60952,1895,'_left_tab_1_circle1','field_56b3dc86da039'),(60953,1895,'left_tab_1_circle2','icon-turnaround'),(60954,1895,'_left_tab_1_circle2','field_56b3dc86da03a'),(60955,1895,'left_tab_1_circle3','icon-masonery'),(60956,1895,'_left_tab_1_circle3','field_56b3dc86da03b'),(60957,1895,'left_tab_1_circle1_label','Restructuring'),(60958,1895,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(60959,1895,'left_tab_1_circle2_label','Turnaround'),(60960,1895,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(60961,1895,'left_tab_1_circle3_label','Innovation'),(60962,1895,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(60963,1895,'left_tab_1_spacer','1'),(60964,1895,'_left_tab_1_spacer','field_56b3dc86da042'),(60965,1895,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(60966,1895,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(60967,1895,'left_tab_2_spacer','1'),(60968,1895,'_left_tab_2_spacer','field_56b371c577c8c'),(60969,1895,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(60970,1895,'_left_tab_3_image','field_56b373f3b6e44'),(60971,1895,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(60972,1895,'_left_tab_3_title','field_56b373afb6e42'),(60973,1895,'left_tab_3_button_label','Download PDF (312 kb)'),(60974,1895,'_left_tab_3_button_label','field_56b373ceb6e43'),(60975,1895,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(60976,1895,'_left_tab_3_button_link','field_56b374ff0ad17'),(60977,1895,'left_tab_name','Company'),(60978,1895,'_left_tab_name','field_56b3976017dce'),(60979,1895,'right_tab_name','People'),(60980,1895,'_right_tab_name','field_56b3978117dcf'),(60981,1895,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(60982,1895,'_right_tab_0_image','field_56b3fab145571'),(60983,1895,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(60984,1895,'_right_tab_0_content','field_56b3fab145572'),(60985,1895,'right_tab_0_button_label','Download VCard'),(60986,1895,'_right_tab_0_button_label','field_56b3fab145573'),(60987,1895,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(60988,1895,'_right_tab_0_button_link','field_56b3fab145574'),(60989,1895,'right_tab_0_spacer','1'),(60990,1895,'_right_tab_0_spacer','field_56b3fab145575'),(60991,1895,'right_tab_1_contact_title','Please feel free to contact me:'),(60992,1895,'_right_tab_1_contact_title','field_56b4001eb0921'),(60993,1895,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(60994,1895,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(60995,1895,'right_tab_1_contact_values_0_contact_value_right',''),(60996,1895,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(60997,1895,'right_tab_1_contact_values_0_link',''),(60998,1895,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(60999,1895,'right_tab_1_contact_values_0_link_type',''),(61000,1895,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(61001,1895,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(61002,1895,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(61003,1895,'right_tab_1_contact_values_1_contact_value_right',''),(61004,1895,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(61005,1895,'right_tab_1_contact_values_1_link',''),(61006,1895,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(61007,1895,'right_tab_1_contact_values_1_link_type',''),(61008,1895,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(61009,1895,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(61010,1895,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(61011,1895,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(61012,1895,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(61013,1895,'right_tab_1_contact_values_2_link','+41793107090'),(61014,1895,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(61015,1895,'right_tab_1_contact_values_2_link_type','tel:'),(61016,1895,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(61017,1895,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(61018,1895,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(61019,1895,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(61020,1895,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(61021,1895,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(61022,1895,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(61023,1895,'right_tab_1_contact_values_3_link_type','mailto:'),(61024,1895,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'); INSERT INTO `wp_postmeta` VALUES (61025,1895,'right_tab_1_contact_icon','icon-mail'),(61026,1895,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(61027,1895,'right_tab_1_contact_values','4'),(61028,1895,'_right_tab_1_contact_values','field_56b3fde2ce062'),(61029,1895,'add_third_tab','0'),(61030,1895,'_add_third_tab','field_57f54e889b77c'),(61031,1895,'third_tab_name',''),(61032,1895,'_third_tab_name','field_57f54ea19b77d'),(61033,1895,'third_tab',''),(61034,1895,'_third_tab','field_57f54ec39b77e'),(61035,1895,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(61036,1895,'_right_tab_2_image','field_56b3fab145571'),(61037,1895,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(61038,1895,'_right_tab_2_content','field_56b3fab145572'),(61039,1895,'right_tab_2_button_label','Download VCard'),(61040,1895,'_right_tab_2_button_label','field_56b3fab145573'),(61041,1895,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(61042,1895,'_right_tab_2_button_link','field_56b3fab145574'),(61043,1895,'right_tab_2_spacer','1'),(61044,1895,'_right_tab_2_spacer','field_56b3fab145575'),(61045,1895,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(61046,1895,'_right_tab_1_image','field_56b3fab145571'),(61047,1895,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(61048,1895,'_right_tab_1_content','field_56b3fab145572'),(61049,1895,'right_tab_1_button_label','Download VCard'),(61050,1895,'_right_tab_1_button_label','field_56b3fab145573'),(61051,1895,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(61052,1895,'_right_tab_1_button_link','field_56b3fab145574'),(61053,1895,'right_tab_1_spacer','1'),(61054,1895,'_right_tab_1_spacer','field_56b3fab145575'),(61055,1895,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg'),(61056,1895,'_right_tab_3_image','field_56b3fab145571'),(61057,1895,'right_tab_3_content','Steven Franck\r\n<span style=\"color: #00ccff;\">Director of Financial Services & CFO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nSteven has over 17 years of investment banking and capital markets experience in valuing businesses, investing, raising capital and crisis management. As well as board level experience as Non-Executive Director at the Hellenic Financial Stability Fund (HFSF).\r\n\r\nSteven\'s bank restructuring expertise developed across a broad range of experiences, including:\r\n<ul>\r\n <li>high level crisis management during the Cyprus bank emergency;</li>\r\n <li>creation of the €15B New Hellenic Postbank, a “bridge bank” which was subsequently restructured and sold to Eurobank;</li>\r\n <li>the €21B Purchase & Assumption of ATEbank by Piraeus Bank;</li>\r\n <li>Strategy & Restructuring Advisor to Greek government to privatize three (3) banks with combined assets of nearly €50B;</li>\r\n <li>restructured €300M+ of commercial real estate properties within Central and Eastern Europe;</li>\r\n <li>led team of 35+ lawyers, traders, and sales personnel to monetize Lehman derivative trades across Europe.</li>\r\n</ul>\r\n '),(61058,1895,'_right_tab_3_content','field_56b3fab145572'),(61059,1895,'right_tab_3_button_label','Download VCard'),(61060,1895,'_right_tab_3_button_label','field_56b3fab145573'),(61061,1895,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(61062,1895,'_right_tab_3_button_link','field_56b3fab145574'),(61063,1895,'right_tab_3_spacer','1'),(61064,1895,'_right_tab_3_spacer','field_56b3fab145575'),(61065,1895,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(61066,1895,'_right_tab_4_image','field_56b3fab145571'),(61067,1895,'right_tab_4_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(61068,1895,'_right_tab_4_content','field_56b3fab145572'),(61069,1895,'right_tab_4_button_label','Download VCard'),(61070,1895,'_right_tab_4_button_label','field_56b3fab145573'),(61071,1895,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(61072,1895,'_right_tab_4_button_link','field_56b3fab145574'),(61073,1895,'right_tab_4_spacer','1'),(61074,1895,'_right_tab_4_spacer','field_56b3fab145575'),(61075,1895,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Lidija.jpg'),(61076,1895,'_right_tab_5_image','field_56b3fab145571'),(61077,1895,'right_tab_5_content','Lidija Abramovic\r\n<span style=\"color: #00ccff;\">Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nLidija is the Lawyer at Innovation Brain. Lidija was previously a tax consultant providing legal advice and compliance in local and international regulations, as well as personal income tax and immigration services at Deloitte doo in Serbia. Lidija has also worked in various government roles, such as in litigation in the First Basic Court in Belgrade, Public Notary and Ministry of Labour, Employment, Veteran and Social Policy of the Republic of Serbia.\r\n\r\nLidija has a Masters in International Law and has passed the Bar Exam.\r\n\r\n '),(61078,1895,'_right_tab_5_content','field_56b3fab145572'),(61079,1895,'right_tab_5_button_label','Download VCard'),(61080,1895,'_right_tab_5_button_label','field_56b3fab145573'),(61081,1895,'right_tab_5_button_link','http://innovationbrain.com/DLfiles/.Lidija_Abramovic.vcf'),(61082,1895,'_right_tab_5_button_link','field_56b3fab145574'),(61083,1895,'right_tab_5_spacer','1'),(61084,1895,'_right_tab_5_spacer','field_56b3fab145575'),(61085,1895,'right_tab_6_image','http://innovationbrain.com/wp-content/uploads/Srdjan.jpeg'),(61086,1895,'_right_tab_6_image','field_56b3fab145571'),(61087,1895,'right_tab_6_content','Srdjan Begovic\r\n<span style=\"color: #00ccff;\">Senior Financial Analyst</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nSrdjan is a Senior Financial Analyst at Innovation Brain focused on financial modelling and restructuring. With a background in mathematics, econometrics and statistics, Srdjan has been building his career in a field of financial analysis working for the companies in car manufacturing, real estate and tax advisory businesses. Throughout his career, he acquired the knowledge and expertise in planning, forecasting, modelling, budgeting and valuations. Besides finance related positions, Srdjan also managed a payables controlling department while working for FIAT automobiles.\r\nMajor achievements involve real estate acquisitions where Srdjan successfully performed a due diligence processes relating to valuation and optimisation of several of the largest shopping malls in the Balkans, as well as setting up and managing one of the largest retail parks chain in Serbia.\r\nHe has a Masters degree in Finance and Investments from Aston University, and passed CFA level 1.'),(61088,1895,'_right_tab_6_content','field_56b3fab145572'),(61089,1895,'right_tab_6_button_label','Download VCard'),(61090,1895,'_right_tab_6_button_label','field_56b3fab145573'),(61091,1895,'right_tab_6_button_link','http://innovationbrain.com/DLfiles/Srdjan Begovic.vcf'),(61092,1895,'_right_tab_6_button_link','field_56b3fab145574'),(61093,1895,'right_tab_6_spacer','1'),(61094,1895,'_right_tab_6_spacer','field_56b3fab145575'),(61095,1895,'right_tab_7_image','http://innovationbrain.com/wp-content/uploads/Aleksandar.png'),(61096,1895,'_right_tab_7_image','field_56b3fab145571'),(61097,1895,'right_tab_7_content','Aleksandar Glavinic\r\n<span style=\"color: #00ccff;\">Manager - Deal Team</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\n\r\nAleksandar has more than 5 years of experience in Finance as an auditor and advisor to international companies.\r\nIn addition to his main role as auditor, Aleksandar has been involved in a number of restructuring processes. He has advised major Serbian companies in the commercial sector and he is currently serving as Finance Manager for Strauss Adriatic.\r\n'),(61098,1895,'_right_tab_7_content','field_56b3fab145572'),(61099,1895,'right_tab_7_button_label','Download VCard'),(61100,1895,'_right_tab_7_button_label','field_56b3fab145573'),(61101,1895,'right_tab_7_button_link','http://innovationbrain.com/DLfiles/Aleksandar Glavinic.vcf'),(61102,1895,'_right_tab_7_button_link','field_56b3fab145574'),(61103,1895,'right_tab_7_spacer','1'),(61104,1895,'_right_tab_7_spacer','field_56b3fab145575'),(61105,1895,'right_tab_8_image','http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg'),(61106,1895,'_right_tab_8_image','field_56b3fab145571'),(61107,1895,'right_tab_8_content','Gordana Knežević\r\n<span style=\"color: #00ccff;\">Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nGordana is the Lawyer at Innovation Brain. During the course of her carrier, she has worked in two corporate law firms for more than a year dealing with Corporate law, dispute resolution (litigation), law on properties. Experience in cooperation with state authorities.\r\n\r\nGordana has a Masters Degree at the Faculty of Law, Belgrade.'),(61108,1895,'_right_tab_8_content','field_56b3fab145572'),(61109,1895,'right_tab_8_button_label','Download VCard'),(61110,1895,'_right_tab_8_button_label','field_56b3fab145573'),(61111,1895,'right_tab_8_button_link','http://innovationbrain.com/DLfiles/.Gordana_Knezevic.vcf'),(61112,1895,'_right_tab_8_button_link','field_56b3fab145574'),(61113,1895,'right_tab_8_spacer','1'),(61114,1895,'_right_tab_8_spacer','field_56b3fab145575'),(61115,1895,'right_tab_9_image','http://innovationbrain.com/wp-content/uploads/Mandy.jpg'),(61116,1895,'_right_tab_9_image','field_56b3fab145571'),(61117,1895,'right_tab_9_content','Mandy Caruana\r\n<span style=\"color: #00ccff;\">Head of Marketing</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nMandy is the Head of Marketing at Innovation Brain. She is a seasoned communications and marketing professional within the Association Industry. Mandy has held Head of department roles at the Turnaround Management Association, Association of MBAs and the Sainsbury Centre for Mental Health.'),(61118,1895,'_right_tab_9_content','field_56b3fab145572'),(61119,1895,'right_tab_9_button_label','Download VCard'),(61120,1895,'_right_tab_9_button_label','field_56b3fab145573'),(61121,1895,'right_tab_9_button_link','http://innovationbrain.com/DLfiles/.Mandy_Caruana.vcf'),(61122,1895,'_right_tab_9_button_link','field_56b3fab145574'),(61123,1895,'right_tab_9_spacer','1'),(61124,1895,'_right_tab_9_spacer','field_56b3fab145575'),(61125,1895,'right_tab_10_image','http://innovationbrain.com/wp-content/uploads/CV-Raluca-E.jpg'),(61126,1895,'_right_tab_10_image','field_56b3fab145571'),(61127,1895,'right_tab_10_content','Ralu Fadur\r\n<span style=\"color: #00ccff;\">Head of Back Office</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Cyprus</span>\r\n\r\nRalu is the Head of Back Office and HR Manager at Innovation Brain. She is a dedicated office management professional with experience handling a wide range of administrative, corporate, technical and executive support tasks. Computer proficiency and skilled relationship builder with the proven ability to work with different personality styles. She excels at resolving employer challenges with innovative solutions, systems and process improvements that increase efficiency, customer satisfaction and the bottom line.'),(61128,1895,'_right_tab_10_content','field_56b3fab145572'),(61129,1895,'right_tab_10_button_label','Download VCard'),(61130,1895,'_right_tab_10_button_label','field_56b3fab145573'),(61131,1895,'right_tab_10_button_link','http://innovationbrain.com/DLfiles/.Ralu_E.Fadur.vcf'),(61132,1895,'_right_tab_10_button_link','field_56b3fab145574'),(61133,1895,'right_tab_10_spacer','1'),(61134,1895,'_right_tab_10_spacer','field_56b3fab145575'),(61135,64,'third_tab_1_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(61136,64,'_third_tab_1_wysiwyg_editor','field_57f54ec49b77f'),(61137,64,'third_tab_1_spacer','1'),(61138,64,'_third_tab_1_spacer','field_57f54ec49b780'),(61139,1897,'cases_repeater_0_cases_title','- Largest Greek Bank'),(61140,1897,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(61141,1897,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(61142,1897,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(61143,1897,'cases_repeater_0_icon','icon-bullseye-small'),(61144,1897,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(61145,1897,'cases_repeater_0_cases_icon_title','Financial services'),(61146,1897,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(61147,1897,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(61148,1897,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(61149,1897,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(61150,1897,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(61151,1897,'cases_repeater_1_icon','icon-progress-small'),(61152,1897,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(61153,1897,'cases_repeater_1_cases_icon_title','Commodities'),(61154,1897,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(61155,1897,'cases_repeater','3'),(61156,1897,'_cases_repeater','field_56b25d0cd2fed'),(61157,1897,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(61158,1897,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(61159,1897,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(61160,1897,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(61161,1897,'cases_repeater_2_icon','icon-pill-small'),(61162,1897,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(61163,1897,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(61164,1897,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(61165,1897,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(61166,1897,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(61167,1897,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(61168,1897,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(61169,1897,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(61170,1897,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(61171,1897,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(61172,1897,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(61173,1897,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(61174,1897,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(61175,1897,'conferences_repeater_2_conference_place_and_date','September, 2015'),(61176,1897,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(61177,1897,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(61178,1897,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(61179,1897,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(61180,1897,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(61181,1897,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(61182,1897,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(61183,1897,'conferences_repeater_4_conference_place_and_date','May, 2015'),(61184,1897,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(61185,1897,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(61186,1897,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(61187,1897,'conferences_repeater_5_conference_place_and_date','April, 2015'),(61188,1897,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(61189,1897,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(61190,1897,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(61191,1897,'conferences_repeater_6_conference_place_and_date','January, 2015'),(61192,1897,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(61193,1897,'conferences_repeater','7'),(61194,1897,'_conferences_repeater','field_56b28bd340c44'),(61195,1897,'conferences_contact','Previous conferences available upon request'),(61196,1897,'_conferences_contact','field_56b3451c304a4'),(61197,1897,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(61198,1897,'_conferences_contact_mail','field_56b3453c304a5'),(61199,1897,'conferences_icon','icon-mail'),(61200,1897,'_conferences_icon','field_56b347cd8f381'),(61201,1897,'conferences_contact_text','Previous conferences available upon request'),(61202,1897,'_conferences_contact_text','field_56b3451c304a4'),(61203,1897,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(61204,1897,'_left_tab','field_56b36c6deeda0'),(61205,1897,'add_second_tab','1'),(61206,1897,'_add_second_tab','field_56b36ca9eeda2'),(61207,1897,'right_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";}'),(61208,1897,'_right_tab','field_56b3fab04554d'),(61209,1897,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(61210,1897,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(61211,1897,'left_tab_0_spacer','0'),(61212,1897,'_left_tab_0_spacer','field_56b371c577c8c'),(61213,1897,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(61214,1897,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(61215,1897,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(61216,1897,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(61217,1897,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(61218,1897,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(61219,1897,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(61220,1897,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(61221,1897,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(61222,1897,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(61223,1897,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(61224,1897,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(61225,1897,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(61226,1897,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(61227,1897,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(61228,1897,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(61229,1897,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(61230,1897,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(61231,1897,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(61232,1897,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(61233,1897,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(61234,1897,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(61235,1897,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(61236,1897,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(61237,1897,'left_tab_1_cases_repeater','3'),(61238,1897,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(61239,1897,'left_tab_1_spacer','0'),(61240,1897,'_left_tab_1_spacer','field_56b3f001dbf09'),(61241,1897,'left_tab_name','Successful Transactions'),(61242,1897,'_left_tab_name','field_56b3976017dce'),(61243,1897,'right_tab_name','Case studies'),(61244,1897,'_right_tab_name','field_56b3978117dcf'),(61245,1897,'right_tab_0_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1879\" src=\"http://innovationbrain.com/wp-content/uploads/Crops-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n<div style=\"display: inline-block;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Case-Study-Cyprus-.png\"><img src=\"http://innovationbrain.com/wp-content/uploads/Cyprus-image-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" class=\"alignnone size-medium wp-image-1880\" /></a>\r\nCase Study of a Cypriot Hotel Group\r\n\r\n</div>\r\n</div>'),(61246,1897,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(61247,1897,'right_tab_0_spacer','1'),(61248,1897,'_right_tab_0_spacer','field_56b3fab14554f'),(61249,1897,'right_tab_2_contact_icon','icon-mail'),(61250,1897,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(61251,1897,'right_tab_2_contact_title','Previous conferences available upon request.'),(61252,1897,'_right_tab_2_contact_title','field_56b4001eb0921'),(61253,1897,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(61254,1897,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(61255,1897,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(61256,1897,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(61257,1897,'right_tab_2_contact_values_0_link_type','mailto:'),(61258,1897,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(61259,1897,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(61260,1897,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(61261,1897,'right_tab_2_contact_values','1'),(61262,1897,'_right_tab_2_contact_values','field_56b3fde2ce062'),(61263,1897,'add_third_tab','1'),(61264,1897,'_add_third_tab','field_57f54e889b77c'),(61265,1897,'third_tab_name','IB Blog'),(61266,1897,'_third_tab_name','field_57f54ea19b77d'),(61267,1897,'third_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";}'),(61268,1897,'_third_tab','field_57f54ec39b77e'),(61269,1897,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(61270,1897,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(61271,1897,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(61272,1897,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(61273,1897,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(61274,1897,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(61275,1897,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(61276,1897,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(61277,1897,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(61278,1897,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(61279,1897,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(61280,1897,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(61281,1897,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(61282,1897,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(61283,1897,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(61284,1897,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(61285,1897,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(61286,1897,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(61287,1897,'right_tab_3_items_list_repeater','4'),(61288,1897,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(61289,1897,'right_tab_4_contact_icon','icon-mail'),(61290,1897,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(61291,1897,'right_tab_4_contact_title','Previous conferences available upon request.'),(61292,1897,'_right_tab_4_contact_title','field_56b4001eb0921'),(61293,1897,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(61294,1897,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(61295,1897,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(61296,1897,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(61297,1897,'right_tab_4_contact_values_0_link_type','mailto:'),(61298,1897,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(61299,1897,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(61300,1897,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(61301,1897,'right_tab_4_contact_values','1'),(61302,1897,'_right_tab_4_contact_values','field_56b3fde2ce062'),(61303,1897,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(61304,1897,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(61305,1897,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(61306,1897,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(61307,1897,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(61308,1897,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(61309,1897,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(61310,1897,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(61311,1897,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(61312,1897,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(61313,1897,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(61314,1897,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(61315,1897,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(61316,1897,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(61317,1897,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(61318,1897,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(61319,1897,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(61320,1897,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(61321,1897,'right_tab_5_items_list_repeater','7'),(61322,1897,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(61323,1897,'right_tab_6_contact_icon','icon-mail'),(61324,1897,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(61325,1897,'right_tab_6_contact_title','Previous conferences available upon request.'),(61326,1897,'_right_tab_6_contact_title','field_56b4001eb0921'),(61327,1897,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(61328,1897,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(61329,1897,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(61330,1897,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(61331,1897,'right_tab_6_contact_values_0_link_type','mailto:'),(61332,1897,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(61333,1897,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(61334,1897,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(61335,1897,'right_tab_6_contact_values','1'),(61336,1897,'_right_tab_6_contact_values','field_56b3fde2ce062'),(61337,1897,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(61338,1897,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(61339,1897,'third_tab_0_spacer','1'),(61340,1897,'_third_tab_0_spacer','field_57f54ec49b780'),(61341,1897,'third_tab_2_contact_icon','icon-mail'),(61342,1897,'_third_tab_2_contact_icon','field_58568c5a91b24'),(61343,1897,'third_tab_2_contact_title','Previous conferences available upon request.'),(61344,1897,'_third_tab_2_contact_title','field_58568c7791b25'),(61345,1897,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(61346,1897,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(61347,1897,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(61348,1897,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(61349,1897,'third_tab_2_contact_values_0_link_type','mailto:'),(61350,1897,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(61351,1897,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(61352,1897,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(61353,1897,'third_tab_2_contact_values','1'),(61354,1897,'_third_tab_2_contact_values','field_58568c1091b1d'),(61355,1897,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(61356,1897,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(61357,1897,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(61358,1897,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(61359,1897,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(61360,1897,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(61361,1897,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(61362,1897,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(61363,1897,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(61364,1897,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(61365,1897,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(61366,1897,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(61367,1897,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(61368,1897,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(61369,1897,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(61370,1897,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(61371,1897,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(61372,1897,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(61373,1897,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(61374,1897,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(61375,1897,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(61376,1897,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(61377,1897,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(61378,1897,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(61379,1897,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(61380,1897,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(61381,1897,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(61382,1897,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(61383,1897,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(61384,1897,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(61385,1897,'right_tab_7_items_list_repeater','4'),(61386,1897,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(61387,1897,'right_tab_8_contact_icon','icon-mail'),(61388,1897,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(61389,1897,'right_tab_8_contact_title','Previous conferences available upon request.'),(61390,1897,'_right_tab_8_contact_title','field_56b4001eb0921'),(61391,1897,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(61392,1897,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(61393,1897,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(61394,1897,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(61395,1897,'right_tab_8_contact_values_0_link_type','mailto:'),(61396,1897,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(61397,1897,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(61398,1897,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(61399,1897,'right_tab_8_contact_values','1'),(61400,1897,'_right_tab_8_contact_values','field_56b3fde2ce062'),(61401,1897,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(61402,1897,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(61403,1897,'third_tab_0_items_list_repeater',''),(61404,1897,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(61405,1897,'third_tab_1_contact_icon','icon-mail'),(61406,1897,'_third_tab_1_contact_icon','field_58568c5a91b24'),(61407,1897,'third_tab_1_contact_title','Previous conferences available upon request.'),(61408,1897,'_third_tab_1_contact_title','field_58568c7791b25'),(61409,1897,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(61410,1897,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(61411,1897,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(61412,1897,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(61413,1897,'third_tab_1_contact_values_0_link_type','mailto:'),(61414,1897,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(61415,1897,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(61416,1897,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(61417,1897,'third_tab_1_contact_values','1'),(61418,1897,'_third_tab_1_contact_values','field_58568c1091b1d'),(61419,1897,'right_tab_1_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img src=\"http://innovationbrain.com/wp-content/uploads/Dairy-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" class=\"alignnone size-medium wp-image-1881\" /></a>\r\nStudy of a Romanian Dairy & Meat Producer\r\n\r\n</div>\r\n</div>'),(61420,1897,'_right_tab_1_wysiwyg_editor','field_56b3fab14554e'),(61421,1897,'right_tab_1_spacer','1'),(61422,1897,'_right_tab_1_spacer','field_56b3fab14554f'),(61423,1897,'third_tab_1_wysiwyg_editor','April 2018\r\n\r\n<strong>NPLs in the Ukraine</strong>\r\n\r\nInnovation Brain Director of Financial Services and CRO Steven Franck attended and spoke at the EBRD conference last month. The event aimed to take stock of the results achieved so far and also see ways to improve the NPL resolution in the Ukraine. Amongst other things, they discussed the impact of the LFR in resolving NPLs in Ukraine, and the critical linkages between restructuring, effective insolvency systems and proper tax incentives to support a robust NPL resolution regime.\r\n\r\nRead more and see the presentations <a href=\"http://npl.vienna-initiative.com/regional-events/law-on-financial-restructuring-and-npl-resolution/\">here</a>\r\n\r\n'),(61424,1897,'_third_tab_1_wysiwyg_editor','field_57f54ec49b77f'),(61425,1897,'third_tab_1_spacer','1'),(61426,1897,'_third_tab_1_spacer','field_57f54ec49b780'),(61427,1898,'cases_repeater_0_cases_title','- Largest Greek Bank'),(61428,1898,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(61429,1898,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(61430,1898,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(61431,1898,'cases_repeater_0_icon','icon-bullseye-small'),(61432,1898,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(61433,1898,'cases_repeater_0_cases_icon_title','Financial services'),(61434,1898,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(61435,1898,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(61436,1898,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(61437,1898,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(61438,1898,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(61439,1898,'cases_repeater_1_icon','icon-progress-small'),(61440,1898,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(61441,1898,'cases_repeater_1_cases_icon_title','Commodities'),(61442,1898,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(61443,1898,'cases_repeater','3'),(61444,1898,'_cases_repeater','field_56b25d0cd2fed'),(61445,1898,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(61446,1898,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(61447,1898,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(61448,1898,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(61449,1898,'cases_repeater_2_icon','icon-pill-small'),(61450,1898,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(61451,1898,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(61452,1898,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(61453,1898,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(61454,1898,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(61455,1898,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(61456,1898,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(61457,1898,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(61458,1898,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(61459,1898,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(61460,1898,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(61461,1898,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(61462,1898,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(61463,1898,'conferences_repeater_2_conference_place_and_date','September, 2015'),(61464,1898,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(61465,1898,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(61466,1898,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(61467,1898,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(61468,1898,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(61469,1898,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(61470,1898,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(61471,1898,'conferences_repeater_4_conference_place_and_date','May, 2015'),(61472,1898,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(61473,1898,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(61474,1898,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(61475,1898,'conferences_repeater_5_conference_place_and_date','April, 2015'),(61476,1898,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(61477,1898,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(61478,1898,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(61479,1898,'conferences_repeater_6_conference_place_and_date','January, 2015'),(61480,1898,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(61481,1898,'conferences_repeater','7'),(61482,1898,'_conferences_repeater','field_56b28bd340c44'),(61483,1898,'conferences_contact','Previous conferences available upon request'),(61484,1898,'_conferences_contact','field_56b3451c304a4'),(61485,1898,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(61486,1898,'_conferences_contact_mail','field_56b3453c304a5'),(61487,1898,'conferences_icon','icon-mail'),(61488,1898,'_conferences_icon','field_56b347cd8f381'),(61489,1898,'conferences_contact_text','Previous conferences available upon request'),(61490,1898,'_conferences_contact_text','field_56b3451c304a4'),(61491,1898,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(61492,1898,'_left_tab','field_56b36c6deeda0'),(61493,1898,'add_second_tab','1'),(61494,1898,'_add_second_tab','field_56b36ca9eeda2'),(61495,1898,'right_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";}'),(61496,1898,'_right_tab','field_56b3fab04554d'),(61497,1898,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(61498,1898,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(61499,1898,'left_tab_0_spacer','0'),(61500,1898,'_left_tab_0_spacer','field_56b371c577c8c'),(61501,1898,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(61502,1898,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(61503,1898,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(61504,1898,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(61505,1898,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(61506,1898,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(61507,1898,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(61508,1898,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(61509,1898,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(61510,1898,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(61511,1898,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(61512,1898,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(61513,1898,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(61514,1898,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(61515,1898,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(61516,1898,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(61517,1898,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(61518,1898,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(61519,1898,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(61520,1898,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(61521,1898,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(61522,1898,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(61523,1898,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(61524,1898,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(61525,1898,'left_tab_1_cases_repeater','3'),(61526,1898,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(61527,1898,'left_tab_1_spacer','0'),(61528,1898,'_left_tab_1_spacer','field_56b3f001dbf09'),(61529,1898,'left_tab_name','Successful Transactions'),(61530,1898,'_left_tab_name','field_56b3976017dce'),(61531,1898,'right_tab_name','Case studies'),(61532,1898,'_right_tab_name','field_56b3978117dcf'),(61533,1898,'right_tab_0_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1879\" src=\"http://innovationbrain.com/wp-content/uploads/Crops-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n<div style=\"display: inline-block;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Case-Study-Cyprus-.png\"><img class=\"alignnone size-medium wp-image-1880\" src=\"http://innovationbrain.com/wp-content/uploads/Cyprus-image-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Cypriot Hotel Group\r\n\r\n</div>\r\n</div>'),(61534,1898,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(61535,1898,'right_tab_0_spacer','1'),(61536,1898,'_right_tab_0_spacer','field_56b3fab14554f'),(61537,1898,'right_tab_2_contact_icon','icon-mail'),(61538,1898,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(61539,1898,'right_tab_2_contact_title','Previous conferences available upon request.'),(61540,1898,'_right_tab_2_contact_title','field_56b4001eb0921'),(61541,1898,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(61542,1898,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(61543,1898,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(61544,1898,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(61545,1898,'right_tab_2_contact_values_0_link_type','mailto:'),(61546,1898,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(61547,1898,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(61548,1898,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(61549,1898,'right_tab_2_contact_values','1'),(61550,1898,'_right_tab_2_contact_values','field_56b3fde2ce062'),(61551,1898,'add_third_tab','1'),(61552,1898,'_add_third_tab','field_57f54e889b77c'),(61553,1898,'third_tab_name','IB Blog'),(61554,1898,'_third_tab_name','field_57f54ea19b77d'),(61555,1898,'third_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";}'),(61556,1898,'_third_tab','field_57f54ec39b77e'),(61557,1898,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(61558,1898,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(61559,1898,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(61560,1898,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(61561,1898,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(61562,1898,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(61563,1898,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(61564,1898,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(61565,1898,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(61566,1898,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(61567,1898,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(61568,1898,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(61569,1898,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(61570,1898,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(61571,1898,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(61572,1898,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(61573,1898,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(61574,1898,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(61575,1898,'right_tab_3_items_list_repeater','4'),(61576,1898,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(61577,1898,'right_tab_4_contact_icon','icon-mail'),(61578,1898,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(61579,1898,'right_tab_4_contact_title','Previous conferences available upon request.'),(61580,1898,'_right_tab_4_contact_title','field_56b4001eb0921'),(61581,1898,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(61582,1898,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(61583,1898,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(61584,1898,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(61585,1898,'right_tab_4_contact_values_0_link_type','mailto:'),(61586,1898,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(61587,1898,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(61588,1898,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(61589,1898,'right_tab_4_contact_values','1'),(61590,1898,'_right_tab_4_contact_values','field_56b3fde2ce062'),(61591,1898,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(61592,1898,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(61593,1898,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(61594,1898,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(61595,1898,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(61596,1898,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(61597,1898,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(61598,1898,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(61599,1898,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(61600,1898,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(61601,1898,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(61602,1898,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(61603,1898,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(61604,1898,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(61605,1898,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(61606,1898,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(61607,1898,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(61608,1898,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(61609,1898,'right_tab_5_items_list_repeater','7'),(61610,1898,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(61611,1898,'right_tab_6_contact_icon','icon-mail'),(61612,1898,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(61613,1898,'right_tab_6_contact_title','Previous conferences available upon request.'),(61614,1898,'_right_tab_6_contact_title','field_56b4001eb0921'),(61615,1898,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(61616,1898,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(61617,1898,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(61618,1898,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(61619,1898,'right_tab_6_contact_values_0_link_type','mailto:'),(61620,1898,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(61621,1898,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(61622,1898,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(61623,1898,'right_tab_6_contact_values','1'),(61624,1898,'_right_tab_6_contact_values','field_56b3fde2ce062'),(61625,1898,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(61626,1898,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(61627,1898,'third_tab_0_spacer','1'),(61628,1898,'_third_tab_0_spacer','field_57f54ec49b780'),(61629,1898,'third_tab_2_contact_icon','icon-mail'),(61630,1898,'_third_tab_2_contact_icon','field_58568c5a91b24'),(61631,1898,'third_tab_2_contact_title','Previous conferences available upon request.'),(61632,1898,'_third_tab_2_contact_title','field_58568c7791b25'),(61633,1898,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(61634,1898,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(61635,1898,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(61636,1898,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(61637,1898,'third_tab_2_contact_values_0_link_type','mailto:'),(61638,1898,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(61639,1898,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(61640,1898,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(61641,1898,'third_tab_2_contact_values','1'),(61642,1898,'_third_tab_2_contact_values','field_58568c1091b1d'),(61643,1898,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(61644,1898,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(61645,1898,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(61646,1898,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(61647,1898,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(61648,1898,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(61649,1898,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(61650,1898,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(61651,1898,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(61652,1898,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(61653,1898,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(61654,1898,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(61655,1898,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(61656,1898,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(61657,1898,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(61658,1898,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(61659,1898,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(61660,1898,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(61661,1898,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(61662,1898,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(61663,1898,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(61664,1898,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(61665,1898,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(61666,1898,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(61667,1898,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(61668,1898,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(61669,1898,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(61670,1898,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(61671,1898,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(61672,1898,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(61673,1898,'right_tab_7_items_list_repeater','4'),(61674,1898,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(61675,1898,'right_tab_8_contact_icon','icon-mail'),(61676,1898,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(61677,1898,'right_tab_8_contact_title','Previous conferences available upon request.'),(61678,1898,'_right_tab_8_contact_title','field_56b4001eb0921'),(61679,1898,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(61680,1898,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(61681,1898,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(61682,1898,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(61683,1898,'right_tab_8_contact_values_0_link_type','mailto:'),(61684,1898,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(61685,1898,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(61686,1898,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(61687,1898,'right_tab_8_contact_values','1'),(61688,1898,'_right_tab_8_contact_values','field_56b3fde2ce062'),(61689,1898,'third_tab_3_wysiwyg_editor','<h3>Upcoming in 2018</h3>'),(61690,1898,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(61691,1898,'third_tab_0_items_list_repeater',''),(61692,1898,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(61693,1898,'third_tab_1_contact_icon','icon-mail'),(61694,1898,'_third_tab_1_contact_icon','field_58568c5a91b24'),(61695,1898,'third_tab_1_contact_title','Previous conferences available upon request.'),(61696,1898,'_third_tab_1_contact_title','field_58568c7791b25'),(61697,1898,'third_tab_1_contact_values_0_contact_value_left','E-mail:'),(61698,1898,'_third_tab_1_contact_values_0_contact_value_left','field_58568c1091b1e'),(61699,1898,'third_tab_1_contact_values_0_contact_value_right','info@innovationbrain.com'),(61700,1898,'_third_tab_1_contact_values_0_contact_value_right','field_58568c1091b1f'),(61701,1898,'third_tab_1_contact_values_0_link_type','mailto:'),(61702,1898,'_third_tab_1_contact_values_0_link_type','field_58568c1091b20'),(61703,1898,'third_tab_1_contact_values_0_link','info@innovationbrain.com'),(61704,1898,'_third_tab_1_contact_values_0_link','field_58568c1091b21'),(61705,1898,'third_tab_1_contact_values','1'),(61706,1898,'_third_tab_1_contact_values','field_58568c1091b1d'),(61707,1898,'right_tab_1_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img class=\"alignnone size-medium wp-image-1881\" src=\"http://innovationbrain.com/wp-content/uploads/Dairy-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nStudy of a Romanian Dairy & Meat Producer\r\n\r\n</div>\r\n</div>'),(61708,1898,'_right_tab_1_wysiwyg_editor','field_56b3fab14554e'),(61709,1898,'right_tab_1_spacer','1'),(61710,1898,'_right_tab_1_spacer','field_56b3fab14554f'),(61711,1898,'third_tab_1_wysiwyg_editor','<strong>NPLs in the Ukraine</strong>\r\n\r\nApril 2018\r\n\r\nInnovation Brain Director of Financial Services and CRO Steven Franck attended and spoke at the EBRD conference last month. The event aimed to take stock of the results achieved so far and also see ways to improve the NPL resolution in the Ukraine. Amongst other things, they discussed the impact of the LFR in resolving NPLs in Ukraine, and the critical linkages between restructuring, effective insolvency systems and proper tax incentives to support a robust NPL resolution regime.\r\n\r\nRead more and see the presentations <a href=\"http://npl.vienna-initiative.com/regional-events/law-on-financial-restructuring-and-npl-resolution/\">here</a>'),(61712,1898,'_third_tab_1_wysiwyg_editor','field_57f54ec49b77f'),(61713,1898,'third_tab_1_spacer','1'),(61714,1898,'_third_tab_1_spacer','field_57f54ec49b780'),(61715,1900,'contacts_repeater_0_contact_title','General enquiries'),(61716,1900,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(61717,1900,'contacts_repeater_1_contact_title','Finance / Sales'),(61718,1900,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(61719,1900,'contacts_repeater','3'),(61720,1900,'_contacts_repeater','field_56b247f6dbbd9'),(61721,1900,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(61722,1900,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(61723,1900,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(61724,1900,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(61725,1900,'contacts_repeater_0_contact_values','1'),(61726,1900,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(61727,1900,'contacts_repeater_0_contact_icon','icon-cloud'),(61728,1900,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(61729,1900,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(61730,1900,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(61731,1900,'contacts_repeater_1_contact_values_0_contact_value_right',''),(61732,1900,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(61733,1900,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(61734,1900,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(61735,1900,'contacts_repeater_1_contact_values_1_contact_value_right',''),(61736,1900,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(61737,1900,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(61738,1900,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(61739,1900,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(61740,1900,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(61741,1900,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(61742,1900,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(61743,1900,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(61744,1900,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(61745,1900,'contacts_repeater_1_contact_values','4'),(61746,1900,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(61747,1900,'contacts_repeater_1_contact_icon','icon-paper'),(61748,1900,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(61749,1900,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(61750,1900,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(61751,1900,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(61752,1900,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(61753,1900,'contacts_repeater_1_contact_values_1_link_type',''),(61754,1900,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(61755,1900,'contacts_repeater_1_contact_values_2_link_type','tel:'),(61756,1900,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(61757,1900,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(61758,1900,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(61759,1900,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(61760,1900,'_contacts_repeater_0_contact_values_0_link','field_56b25144a6147'),(61761,1900,'contacts_repeater_1_contact_values_0_link',''),(61762,1900,'_contacts_repeater_1_contact_values_0_link','field_56b25144a6147'),(61763,1900,'contacts_repeater_1_contact_values_1_link',''),(61764,1900,'_contacts_repeater_1_contact_values_1_link','field_56b25144a6147'),(61765,1900,'contacts_repeater_1_contact_values_2_link','+447899747275'),(61766,1900,'_contacts_repeater_1_contact_values_2_link','field_56b25144a6147'),(61767,1900,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(61768,1900,'_contacts_repeater_1_contact_values_3_link','field_56b25144a6147'),(61769,1900,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(61770,1900,'_contacts_repeater_2_contact_title','field_56b24831dbbda'),(61771,1900,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(61772,1900,'_contacts_repeater_2_contact_values_0_contact_value_left','field_56b24943da3f1'),(61773,1900,'contacts_repeater_2_contact_values_0_contact_value_right',''),(61774,1900,'_contacts_repeater_2_contact_values_0_contact_value_right','field_56b24974da3f2'),(61775,1900,'contacts_repeater_2_contact_values_0_link',''),(61776,1900,'_contacts_repeater_2_contact_values_0_link','field_56b25144a6147'),(61777,1900,'contacts_repeater_2_contact_values_0_link_type',''),(61778,1900,'_contacts_repeater_2_contact_values_0_link_type','field_56b2505d40207'),(61779,1900,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(61780,1900,'_contacts_repeater_2_contact_values_1_contact_value_left','field_56b24943da3f1'),(61781,1900,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(61782,1900,'_contacts_repeater_2_contact_values_1_contact_value_right','field_56b24974da3f2'),(61783,1900,'contacts_repeater_2_contact_values_1_link',''),(61784,1900,'_contacts_repeater_2_contact_values_1_link','field_56b25144a6147'),(61785,1900,'contacts_repeater_2_contact_values_1_link_type','tel:'),(61786,1900,'_contacts_repeater_2_contact_values_1_link_type','field_56b2505d40207'),(61787,1900,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(61788,1900,'_contacts_repeater_2_contact_values_2_contact_value_left','field_56b24943da3f1'),(61789,1900,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(61790,1900,'_contacts_repeater_2_contact_values_2_contact_value_right','field_56b24974da3f2'),(61791,1900,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(61792,1900,'_contacts_repeater_2_contact_values_2_link','field_56b25144a6147'),(61793,1900,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(61794,1900,'_contacts_repeater_2_contact_values_2_link_type','field_56b2505d40207'),(61795,1900,'contacts_repeater_2_contact_values','3'),(61796,1900,'_contacts_repeater_2_contact_values','field_56b24931da3f0'),(61797,1900,'contacts_repeater_2_contact_icon','icon-pie'),(61798,1900,'_contacts_repeater_2_contact_icon','field_56b249b7da3f3'),(61799,1900,'left_tab','a:6:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";i:5;s:18:\"full_contact_block\";}'),(61800,1900,'_left_tab','field_56b36c6deeda0'),(61801,1900,'add_second_tab','0'),(61802,1900,'_add_second_tab','field_56b36ca9eeda2'),(61803,1900,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(61804,1900,'_right_tab','field_56b3fab04554d'),(61805,1900,'left_tab_0_departmant_repeater_0_contact_icon','icon-cloud'),(61806,1900,'_left_tab_0_departmant_repeater_0_contact_icon','field_56b3f1f1dbf0b'),(61807,1900,'left_tab_0_departmant_repeater_0_departmant','General enquiries'),(61808,1900,'_left_tab_0_departmant_repeater_0_departmant','field_56b3f1f1dbf0c'),(61809,1900,'left_tab_0_departmant_repeater_0_contact_values','0'),(61810,1900,'_left_tab_0_departmant_repeater_0_contact_values','field_56b3f1f1dbf0d'),(61811,1900,'left_tab_0_departmant_repeater','1'),(61812,1900,'_left_tab_0_departmant_repeater','field_56b3f1fcdbf12'),(61813,1900,'left_tab_0_contact_icon','icon-pie'),(61814,1900,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(61815,1900,'left_tab_0_departmant','United Kingdom'),(61816,1900,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(61817,1900,'left_tab_0_contact_values','3'),(61818,1900,'_left_tab_0_contact_values','field_56b3f47e69426'),(61819,1900,'left_tab_0_spacer','1'),(61820,1900,'_left_tab_0_spacer','field_56b3f305fafdb'),(61821,1900,'left_tab_0_contact_values_0_contact_value_left','Address:'),(61822,1900,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(61823,1900,'left_tab_0_contact_values_0_contact_value_right','90 Long Acre, Covent Garden, London WC2E 9RZ'),(61824,1900,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(61825,1900,'left_tab_0_contact_values_0_link',''),(61826,1900,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(61827,1900,'left_tab_0_contact_values_0_link_type',''),(61828,1900,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(61829,1900,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(61830,1900,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(61831,1900,'left_tab_0_contact_values_1_contact_value_right','+44(0)7970175606'),(61832,1900,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(61833,1900,'left_tab_0_contact_values_1_link','+44(0)7970175606'),(61834,1900,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(61835,1900,'left_tab_0_contact_values_1_link_type','tel:'),(61836,1900,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(61837,1900,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(61838,1900,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(61839,1900,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(61840,1900,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(61841,1900,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(61842,1900,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(61843,1900,'left_tab_0_contact_values_2_link_type','mailto:'),(61844,1900,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(61845,1900,'left_tab_1_contact_icon','icon-paper'),(61846,1900,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(61847,1900,'left_tab_1_departmant','Switzerland'),(61848,1900,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(61849,1900,'left_tab_1_contact_values_0_contact_value_left','Address:'),(61850,1900,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(61851,1900,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug, Switzerland'),(61852,1900,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(61853,1900,'left_tab_1_contact_values_0_link',''),(61854,1900,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(61855,1900,'left_tab_1_contact_values_0_link_type',''),(61856,1900,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(61857,1900,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(61858,1900,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(61859,1900,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(61860,1900,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(61861,1900,'left_tab_1_contact_values_1_link','+410445853297'),(61862,1900,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(61863,1900,'left_tab_1_contact_values_1_link_type','tel:'),(61864,1900,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(61865,1900,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(61866,1900,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(61867,1900,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(61868,1900,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(61869,1900,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(61870,1900,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(61871,1900,'left_tab_1_contact_values_2_link_type','mailto:'),(61872,1900,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(61873,1900,'left_tab_1_contact_values','3'),(61874,1900,'_left_tab_1_contact_values','field_56b3f47e69426'),(61875,1900,'left_tab_1_spacer','1'),(61876,1900,'_left_tab_1_spacer','field_56b3f305fafdb'),(61877,1900,'left_tab_2_contact_icon','icon-bullseye-small'),(61878,1900,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(61879,1900,'left_tab_2_departmant','Cyprus'),(61880,1900,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(61881,1900,'left_tab_2_contact_values_0_contact_value_left','Address:'),(61882,1900,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(61883,1900,'left_tab_2_contact_values_0_contact_value_right','Lord Vyronos 36, Nicosia Tower Center, office 203, 1096 Nicosia, Cyprus.'),(61884,1900,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(61885,1900,'left_tab_2_contact_values_0_link',''),(61886,1900,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(61887,1900,'left_tab_2_contact_values_0_link_type',''),(61888,1900,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(61889,1900,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(61890,1900,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(61891,1900,'left_tab_2_contact_values_1_contact_value_right','+44 (0)20 328 654 53'),(61892,1900,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(61893,1900,'left_tab_2_contact_values_1_link','+4402032865453'),(61894,1900,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(61895,1900,'left_tab_2_contact_values_1_link_type','tel:'),(61896,1900,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(61897,1900,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(61898,1900,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(61899,1900,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(61900,1900,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(61901,1900,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(61902,1900,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(61903,1900,'left_tab_2_contact_values_2_link_type','mailto:'),(61904,1900,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(61905,1900,'left_tab_2_contact_values','3'),(61906,1900,'_left_tab_2_contact_values','field_56b3f47e69426'),(61907,1900,'left_tab_2_spacer','1'),(61908,1900,'_left_tab_2_spacer','field_56b3f305fafdb'),(61909,1900,'left_tab_3_contact_icon','icon-cloud'),(61910,1900,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(61911,1900,'left_tab_3_departmant','Serbia'),(61912,1900,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(61913,1900,'left_tab_3_contact_values_0_contact_value_left','Address'),(61914,1900,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(61915,1900,'left_tab_3_contact_values_0_contact_value_right','5th Floor, Knez Mihaila 30, Belgrade, Serbia'),(61916,1900,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(61917,1900,'left_tab_3_contact_values_0_link','+381 11 4404 539'),(61918,1900,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(61919,1900,'left_tab_3_contact_values_0_link_type','tel:'),(61920,1900,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(61921,1900,'left_tab_3_contact_values_1_contact_value_left','Tel:'),(61922,1900,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(61923,1900,'left_tab_3_contact_values_1_contact_value_right','+381 11 4404 539'),(61924,1900,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(61925,1900,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(61926,1900,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(61927,1900,'left_tab_3_contact_values_1_link_type','mailto:'),(61928,1900,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(61929,1900,'left_tab_3_contact_values','3'),(61930,1900,'_left_tab_3_contact_values','field_56b3f47e69426'),(61931,1900,'left_tab_3_spacer','1'),(61932,1900,'_left_tab_3_spacer','field_56b3f305fafdb'),(61933,1900,'left_tab_4_contact_icon','icon-star'),(61934,1900,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(61935,1900,'left_tab_4_departmant','Romania'),(61936,1900,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(61937,1900,'left_tab_4_contact_values_0_contact_value_left','Address'),(61938,1900,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(61939,1900,'left_tab_4_contact_values_0_contact_value_right','District 1, Avionului Str., No. 26, Office A, Floor 1,Bucharest, Romania'),(61940,1900,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(61941,1900,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(61942,1900,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(61943,1900,'left_tab_4_contact_values_0_link_type','mailto:'),(61944,1900,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(61945,1900,'left_tab_4_contact_values','2'),(61946,1900,'_left_tab_4_contact_values','field_56b3f47e69426'),(61947,1900,'left_tab_4_spacer','1'),(61948,1900,'_left_tab_4_spacer','field_56b3f305fafdb'),(61949,1900,'left_tab_name',''),(61950,1900,'_left_tab_name','field_56b3976017dce'),(61951,1900,'right_tab_name','vsdvs'),(61952,1900,'_right_tab_name','field_56b3978117dcf'),(61953,1900,'right_tab_0_title',''),(61954,1900,'_right_tab_0_title','field_56b3fab145550'),(61955,1900,'right_tab_0_circle1','icon-mail'),(61956,1900,'_right_tab_0_circle1','field_56b3fab145551'),(61957,1900,'right_tab_0_circle2','icon-mail'),(61958,1900,'_right_tab_0_circle2','field_56b3fab145552'),(61959,1900,'right_tab_0_circle3','icon-mail'),(61960,1900,'_right_tab_0_circle3','field_56b3fab145553'),(61961,1900,'right_tab_0_circle1_label',''),(61962,1900,'_right_tab_0_circle1_label','field_56b3fab145554'),(61963,1900,'right_tab_0_circle2_label',''),(61964,1900,'_right_tab_0_circle2_label','field_56b3fab145555'),(61965,1900,'right_tab_0_circle3_label',''),(61966,1900,'_right_tab_0_circle3_label','field_56b3fab145556'),(61967,1900,'right_tab_0_paragraph1',''),(61968,1900,'_right_tab_0_paragraph1','field_56b3fab145557'),(61969,1900,'right_tab_0_paragraph2',''),(61970,1900,'_right_tab_0_paragraph2','field_56b3fab145558'),(61971,1900,'right_tab_0_paragraph3',''),(61972,1900,'_right_tab_0_paragraph3','field_56b3fab145559'),(61973,1900,'right_tab_0_spacer','1'),(61974,1900,'_right_tab_0_spacer','field_56b3fab14555a'),(61975,1900,'right_tab_1_items_list_repeater_0_title',''),(61976,1900,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(61977,1900,'right_tab_1_items_list_repeater_0_description',''),(61978,1900,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(61979,1900,'right_tab_1_items_list_repeater_1_title',''),(61980,1900,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(61981,1900,'right_tab_1_items_list_repeater_1_description',''),(61982,1900,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(61983,1900,'right_tab_1_items_list_repeater','2'),(61984,1900,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(61985,1900,'right_tab_1_spacer','1'),(61986,1900,'_right_tab_1_spacer','field_56b3fab145570'),(61987,1900,'right_tab_2_image',''),(61988,1900,'_right_tab_2_image','field_56b3fab145571'),(61989,1900,'right_tab_2_content',''),(61990,1900,'_right_tab_2_content','field_56b3fab145572'),(61991,1900,'right_tab_2_button_label',''),(61992,1900,'_right_tab_2_button_label','field_56b3fab145573'),(61993,1900,'right_tab_2_button_link',''),(61994,1900,'_right_tab_2_button_link','field_56b3fab145574'),(61995,1900,'right_tab_2_spacer','1'),(61996,1900,'_right_tab_2_spacer','field_56b3fab145575'),(61997,1900,'add_third_tab','0'),(61998,1900,'_add_third_tab','field_57f54e889b77c'),(61999,1900,'third_tab',''),(62000,1900,'_third_tab','field_57f54ec39b77e'),(62001,1900,'left_tab_3_contact_values_2_contact_value_left','E-mail:'),(62002,1900,'_left_tab_3_contact_values_2_contact_value_left','field_56b3f47e69427'),(62003,1900,'left_tab_3_contact_values_2_contact_value_right','serbia@innovationbrain.com'),(62004,1900,'_left_tab_3_contact_values_2_contact_value_right','field_56b3f47e69429'),(62005,1900,'left_tab_3_contact_values_2_link','serbia@innovationbrain.com'),(62006,1900,'_left_tab_3_contact_values_2_link','field_56b3f47e6942c'),(62007,1900,'left_tab_3_contact_values_2_link_type','mailto:'),(62008,1900,'_left_tab_3_contact_values_2_link_type','field_56b3f47e6942e'),(62009,1900,'left_tab_4_contact_values_1_contact_value_left','E-mail:'),(62010,1900,'_left_tab_4_contact_values_1_contact_value_left','field_56b3f47e69427'),(62011,1900,'left_tab_4_contact_values_1_contact_value_right','romania@innovationbrain.com'),(62012,1900,'_left_tab_4_contact_values_1_contact_value_right','field_56b3f47e69429'),(62013,1900,'left_tab_4_contact_values_1_link','romania@innovationbrain.com'),(62014,1900,'_left_tab_4_contact_values_1_link','field_56b3f47e6942c'),(62015,1900,'left_tab_4_contact_values_1_link_type','mailto:'),(62016,1900,'_left_tab_4_contact_values_1_link_type','field_56b3f47e6942e'),(62017,1900,'left_tab_5_contact_icon','icon-mail'),(62018,1900,'_left_tab_5_contact_icon','field_56b3f1f1dbf0b'),(62019,1900,'left_tab_5_departmant','General Enquiries'),(62020,1900,'_left_tab_5_departmant','field_56b3f1f1dbf0c'),(62021,1900,'left_tab_5_contact_values_0_contact_value_left','Email'),(62022,1900,'_left_tab_5_contact_values_0_contact_value_left','field_56b3f47e69427'),(62023,1900,'left_tab_5_contact_values_0_contact_value_right','info@innovationbrain.com'),(62024,1900,'_left_tab_5_contact_values_0_contact_value_right','field_56b3f47e69429'),(62025,1900,'left_tab_5_contact_values_0_link','info@innovationbrain.com'),(62026,1900,'_left_tab_5_contact_values_0_link','field_56b3f47e6942c'),(62027,1900,'left_tab_5_contact_values_0_link_type','mailto:'),(62028,1900,'_left_tab_5_contact_values_0_link_type','field_56b3f47e6942e'),(62029,1900,'left_tab_5_contact_values','1'),(62030,1900,'_left_tab_5_contact_values','field_56b3f47e69426'),(62031,1900,'left_tab_5_spacer','1'),(62032,1900,'_left_tab_5_spacer','field_56b3f305fafdb'),(62033,1902,'contacts_repeater_0_contact_title','General enquiries'),(62034,1902,'_contacts_repeater_0_contact_title','field_56b24831dbbda'),(62035,1902,'contacts_repeater_1_contact_title','Finance / Sales'),(62036,1902,'_contacts_repeater_1_contact_title','field_56b24831dbbda'),(62037,1902,'contacts_repeater','3'),(62038,1902,'_contacts_repeater','field_56b247f6dbbd9'),(62039,1902,'contacts_repeater_0_contact_values_0_contact_value_left','E-mail:'),(62040,1902,'_contacts_repeater_0_contact_values_0_contact_value_left','field_56b24943da3f1'),(62041,1902,'contacts_repeater_0_contact_values_0_contact_value_right','info@innovationbrain.com'),(62042,1902,'_contacts_repeater_0_contact_values_0_contact_value_right','field_56b24974da3f2'),(62043,1902,'contacts_repeater_0_contact_values','1'),(62044,1902,'_contacts_repeater_0_contact_values','field_56b24931da3f0'),(62045,1902,'contacts_repeater_0_contact_icon','icon-cloud'),(62046,1902,'_contacts_repeater_0_contact_icon','field_56b249b7da3f3'),(62047,1902,'contacts_repeater_1_contact_values_0_contact_value_left','London, United Kingdom'),(62048,1902,'_contacts_repeater_1_contact_values_0_contact_value_left','field_56b24943da3f1'),(62049,1902,'contacts_repeater_1_contact_values_0_contact_value_right',''),(62050,1902,'_contacts_repeater_1_contact_values_0_contact_value_right','field_56b24974da3f2'),(62051,1902,'contacts_repeater_1_contact_values_1_contact_value_left','Erika Petkunaite'),(62052,1902,'_contacts_repeater_1_contact_values_1_contact_value_left','field_56b24943da3f1'),(62053,1902,'contacts_repeater_1_contact_values_1_contact_value_right',''),(62054,1902,'_contacts_repeater_1_contact_values_1_contact_value_right','field_56b24974da3f2'),(62055,1902,'contacts_repeater_1_contact_values_2_contact_value_left','Tel:'),(62056,1902,'_contacts_repeater_1_contact_values_2_contact_value_left','field_56b24943da3f1'),(62057,1902,'contacts_repeater_1_contact_values_2_contact_value_right','(+44) 789 9747 275 (UK)'),(62058,1902,'_contacts_repeater_1_contact_values_2_contact_value_right','field_56b24974da3f2'),(62059,1902,'contacts_repeater_1_contact_values_3_contact_value_left','E-mail:'),(62060,1902,'_contacts_repeater_1_contact_values_3_contact_value_left','field_56b24943da3f1'),(62061,1902,'contacts_repeater_1_contact_values_3_contact_value_right','erika.petkunaite@innovationbrain.com'),(62062,1902,'_contacts_repeater_1_contact_values_3_contact_value_right','field_56b24974da3f2'),(62063,1902,'contacts_repeater_1_contact_values','4'),(62064,1902,'_contacts_repeater_1_contact_values','field_56b24931da3f0'),(62065,1902,'contacts_repeater_1_contact_icon','icon-paper'),(62066,1902,'_contacts_repeater_1_contact_icon','field_56b249b7da3f3'),(62067,1902,'contacts_repeater_0_contact_values_0_link_type','mailto:'),(62068,1902,'_contacts_repeater_0_contact_values_0_link_type','field_56b2505d40207'),(62069,1902,'contacts_repeater_1_contact_values_0_link_type','mailto:'),(62070,1902,'_contacts_repeater_1_contact_values_0_link_type','field_56b2505d40207'),(62071,1902,'contacts_repeater_1_contact_values_1_link_type',''),(62072,1902,'_contacts_repeater_1_contact_values_1_link_type','field_56b2505d40207'),(62073,1902,'contacts_repeater_1_contact_values_2_link_type','tel:'),(62074,1902,'_contacts_repeater_1_contact_values_2_link_type','field_56b2505d40207'),(62075,1902,'contacts_repeater_1_contact_values_3_link_type','mailto:'),(62076,1902,'_contacts_repeater_1_contact_values_3_link_type','field_56b2505d40207'),(62077,1902,'contacts_repeater_0_contact_values_0_link','info@innovationbrain.com'),(62078,1902,'_contacts_repeater_0_contact_values_0_link','field_56b25144a6147'),(62079,1902,'contacts_repeater_1_contact_values_0_link',''),(62080,1902,'_contacts_repeater_1_contact_values_0_link','field_56b25144a6147'),(62081,1902,'contacts_repeater_1_contact_values_1_link',''),(62082,1902,'_contacts_repeater_1_contact_values_1_link','field_56b25144a6147'),(62083,1902,'contacts_repeater_1_contact_values_2_link','+447899747275'),(62084,1902,'_contacts_repeater_1_contact_values_2_link','field_56b25144a6147'),(62085,1902,'contacts_repeater_1_contact_values_3_link','erika.petkunaite@innovationbrain.com'),(62086,1902,'_contacts_repeater_1_contact_values_3_link','field_56b25144a6147'),(62087,1902,'contacts_repeater_2_contact_title','Legal Services / Analytics'),(62088,1902,'_contacts_repeater_2_contact_title','field_56b24831dbbda'),(62089,1902,'contacts_repeater_2_contact_values_0_contact_value_left','Ivana Adamovic'),(62090,1902,'_contacts_repeater_2_contact_values_0_contact_value_left','field_56b24943da3f1'),(62091,1902,'contacts_repeater_2_contact_values_0_contact_value_right',''),(62092,1902,'_contacts_repeater_2_contact_values_0_contact_value_right','field_56b24974da3f2'),(62093,1902,'contacts_repeater_2_contact_values_0_link',''),(62094,1902,'_contacts_repeater_2_contact_values_0_link','field_56b25144a6147'),(62095,1902,'contacts_repeater_2_contact_values_0_link_type',''),(62096,1902,'_contacts_repeater_2_contact_values_0_link_type','field_56b2505d40207'),(62097,1902,'contacts_repeater_2_contact_values_1_contact_value_left','Tel:'),(62098,1902,'_contacts_repeater_2_contact_values_1_contact_value_left','field_56b24943da3f1'),(62099,1902,'contacts_repeater_2_contact_values_1_contact_value_right','(+44) XXX XXX XXXX (UK)'),(62100,1902,'_contacts_repeater_2_contact_values_1_contact_value_right','field_56b24974da3f2'),(62101,1902,'contacts_repeater_2_contact_values_1_link',''),(62102,1902,'_contacts_repeater_2_contact_values_1_link','field_56b25144a6147'),(62103,1902,'contacts_repeater_2_contact_values_1_link_type','tel:'),(62104,1902,'_contacts_repeater_2_contact_values_1_link_type','field_56b2505d40207'),(62105,1902,'contacts_repeater_2_contact_values_2_contact_value_left','E-mail:'),(62106,1902,'_contacts_repeater_2_contact_values_2_contact_value_left','field_56b24943da3f1'),(62107,1902,'contacts_repeater_2_contact_values_2_contact_value_right','ivana.adamovic@innovationbrain.com'),(62108,1902,'_contacts_repeater_2_contact_values_2_contact_value_right','field_56b24974da3f2'),(62109,1902,'contacts_repeater_2_contact_values_2_link','ivana.adamovic@innovationbrain.com'),(62110,1902,'_contacts_repeater_2_contact_values_2_link','field_56b25144a6147'),(62111,1902,'contacts_repeater_2_contact_values_2_link_type','mailto:'),(62112,1902,'_contacts_repeater_2_contact_values_2_link_type','field_56b2505d40207'),(62113,1902,'contacts_repeater_2_contact_values','3'),(62114,1902,'_contacts_repeater_2_contact_values','field_56b24931da3f0'),(62115,1902,'contacts_repeater_2_contact_icon','icon-pie'),(62116,1902,'_contacts_repeater_2_contact_icon','field_56b249b7da3f3'),(62117,1902,'left_tab','a:6:{i:0;s:18:\"full_contact_block\";i:1;s:18:\"full_contact_block\";i:2;s:18:\"full_contact_block\";i:3;s:18:\"full_contact_block\";i:4;s:18:\"full_contact_block\";i:5;s:18:\"full_contact_block\";}'),(62118,1902,'_left_tab','field_56b36c6deeda0'),(62119,1902,'add_second_tab','0'),(62120,1902,'_add_second_tab','field_56b36ca9eeda2'),(62121,1902,'right_tab','a:3:{i:0;s:19:\"3circles_block_text\";i:1;s:16:\"items_list_block\";i:2;s:9:\"bio_block\";}'),(62122,1902,'_right_tab','field_56b3fab04554d'),(62123,1902,'left_tab_0_departmant_repeater_0_contact_icon','icon-cloud'),(62124,1902,'_left_tab_0_departmant_repeater_0_contact_icon','field_56b3f1f1dbf0b'),(62125,1902,'left_tab_0_departmant_repeater_0_departmant','General enquiries'),(62126,1902,'_left_tab_0_departmant_repeater_0_departmant','field_56b3f1f1dbf0c'),(62127,1902,'left_tab_0_departmant_repeater_0_contact_values','0'),(62128,1902,'_left_tab_0_departmant_repeater_0_contact_values','field_56b3f1f1dbf0d'),(62129,1902,'left_tab_0_departmant_repeater','1'),(62130,1902,'_left_tab_0_departmant_repeater','field_56b3f1fcdbf12'),(62131,1902,'left_tab_0_contact_icon','icon-pie'),(62132,1902,'_left_tab_0_contact_icon','field_56b3f1f1dbf0b'),(62133,1902,'left_tab_0_departmant','United Kingdom'),(62134,1902,'_left_tab_0_departmant','field_56b3f1f1dbf0c'),(62135,1902,'left_tab_0_contact_values','3'),(62136,1902,'_left_tab_0_contact_values','field_56b3f47e69426'),(62137,1902,'left_tab_0_spacer','1'),(62138,1902,'_left_tab_0_spacer','field_56b3f305fafdb'),(62139,1902,'left_tab_0_contact_values_0_contact_value_left','Address:'),(62140,1902,'_left_tab_0_contact_values_0_contact_value_left','field_56b3f47e69427'),(62141,1902,'left_tab_0_contact_values_0_contact_value_right','90 Long Acre, Covent Garden, London WC2E 9RZ'),(62142,1902,'_left_tab_0_contact_values_0_contact_value_right','field_56b3f47e69429'),(62143,1902,'left_tab_0_contact_values_0_link',''),(62144,1902,'_left_tab_0_contact_values_0_link','field_56b3f47e6942c'),(62145,1902,'left_tab_0_contact_values_0_link_type',''),(62146,1902,'_left_tab_0_contact_values_0_link_type','field_56b3f47e6942e'),(62147,1902,'left_tab_0_contact_values_1_contact_value_left','Tel:'),(62148,1902,'_left_tab_0_contact_values_1_contact_value_left','field_56b3f47e69427'),(62149,1902,'left_tab_0_contact_values_1_contact_value_right','+44(0)7970175606'),(62150,1902,'_left_tab_0_contact_values_1_contact_value_right','field_56b3f47e69429'),(62151,1902,'left_tab_0_contact_values_1_link','+44(0)7970175606'),(62152,1902,'_left_tab_0_contact_values_1_link','field_56b3f47e6942c'),(62153,1902,'left_tab_0_contact_values_1_link_type','tel:'),(62154,1902,'_left_tab_0_contact_values_1_link_type','field_56b3f47e6942e'),(62155,1902,'left_tab_0_contact_values_2_contact_value_left','E-mail:'),(62156,1902,'_left_tab_0_contact_values_2_contact_value_left','field_56b3f47e69427'),(62157,1902,'left_tab_0_contact_values_2_contact_value_right','london@innovationbrain.com'),(62158,1902,'_left_tab_0_contact_values_2_contact_value_right','field_56b3f47e69429'),(62159,1902,'left_tab_0_contact_values_2_link','london@innovationbrain.com'),(62160,1902,'_left_tab_0_contact_values_2_link','field_56b3f47e6942c'),(62161,1902,'left_tab_0_contact_values_2_link_type','mailto:'),(62162,1902,'_left_tab_0_contact_values_2_link_type','field_56b3f47e6942e'),(62163,1902,'left_tab_1_contact_icon','icon-paper'),(62164,1902,'_left_tab_1_contact_icon','field_56b3f1f1dbf0b'),(62165,1902,'left_tab_1_departmant','Switzerland'),(62166,1902,'_left_tab_1_departmant','field_56b3f1f1dbf0c'),(62167,1902,'left_tab_1_contact_values_0_contact_value_left','Address:'),(62168,1902,'_left_tab_1_contact_values_0_contact_value_left','field_56b3f47e69427'),(62169,1902,'left_tab_1_contact_values_0_contact_value_right','Kaufhaus Menzingen, 6313 Menzingen, Zug, Switzerland'),(62170,1902,'_left_tab_1_contact_values_0_contact_value_right','field_56b3f47e69429'),(62171,1902,'left_tab_1_contact_values_0_link',''),(62172,1902,'_left_tab_1_contact_values_0_link','field_56b3f47e6942c'),(62173,1902,'left_tab_1_contact_values_0_link_type',''),(62174,1902,'_left_tab_1_contact_values_0_link_type','field_56b3f47e6942e'),(62175,1902,'left_tab_1_contact_values_1_contact_value_left','Tel:'),(62176,1902,'_left_tab_1_contact_values_1_contact_value_left','field_56b3f47e69427'),(62177,1902,'left_tab_1_contact_values_1_contact_value_right','+41 (0)44 58 53 297'),(62178,1902,'_left_tab_1_contact_values_1_contact_value_right','field_56b3f47e69429'),(62179,1902,'left_tab_1_contact_values_1_link','+410445853297'),(62180,1902,'_left_tab_1_contact_values_1_link','field_56b3f47e6942c'),(62181,1902,'left_tab_1_contact_values_1_link_type','tel:'),(62182,1902,'_left_tab_1_contact_values_1_link_type','field_56b3f47e6942e'),(62183,1902,'left_tab_1_contact_values_2_contact_value_left','E-mail:'),(62184,1902,'_left_tab_1_contact_values_2_contact_value_left','field_56b3f47e69427'),(62185,1902,'left_tab_1_contact_values_2_contact_value_right','switzerland@innovationbrain.com'),(62186,1902,'_left_tab_1_contact_values_2_contact_value_right','field_56b3f47e69429'),(62187,1902,'left_tab_1_contact_values_2_link','switzerland@innovationbrain.com'),(62188,1902,'_left_tab_1_contact_values_2_link','field_56b3f47e6942c'),(62189,1902,'left_tab_1_contact_values_2_link_type','mailto:'),(62190,1902,'_left_tab_1_contact_values_2_link_type','field_56b3f47e6942e'),(62191,1902,'left_tab_1_contact_values','3'),(62192,1902,'_left_tab_1_contact_values','field_56b3f47e69426'),(62193,1902,'left_tab_1_spacer','1'),(62194,1902,'_left_tab_1_spacer','field_56b3f305fafdb'),(62195,1902,'left_tab_2_contact_icon','icon-bullseye-small'),(62196,1902,'_left_tab_2_contact_icon','field_56b3f1f1dbf0b'),(62197,1902,'left_tab_2_departmant','Cyprus'),(62198,1902,'_left_tab_2_departmant','field_56b3f1f1dbf0c'),(62199,1902,'left_tab_2_contact_values_0_contact_value_left','Address:'),(62200,1902,'_left_tab_2_contact_values_0_contact_value_left','field_56b3f47e69427'),(62201,1902,'left_tab_2_contact_values_0_contact_value_right','Lord Vyronos 36, Nicosia Tower Center, office 203, 1096 Nicosia, Cyprus.'),(62202,1902,'_left_tab_2_contact_values_0_contact_value_right','field_56b3f47e69429'),(62203,1902,'left_tab_2_contact_values_0_link',''),(62204,1902,'_left_tab_2_contact_values_0_link','field_56b3f47e6942c'),(62205,1902,'left_tab_2_contact_values_0_link_type',''),(62206,1902,'_left_tab_2_contact_values_0_link_type','field_56b3f47e6942e'),(62207,1902,'left_tab_2_contact_values_1_contact_value_left','Tel:'),(62208,1902,'_left_tab_2_contact_values_1_contact_value_left','field_56b3f47e69427'),(62209,1902,'left_tab_2_contact_values_1_contact_value_right','+357 96 286 072'),(62210,1902,'_left_tab_2_contact_values_1_contact_value_right','field_56b3f47e69429'),(62211,1902,'left_tab_2_contact_values_1_link','+357 96 286 072'),(62212,1902,'_left_tab_2_contact_values_1_link','field_56b3f47e6942c'),(62213,1902,'left_tab_2_contact_values_1_link_type','tel:'),(62214,1902,'_left_tab_2_contact_values_1_link_type','field_56b3f47e6942e'),(62215,1902,'left_tab_2_contact_values_2_contact_value_left','E-mail:'),(62216,1902,'_left_tab_2_contact_values_2_contact_value_left','field_56b3f47e69427'),(62217,1902,'left_tab_2_contact_values_2_contact_value_right','cyprus@innovationbrain.com'),(62218,1902,'_left_tab_2_contact_values_2_contact_value_right','field_56b3f47e69429'),(62219,1902,'left_tab_2_contact_values_2_link','cyprus@innovationbrain.com'),(62220,1902,'_left_tab_2_contact_values_2_link','field_56b3f47e6942c'),(62221,1902,'left_tab_2_contact_values_2_link_type','mailto:'),(62222,1902,'_left_tab_2_contact_values_2_link_type','field_56b3f47e6942e'),(62223,1902,'left_tab_2_contact_values','3'),(62224,1902,'_left_tab_2_contact_values','field_56b3f47e69426'),(62225,1902,'left_tab_2_spacer','1'),(62226,1902,'_left_tab_2_spacer','field_56b3f305fafdb'),(62227,1902,'left_tab_3_contact_icon','icon-cloud'),(62228,1902,'_left_tab_3_contact_icon','field_56b3f1f1dbf0b'),(62229,1902,'left_tab_3_departmant','Serbia'),(62230,1902,'_left_tab_3_departmant','field_56b3f1f1dbf0c'),(62231,1902,'left_tab_3_contact_values_0_contact_value_left','Address'),(62232,1902,'_left_tab_3_contact_values_0_contact_value_left','field_56b3f47e69427'),(62233,1902,'left_tab_3_contact_values_0_contact_value_right','5th Floor, Knez Mihaila 30, Belgrade, Serbia'),(62234,1902,'_left_tab_3_contact_values_0_contact_value_right','field_56b3f47e69429'),(62235,1902,'left_tab_3_contact_values_0_link','+381 11 4404 539'),(62236,1902,'_left_tab_3_contact_values_0_link','field_56b3f47e6942c'),(62237,1902,'left_tab_3_contact_values_0_link_type','tel:'),(62238,1902,'_left_tab_3_contact_values_0_link_type','field_56b3f47e6942e'),(62239,1902,'left_tab_3_contact_values_1_contact_value_left','Tel:'),(62240,1902,'_left_tab_3_contact_values_1_contact_value_left','field_56b3f47e69427'),(62241,1902,'left_tab_3_contact_values_1_contact_value_right','+381 11 4404 539'),(62242,1902,'_left_tab_3_contact_values_1_contact_value_right','field_56b3f47e69429'),(62243,1902,'left_tab_3_contact_values_1_link','serbia@innovationbrain.com'),(62244,1902,'_left_tab_3_contact_values_1_link','field_56b3f47e6942c'),(62245,1902,'left_tab_3_contact_values_1_link_type','mailto:'),(62246,1902,'_left_tab_3_contact_values_1_link_type','field_56b3f47e6942e'),(62247,1902,'left_tab_3_contact_values','3'),(62248,1902,'_left_tab_3_contact_values','field_56b3f47e69426'),(62249,1902,'left_tab_3_spacer','1'),(62250,1902,'_left_tab_3_spacer','field_56b3f305fafdb'),(62251,1902,'left_tab_4_contact_icon','icon-star'),(62252,1902,'_left_tab_4_contact_icon','field_56b3f1f1dbf0b'),(62253,1902,'left_tab_4_departmant','Romania'),(62254,1902,'_left_tab_4_departmant','field_56b3f1f1dbf0c'),(62255,1902,'left_tab_4_contact_values_0_contact_value_left','Address'),(62256,1902,'_left_tab_4_contact_values_0_contact_value_left','field_56b3f47e69427'),(62257,1902,'left_tab_4_contact_values_0_contact_value_right','District 1, Avionului Str., No. 26, Office A, Floor 1,Bucharest, Romania'),(62258,1902,'_left_tab_4_contact_values_0_contact_value_right','field_56b3f47e69429'),(62259,1902,'left_tab_4_contact_values_0_link','info@innovationbrain.com'),(62260,1902,'_left_tab_4_contact_values_0_link','field_56b3f47e6942c'),(62261,1902,'left_tab_4_contact_values_0_link_type','mailto:'),(62262,1902,'_left_tab_4_contact_values_0_link_type','field_56b3f47e6942e'),(62263,1902,'left_tab_4_contact_values','2'),(62264,1902,'_left_tab_4_contact_values','field_56b3f47e69426'),(62265,1902,'left_tab_4_spacer','1'),(62266,1902,'_left_tab_4_spacer','field_56b3f305fafdb'),(62267,1902,'left_tab_name',''),(62268,1902,'_left_tab_name','field_56b3976017dce'),(62269,1902,'right_tab_name','vsdvs'),(62270,1902,'_right_tab_name','field_56b3978117dcf'),(62271,1902,'right_tab_0_title',''),(62272,1902,'_right_tab_0_title','field_56b3fab145550'),(62273,1902,'right_tab_0_circle1','icon-mail'),(62274,1902,'_right_tab_0_circle1','field_56b3fab145551'),(62275,1902,'right_tab_0_circle2','icon-mail'),(62276,1902,'_right_tab_0_circle2','field_56b3fab145552'),(62277,1902,'right_tab_0_circle3','icon-mail'),(62278,1902,'_right_tab_0_circle3','field_56b3fab145553'),(62279,1902,'right_tab_0_circle1_label',''),(62280,1902,'_right_tab_0_circle1_label','field_56b3fab145554'),(62281,1902,'right_tab_0_circle2_label',''),(62282,1902,'_right_tab_0_circle2_label','field_56b3fab145555'),(62283,1902,'right_tab_0_circle3_label',''),(62284,1902,'_right_tab_0_circle3_label','field_56b3fab145556'),(62285,1902,'right_tab_0_paragraph1',''),(62286,1902,'_right_tab_0_paragraph1','field_56b3fab145557'),(62287,1902,'right_tab_0_paragraph2',''),(62288,1902,'_right_tab_0_paragraph2','field_56b3fab145558'),(62289,1902,'right_tab_0_paragraph3',''),(62290,1902,'_right_tab_0_paragraph3','field_56b3fab145559'),(62291,1902,'right_tab_0_spacer','1'),(62292,1902,'_right_tab_0_spacer','field_56b3fab14555a'),(62293,1902,'right_tab_1_items_list_repeater_0_title',''),(62294,1902,'_right_tab_1_items_list_repeater_0_title','field_56b3fab14556e'),(62295,1902,'right_tab_1_items_list_repeater_0_description',''),(62296,1902,'_right_tab_1_items_list_repeater_0_description','field_56b3fab14556f'),(62297,1902,'right_tab_1_items_list_repeater_1_title',''),(62298,1902,'_right_tab_1_items_list_repeater_1_title','field_56b3fab14556e'),(62299,1902,'right_tab_1_items_list_repeater_1_description',''),(62300,1902,'_right_tab_1_items_list_repeater_1_description','field_56b3fab14556f'),(62301,1902,'right_tab_1_items_list_repeater','2'),(62302,1902,'_right_tab_1_items_list_repeater','field_56b3fab14556d'),(62303,1902,'right_tab_1_spacer','1'),(62304,1902,'_right_tab_1_spacer','field_56b3fab145570'),(62305,1902,'right_tab_2_image',''),(62306,1902,'_right_tab_2_image','field_56b3fab145571'),(62307,1902,'right_tab_2_content',''),(62308,1902,'_right_tab_2_content','field_56b3fab145572'),(62309,1902,'right_tab_2_button_label',''),(62310,1902,'_right_tab_2_button_label','field_56b3fab145573'),(62311,1902,'right_tab_2_button_link',''),(62312,1902,'_right_tab_2_button_link','field_56b3fab145574'),(62313,1902,'right_tab_2_spacer','1'),(62314,1902,'_right_tab_2_spacer','field_56b3fab145575'),(62315,1902,'add_third_tab','0'),(62316,1902,'_add_third_tab','field_57f54e889b77c'),(62317,1902,'third_tab',''),(62318,1902,'_third_tab','field_57f54ec39b77e'),(62319,1902,'left_tab_3_contact_values_2_contact_value_left','E-mail:'),(62320,1902,'_left_tab_3_contact_values_2_contact_value_left','field_56b3f47e69427'),(62321,1902,'left_tab_3_contact_values_2_contact_value_right','serbia@innovationbrain.com'),(62322,1902,'_left_tab_3_contact_values_2_contact_value_right','field_56b3f47e69429'),(62323,1902,'left_tab_3_contact_values_2_link','serbia@innovationbrain.com'),(62324,1902,'_left_tab_3_contact_values_2_link','field_56b3f47e6942c'),(62325,1902,'left_tab_3_contact_values_2_link_type','mailto:'),(62326,1902,'_left_tab_3_contact_values_2_link_type','field_56b3f47e6942e'),(62327,1902,'left_tab_4_contact_values_1_contact_value_left','E-mail:'),(62328,1902,'_left_tab_4_contact_values_1_contact_value_left','field_56b3f47e69427'),(62329,1902,'left_tab_4_contact_values_1_contact_value_right','romania@innovationbrain.com'),(62330,1902,'_left_tab_4_contact_values_1_contact_value_right','field_56b3f47e69429'),(62331,1902,'left_tab_4_contact_values_1_link','romania@innovationbrain.com'),(62332,1902,'_left_tab_4_contact_values_1_link','field_56b3f47e6942c'),(62333,1902,'left_tab_4_contact_values_1_link_type','mailto:'),(62334,1902,'_left_tab_4_contact_values_1_link_type','field_56b3f47e6942e'),(62335,1902,'left_tab_5_contact_icon','icon-mail'),(62336,1902,'_left_tab_5_contact_icon','field_56b3f1f1dbf0b'),(62337,1902,'left_tab_5_departmant','General Enquiries'),(62338,1902,'_left_tab_5_departmant','field_56b3f1f1dbf0c'),(62339,1902,'left_tab_5_contact_values_0_contact_value_left','Email'),(62340,1902,'_left_tab_5_contact_values_0_contact_value_left','field_56b3f47e69427'),(62341,1902,'left_tab_5_contact_values_0_contact_value_right','info@innovationbrain.com'),(62342,1902,'_left_tab_5_contact_values_0_contact_value_right','field_56b3f47e69429'),(62343,1902,'left_tab_5_contact_values_0_link','info@innovationbrain.com'),(62344,1902,'_left_tab_5_contact_values_0_link','field_56b3f47e6942c'),(62345,1902,'left_tab_5_contact_values_0_link_type','mailto:'),(62346,1902,'_left_tab_5_contact_values_0_link_type','field_56b3f47e6942e'),(62347,1902,'left_tab_5_contact_values','1'),(62348,1902,'_left_tab_5_contact_values','field_56b3f47e69426'),(62349,1902,'left_tab_5_spacer','1'),(62350,1902,'_left_tab_5_spacer','field_56b3f305fafdb'),(62351,64,'third_tab_1_departmant',''),(62352,64,'_third_tab_1_departmant','field_58568c4791b22'),(62353,64,'third_tab_2_wysiwyg_editor','<strong>NPLs in the Ukraine</strong>\r\n\r\nApril 2018\r\n\r\nInnovation Brain Director of Financial Services and CRO Steven Franck attended and spoke at the EBRD conference last month. The event aimed to take stock of the results achieved so far and also see ways to improve the NPL resolution in the Ukraine. Amongst other things, they discussed the impact of the LFR in resolving NPLs in Ukraine, and the critical linkages between restructuring, effective insolvency systems and proper tax incentives to support a robust NPL resolution regime.\r\n\r\nRead more and see the presentations <a href=\"http://npl.vienna-initiative.com/regional-events/law-on-financial-restructuring-and-npl-resolution/\">here</a>'),(62354,64,'_third_tab_2_wysiwyg_editor','field_57f54ec49b77f'),(62355,64,'third_tab_2_spacer','1'),(62356,64,'_third_tab_2_spacer','field_57f54ec49b780'),(62359,1904,'cases_repeater_0_cases_title','- Largest Greek Bank'),(62360,1904,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(62361,1904,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(62362,1904,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(62363,1904,'cases_repeater_0_icon','icon-bullseye-small'),(62364,1904,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(62365,1904,'cases_repeater_0_cases_icon_title','Financial services'),(62366,1904,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(62367,1904,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(62368,1904,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(62369,1904,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(62370,1904,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(62371,1904,'cases_repeater_1_icon','icon-progress-small'),(62372,1904,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(62373,1904,'cases_repeater_1_cases_icon_title','Commodities'),(62374,1904,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(62375,1904,'cases_repeater','3'),(62376,1904,'_cases_repeater','field_56b25d0cd2fed'),(62377,1904,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(62378,1904,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(62379,1904,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(62380,1904,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(62381,1904,'cases_repeater_2_icon','icon-pill-small'),(62382,1904,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(62383,1904,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(62384,1904,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(62385,1904,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(62386,1904,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(62387,1904,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(62388,1904,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(62389,1904,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(62390,1904,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(62391,1904,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(62392,1904,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(62393,1904,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(62394,1904,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(62395,1904,'conferences_repeater_2_conference_place_and_date','September, 2015'),(62396,1904,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(62397,1904,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(62398,1904,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(62399,1904,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(62400,1904,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(62401,1904,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(62402,1904,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(62403,1904,'conferences_repeater_4_conference_place_and_date','May, 2015'),(62404,1904,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(62405,1904,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(62406,1904,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(62407,1904,'conferences_repeater_5_conference_place_and_date','April, 2015'),(62408,1904,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(62409,1904,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(62410,1904,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(62411,1904,'conferences_repeater_6_conference_place_and_date','January, 2015'),(62412,1904,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(62413,1904,'conferences_repeater','7'),(62414,1904,'_conferences_repeater','field_56b28bd340c44'),(62415,1904,'conferences_contact','Previous conferences available upon request'),(62416,1904,'_conferences_contact','field_56b3451c304a4'),(62417,1904,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(62418,1904,'_conferences_contact_mail','field_56b3453c304a5'),(62419,1904,'conferences_icon','icon-mail'),(62420,1904,'_conferences_icon','field_56b347cd8f381'),(62421,1904,'conferences_contact_text','Previous conferences available upon request'),(62422,1904,'_conferences_contact_text','field_56b3451c304a4'),(62423,1904,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(62424,1904,'_left_tab','field_56b36c6deeda0'),(62425,1904,'add_second_tab','1'),(62426,1904,'_add_second_tab','field_56b36ca9eeda2'),(62427,1904,'right_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";}'),(62428,1904,'_right_tab','field_56b3fab04554d'),(62429,1904,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(62430,1904,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(62431,1904,'left_tab_0_spacer','0'),(62432,1904,'_left_tab_0_spacer','field_56b371c577c8c'),(62433,1904,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(62434,1904,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(62435,1904,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(62436,1904,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(62437,1904,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(62438,1904,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(62439,1904,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(62440,1904,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(62441,1904,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(62442,1904,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(62443,1904,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(62444,1904,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(62445,1904,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(62446,1904,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(62447,1904,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(62448,1904,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(62449,1904,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(62450,1904,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(62451,1904,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(62452,1904,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(62453,1904,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(62454,1904,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(62455,1904,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(62456,1904,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(62457,1904,'left_tab_1_cases_repeater','3'),(62458,1904,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(62459,1904,'left_tab_1_spacer','0'),(62460,1904,'_left_tab_1_spacer','field_56b3f001dbf09'),(62461,1904,'left_tab_name','Successful Transactions'),(62462,1904,'_left_tab_name','field_56b3976017dce'),(62463,1904,'right_tab_name','Case studies'),(62464,1904,'_right_tab_name','field_56b3978117dcf'),(62465,1904,'right_tab_0_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1879\" src=\"http://innovationbrain.com/wp-content/uploads/Crops-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n<div style=\"display: inline-block;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Case-Study-Cyprus-.png\"><img class=\"alignnone size-medium wp-image-1880\" src=\"http://innovationbrain.com/wp-content/uploads/Cyprus-image-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Cypriot Hotel Group\r\n\r\n</div>\r\n</div>'),(62466,1904,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(62467,1904,'right_tab_0_spacer','1'),(62468,1904,'_right_tab_0_spacer','field_56b3fab14554f'),(62469,1904,'right_tab_2_contact_icon','icon-mail'),(62470,1904,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(62471,1904,'right_tab_2_contact_title','Previous conferences available upon request.'),(62472,1904,'_right_tab_2_contact_title','field_56b4001eb0921'),(62473,1904,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(62474,1904,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(62475,1904,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(62476,1904,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(62477,1904,'right_tab_2_contact_values_0_link_type','mailto:'),(62478,1904,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(62479,1904,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(62480,1904,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(62481,1904,'right_tab_2_contact_values','1'),(62482,1904,'_right_tab_2_contact_values','field_56b3fde2ce062'),(62483,1904,'add_third_tab','1'),(62484,1904,'_add_third_tab','field_57f54e889b77c'),(62485,1904,'third_tab_name','IB Blog'),(62486,1904,'_third_tab_name','field_57f54ea19b77d'),(62487,1904,'third_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:18:\"full_contact_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:20:\"wysiwyg_editor_block\";}'),(62488,1904,'_third_tab','field_57f54ec39b77e'),(62489,1904,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(62490,1904,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(62491,1904,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(62492,1904,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(62493,1904,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(62494,1904,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(62495,1904,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(62496,1904,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(62497,1904,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(62498,1904,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(62499,1904,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(62500,1904,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(62501,1904,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(62502,1904,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(62503,1904,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(62504,1904,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(62505,1904,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(62506,1904,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(62507,1904,'right_tab_3_items_list_repeater','4'),(62508,1904,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(62509,1904,'right_tab_4_contact_icon','icon-mail'),(62510,1904,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(62511,1904,'right_tab_4_contact_title','Previous conferences available upon request.'),(62512,1904,'_right_tab_4_contact_title','field_56b4001eb0921'),(62513,1904,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(62514,1904,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(62515,1904,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(62516,1904,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(62517,1904,'right_tab_4_contact_values_0_link_type','mailto:'),(62518,1904,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(62519,1904,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(62520,1904,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(62521,1904,'right_tab_4_contact_values','1'),(62522,1904,'_right_tab_4_contact_values','field_56b3fde2ce062'),(62523,1904,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(62524,1904,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(62525,1904,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(62526,1904,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(62527,1904,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(62528,1904,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(62529,1904,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(62530,1904,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(62531,1904,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(62532,1904,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(62533,1904,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(62534,1904,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(62535,1904,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(62536,1904,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(62537,1904,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(62538,1904,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(62539,1904,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(62540,1904,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(62541,1904,'right_tab_5_items_list_repeater','7'),(62542,1904,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(62543,1904,'right_tab_6_contact_icon','icon-mail'),(62544,1904,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(62545,1904,'right_tab_6_contact_title','Previous conferences available upon request.'),(62546,1904,'_right_tab_6_contact_title','field_56b4001eb0921'),(62547,1904,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(62548,1904,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(62549,1904,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(62550,1904,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(62551,1904,'right_tab_6_contact_values_0_link_type','mailto:'),(62552,1904,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(62553,1904,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(62554,1904,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(62555,1904,'right_tab_6_contact_values','1'),(62556,1904,'_right_tab_6_contact_values','field_56b3fde2ce062'),(62557,1904,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(62558,1904,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(62559,1904,'third_tab_0_spacer','1'),(62560,1904,'_third_tab_0_spacer','field_57f54ec49b780'),(62561,1904,'third_tab_2_contact_icon','icon-mail'),(62562,1904,'_third_tab_2_contact_icon','field_58568c5a91b24'),(62563,1904,'third_tab_2_contact_title','Previous conferences available upon request.'),(62564,1904,'_third_tab_2_contact_title','field_58568c7791b25'),(62565,1904,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(62566,1904,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(62567,1904,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(62568,1904,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(62569,1904,'third_tab_2_contact_values_0_link_type','mailto:'),(62570,1904,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(62571,1904,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(62572,1904,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(62573,1904,'third_tab_2_contact_values','1'),(62574,1904,'_third_tab_2_contact_values','field_58568c1091b1d'),(62575,1904,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(62576,1904,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(62577,1904,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(62578,1904,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(62579,1904,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(62580,1904,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(62581,1904,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(62582,1904,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(62583,1904,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(62584,1904,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(62585,1904,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(62586,1904,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(62587,1904,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(62588,1904,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(62589,1904,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(62590,1904,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(62591,1904,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(62592,1904,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(62593,1904,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(62594,1904,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(62595,1904,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(62596,1904,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(62597,1904,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(62598,1904,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(62599,1904,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(62600,1904,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(62601,1904,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(62602,1904,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(62603,1904,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(62604,1904,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(62605,1904,'right_tab_7_items_list_repeater','4'),(62606,1904,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(62607,1904,'right_tab_8_contact_icon','icon-mail'),(62608,1904,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(62609,1904,'right_tab_8_contact_title','Previous conferences available upon request.'),(62610,1904,'_right_tab_8_contact_title','field_56b4001eb0921'),(62611,1904,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(62612,1904,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(62613,1904,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(62614,1904,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(62615,1904,'right_tab_8_contact_values_0_link_type','mailto:'),(62616,1904,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(62617,1904,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(62618,1904,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(62619,1904,'right_tab_8_contact_values','1'),(62620,1904,'_right_tab_8_contact_values','field_56b3fde2ce062'),(62621,1904,'third_tab_3_wysiwyg_editor','WJ Global Forum, Bucharest: Interview with Lukas Fecker of Innovation Brain\r\n\r\nMay 2018\r\n\r\nGRR sat down with one of the most prominent outside participants in Romania’s non-performing loan market, Lukas Fecker. He discussed why the country is a safer investment bet than other eastern European states - and why reviving companies is a whole new sector that’s here to stay.\r\n\r\nRead more <a href=\"https://globalrestructuringreview.com/article/1169610/wj-global-forum-bucharest-interview-with-lukas-fecker-of-innovation-brain\">here</a>'),(62622,1904,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(62623,1904,'third_tab_0_items_list_repeater',''),(62624,1904,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(62625,1904,'third_tab_1_contact_icon','icon-mail'),(62626,1904,'_third_tab_1_contact_icon','field_58568bc191b1b'),(62627,1904,'third_tab_1_contact_title','Previous conferences available upon request.'),(62628,1904,'_third_tab_1_contact_title','field_58568c7791b25'),(62629,1904,'third_tab_1_contact_values',''),(62630,1904,'_third_tab_1_contact_values','field_58568d5838552'),(62631,1904,'right_tab_1_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img class=\"alignnone size-medium wp-image-1881\" src=\"http://innovationbrain.com/wp-content/uploads/Dairy-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nStudy of a Romanian Dairy & Meat Producer\r\n\r\n</div>\r\n</div>'),(62632,1904,'_right_tab_1_wysiwyg_editor','field_56b3fab14554e'),(62633,1904,'right_tab_1_spacer','1'),(62634,1904,'_right_tab_1_spacer','field_56b3fab14554f'),(62635,1904,'third_tab_1_wysiwyg_editor','<strong>NPLs in the Ukraine</strong>\r\n\r\nApril 2018\r\n\r\nInnovation Brain Director of Financial Services and CRO Steven Franck attended and spoke at the EBRD conference last month. The event aimed to take stock of the results achieved so far and also see ways to improve the NPL resolution in the Ukraine. Amongst other things, they discussed the impact of the LFR in resolving NPLs in Ukraine, and the critical linkages between restructuring, effective insolvency systems and proper tax incentives to support a robust NPL resolution regime.\r\n\r\nRead more and see the presentations <a href=\"http://npl.vienna-initiative.com/regional-events/law-on-financial-restructuring-and-npl-resolution/\">here</a>'),(62636,1904,'_third_tab_1_wysiwyg_editor','field_57f54ec49b77f'),(62637,1904,'third_tab_1_spacer','1'),(62638,1904,'_third_tab_1_spacer','field_57f54ec49b780'),(62639,1904,'third_tab_1_departmant',''),(62640,1904,'_third_tab_1_departmant','field_58568c4791b22'),(62641,1904,'third_tab_2_wysiwyg_editor','<strong>NPLs in the Ukraine</strong>\r\n\r\nApril 2018\r\n\r\nInnovation Brain Director of Financial Services and CRO Steven Franck attended and spoke at the EBRD conference last month. The event aimed to take stock of the results achieved so far and also see ways to improve the NPL resolution in the Ukraine. Amongst other things, they discussed the impact of the LFR in resolving NPLs in Ukraine, and the critical linkages between restructuring, effective insolvency systems and proper tax incentives to support a robust NPL resolution regime.\r\n\r\nRead more and see the presentations <a href=\"http://npl.vienna-initiative.com/regional-events/law-on-financial-restructuring-and-npl-resolution/\">here</a>'),(62642,1904,'_third_tab_2_wysiwyg_editor','field_57f54ec49b77f'),(62643,1904,'third_tab_2_spacer','1'),(62644,1904,'_third_tab_2_spacer','field_57f54ec49b780'),(62645,1904,'third_tab_3_spacer','1'),(62646,1904,'_third_tab_3_spacer','field_57f54ec49b780'),(62647,1905,'cases_repeater_0_cases_title','- Largest Greek Bank'),(62648,1905,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(62649,1905,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(62650,1905,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(62651,1905,'cases_repeater_0_icon','icon-bullseye-small'),(62652,1905,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(62653,1905,'cases_repeater_0_cases_icon_title','Financial services'),(62654,1905,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(62655,1905,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(62656,1905,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(62657,1905,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(62658,1905,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(62659,1905,'cases_repeater_1_icon','icon-progress-small'),(62660,1905,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(62661,1905,'cases_repeater_1_cases_icon_title','Commodities'),(62662,1905,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(62663,1905,'cases_repeater','3'),(62664,1905,'_cases_repeater','field_56b25d0cd2fed'),(62665,1905,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(62666,1905,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(62667,1905,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(62668,1905,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(62669,1905,'cases_repeater_2_icon','icon-pill-small'),(62670,1905,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(62671,1905,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(62672,1905,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(62673,1905,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(62674,1905,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(62675,1905,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(62676,1905,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(62677,1905,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(62678,1905,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(62679,1905,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(62680,1905,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(62681,1905,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(62682,1905,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(62683,1905,'conferences_repeater_2_conference_place_and_date','September, 2015'),(62684,1905,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(62685,1905,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(62686,1905,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(62687,1905,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(62688,1905,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(62689,1905,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(62690,1905,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(62691,1905,'conferences_repeater_4_conference_place_and_date','May, 2015'),(62692,1905,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(62693,1905,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(62694,1905,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(62695,1905,'conferences_repeater_5_conference_place_and_date','April, 2015'),(62696,1905,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(62697,1905,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(62698,1905,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(62699,1905,'conferences_repeater_6_conference_place_and_date','January, 2015'),(62700,1905,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(62701,1905,'conferences_repeater','7'),(62702,1905,'_conferences_repeater','field_56b28bd340c44'),(62703,1905,'conferences_contact','Previous conferences available upon request'),(62704,1905,'_conferences_contact','field_56b3451c304a4'),(62705,1905,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(62706,1905,'_conferences_contact_mail','field_56b3453c304a5'),(62707,1905,'conferences_icon','icon-mail'),(62708,1905,'_conferences_icon','field_56b347cd8f381'),(62709,1905,'conferences_contact_text','Previous conferences available upon request'),(62710,1905,'_conferences_contact_text','field_56b3451c304a4'),(62711,1905,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(62712,1905,'_left_tab','field_56b36c6deeda0'),(62713,1905,'add_second_tab','1'),(62714,1905,'_add_second_tab','field_56b36ca9eeda2'),(62715,1905,'right_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";}'),(62716,1905,'_right_tab','field_56b3fab04554d'),(62717,1905,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(62718,1905,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(62719,1905,'left_tab_0_spacer','0'),(62720,1905,'_left_tab_0_spacer','field_56b371c577c8c'),(62721,1905,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(62722,1905,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(62723,1905,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(62724,1905,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(62725,1905,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(62726,1905,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(62727,1905,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(62728,1905,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(62729,1905,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(62730,1905,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(62731,1905,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(62732,1905,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(62733,1905,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(62734,1905,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(62735,1905,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(62736,1905,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(62737,1905,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(62738,1905,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(62739,1905,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(62740,1905,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(62741,1905,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(62742,1905,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(62743,1905,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(62744,1905,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(62745,1905,'left_tab_1_cases_repeater','3'),(62746,1905,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(62747,1905,'left_tab_1_spacer','0'),(62748,1905,'_left_tab_1_spacer','field_56b3f001dbf09'),(62749,1905,'left_tab_name','Successful Transactions'),(62750,1905,'_left_tab_name','field_56b3976017dce'),(62751,1905,'right_tab_name','Case studies'),(62752,1905,'_right_tab_name','field_56b3978117dcf'),(62753,1905,'right_tab_0_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1879\" src=\"http://innovationbrain.com/wp-content/uploads/Crops-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n<div style=\"display: inline-block;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Case-Study-Cyprus-.png\"><img class=\"alignnone size-medium wp-image-1880\" src=\"http://innovationbrain.com/wp-content/uploads/Cyprus-image-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Cypriot Hotel Group\r\n\r\n</div>\r\n</div>'),(62754,1905,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(62755,1905,'right_tab_0_spacer','1'),(62756,1905,'_right_tab_0_spacer','field_56b3fab14554f'),(62757,1905,'right_tab_2_contact_icon','icon-mail'),(62758,1905,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(62759,1905,'right_tab_2_contact_title','Previous conferences available upon request.'),(62760,1905,'_right_tab_2_contact_title','field_56b4001eb0921'),(62761,1905,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(62762,1905,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(62763,1905,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(62764,1905,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(62765,1905,'right_tab_2_contact_values_0_link_type','mailto:'),(62766,1905,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(62767,1905,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(62768,1905,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(62769,1905,'right_tab_2_contact_values','1'),(62770,1905,'_right_tab_2_contact_values','field_56b3fde2ce062'),(62771,1905,'add_third_tab','1'),(62772,1905,'_add_third_tab','field_57f54e889b77c'),(62773,1905,'third_tab_name','IB Blog'),(62774,1905,'_third_tab_name','field_57f54ea19b77d'),(62775,1905,'third_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";i:2;s:20:\"wysiwyg_editor_block\";}'),(62776,1905,'_third_tab','field_57f54ec39b77e'),(62777,1905,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(62778,1905,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(62779,1905,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(62780,1905,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(62781,1905,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(62782,1905,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(62783,1905,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(62784,1905,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(62785,1905,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(62786,1905,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(62787,1905,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(62788,1905,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(62789,1905,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(62790,1905,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(62791,1905,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(62792,1905,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(62793,1905,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(62794,1905,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(62795,1905,'right_tab_3_items_list_repeater','4'),(62796,1905,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(62797,1905,'right_tab_4_contact_icon','icon-mail'),(62798,1905,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(62799,1905,'right_tab_4_contact_title','Previous conferences available upon request.'),(62800,1905,'_right_tab_4_contact_title','field_56b4001eb0921'),(62801,1905,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(62802,1905,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(62803,1905,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(62804,1905,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(62805,1905,'right_tab_4_contact_values_0_link_type','mailto:'),(62806,1905,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(62807,1905,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(62808,1905,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(62809,1905,'right_tab_4_contact_values','1'),(62810,1905,'_right_tab_4_contact_values','field_56b3fde2ce062'),(62811,1905,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(62812,1905,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(62813,1905,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(62814,1905,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(62815,1905,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(62816,1905,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(62817,1905,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(62818,1905,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(62819,1905,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(62820,1905,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(62821,1905,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(62822,1905,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(62823,1905,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(62824,1905,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(62825,1905,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(62826,1905,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(62827,1905,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(62828,1905,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(62829,1905,'right_tab_5_items_list_repeater','7'),(62830,1905,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(62831,1905,'right_tab_6_contact_icon','icon-mail'),(62832,1905,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(62833,1905,'right_tab_6_contact_title','Previous conferences available upon request.'),(62834,1905,'_right_tab_6_contact_title','field_56b4001eb0921'),(62835,1905,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(62836,1905,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(62837,1905,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(62838,1905,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(62839,1905,'right_tab_6_contact_values_0_link_type','mailto:'),(62840,1905,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(62841,1905,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(62842,1905,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(62843,1905,'right_tab_6_contact_values','1'),(62844,1905,'_right_tab_6_contact_values','field_56b3fde2ce062'),(62845,1905,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(62846,1905,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(62847,1905,'third_tab_0_spacer','1'),(62848,1905,'_third_tab_0_spacer','field_57f54ec49b780'),(62849,1905,'third_tab_2_contact_icon','icon-mail'),(62850,1905,'_third_tab_2_contact_icon','field_58568c5a91b24'),(62851,1905,'third_tab_2_contact_title','Previous conferences available upon request.'),(62852,1905,'_third_tab_2_contact_title','field_58568c7791b25'),(62853,1905,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(62854,1905,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(62855,1905,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(62856,1905,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(62857,1905,'third_tab_2_contact_values_0_link_type','mailto:'),(62858,1905,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(62859,1905,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(62860,1905,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(62861,1905,'third_tab_2_contact_values','1'),(62862,1905,'_third_tab_2_contact_values','field_58568c1091b1d'),(62863,1905,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(62864,1905,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(62865,1905,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(62866,1905,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(62867,1905,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(62868,1905,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(62869,1905,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(62870,1905,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(62871,1905,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(62872,1905,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(62873,1905,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(62874,1905,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(62875,1905,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(62876,1905,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(62877,1905,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(62878,1905,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(62879,1905,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(62880,1905,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(62881,1905,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(62882,1905,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(62883,1905,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(62884,1905,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(62885,1905,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(62886,1905,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(62887,1905,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(62888,1905,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(62889,1905,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(62890,1905,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(62891,1905,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(62892,1905,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(62893,1905,'right_tab_7_items_list_repeater','4'),(62894,1905,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(62895,1905,'right_tab_8_contact_icon','icon-mail'),(62896,1905,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(62897,1905,'right_tab_8_contact_title','Previous conferences available upon request.'),(62898,1905,'_right_tab_8_contact_title','field_56b4001eb0921'),(62899,1905,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(62900,1905,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(62901,1905,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(62902,1905,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(62903,1905,'right_tab_8_contact_values_0_link_type','mailto:'),(62904,1905,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(62905,1905,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(62906,1905,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(62907,1905,'right_tab_8_contact_values','1'),(62908,1905,'_right_tab_8_contact_values','field_56b3fde2ce062'),(62909,1905,'third_tab_0_items_list_repeater',''),(62910,1905,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(62911,1905,'third_tab_1_contact_icon','icon-mail'),(62912,1905,'_third_tab_1_contact_icon','field_58568bc191b1b'),(62913,1905,'third_tab_1_contact_title','Previous conferences available upon request.'),(62914,1905,'_third_tab_1_contact_title','field_58568c7791b25'),(62915,1905,'third_tab_1_contact_values',''),(62916,1905,'_third_tab_1_contact_values','field_58568d5838552'),(62917,1905,'right_tab_1_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img class=\"alignnone size-medium wp-image-1881\" src=\"http://innovationbrain.com/wp-content/uploads/Dairy-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nStudy of a Romanian Dairy & Meat Producer\r\n\r\n</div>\r\n</div>'),(62918,1905,'_right_tab_1_wysiwyg_editor','field_56b3fab14554e'),(62919,1905,'right_tab_1_spacer','1'),(62920,1905,'_right_tab_1_spacer','field_56b3fab14554f'),(62921,1905,'third_tab_1_wysiwyg_editor','<strong>NPLs in the Ukraine</strong>\r\n\r\nApril 2018\r\n\r\nInnovation Brain Director of Financial Services and CRO Steven Franck attended and spoke at the EBRD conference last month. The event aimed to take stock of the results achieved so far and also see ways to improve the NPL resolution in the Ukraine. Amongst other things, they discussed the impact of the LFR in resolving NPLs in Ukraine, and the critical linkages between restructuring, effective insolvency systems and proper tax incentives to support a robust NPL resolution regime.\r\n\r\nRead more and see the presentations <a href=\"http://npl.vienna-initiative.com/regional-events/law-on-financial-restructuring-and-npl-resolution/\">here</a>'),(62922,1905,'_third_tab_1_wysiwyg_editor','field_57f54ec49b77f'),(62923,1905,'third_tab_1_spacer','1'),(62924,1905,'_third_tab_1_spacer','field_57f54ec49b780'),(62925,1905,'third_tab_1_departmant',''),(62926,1905,'_third_tab_1_departmant','field_58568c4791b22'),(62927,1905,'third_tab_2_wysiwyg_editor','WJ Global Forum, Bucharest: Interview with Lukas Fecker of Innovation Brain\r\n\r\nMay 2018\r\n\r\nGRR sat down with one of the most prominent outside participants in Romania’s non-performing loan market, Lukas Fecker. He discussed why the country is a safer investment bet than other eastern European states - and why reviving companies is a whole new sector that’s here to stay.\r\n\r\nRead more <a href=\"https://globalrestructuringreview.com/article/1169610/wj-global-forum-bucharest-interview-with-lukas-fecker-of-innovation-brain\">here</a>'),(62928,1905,'_third_tab_2_wysiwyg_editor','field_57f54ec49b77f'),(62929,1905,'third_tab_2_spacer','1'),(62930,1905,'_third_tab_2_spacer','field_57f54ec49b780'),(62931,1906,'cases_repeater_0_cases_title','- Largest Greek Bank'),(62932,1906,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(62933,1906,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(62934,1906,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(62935,1906,'cases_repeater_0_icon','icon-bullseye-small'),(62936,1906,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(62937,1906,'cases_repeater_0_cases_icon_title','Financial services'),(62938,1906,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(62939,1906,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(62940,1906,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(62941,1906,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(62942,1906,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(62943,1906,'cases_repeater_1_icon','icon-progress-small'),(62944,1906,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(62945,1906,'cases_repeater_1_cases_icon_title','Commodities'),(62946,1906,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(62947,1906,'cases_repeater','3'),(62948,1906,'_cases_repeater','field_56b25d0cd2fed'),(62949,1906,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(62950,1906,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(62951,1906,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(62952,1906,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(62953,1906,'cases_repeater_2_icon','icon-pill-small'),(62954,1906,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(62955,1906,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(62956,1906,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(62957,1906,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(62958,1906,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(62959,1906,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(62960,1906,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(62961,1906,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(62962,1906,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(62963,1906,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(62964,1906,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(62965,1906,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(62966,1906,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(62967,1906,'conferences_repeater_2_conference_place_and_date','September, 2015'),(62968,1906,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(62969,1906,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(62970,1906,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(62971,1906,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(62972,1906,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(62973,1906,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(62974,1906,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(62975,1906,'conferences_repeater_4_conference_place_and_date','May, 2015'),(62976,1906,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(62977,1906,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(62978,1906,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(62979,1906,'conferences_repeater_5_conference_place_and_date','April, 2015'),(62980,1906,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(62981,1906,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(62982,1906,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(62983,1906,'conferences_repeater_6_conference_place_and_date','January, 2015'),(62984,1906,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(62985,1906,'conferences_repeater','7'),(62986,1906,'_conferences_repeater','field_56b28bd340c44'),(62987,1906,'conferences_contact','Previous conferences available upon request'),(62988,1906,'_conferences_contact','field_56b3451c304a4'),(62989,1906,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(62990,1906,'_conferences_contact_mail','field_56b3453c304a5'),(62991,1906,'conferences_icon','icon-mail'),(62992,1906,'_conferences_icon','field_56b347cd8f381'),(62993,1906,'conferences_contact_text','Previous conferences available upon request'),(62994,1906,'_conferences_contact_text','field_56b3451c304a4'),(62995,1906,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(62996,1906,'_left_tab','field_56b36c6deeda0'),(62997,1906,'add_second_tab','1'),(62998,1906,'_add_second_tab','field_56b36ca9eeda2'),(62999,1906,'right_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";}'),(63000,1906,'_right_tab','field_56b3fab04554d'),(63001,1906,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(63002,1906,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(63003,1906,'left_tab_0_spacer','0'),(63004,1906,'_left_tab_0_spacer','field_56b371c577c8c'),(63005,1906,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(63006,1906,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(63007,1906,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(63008,1906,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(63009,1906,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(63010,1906,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(63011,1906,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(63012,1906,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(63013,1906,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(63014,1906,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(63015,1906,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(63016,1906,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(63017,1906,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(63018,1906,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(63019,1906,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(63020,1906,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(63021,1906,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(63022,1906,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(63023,1906,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(63024,1906,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(63025,1906,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(63026,1906,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(63027,1906,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(63028,1906,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(63029,1906,'left_tab_1_cases_repeater','3'),(63030,1906,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(63031,1906,'left_tab_1_spacer','0'),(63032,1906,'_left_tab_1_spacer','field_56b3f001dbf09'),(63033,1906,'left_tab_name','Successful Transactions'),(63034,1906,'_left_tab_name','field_56b3976017dce'),(63035,1906,'right_tab_name','Case studies'),(63036,1906,'_right_tab_name','field_56b3978117dcf'),(63037,1906,'right_tab_0_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1879\" src=\"http://innovationbrain.com/wp-content/uploads/Crops-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n<div style=\"display: inline-block;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Case-Study-Cyprus-.png\"><img class=\"alignnone size-medium wp-image-1880\" src=\"http://innovationbrain.com/wp-content/uploads/Cyprus-image-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Cypriot Hotel Group\r\n\r\n</div>\r\n</div>'),(63038,1906,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(63039,1906,'right_tab_0_spacer','1'),(63040,1906,'_right_tab_0_spacer','field_56b3fab14554f'),(63041,1906,'right_tab_2_contact_icon','icon-mail'),(63042,1906,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(63043,1906,'right_tab_2_contact_title','Previous conferences available upon request.'),(63044,1906,'_right_tab_2_contact_title','field_56b4001eb0921'),(63045,1906,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(63046,1906,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(63047,1906,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(63048,1906,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(63049,1906,'right_tab_2_contact_values_0_link_type','mailto:'),(63050,1906,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(63051,1906,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(63052,1906,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(63053,1906,'right_tab_2_contact_values','1'),(63054,1906,'_right_tab_2_contact_values','field_56b3fde2ce062'),(63055,1906,'add_third_tab','1'),(63056,1906,'_add_third_tab','field_57f54e889b77c'),(63057,1906,'third_tab_name','IB Blog'),(63058,1906,'_third_tab_name','field_57f54ea19b77d'),(63059,1906,'third_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";i:2;s:20:\"wysiwyg_editor_block\";}'),(63060,1906,'_third_tab','field_57f54ec39b77e'),(63061,1906,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(63062,1906,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(63063,1906,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(63064,1906,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(63065,1906,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(63066,1906,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(63067,1906,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(63068,1906,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(63069,1906,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(63070,1906,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(63071,1906,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(63072,1906,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(63073,1906,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(63074,1906,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(63075,1906,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(63076,1906,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(63077,1906,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(63078,1906,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(63079,1906,'right_tab_3_items_list_repeater','4'),(63080,1906,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(63081,1906,'right_tab_4_contact_icon','icon-mail'),(63082,1906,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(63083,1906,'right_tab_4_contact_title','Previous conferences available upon request.'),(63084,1906,'_right_tab_4_contact_title','field_56b4001eb0921'),(63085,1906,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(63086,1906,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(63087,1906,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(63088,1906,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(63089,1906,'right_tab_4_contact_values_0_link_type','mailto:'),(63090,1906,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(63091,1906,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(63092,1906,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(63093,1906,'right_tab_4_contact_values','1'),(63094,1906,'_right_tab_4_contact_values','field_56b3fde2ce062'),(63095,1906,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(63096,1906,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(63097,1906,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(63098,1906,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(63099,1906,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(63100,1906,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(63101,1906,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(63102,1906,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(63103,1906,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(63104,1906,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(63105,1906,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(63106,1906,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(63107,1906,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(63108,1906,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(63109,1906,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(63110,1906,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(63111,1906,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(63112,1906,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(63113,1906,'right_tab_5_items_list_repeater','7'),(63114,1906,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(63115,1906,'right_tab_6_contact_icon','icon-mail'),(63116,1906,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(63117,1906,'right_tab_6_contact_title','Previous conferences available upon request.'),(63118,1906,'_right_tab_6_contact_title','field_56b4001eb0921'),(63119,1906,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(63120,1906,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(63121,1906,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(63122,1906,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(63123,1906,'right_tab_6_contact_values_0_link_type','mailto:'),(63124,1906,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(63125,1906,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(63126,1906,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(63127,1906,'right_tab_6_contact_values','1'),(63128,1906,'_right_tab_6_contact_values','field_56b3fde2ce062'),(63129,1906,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(63130,1906,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(63131,1906,'third_tab_0_spacer','1'),(63132,1906,'_third_tab_0_spacer','field_57f54ec49b780'),(63133,1906,'third_tab_2_contact_icon','icon-mail'),(63134,1906,'_third_tab_2_contact_icon','field_58568c5a91b24'),(63135,1906,'third_tab_2_contact_title','Previous conferences available upon request.'),(63136,1906,'_third_tab_2_contact_title','field_58568c7791b25'),(63137,1906,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(63138,1906,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(63139,1906,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(63140,1906,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(63141,1906,'third_tab_2_contact_values_0_link_type','mailto:'),(63142,1906,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(63143,1906,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(63144,1906,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(63145,1906,'third_tab_2_contact_values','1'),(63146,1906,'_third_tab_2_contact_values','field_58568c1091b1d'),(63147,1906,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(63148,1906,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(63149,1906,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(63150,1906,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(63151,1906,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(63152,1906,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(63153,1906,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(63154,1906,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(63155,1906,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(63156,1906,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(63157,1906,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(63158,1906,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(63159,1906,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(63160,1906,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(63161,1906,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(63162,1906,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(63163,1906,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(63164,1906,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(63165,1906,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(63166,1906,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(63167,1906,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(63168,1906,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(63169,1906,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(63170,1906,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(63171,1906,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(63172,1906,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(63173,1906,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(63174,1906,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(63175,1906,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(63176,1906,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(63177,1906,'right_tab_7_items_list_repeater','4'),(63178,1906,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(63179,1906,'right_tab_8_contact_icon','icon-mail'),(63180,1906,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(63181,1906,'right_tab_8_contact_title','Previous conferences available upon request.'),(63182,1906,'_right_tab_8_contact_title','field_56b4001eb0921'),(63183,1906,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(63184,1906,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(63185,1906,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(63186,1906,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(63187,1906,'right_tab_8_contact_values_0_link_type','mailto:'),(63188,1906,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(63189,1906,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(63190,1906,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(63191,1906,'right_tab_8_contact_values','1'),(63192,1906,'_right_tab_8_contact_values','field_56b3fde2ce062'),(63193,1906,'third_tab_0_items_list_repeater',''),(63194,1906,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(63195,1906,'third_tab_1_contact_icon','icon-mail'),(63196,1906,'_third_tab_1_contact_icon','field_58568bc191b1b'),(63197,1906,'third_tab_1_contact_title','Previous conferences available upon request.'),(63198,1906,'_third_tab_1_contact_title','field_58568c7791b25'),(63199,1906,'third_tab_1_contact_values',''),(63200,1906,'_third_tab_1_contact_values','field_58568d5838552'),(63201,1906,'right_tab_1_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img class=\"alignnone size-medium wp-image-1881\" src=\"http://innovationbrain.com/wp-content/uploads/Dairy-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nStudy of a Romanian Dairy & Meat Producer\r\n\r\n</div>\r\n</div>'),(63202,1906,'_right_tab_1_wysiwyg_editor','field_56b3fab14554e'),(63203,1906,'right_tab_1_spacer','1'),(63204,1906,'_right_tab_1_spacer','field_56b3fab14554f'),(63205,1906,'third_tab_1_wysiwyg_editor','<strong>NPLs in the Ukraine</strong>\r\n\r\nApril 2018\r\n\r\nInnovation Brain Director of Financial Services and CRO Steven Franck attended and spoke at the EBRD conference last month. The event aimed to take stock of the results achieved so far and also see ways to improve the NPL resolution in the Ukraine. Amongst other things, they discussed the impact of the LFR in resolving NPLs in Ukraine, and the critical linkages between restructuring, effective insolvency systems and proper tax incentives to support a robust NPL resolution regime.\r\n\r\nRead more and see the presentations <a href=\"http://npl.vienna-initiative.com/regional-events/law-on-financial-restructuring-and-npl-resolution/\">here</a>'),(63206,1906,'_third_tab_1_wysiwyg_editor','field_57f54ec49b77f'),(63207,1906,'third_tab_1_spacer','1'),(63208,1906,'_third_tab_1_spacer','field_57f54ec49b780'),(63209,1906,'third_tab_1_departmant',''),(63210,1906,'_third_tab_1_departmant','field_58568c4791b22'),(63211,1906,'third_tab_2_wysiwyg_editor','WJ Global Forum, Bucharest: Interview with Lukas Fecker of Innovation Brain\r\n\r\nMay 2018\r\n\r\nGRR sat down with one of the most prominent outside participants in Romania’s non-performing loan market, Lukas Fecker. He discussed why the country is a safer investment bet than other eastern European states - and why reviving companies is a whole new sector that’s here to stay.\r\n\r\n<a href=\"https://globalrestructuringreview.com/article/1169610/wj-global-forum-bucharest-interview-with-lukas-fecker-of-innovation-brain\">Read more</a>'),(63212,1906,'_third_tab_2_wysiwyg_editor','field_57f54ec49b77f'),(63213,1906,'third_tab_2_spacer','1'),(63214,1906,'_third_tab_2_spacer','field_57f54ec49b780'),(63215,1907,'cases_repeater_0_cases_title','- Largest Greek Bank'),(63216,1907,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(63217,1907,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(63218,1907,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(63219,1907,'cases_repeater_0_icon','icon-bullseye-small'),(63220,1907,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(63221,1907,'cases_repeater_0_cases_icon_title','Financial services'),(63222,1907,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(63223,1907,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(63224,1907,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(63225,1907,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(63226,1907,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(63227,1907,'cases_repeater_1_icon','icon-progress-small'),(63228,1907,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(63229,1907,'cases_repeater_1_cases_icon_title','Commodities'),(63230,1907,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(63231,1907,'cases_repeater','3'),(63232,1907,'_cases_repeater','field_56b25d0cd2fed'),(63233,1907,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(63234,1907,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(63235,1907,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(63236,1907,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(63237,1907,'cases_repeater_2_icon','icon-pill-small'),(63238,1907,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(63239,1907,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(63240,1907,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(63241,1907,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(63242,1907,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(63243,1907,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(63244,1907,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(63245,1907,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(63246,1907,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(63247,1907,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(63248,1907,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(63249,1907,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(63250,1907,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(63251,1907,'conferences_repeater_2_conference_place_and_date','September, 2015'),(63252,1907,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(63253,1907,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(63254,1907,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(63255,1907,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(63256,1907,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(63257,1907,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(63258,1907,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(63259,1907,'conferences_repeater_4_conference_place_and_date','May, 2015'),(63260,1907,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(63261,1907,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(63262,1907,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(63263,1907,'conferences_repeater_5_conference_place_and_date','April, 2015'),(63264,1907,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(63265,1907,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(63266,1907,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(63267,1907,'conferences_repeater_6_conference_place_and_date','January, 2015'),(63268,1907,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(63269,1907,'conferences_repeater','7'),(63270,1907,'_conferences_repeater','field_56b28bd340c44'),(63271,1907,'conferences_contact','Previous conferences available upon request'),(63272,1907,'_conferences_contact','field_56b3451c304a4'),(63273,1907,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(63274,1907,'_conferences_contact_mail','field_56b3453c304a5'),(63275,1907,'conferences_icon','icon-mail'),(63276,1907,'_conferences_icon','field_56b347cd8f381'),(63277,1907,'conferences_contact_text','Previous conferences available upon request'),(63278,1907,'_conferences_contact_text','field_56b3451c304a4'),(63279,1907,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(63280,1907,'_left_tab','field_56b36c6deeda0'),(63281,1907,'add_second_tab','1'),(63282,1907,'_add_second_tab','field_56b36ca9eeda2'),(63283,1907,'right_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";}'),(63284,1907,'_right_tab','field_56b3fab04554d'),(63285,1907,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(63286,1907,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(63287,1907,'left_tab_0_spacer','0'),(63288,1907,'_left_tab_0_spacer','field_56b371c577c8c'),(63289,1907,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(63290,1907,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(63291,1907,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(63292,1907,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(63293,1907,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(63294,1907,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(63295,1907,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(63296,1907,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(63297,1907,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(63298,1907,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(63299,1907,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(63300,1907,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(63301,1907,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(63302,1907,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(63303,1907,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(63304,1907,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(63305,1907,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(63306,1907,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(63307,1907,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(63308,1907,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(63309,1907,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(63310,1907,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(63311,1907,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(63312,1907,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(63313,1907,'left_tab_1_cases_repeater','3'),(63314,1907,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(63315,1907,'left_tab_1_spacer','0'),(63316,1907,'_left_tab_1_spacer','field_56b3f001dbf09'),(63317,1907,'left_tab_name','Successful Transactions'),(63318,1907,'_left_tab_name','field_56b3976017dce'),(63319,1907,'right_tab_name','Case studies'),(63320,1907,'_right_tab_name','field_56b3978117dcf'),(63321,1907,'right_tab_0_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1879\" src=\"http://innovationbrain.com/wp-content/uploads/Crops-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n<div style=\"display: inline-block;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Case-Study-Cyprus-.png\"><img class=\"alignnone size-medium wp-image-1880\" src=\"http://innovationbrain.com/wp-content/uploads/Cyprus-image-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Cypriot Hotel Group\r\n\r\n</div>\r\n</div>'),(63322,1907,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(63323,1907,'right_tab_0_spacer','1'),(63324,1907,'_right_tab_0_spacer','field_56b3fab14554f'),(63325,1907,'right_tab_2_contact_icon','icon-mail'),(63326,1907,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(63327,1907,'right_tab_2_contact_title','Previous conferences available upon request.'),(63328,1907,'_right_tab_2_contact_title','field_56b4001eb0921'),(63329,1907,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(63330,1907,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(63331,1907,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(63332,1907,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(63333,1907,'right_tab_2_contact_values_0_link_type','mailto:'),(63334,1907,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(63335,1907,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(63336,1907,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(63337,1907,'right_tab_2_contact_values','1'),(63338,1907,'_right_tab_2_contact_values','field_56b3fde2ce062'),(63339,1907,'add_third_tab','1'),(63340,1907,'_add_third_tab','field_57f54e889b77c'),(63341,1907,'third_tab_name','IB Blog'),(63342,1907,'_third_tab_name','field_57f54ea19b77d'),(63343,1907,'third_tab','a:3:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";i:2;s:20:\"wysiwyg_editor_block\";}'),(63344,1907,'_third_tab','field_57f54ec39b77e'),(63345,1907,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(63346,1907,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(63347,1907,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(63348,1907,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(63349,1907,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(63350,1907,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(63351,1907,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(63352,1907,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(63353,1907,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(63354,1907,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(63355,1907,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(63356,1907,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(63357,1907,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(63358,1907,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(63359,1907,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(63360,1907,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(63361,1907,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(63362,1907,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(63363,1907,'right_tab_3_items_list_repeater','4'),(63364,1907,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(63365,1907,'right_tab_4_contact_icon','icon-mail'),(63366,1907,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(63367,1907,'right_tab_4_contact_title','Previous conferences available upon request.'),(63368,1907,'_right_tab_4_contact_title','field_56b4001eb0921'),(63369,1907,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(63370,1907,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(63371,1907,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(63372,1907,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(63373,1907,'right_tab_4_contact_values_0_link_type','mailto:'),(63374,1907,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(63375,1907,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(63376,1907,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(63377,1907,'right_tab_4_contact_values','1'),(63378,1907,'_right_tab_4_contact_values','field_56b3fde2ce062'),(63379,1907,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(63380,1907,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(63381,1907,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(63382,1907,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(63383,1907,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(63384,1907,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(63385,1907,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(63386,1907,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(63387,1907,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(63388,1907,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(63389,1907,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(63390,1907,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(63391,1907,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(63392,1907,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(63393,1907,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(63394,1907,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(63395,1907,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(63396,1907,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(63397,1907,'right_tab_5_items_list_repeater','7'),(63398,1907,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(63399,1907,'right_tab_6_contact_icon','icon-mail'),(63400,1907,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(63401,1907,'right_tab_6_contact_title','Previous conferences available upon request.'),(63402,1907,'_right_tab_6_contact_title','field_56b4001eb0921'),(63403,1907,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(63404,1907,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(63405,1907,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(63406,1907,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(63407,1907,'right_tab_6_contact_values_0_link_type','mailto:'),(63408,1907,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(63409,1907,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(63410,1907,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(63411,1907,'right_tab_6_contact_values','1'),(63412,1907,'_right_tab_6_contact_values','field_56b3fde2ce062'),(63413,1907,'third_tab_0_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(63414,1907,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(63415,1907,'third_tab_0_spacer','1'),(63416,1907,'_third_tab_0_spacer','field_57f54ec49b780'),(63417,1907,'third_tab_2_contact_icon','icon-mail'),(63418,1907,'_third_tab_2_contact_icon','field_58568c5a91b24'),(63419,1907,'third_tab_2_contact_title','Previous conferences available upon request.'),(63420,1907,'_third_tab_2_contact_title','field_58568c7791b25'),(63421,1907,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(63422,1907,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(63423,1907,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(63424,1907,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(63425,1907,'third_tab_2_contact_values_0_link_type','mailto:'),(63426,1907,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(63427,1907,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(63428,1907,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(63429,1907,'third_tab_2_contact_values','1'),(63430,1907,'_third_tab_2_contact_values','field_58568c1091b1d'),(63431,1907,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(63432,1907,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(63433,1907,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(63434,1907,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(63435,1907,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(63436,1907,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(63437,1907,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(63438,1907,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(63439,1907,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(63440,1907,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(63441,1907,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(63442,1907,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(63443,1907,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(63444,1907,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(63445,1907,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(63446,1907,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(63447,1907,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(63448,1907,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(63449,1907,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(63450,1907,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(63451,1907,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(63452,1907,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(63453,1907,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(63454,1907,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(63455,1907,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(63456,1907,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(63457,1907,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(63458,1907,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(63459,1907,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(63460,1907,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(63461,1907,'right_tab_7_items_list_repeater','4'),(63462,1907,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(63463,1907,'right_tab_8_contact_icon','icon-mail'),(63464,1907,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(63465,1907,'right_tab_8_contact_title','Previous conferences available upon request.'),(63466,1907,'_right_tab_8_contact_title','field_56b4001eb0921'),(63467,1907,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(63468,1907,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(63469,1907,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(63470,1907,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(63471,1907,'right_tab_8_contact_values_0_link_type','mailto:'),(63472,1907,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(63473,1907,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(63474,1907,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(63475,1907,'right_tab_8_contact_values','1'),(63476,1907,'_right_tab_8_contact_values','field_56b3fde2ce062'),(63477,1907,'third_tab_0_items_list_repeater',''),(63478,1907,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(63479,1907,'third_tab_1_contact_icon','icon-mail'),(63480,1907,'_third_tab_1_contact_icon','field_58568bc191b1b'),(63481,1907,'third_tab_1_contact_title','Previous conferences available upon request.'),(63482,1907,'_third_tab_1_contact_title','field_58568c7791b25'),(63483,1907,'third_tab_1_contact_values',''),(63484,1907,'_third_tab_1_contact_values','field_58568d5838552'),(63485,1907,'right_tab_1_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img class=\"alignnone size-medium wp-image-1881\" src=\"http://innovationbrain.com/wp-content/uploads/Dairy-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nStudy of a Romanian Dairy & Meat Producer\r\n\r\n</div>\r\n</div>'),(63486,1907,'_right_tab_1_wysiwyg_editor','field_56b3fab14554e'),(63487,1907,'right_tab_1_spacer','1'),(63488,1907,'_right_tab_1_spacer','field_56b3fab14554f'),(63489,1907,'third_tab_1_wysiwyg_editor','<strong>NPLs in the Ukraine</strong>\r\n\r\nApril 2018\r\n\r\nInnovation Brain Director of Financial Services and CRO Steven Franck attended and spoke at the EBRD conference last month. The event aimed to take stock of the results achieved so far and also see ways to improve the NPL resolution in the Ukraine. Amongst other things, they discussed the impact of the LFR in resolving NPLs in Ukraine, and the critical linkages between restructuring, effective insolvency systems and proper tax incentives to support a robust NPL resolution regime.\r\n\r\nRead more and see the presentations <a href=\"http://npl.vienna-initiative.com/regional-events/law-on-financial-restructuring-and-npl-resolution/\">here</a>'),(63490,1907,'_third_tab_1_wysiwyg_editor','field_57f54ec49b77f'),(63491,1907,'third_tab_1_spacer','1'),(63492,1907,'_third_tab_1_spacer','field_57f54ec49b780'),(63493,1907,'third_tab_1_departmant',''),(63494,1907,'_third_tab_1_departmant','field_58568c4791b22'),(63495,1907,'third_tab_2_wysiwyg_editor','WJ Global Forum, Bucharest: Interview with Lukas Fecker of Innovation Brain\r\n\r\nMay 2018\r\n\r\nGRR sat down with one of the most prominent outside participants in Romania’s non-performing loan market, Lukas Fecker. He discussed why the country is a safer investment bet than other eastern European states - and why reviving companies is a whole new sector that’s here to stay.\r\n\r\nRead more<a href=\"https://globalrestructuringreview.com/article/1169610/wj-global-forum-bucharest-interview-with-lukas-fecker-of-innovation-brain\">Read more</a>'),(63496,1907,'_third_tab_2_wysiwyg_editor','field_57f54ec49b77f'),(63497,1907,'third_tab_2_spacer','1'),(63498,1907,'_third_tab_2_spacer','field_57f54ec49b780'),(63499,1909,'_wp_attached_file','Serbian-Corparate-Restructuring-IB-GRR-Article-Jun201v6.pdf'),(63500,64,'third_tab_3_wysiwyg_editor','WJ Global Forum, Bucharest: Interview with Lukas Fecker of Innovation Brain\r\n\r\nMay 2018\r\n\r\nGRR sat down with one of the most prominent outside participants in Romania’s non-performing loan market, Lukas Fecker. He discussed why the country is a safer investment bet than other eastern European states - and why reviving companies is a whole new sector that’s here to stay.\r\n\r\nRead more<a href=\"https://globalrestructuringreview.com/article/1169610/wj-global-forum-bucharest-interview-with-lukas-fecker-of-innovation-brain\">Read more</a>'),(63501,64,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(63502,64,'third_tab_3_spacer','1'),(63503,64,'_third_tab_3_spacer','field_57f54ec49b780'),(63504,1910,'cases_repeater_0_cases_title','- Largest Greek Bank'),(63505,1910,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(63506,1910,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(63507,1910,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(63508,1910,'cases_repeater_0_icon','icon-bullseye-small'),(63509,1910,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(63510,1910,'cases_repeater_0_cases_icon_title','Financial services'),(63511,1910,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(63512,1910,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(63513,1910,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(63514,1910,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(63515,1910,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(63516,1910,'cases_repeater_1_icon','icon-progress-small'),(63517,1910,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(63518,1910,'cases_repeater_1_cases_icon_title','Commodities'),(63519,1910,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(63520,1910,'cases_repeater','3'),(63521,1910,'_cases_repeater','field_56b25d0cd2fed'),(63522,1910,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(63523,1910,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(63524,1910,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(63525,1910,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(63526,1910,'cases_repeater_2_icon','icon-pill-small'),(63527,1910,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(63528,1910,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(63529,1910,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(63530,1910,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(63531,1910,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(63532,1910,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(63533,1910,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(63534,1910,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(63535,1910,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(63536,1910,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(63537,1910,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(63538,1910,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(63539,1910,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(63540,1910,'conferences_repeater_2_conference_place_and_date','September, 2015'),(63541,1910,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(63542,1910,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(63543,1910,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(63544,1910,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(63545,1910,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(63546,1910,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(63547,1910,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(63548,1910,'conferences_repeater_4_conference_place_and_date','May, 2015'),(63549,1910,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(63550,1910,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(63551,1910,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(63552,1910,'conferences_repeater_5_conference_place_and_date','April, 2015'),(63553,1910,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(63554,1910,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(63555,1910,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(63556,1910,'conferences_repeater_6_conference_place_and_date','January, 2015'),(63557,1910,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(63558,1910,'conferences_repeater','7'),(63559,1910,'_conferences_repeater','field_56b28bd340c44'),(63560,1910,'conferences_contact','Previous conferences available upon request'),(63561,1910,'_conferences_contact','field_56b3451c304a4'),(63562,1910,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(63563,1910,'_conferences_contact_mail','field_56b3453c304a5'),(63564,1910,'conferences_icon','icon-mail'),(63565,1910,'_conferences_icon','field_56b347cd8f381'),(63566,1910,'conferences_contact_text','Previous conferences available upon request'),(63567,1910,'_conferences_contact_text','field_56b3451c304a4'),(63568,1910,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(63569,1910,'_left_tab','field_56b36c6deeda0'),(63570,1910,'add_second_tab','1'),(63571,1910,'_add_second_tab','field_56b36ca9eeda2'),(63572,1910,'right_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";}'),(63573,1910,'_right_tab','field_56b3fab04554d'),(63574,1910,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(63575,1910,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(63576,1910,'left_tab_0_spacer','0'),(63577,1910,'_left_tab_0_spacer','field_56b371c577c8c'),(63578,1910,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(63579,1910,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(63580,1910,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(63581,1910,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(63582,1910,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(63583,1910,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(63584,1910,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(63585,1910,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(63586,1910,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(63587,1910,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(63588,1910,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(63589,1910,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(63590,1910,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(63591,1910,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(63592,1910,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(63593,1910,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(63594,1910,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(63595,1910,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(63596,1910,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(63597,1910,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(63598,1910,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(63599,1910,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(63600,1910,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(63601,1910,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(63602,1910,'left_tab_1_cases_repeater','3'),(63603,1910,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(63604,1910,'left_tab_1_spacer','0'),(63605,1910,'_left_tab_1_spacer','field_56b3f001dbf09'),(63606,1910,'left_tab_name','Successful Transactions'),(63607,1910,'_left_tab_name','field_56b3976017dce'),(63608,1910,'right_tab_name','Case studies'),(63609,1910,'_right_tab_name','field_56b3978117dcf'),(63610,1910,'right_tab_0_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1879\" src=\"http://innovationbrain.com/wp-content/uploads/Crops-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n<div style=\"display: inline-block;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Case-Study-Cyprus-.png\"><img class=\"alignnone size-medium wp-image-1880\" src=\"http://innovationbrain.com/wp-content/uploads/Cyprus-image-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Cypriot Hotel Group\r\n\r\n</div>\r\n</div>'),(63611,1910,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(63612,1910,'right_tab_0_spacer','1'),(63613,1910,'_right_tab_0_spacer','field_56b3fab14554f'),(63614,1910,'right_tab_2_contact_icon','icon-mail'),(63615,1910,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(63616,1910,'right_tab_2_contact_title','Previous conferences available upon request.'),(63617,1910,'_right_tab_2_contact_title','field_56b4001eb0921'),(63618,1910,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(63619,1910,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(63620,1910,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(63621,1910,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(63622,1910,'right_tab_2_contact_values_0_link_type','mailto:'),(63623,1910,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(63624,1910,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(63625,1910,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(63626,1910,'right_tab_2_contact_values','1'),(63627,1910,'_right_tab_2_contact_values','field_56b3fde2ce062'),(63628,1910,'add_third_tab','1'),(63629,1910,'_add_third_tab','field_57f54e889b77c'),(63630,1910,'third_tab_name','IB Blog'),(63631,1910,'_third_tab_name','field_57f54ea19b77d'),(63632,1910,'third_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:20:\"wysiwyg_editor_block\";}'),(63633,1910,'_third_tab','field_57f54ec39b77e'),(63634,1910,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(63635,1910,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(63636,1910,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(63637,1910,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(63638,1910,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(63639,1910,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(63640,1910,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(63641,1910,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(63642,1910,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(63643,1910,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(63644,1910,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(63645,1910,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(63646,1910,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(63647,1910,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(63648,1910,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(63649,1910,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(63650,1910,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(63651,1910,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(63652,1910,'right_tab_3_items_list_repeater','4'),(63653,1910,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(63654,1910,'right_tab_4_contact_icon','icon-mail'),(63655,1910,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(63656,1910,'right_tab_4_contact_title','Previous conferences available upon request.'),(63657,1910,'_right_tab_4_contact_title','field_56b4001eb0921'),(63658,1910,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(63659,1910,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(63660,1910,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(63661,1910,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(63662,1910,'right_tab_4_contact_values_0_link_type','mailto:'),(63663,1910,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(63664,1910,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(63665,1910,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(63666,1910,'right_tab_4_contact_values','1'),(63667,1910,'_right_tab_4_contact_values','field_56b3fde2ce062'),(63668,1910,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(63669,1910,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(63670,1910,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(63671,1910,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(63672,1910,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(63673,1910,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(63674,1910,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(63675,1910,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(63676,1910,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(63677,1910,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(63678,1910,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(63679,1910,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(63680,1910,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(63681,1910,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(63682,1910,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(63683,1910,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(63684,1910,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(63685,1910,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(63686,1910,'right_tab_5_items_list_repeater','7'),(63687,1910,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(63688,1910,'right_tab_6_contact_icon','icon-mail'),(63689,1910,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(63690,1910,'right_tab_6_contact_title','Previous conferences available upon request.'),(63691,1910,'_right_tab_6_contact_title','field_56b4001eb0921'),(63692,1910,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(63693,1910,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(63694,1910,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(63695,1910,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(63696,1910,'right_tab_6_contact_values_0_link_type','mailto:'),(63697,1910,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(63698,1910,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(63699,1910,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(63700,1910,'right_tab_6_contact_values','1'),(63701,1910,'_right_tab_6_contact_values','field_56b3fde2ce062'),(63702,1910,'third_tab_0_wysiwyg_editor','<strong>Serbian Corporate Restructuring</strong>\r\n\r\n\r\nSerbia has two complementary legislative tools that facilitate corporate restructuring by balancing the competing needs of struggling debtors, unpaid employees, impatient or exasperated creditors and the tax authorities. Both procedures generally allow debtor management to stay in place (potentially with little oversight nor historical reckoning) and can be taken in sequence, if necessary. \r\n\r\n\r\n\r\n<a href=\"http://Serbia has two complementary legislative tools that facilitate corporate restructuring by balancing the competing needs of struggling debtors, unpaid employees, impatient or exasperated creditors and the tax authorities. Both procedures generally allow debtor management to stay in place (potentially with little oversight nor historical reckoning) and can be taken in sequence, if necessary.\">Read more</a>'),(63703,1910,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(63704,1910,'third_tab_0_spacer','1'),(63705,1910,'_third_tab_0_spacer','field_57f54ec49b780'),(63706,1910,'third_tab_2_contact_icon','icon-mail'),(63707,1910,'_third_tab_2_contact_icon','field_58568c5a91b24'),(63708,1910,'third_tab_2_contact_title','Previous conferences available upon request.'),(63709,1910,'_third_tab_2_contact_title','field_58568c7791b25'),(63710,1910,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(63711,1910,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(63712,1910,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(63713,1910,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(63714,1910,'third_tab_2_contact_values_0_link_type','mailto:'),(63715,1910,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(63716,1910,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(63717,1910,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(63718,1910,'third_tab_2_contact_values','1'),(63719,1910,'_third_tab_2_contact_values','field_58568c1091b1d'),(63720,1910,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(63721,1910,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(63722,1910,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(63723,1910,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(63724,1910,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(63725,1910,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(63726,1910,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(63727,1910,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(63728,1910,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(63729,1910,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(63730,1910,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(63731,1910,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(63732,1910,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(63733,1910,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(63734,1910,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(63735,1910,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(63736,1910,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(63737,1910,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(63738,1910,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(63739,1910,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(63740,1910,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(63741,1910,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(63742,1910,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(63743,1910,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(63744,1910,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(63745,1910,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(63746,1910,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(63747,1910,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(63748,1910,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(63749,1910,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(63750,1910,'right_tab_7_items_list_repeater','4'),(63751,1910,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(63752,1910,'right_tab_8_contact_icon','icon-mail'),(63753,1910,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(63754,1910,'right_tab_8_contact_title','Previous conferences available upon request.'),(63755,1910,'_right_tab_8_contact_title','field_56b4001eb0921'),(63756,1910,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(63757,1910,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(63758,1910,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(63759,1910,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(63760,1910,'right_tab_8_contact_values_0_link_type','mailto:'),(63761,1910,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(63762,1910,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(63763,1910,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(63764,1910,'right_tab_8_contact_values','1'),(63765,1910,'_right_tab_8_contact_values','field_56b3fde2ce062'),(63766,1910,'third_tab_0_items_list_repeater',''),(63767,1910,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(63768,1910,'third_tab_1_contact_icon','icon-mail'),(63769,1910,'_third_tab_1_contact_icon','field_58568bc191b1b'),(63770,1910,'third_tab_1_contact_title','Previous conferences available upon request.'),(63771,1910,'_third_tab_1_contact_title','field_58568c7791b25'),(63772,1910,'third_tab_1_contact_values',''),(63773,1910,'_third_tab_1_contact_values','field_58568d5838552'),(63774,1910,'right_tab_1_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img class=\"alignnone size-medium wp-image-1881\" src=\"http://innovationbrain.com/wp-content/uploads/Dairy-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nStudy of a Romanian Dairy & Meat Producer\r\n\r\n</div>\r\n</div>'),(63775,1910,'_right_tab_1_wysiwyg_editor','field_56b3fab14554e'),(63776,1910,'right_tab_1_spacer','1'),(63777,1910,'_right_tab_1_spacer','field_56b3fab14554f'),(63778,1910,'third_tab_1_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(63779,1910,'_third_tab_1_wysiwyg_editor','field_57f54ec49b77f'),(63780,1910,'third_tab_1_spacer','1'),(63781,1910,'_third_tab_1_spacer','field_57f54ec49b780'),(63782,1910,'third_tab_1_departmant',''),(63783,1910,'_third_tab_1_departmant','field_58568c4791b22'),(63784,1910,'third_tab_2_wysiwyg_editor','<strong>NPLs in the Ukraine</strong>\r\n\r\nApril 2018\r\n\r\nInnovation Brain Director of Financial Services and CRO Steven Franck attended and spoke at the EBRD conference last month. The event aimed to take stock of the results achieved so far and also see ways to improve the NPL resolution in the Ukraine. Amongst other things, they discussed the impact of the LFR in resolving NPLs in Ukraine, and the critical linkages between restructuring, effective insolvency systems and proper tax incentives to support a robust NPL resolution regime.\r\n\r\nRead more and see the presentations <a href=\"http://npl.vienna-initiative.com/regional-events/law-on-financial-restructuring-and-npl-resolution/\">here</a>'),(63785,1910,'_third_tab_2_wysiwyg_editor','field_57f54ec49b77f'),(63786,1910,'third_tab_2_spacer','1'),(63787,1910,'_third_tab_2_spacer','field_57f54ec49b780'),(63788,1910,'third_tab_3_wysiwyg_editor','WJ Global Forum, Bucharest: Interview with Lukas Fecker of Innovation Brain\r\n\r\nMay 2018\r\n\r\nGRR sat down with one of the most prominent outside participants in Romania’s non-performing loan market, Lukas Fecker. He discussed why the country is a safer investment bet than other eastern European states - and why reviving companies is a whole new sector that’s here to stay.\r\n\r\nRead more<a href=\"https://globalrestructuringreview.com/article/1169610/wj-global-forum-bucharest-interview-with-lukas-fecker-of-innovation-brain\">Read more</a>'),(63789,1910,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(63790,1910,'third_tab_3_spacer','1'),(63791,1910,'_third_tab_3_spacer','field_57f54ec49b780'),(63792,1911,'cases_repeater_0_cases_title','- Largest Greek Bank'),(63793,1911,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(63794,1911,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(63795,1911,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(63796,1911,'cases_repeater_0_icon','icon-bullseye-small'),(63797,1911,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(63798,1911,'cases_repeater_0_cases_icon_title','Financial services'),(63799,1911,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(63800,1911,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(63801,1911,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(63802,1911,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(63803,1911,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(63804,1911,'cases_repeater_1_icon','icon-progress-small'),(63805,1911,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(63806,1911,'cases_repeater_1_cases_icon_title','Commodities'),(63807,1911,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(63808,1911,'cases_repeater','3'),(63809,1911,'_cases_repeater','field_56b25d0cd2fed'),(63810,1911,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(63811,1911,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(63812,1911,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(63813,1911,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(63814,1911,'cases_repeater_2_icon','icon-pill-small'),(63815,1911,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(63816,1911,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(63817,1911,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(63818,1911,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(63819,1911,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(63820,1911,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(63821,1911,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(63822,1911,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(63823,1911,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(63824,1911,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(63825,1911,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(63826,1911,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(63827,1911,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(63828,1911,'conferences_repeater_2_conference_place_and_date','September, 2015'),(63829,1911,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(63830,1911,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(63831,1911,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(63832,1911,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(63833,1911,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(63834,1911,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(63835,1911,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(63836,1911,'conferences_repeater_4_conference_place_and_date','May, 2015'),(63837,1911,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(63838,1911,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(63839,1911,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(63840,1911,'conferences_repeater_5_conference_place_and_date','April, 2015'),(63841,1911,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(63842,1911,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(63843,1911,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(63844,1911,'conferences_repeater_6_conference_place_and_date','January, 2015'),(63845,1911,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(63846,1911,'conferences_repeater','7'),(63847,1911,'_conferences_repeater','field_56b28bd340c44'),(63848,1911,'conferences_contact','Previous conferences available upon request'),(63849,1911,'_conferences_contact','field_56b3451c304a4'),(63850,1911,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(63851,1911,'_conferences_contact_mail','field_56b3453c304a5'),(63852,1911,'conferences_icon','icon-mail'),(63853,1911,'_conferences_icon','field_56b347cd8f381'),(63854,1911,'conferences_contact_text','Previous conferences available upon request'),(63855,1911,'_conferences_contact_text','field_56b3451c304a4'),(63856,1911,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(63857,1911,'_left_tab','field_56b36c6deeda0'),(63858,1911,'add_second_tab','1'),(63859,1911,'_add_second_tab','field_56b36ca9eeda2'),(63860,1911,'right_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";}'),(63861,1911,'_right_tab','field_56b3fab04554d'),(63862,1911,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(63863,1911,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(63864,1911,'left_tab_0_spacer','0'),(63865,1911,'_left_tab_0_spacer','field_56b371c577c8c'),(63866,1911,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(63867,1911,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(63868,1911,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(63869,1911,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(63870,1911,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(63871,1911,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(63872,1911,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(63873,1911,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(63874,1911,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(63875,1911,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(63876,1911,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(63877,1911,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(63878,1911,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(63879,1911,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(63880,1911,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(63881,1911,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(63882,1911,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(63883,1911,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(63884,1911,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(63885,1911,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(63886,1911,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(63887,1911,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(63888,1911,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(63889,1911,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(63890,1911,'left_tab_1_cases_repeater','3'),(63891,1911,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(63892,1911,'left_tab_1_spacer','0'),(63893,1911,'_left_tab_1_spacer','field_56b3f001dbf09'),(63894,1911,'left_tab_name','Successful Transactions'),(63895,1911,'_left_tab_name','field_56b3976017dce'),(63896,1911,'right_tab_name','Case studies'),(63897,1911,'_right_tab_name','field_56b3978117dcf'),(63898,1911,'right_tab_0_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1879\" src=\"http://innovationbrain.com/wp-content/uploads/Crops-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n<div style=\"display: inline-block;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Case-Study-Cyprus-.png\"><img class=\"alignnone size-medium wp-image-1880\" src=\"http://innovationbrain.com/wp-content/uploads/Cyprus-image-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Cypriot Hotel Group\r\n\r\n</div>\r\n</div>'),(63899,1911,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(63900,1911,'right_tab_0_spacer','1'),(63901,1911,'_right_tab_0_spacer','field_56b3fab14554f'),(63902,1911,'right_tab_2_contact_icon','icon-mail'),(63903,1911,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(63904,1911,'right_tab_2_contact_title','Previous conferences available upon request.'),(63905,1911,'_right_tab_2_contact_title','field_56b4001eb0921'),(63906,1911,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(63907,1911,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(63908,1911,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(63909,1911,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(63910,1911,'right_tab_2_contact_values_0_link_type','mailto:'),(63911,1911,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(63912,1911,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(63913,1911,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(63914,1911,'right_tab_2_contact_values','1'),(63915,1911,'_right_tab_2_contact_values','field_56b3fde2ce062'),(63916,1911,'add_third_tab','1'),(63917,1911,'_add_third_tab','field_57f54e889b77c'),(63918,1911,'third_tab_name','IB Blog'),(63919,1911,'_third_tab_name','field_57f54ea19b77d'),(63920,1911,'third_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:20:\"wysiwyg_editor_block\";}'),(63921,1911,'_third_tab','field_57f54ec39b77e'),(63922,1911,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(63923,1911,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(63924,1911,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(63925,1911,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(63926,1911,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(63927,1911,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(63928,1911,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(63929,1911,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(63930,1911,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(63931,1911,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(63932,1911,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(63933,1911,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(63934,1911,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(63935,1911,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(63936,1911,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(63937,1911,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(63938,1911,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(63939,1911,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(63940,1911,'right_tab_3_items_list_repeater','4'),(63941,1911,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(63942,1911,'right_tab_4_contact_icon','icon-mail'),(63943,1911,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(63944,1911,'right_tab_4_contact_title','Previous conferences available upon request.'),(63945,1911,'_right_tab_4_contact_title','field_56b4001eb0921'),(63946,1911,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(63947,1911,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(63948,1911,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(63949,1911,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(63950,1911,'right_tab_4_contact_values_0_link_type','mailto:'),(63951,1911,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(63952,1911,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(63953,1911,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(63954,1911,'right_tab_4_contact_values','1'),(63955,1911,'_right_tab_4_contact_values','field_56b3fde2ce062'),(63956,1911,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(63957,1911,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(63958,1911,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(63959,1911,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(63960,1911,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(63961,1911,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(63962,1911,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(63963,1911,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(63964,1911,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(63965,1911,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(63966,1911,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(63967,1911,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(63968,1911,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(63969,1911,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(63970,1911,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(63971,1911,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(63972,1911,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(63973,1911,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(63974,1911,'right_tab_5_items_list_repeater','7'),(63975,1911,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(63976,1911,'right_tab_6_contact_icon','icon-mail'),(63977,1911,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(63978,1911,'right_tab_6_contact_title','Previous conferences available upon request.'),(63979,1911,'_right_tab_6_contact_title','field_56b4001eb0921'),(63980,1911,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(63981,1911,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(63982,1911,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(63983,1911,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(63984,1911,'right_tab_6_contact_values_0_link_type','mailto:'),(63985,1911,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(63986,1911,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(63987,1911,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(63988,1911,'right_tab_6_contact_values','1'),(63989,1911,'_right_tab_6_contact_values','field_56b3fde2ce062'),(63990,1911,'third_tab_0_wysiwyg_editor','<strong>Serbian Corporate Restructuring</strong>\r\n\r\nSeptember 2018\r\n\r\nSerbia has two complementary legislative tools that facilitate corporate restructuring by balancing the competing needs of struggling debtors, unpaid employees, impatient or exasperated creditors and the tax authorities. Both procedures generally allow debtor management to stay in place (potentially with little oversight nor historical reckoning) and can be taken in sequence, if necessary. \r\n\r\n\r\n\r\n<a href=\"http://Serbia has two complementary legislative tools that facilitate corporate restructuring by balancing the competing needs of struggling debtors, unpaid employees, impatient or exasperated creditors and the tax authorities. Both procedures generally allow debtor management to stay in place (potentially with little oversight nor historical reckoning) and can be taken in sequence, if necessary.\">Read more</a>'),(63991,1911,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(63992,1911,'third_tab_0_spacer','1'),(63993,1911,'_third_tab_0_spacer','field_57f54ec49b780'),(63994,1911,'third_tab_2_contact_icon','icon-mail'),(63995,1911,'_third_tab_2_contact_icon','field_58568c5a91b24'),(63996,1911,'third_tab_2_contact_title','Previous conferences available upon request.'),(63997,1911,'_third_tab_2_contact_title','field_58568c7791b25'),(63998,1911,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(63999,1911,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(64000,1911,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(64001,1911,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(64002,1911,'third_tab_2_contact_values_0_link_type','mailto:'),(64003,1911,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(64004,1911,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(64005,1911,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(64006,1911,'third_tab_2_contact_values','1'),(64007,1911,'_third_tab_2_contact_values','field_58568c1091b1d'),(64008,1911,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(64009,1911,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(64010,1911,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(64011,1911,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(64012,1911,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(64013,1911,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(64014,1911,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(64015,1911,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(64016,1911,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(64017,1911,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(64018,1911,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(64019,1911,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(64020,1911,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(64021,1911,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(64022,1911,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(64023,1911,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(64024,1911,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(64025,1911,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(64026,1911,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(64027,1911,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(64028,1911,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(64029,1911,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(64030,1911,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(64031,1911,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(64032,1911,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(64033,1911,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(64034,1911,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(64035,1911,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(64036,1911,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(64037,1911,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(64038,1911,'right_tab_7_items_list_repeater','4'),(64039,1911,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(64040,1911,'right_tab_8_contact_icon','icon-mail'),(64041,1911,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(64042,1911,'right_tab_8_contact_title','Previous conferences available upon request.'),(64043,1911,'_right_tab_8_contact_title','field_56b4001eb0921'),(64044,1911,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(64045,1911,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(64046,1911,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(64047,1911,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(64048,1911,'right_tab_8_contact_values_0_link_type','mailto:'),(64049,1911,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(64050,1911,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(64051,1911,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(64052,1911,'right_tab_8_contact_values','1'),(64053,1911,'_right_tab_8_contact_values','field_56b3fde2ce062'),(64054,1911,'third_tab_0_items_list_repeater',''),(64055,1911,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(64056,1911,'third_tab_1_contact_icon','icon-mail'),(64057,1911,'_third_tab_1_contact_icon','field_58568bc191b1b'),(64058,1911,'third_tab_1_contact_title','Previous conferences available upon request.'),(64059,1911,'_third_tab_1_contact_title','field_58568c7791b25'),(64060,1911,'third_tab_1_contact_values',''),(64061,1911,'_third_tab_1_contact_values','field_58568d5838552'),(64062,1911,'right_tab_1_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img class=\"alignnone size-medium wp-image-1881\" src=\"http://innovationbrain.com/wp-content/uploads/Dairy-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nStudy of a Romanian Dairy & Meat Producer\r\n\r\n</div>\r\n</div>'),(64063,1911,'_right_tab_1_wysiwyg_editor','field_56b3fab14554e'),(64064,1911,'right_tab_1_spacer','1'),(64065,1911,'_right_tab_1_spacer','field_56b3fab14554f'),(64066,1911,'third_tab_1_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(64067,1911,'_third_tab_1_wysiwyg_editor','field_57f54ec49b77f'),(64068,1911,'third_tab_1_spacer','1'),(64069,1911,'_third_tab_1_spacer','field_57f54ec49b780'),(64070,1911,'third_tab_1_departmant',''),(64071,1911,'_third_tab_1_departmant','field_58568c4791b22'),(64072,1911,'third_tab_2_wysiwyg_editor','<strong>NPLs in the Ukraine</strong>\r\n\r\nApril 2018\r\n\r\nInnovation Brain Director of Financial Services and CRO Steven Franck attended and spoke at the EBRD conference last month. The event aimed to take stock of the results achieved so far and also see ways to improve the NPL resolution in the Ukraine. Amongst other things, they discussed the impact of the LFR in resolving NPLs in Ukraine, and the critical linkages between restructuring, effective insolvency systems and proper tax incentives to support a robust NPL resolution regime.\r\n\r\nRead more and see the presentations <a href=\"http://npl.vienna-initiative.com/regional-events/law-on-financial-restructuring-and-npl-resolution/\">here</a>'),(64073,1911,'_third_tab_2_wysiwyg_editor','field_57f54ec49b77f'),(64074,1911,'third_tab_2_spacer','1'),(64075,1911,'_third_tab_2_spacer','field_57f54ec49b780'),(64076,1911,'third_tab_3_wysiwyg_editor','WJ Global Forum, Bucharest: Interview with Lukas Fecker of Innovation Brain\r\n\r\nMay 2018\r\n\r\nGRR sat down with one of the most prominent outside participants in Romania’s non-performing loan market, Lukas Fecker. He discussed why the country is a safer investment bet than other eastern European states - and why reviving companies is a whole new sector that’s here to stay.\r\n\r\nRead more<a href=\"https://globalrestructuringreview.com/article/1169610/wj-global-forum-bucharest-interview-with-lukas-fecker-of-innovation-brain\">Read more</a>'),(64077,1911,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(64078,1911,'third_tab_3_spacer','1'),(64079,1911,'_third_tab_3_spacer','field_57f54ec49b780'),(64080,1912,'cases_repeater_0_cases_title','- Largest Greek Bank'),(64081,1912,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(64082,1912,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(64083,1912,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(64084,1912,'cases_repeater_0_icon','icon-bullseye-small'),(64085,1912,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(64086,1912,'cases_repeater_0_cases_icon_title','Financial services'),(64087,1912,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(64088,1912,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(64089,1912,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(64090,1912,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(64091,1912,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(64092,1912,'cases_repeater_1_icon','icon-progress-small'),(64093,1912,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(64094,1912,'cases_repeater_1_cases_icon_title','Commodities'),(64095,1912,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(64096,1912,'cases_repeater','3'),(64097,1912,'_cases_repeater','field_56b25d0cd2fed'),(64098,1912,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(64099,1912,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(64100,1912,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(64101,1912,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(64102,1912,'cases_repeater_2_icon','icon-pill-small'),(64103,1912,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(64104,1912,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(64105,1912,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(64106,1912,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(64107,1912,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(64108,1912,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(64109,1912,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(64110,1912,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(64111,1912,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(64112,1912,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(64113,1912,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(64114,1912,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(64115,1912,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(64116,1912,'conferences_repeater_2_conference_place_and_date','September, 2015'),(64117,1912,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(64118,1912,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(64119,1912,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(64120,1912,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(64121,1912,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(64122,1912,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(64123,1912,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(64124,1912,'conferences_repeater_4_conference_place_and_date','May, 2015'),(64125,1912,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(64126,1912,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(64127,1912,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(64128,1912,'conferences_repeater_5_conference_place_and_date','April, 2015'),(64129,1912,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(64130,1912,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(64131,1912,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(64132,1912,'conferences_repeater_6_conference_place_and_date','January, 2015'),(64133,1912,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(64134,1912,'conferences_repeater','7'),(64135,1912,'_conferences_repeater','field_56b28bd340c44'),(64136,1912,'conferences_contact','Previous conferences available upon request'),(64137,1912,'_conferences_contact','field_56b3451c304a4'),(64138,1912,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(64139,1912,'_conferences_contact_mail','field_56b3453c304a5'),(64140,1912,'conferences_icon','icon-mail'),(64141,1912,'_conferences_icon','field_56b347cd8f381'),(64142,1912,'conferences_contact_text','Previous conferences available upon request'),(64143,1912,'_conferences_contact_text','field_56b3451c304a4'),(64144,1912,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(64145,1912,'_left_tab','field_56b36c6deeda0'),(64146,1912,'add_second_tab','1'),(64147,1912,'_add_second_tab','field_56b36ca9eeda2'),(64148,1912,'right_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";}'),(64149,1912,'_right_tab','field_56b3fab04554d'),(64150,1912,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(64151,1912,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(64152,1912,'left_tab_0_spacer','0'),(64153,1912,'_left_tab_0_spacer','field_56b371c577c8c'),(64154,1912,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(64155,1912,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(64156,1912,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(64157,1912,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(64158,1912,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(64159,1912,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(64160,1912,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(64161,1912,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(64162,1912,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(64163,1912,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(64164,1912,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(64165,1912,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(64166,1912,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(64167,1912,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(64168,1912,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(64169,1912,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(64170,1912,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(64171,1912,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(64172,1912,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(64173,1912,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(64174,1912,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(64175,1912,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(64176,1912,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(64177,1912,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(64178,1912,'left_tab_1_cases_repeater','3'),(64179,1912,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(64180,1912,'left_tab_1_spacer','0'),(64181,1912,'_left_tab_1_spacer','field_56b3f001dbf09'),(64182,1912,'left_tab_name','Successful Transactions'),(64183,1912,'_left_tab_name','field_56b3976017dce'),(64184,1912,'right_tab_name','Case studies'),(64185,1912,'_right_tab_name','field_56b3978117dcf'),(64186,1912,'right_tab_0_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1879\" src=\"http://innovationbrain.com/wp-content/uploads/Crops-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n<div style=\"display: inline-block;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Case-Study-Cyprus-.png\"><img class=\"alignnone size-medium wp-image-1880\" src=\"http://innovationbrain.com/wp-content/uploads/Cyprus-image-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Cypriot Hotel Group\r\n\r\n</div>\r\n</div>'),(64187,1912,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(64188,1912,'right_tab_0_spacer','1'),(64189,1912,'_right_tab_0_spacer','field_56b3fab14554f'),(64190,1912,'right_tab_2_contact_icon','icon-mail'),(64191,1912,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(64192,1912,'right_tab_2_contact_title','Previous conferences available upon request.'),(64193,1912,'_right_tab_2_contact_title','field_56b4001eb0921'),(64194,1912,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(64195,1912,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(64196,1912,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(64197,1912,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(64198,1912,'right_tab_2_contact_values_0_link_type','mailto:'),(64199,1912,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(64200,1912,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(64201,1912,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(64202,1912,'right_tab_2_contact_values','1'),(64203,1912,'_right_tab_2_contact_values','field_56b3fde2ce062'),(64204,1912,'add_third_tab','1'),(64205,1912,'_add_third_tab','field_57f54e889b77c'),(64206,1912,'third_tab_name','IB Blog'),(64207,1912,'_third_tab_name','field_57f54ea19b77d'),(64208,1912,'third_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:20:\"wysiwyg_editor_block\";}'),(64209,1912,'_third_tab','field_57f54ec39b77e'),(64210,1912,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(64211,1912,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(64212,1912,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(64213,1912,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(64214,1912,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(64215,1912,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(64216,1912,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(64217,1912,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(64218,1912,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(64219,1912,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(64220,1912,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(64221,1912,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(64222,1912,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(64223,1912,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(64224,1912,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(64225,1912,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(64226,1912,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(64227,1912,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(64228,1912,'right_tab_3_items_list_repeater','4'),(64229,1912,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(64230,1912,'right_tab_4_contact_icon','icon-mail'),(64231,1912,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(64232,1912,'right_tab_4_contact_title','Previous conferences available upon request.'),(64233,1912,'_right_tab_4_contact_title','field_56b4001eb0921'),(64234,1912,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(64235,1912,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(64236,1912,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(64237,1912,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(64238,1912,'right_tab_4_contact_values_0_link_type','mailto:'),(64239,1912,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(64240,1912,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(64241,1912,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(64242,1912,'right_tab_4_contact_values','1'),(64243,1912,'_right_tab_4_contact_values','field_56b3fde2ce062'),(64244,1912,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(64245,1912,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(64246,1912,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(64247,1912,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(64248,1912,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(64249,1912,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(64250,1912,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(64251,1912,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(64252,1912,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(64253,1912,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(64254,1912,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(64255,1912,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(64256,1912,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(64257,1912,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(64258,1912,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(64259,1912,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(64260,1912,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(64261,1912,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(64262,1912,'right_tab_5_items_list_repeater','7'),(64263,1912,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(64264,1912,'right_tab_6_contact_icon','icon-mail'),(64265,1912,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(64266,1912,'right_tab_6_contact_title','Previous conferences available upon request.'),(64267,1912,'_right_tab_6_contact_title','field_56b4001eb0921'),(64268,1912,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(64269,1912,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(64270,1912,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(64271,1912,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(64272,1912,'right_tab_6_contact_values_0_link_type','mailto:'),(64273,1912,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(64274,1912,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(64275,1912,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(64276,1912,'right_tab_6_contact_values','1'),(64277,1912,'_right_tab_6_contact_values','field_56b3fde2ce062'),(64278,1912,'third_tab_0_wysiwyg_editor','<strong>Serbian Corporate Restructuring</strong>\r\n\r\nSeptember 2018\r\n\r\nSerbia has two complementary legislative tools that facilitate corporate restructuring by balancing the competing needs of struggling debtors, unpaid employees, impatient or exasperated creditors and the tax authorities. Both procedures generally allow debtor management to stay in place (potentially with little oversight nor historical reckoning) and can be taken in sequence, if necessary. \r\n\r\n\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Serbian-Corparate-Restructuring-IB-GRR-Article-Jun201v6.pdf\" target=\"_blank\">Read more</a>'),(64279,1912,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(64280,1912,'third_tab_0_spacer','1'),(64281,1912,'_third_tab_0_spacer','field_57f54ec49b780'),(64282,1912,'third_tab_2_contact_icon','icon-mail'),(64283,1912,'_third_tab_2_contact_icon','field_58568c5a91b24'),(64284,1912,'third_tab_2_contact_title','Previous conferences available upon request.'),(64285,1912,'_third_tab_2_contact_title','field_58568c7791b25'),(64286,1912,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(64287,1912,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(64288,1912,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(64289,1912,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(64290,1912,'third_tab_2_contact_values_0_link_type','mailto:'),(64291,1912,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(64292,1912,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(64293,1912,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(64294,1912,'third_tab_2_contact_values','1'),(64295,1912,'_third_tab_2_contact_values','field_58568c1091b1d'),(64296,1912,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(64297,1912,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(64298,1912,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(64299,1912,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(64300,1912,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(64301,1912,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(64302,1912,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(64303,1912,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(64304,1912,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(64305,1912,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(64306,1912,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(64307,1912,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(64308,1912,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(64309,1912,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(64310,1912,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(64311,1912,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(64312,1912,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(64313,1912,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(64314,1912,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(64315,1912,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(64316,1912,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(64317,1912,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(64318,1912,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(64319,1912,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(64320,1912,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(64321,1912,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(64322,1912,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(64323,1912,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(64324,1912,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(64325,1912,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(64326,1912,'right_tab_7_items_list_repeater','4'),(64327,1912,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(64328,1912,'right_tab_8_contact_icon','icon-mail'),(64329,1912,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(64330,1912,'right_tab_8_contact_title','Previous conferences available upon request.'),(64331,1912,'_right_tab_8_contact_title','field_56b4001eb0921'),(64332,1912,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(64333,1912,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(64334,1912,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(64335,1912,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(64336,1912,'right_tab_8_contact_values_0_link_type','mailto:'),(64337,1912,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(64338,1912,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(64339,1912,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(64340,1912,'right_tab_8_contact_values','1'),(64341,1912,'_right_tab_8_contact_values','field_56b3fde2ce062'),(64342,1912,'third_tab_0_items_list_repeater',''),(64343,1912,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(64344,1912,'third_tab_1_contact_icon','icon-mail'),(64345,1912,'_third_tab_1_contact_icon','field_58568bc191b1b'),(64346,1912,'third_tab_1_contact_title','Previous conferences available upon request.'),(64347,1912,'_third_tab_1_contact_title','field_58568c7791b25'),(64348,1912,'third_tab_1_contact_values',''),(64349,1912,'_third_tab_1_contact_values','field_58568d5838552'),(64350,1912,'right_tab_1_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img class=\"alignnone size-medium wp-image-1881\" src=\"http://innovationbrain.com/wp-content/uploads/Dairy-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nStudy of a Romanian Dairy & Meat Producer\r\n\r\n</div>\r\n</div>'),(64351,1912,'_right_tab_1_wysiwyg_editor','field_56b3fab14554e'),(64352,1912,'right_tab_1_spacer','1'),(64353,1912,'_right_tab_1_spacer','field_56b3fab14554f'),(64354,1912,'third_tab_1_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(64355,1912,'_third_tab_1_wysiwyg_editor','field_57f54ec49b77f'),(64356,1912,'third_tab_1_spacer','1'),(64357,1912,'_third_tab_1_spacer','field_57f54ec49b780'),(64358,1912,'third_tab_1_departmant',''),(64359,1912,'_third_tab_1_departmant','field_58568c4791b22'),(64360,1912,'third_tab_2_wysiwyg_editor','<strong>NPLs in the Ukraine</strong>\r\n\r\nApril 2018\r\n\r\nInnovation Brain Director of Financial Services and CRO Steven Franck attended and spoke at the EBRD conference last month. The event aimed to take stock of the results achieved so far and also see ways to improve the NPL resolution in the Ukraine. Amongst other things, they discussed the impact of the LFR in resolving NPLs in Ukraine, and the critical linkages between restructuring, effective insolvency systems and proper tax incentives to support a robust NPL resolution regime.\r\n\r\nRead more and see the presentations <a href=\"http://npl.vienna-initiative.com/regional-events/law-on-financial-restructuring-and-npl-resolution/\">here</a>'),(64361,1912,'_third_tab_2_wysiwyg_editor','field_57f54ec49b77f'),(64362,1912,'third_tab_2_spacer','1'),(64363,1912,'_third_tab_2_spacer','field_57f54ec49b780'),(64364,1912,'third_tab_3_wysiwyg_editor','WJ Global Forum, Bucharest: Interview with Lukas Fecker of Innovation Brain\r\n\r\nMay 2018\r\n\r\nGRR sat down with one of the most prominent outside participants in Romania’s non-performing loan market, Lukas Fecker. He discussed why the country is a safer investment bet than other eastern European states - and why reviving companies is a whole new sector that’s here to stay.\r\n\r\nRead more<a href=\"https://globalrestructuringreview.com/article/1169610/wj-global-forum-bucharest-interview-with-lukas-fecker-of-innovation-brain\">Read more</a>'),(64365,1912,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(64366,1912,'third_tab_3_spacer','1'),(64367,1912,'_third_tab_3_spacer','field_57f54ec49b780'),(64368,1913,'cases_repeater_0_cases_title','- Largest Greek Bank'),(64369,1913,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(64370,1913,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(64371,1913,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(64372,1913,'cases_repeater_0_icon','icon-bullseye-small'),(64373,1913,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(64374,1913,'cases_repeater_0_cases_icon_title','Financial services'),(64375,1913,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(64376,1913,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(64377,1913,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(64378,1913,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(64379,1913,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(64380,1913,'cases_repeater_1_icon','icon-progress-small'),(64381,1913,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(64382,1913,'cases_repeater_1_cases_icon_title','Commodities'),(64383,1913,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(64384,1913,'cases_repeater','3'),(64385,1913,'_cases_repeater','field_56b25d0cd2fed'),(64386,1913,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(64387,1913,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(64388,1913,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(64389,1913,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(64390,1913,'cases_repeater_2_icon','icon-pill-small'),(64391,1913,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(64392,1913,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(64393,1913,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(64394,1913,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(64395,1913,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(64396,1913,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(64397,1913,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(64398,1913,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(64399,1913,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(64400,1913,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(64401,1913,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(64402,1913,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(64403,1913,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(64404,1913,'conferences_repeater_2_conference_place_and_date','September, 2015'),(64405,1913,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(64406,1913,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(64407,1913,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(64408,1913,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(64409,1913,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(64410,1913,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(64411,1913,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(64412,1913,'conferences_repeater_4_conference_place_and_date','May, 2015'),(64413,1913,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(64414,1913,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(64415,1913,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(64416,1913,'conferences_repeater_5_conference_place_and_date','April, 2015'),(64417,1913,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(64418,1913,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(64419,1913,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(64420,1913,'conferences_repeater_6_conference_place_and_date','January, 2015'),(64421,1913,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(64422,1913,'conferences_repeater','7'),(64423,1913,'_conferences_repeater','field_56b28bd340c44'),(64424,1913,'conferences_contact','Previous conferences available upon request'),(64425,1913,'_conferences_contact','field_56b3451c304a4'),(64426,1913,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(64427,1913,'_conferences_contact_mail','field_56b3453c304a5'),(64428,1913,'conferences_icon','icon-mail'),(64429,1913,'_conferences_icon','field_56b347cd8f381'),(64430,1913,'conferences_contact_text','Previous conferences available upon request'),(64431,1913,'_conferences_contact_text','field_56b3451c304a4'),(64432,1913,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(64433,1913,'_left_tab','field_56b36c6deeda0'),(64434,1913,'add_second_tab','1'),(64435,1913,'_add_second_tab','field_56b36ca9eeda2'),(64436,1913,'right_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";}'),(64437,1913,'_right_tab','field_56b3fab04554d'),(64438,1913,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(64439,1913,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(64440,1913,'left_tab_0_spacer','0'),(64441,1913,'_left_tab_0_spacer','field_56b371c577c8c'),(64442,1913,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(64443,1913,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(64444,1913,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(64445,1913,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(64446,1913,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(64447,1913,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(64448,1913,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(64449,1913,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(64450,1913,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(64451,1913,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(64452,1913,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(64453,1913,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(64454,1913,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(64455,1913,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(64456,1913,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(64457,1913,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(64458,1913,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(64459,1913,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(64460,1913,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(64461,1913,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(64462,1913,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(64463,1913,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(64464,1913,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(64465,1913,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(64466,1913,'left_tab_1_cases_repeater','3'),(64467,1913,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(64468,1913,'left_tab_1_spacer','0'),(64469,1913,'_left_tab_1_spacer','field_56b3f001dbf09'),(64470,1913,'left_tab_name','Successful Transactions'),(64471,1913,'_left_tab_name','field_56b3976017dce'),(64472,1913,'right_tab_name','Case studies'),(64473,1913,'_right_tab_name','field_56b3978117dcf'),(64474,1913,'right_tab_0_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1879\" src=\"http://innovationbrain.com/wp-content/uploads/Crops-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n<div style=\"display: inline-block;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Case-Study-Cyprus-.png\"><img class=\"alignnone size-medium wp-image-1880\" src=\"http://innovationbrain.com/wp-content/uploads/Cyprus-image-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Cypriot Hotel Group\r\n\r\n</div>\r\n</div>'),(64475,1913,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(64476,1913,'right_tab_0_spacer','1'),(64477,1913,'_right_tab_0_spacer','field_56b3fab14554f'),(64478,1913,'right_tab_2_contact_icon','icon-mail'),(64479,1913,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(64480,1913,'right_tab_2_contact_title','Previous conferences available upon request.'),(64481,1913,'_right_tab_2_contact_title','field_56b4001eb0921'),(64482,1913,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(64483,1913,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(64484,1913,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(64485,1913,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(64486,1913,'right_tab_2_contact_values_0_link_type','mailto:'),(64487,1913,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(64488,1913,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(64489,1913,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(64490,1913,'right_tab_2_contact_values','1'),(64491,1913,'_right_tab_2_contact_values','field_56b3fde2ce062'),(64492,1913,'add_third_tab','1'),(64493,1913,'_add_third_tab','field_57f54e889b77c'),(64494,1913,'third_tab_name','IB Blog'),(64495,1913,'_third_tab_name','field_57f54ea19b77d'),(64496,1913,'third_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:20:\"wysiwyg_editor_block\";}'),(64497,1913,'_third_tab','field_57f54ec39b77e'),(64498,1913,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(64499,1913,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(64500,1913,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(64501,1913,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(64502,1913,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(64503,1913,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(64504,1913,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(64505,1913,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(64506,1913,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(64507,1913,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(64508,1913,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(64509,1913,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(64510,1913,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(64511,1913,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(64512,1913,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(64513,1913,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(64514,1913,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(64515,1913,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(64516,1913,'right_tab_3_items_list_repeater','4'),(64517,1913,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(64518,1913,'right_tab_4_contact_icon','icon-mail'),(64519,1913,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(64520,1913,'right_tab_4_contact_title','Previous conferences available upon request.'),(64521,1913,'_right_tab_4_contact_title','field_56b4001eb0921'),(64522,1913,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(64523,1913,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(64524,1913,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(64525,1913,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(64526,1913,'right_tab_4_contact_values_0_link_type','mailto:'),(64527,1913,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(64528,1913,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(64529,1913,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(64530,1913,'right_tab_4_contact_values','1'),(64531,1913,'_right_tab_4_contact_values','field_56b3fde2ce062'),(64532,1913,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(64533,1913,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(64534,1913,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(64535,1913,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(64536,1913,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(64537,1913,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(64538,1913,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(64539,1913,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(64540,1913,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(64541,1913,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(64542,1913,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(64543,1913,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(64544,1913,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(64545,1913,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(64546,1913,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(64547,1913,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(64548,1913,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(64549,1913,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(64550,1913,'right_tab_5_items_list_repeater','7'),(64551,1913,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(64552,1913,'right_tab_6_contact_icon','icon-mail'),(64553,1913,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(64554,1913,'right_tab_6_contact_title','Previous conferences available upon request.'),(64555,1913,'_right_tab_6_contact_title','field_56b4001eb0921'),(64556,1913,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(64557,1913,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(64558,1913,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(64559,1913,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(64560,1913,'right_tab_6_contact_values_0_link_type','mailto:'),(64561,1913,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(64562,1913,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(64563,1913,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(64564,1913,'right_tab_6_contact_values','1'),(64565,1913,'_right_tab_6_contact_values','field_56b3fde2ce062'),(64566,1913,'third_tab_0_wysiwyg_editor','<strong>Serbian Corporate Restructuring</strong>\r\n\r\nSeptember 2018\r\n\r\nSerbia has two complementary legislative tools that facilitate corporate restructuring by balancing the competing needs of struggling debtors, unpaid employees, impatient or exasperated creditors and the tax authorities. Both procedures generally allow debtor management to stay in place (potentially with little oversight nor historical reckoning) and can be taken in sequence, if necessary. \r\n\r\n\r\n\r\nRead more<a href=\"http://innovationbrain.com/wp-content/uploads/Serbian-Corparate-Restructuring-IB-GRR-Article-Jun201v6.pdf\" target=\"_blank\">Read more</a>'),(64567,1913,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(64568,1913,'third_tab_0_spacer','1'),(64569,1913,'_third_tab_0_spacer','field_57f54ec49b780'),(64570,1913,'third_tab_2_contact_icon','icon-mail'),(64571,1913,'_third_tab_2_contact_icon','field_58568c5a91b24'),(64572,1913,'third_tab_2_contact_title','Previous conferences available upon request.'),(64573,1913,'_third_tab_2_contact_title','field_58568c7791b25'),(64574,1913,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(64575,1913,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(64576,1913,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(64577,1913,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(64578,1913,'third_tab_2_contact_values_0_link_type','mailto:'),(64579,1913,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(64580,1913,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(64581,1913,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(64582,1913,'third_tab_2_contact_values','1'),(64583,1913,'_third_tab_2_contact_values','field_58568c1091b1d'),(64584,1913,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(64585,1913,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(64586,1913,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(64587,1913,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(64588,1913,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(64589,1913,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(64590,1913,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(64591,1913,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(64592,1913,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(64593,1913,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(64594,1913,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(64595,1913,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(64596,1913,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(64597,1913,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(64598,1913,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(64599,1913,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(64600,1913,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(64601,1913,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(64602,1913,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(64603,1913,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(64604,1913,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(64605,1913,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(64606,1913,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(64607,1913,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(64608,1913,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(64609,1913,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(64610,1913,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(64611,1913,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(64612,1913,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(64613,1913,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(64614,1913,'right_tab_7_items_list_repeater','4'),(64615,1913,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(64616,1913,'right_tab_8_contact_icon','icon-mail'),(64617,1913,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(64618,1913,'right_tab_8_contact_title','Previous conferences available upon request.'),(64619,1913,'_right_tab_8_contact_title','field_56b4001eb0921'),(64620,1913,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(64621,1913,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(64622,1913,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(64623,1913,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(64624,1913,'right_tab_8_contact_values_0_link_type','mailto:'),(64625,1913,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(64626,1913,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(64627,1913,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(64628,1913,'right_tab_8_contact_values','1'),(64629,1913,'_right_tab_8_contact_values','field_56b3fde2ce062'),(64630,1913,'third_tab_0_items_list_repeater',''),(64631,1913,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(64632,1913,'third_tab_1_contact_icon','icon-mail'),(64633,1913,'_third_tab_1_contact_icon','field_58568bc191b1b'),(64634,1913,'third_tab_1_contact_title','Previous conferences available upon request.'),(64635,1913,'_third_tab_1_contact_title','field_58568c7791b25'),(64636,1913,'third_tab_1_contact_values',''),(64637,1913,'_third_tab_1_contact_values','field_58568d5838552'),(64638,1913,'right_tab_1_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img class=\"alignnone size-medium wp-image-1881\" src=\"http://innovationbrain.com/wp-content/uploads/Dairy-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nStudy of a Romanian Dairy & Meat Producer\r\n\r\n</div>\r\n</div>'),(64639,1913,'_right_tab_1_wysiwyg_editor','field_56b3fab14554e'),(64640,1913,'right_tab_1_spacer','1'),(64641,1913,'_right_tab_1_spacer','field_56b3fab14554f'),(64642,1913,'third_tab_1_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(64643,1913,'_third_tab_1_wysiwyg_editor','field_57f54ec49b77f'),(64644,1913,'third_tab_1_spacer','1'),(64645,1913,'_third_tab_1_spacer','field_57f54ec49b780'),(64646,1913,'third_tab_1_departmant',''),(64647,1913,'_third_tab_1_departmant','field_58568c4791b22'),(64648,1913,'third_tab_2_wysiwyg_editor','<strong>NPLs in the Ukraine</strong>\r\n\r\nApril 2018\r\n\r\nInnovation Brain Director of Financial Services and CRO Steven Franck attended and spoke at the EBRD conference last month. The event aimed to take stock of the results achieved so far and also see ways to improve the NPL resolution in the Ukraine. Amongst other things, they discussed the impact of the LFR in resolving NPLs in Ukraine, and the critical linkages between restructuring, effective insolvency systems and proper tax incentives to support a robust NPL resolution regime.\r\n\r\nRead more and see the presentations <a href=\"http://npl.vienna-initiative.com/regional-events/law-on-financial-restructuring-and-npl-resolution/\">here</a>'),(64649,1913,'_third_tab_2_wysiwyg_editor','field_57f54ec49b77f'),(64650,1913,'third_tab_2_spacer','1'),(64651,1913,'_third_tab_2_spacer','field_57f54ec49b780'),(64652,1913,'third_tab_3_wysiwyg_editor','WJ Global Forum, Bucharest: Interview with Lukas Fecker of Innovation Brain\r\n\r\nMay 2018\r\n\r\nGRR sat down with one of the most prominent outside participants in Romania’s non-performing loan market, Lukas Fecker. He discussed why the country is a safer investment bet than other eastern European states - and why reviving companies is a whole new sector that’s here to stay.\r\n\r\nRead more<a href=\"https://globalrestructuringreview.com/article/1169610/wj-global-forum-bucharest-interview-with-lukas-fecker-of-innovation-brain\">Read more</a>'),(64653,1913,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(64654,1913,'third_tab_3_spacer','1'),(64655,1913,'_third_tab_3_spacer','field_57f54ec49b780'),(64656,1916,'cases_repeater_0_cases_title','- Largest Greek Bank'),(64657,1916,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(64658,1916,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(64659,1916,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(64660,1916,'cases_repeater_0_icon','icon-bullseye-small'),(64661,1916,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(64662,1916,'cases_repeater_0_cases_icon_title','Financial services'),(64663,1916,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(64664,1916,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(64665,1916,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(64666,1916,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(64667,1916,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(64668,1916,'cases_repeater_1_icon','icon-progress-small'),(64669,1916,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(64670,1916,'cases_repeater_1_cases_icon_title','Commodities'),(64671,1916,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(64672,1916,'cases_repeater','3'),(64673,1916,'_cases_repeater','field_56b25d0cd2fed'),(64674,1916,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(64675,1916,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(64676,1916,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(64677,1916,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(64678,1916,'cases_repeater_2_icon','icon-pill-small'),(64679,1916,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(64680,1916,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(64681,1916,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(64682,1916,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(64683,1916,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(64684,1916,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(64685,1916,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(64686,1916,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(64687,1916,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(64688,1916,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(64689,1916,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(64690,1916,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(64691,1916,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(64692,1916,'conferences_repeater_2_conference_place_and_date','September, 2015'),(64693,1916,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(64694,1916,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(64695,1916,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(64696,1916,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(64697,1916,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(64698,1916,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(64699,1916,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(64700,1916,'conferences_repeater_4_conference_place_and_date','May, 2015'),(64701,1916,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(64702,1916,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(64703,1916,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(64704,1916,'conferences_repeater_5_conference_place_and_date','April, 2015'),(64705,1916,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(64706,1916,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(64707,1916,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(64708,1916,'conferences_repeater_6_conference_place_and_date','January, 2015'),(64709,1916,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(64710,1916,'conferences_repeater','7'),(64711,1916,'_conferences_repeater','field_56b28bd340c44'),(64712,1916,'conferences_contact','Previous conferences available upon request'),(64713,1916,'_conferences_contact','field_56b3451c304a4'),(64714,1916,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(64715,1916,'_conferences_contact_mail','field_56b3453c304a5'),(64716,1916,'conferences_icon','icon-mail'),(64717,1916,'_conferences_icon','field_56b347cd8f381'),(64718,1916,'conferences_contact_text','Previous conferences available upon request'),(64719,1916,'_conferences_contact_text','field_56b3451c304a4'),(64720,1916,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(64721,1916,'_left_tab','field_56b36c6deeda0'),(64722,1916,'add_second_tab','1'),(64723,1916,'_add_second_tab','field_56b36ca9eeda2'),(64724,1916,'right_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";}'),(64725,1916,'_right_tab','field_56b3fab04554d'),(64726,1916,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(64727,1916,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(64728,1916,'left_tab_0_spacer','0'),(64729,1916,'_left_tab_0_spacer','field_56b371c577c8c'),(64730,1916,'left_tab_1_cases_repeater_0_icon','icon-bullseye-small'),(64731,1916,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(64732,1916,'left_tab_1_cases_repeater_0_title','- Largest Greek Bank'),(64733,1916,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(64734,1916,'left_tab_1_cases_repeater_0_icon_title','Financial services'),(64735,1916,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(64736,1916,'left_tab_1_cases_repeater_0_details','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(64737,1916,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(64738,1916,'left_tab_1_cases_repeater_1_icon','icon-progress-small'),(64739,1916,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(64740,1916,'left_tab_1_cases_repeater_1_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(64741,1916,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(64742,1916,'left_tab_1_cases_repeater_1_icon_title','Commodities'),(64743,1916,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(64744,1916,'left_tab_1_cases_repeater_1_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(64745,1916,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(64746,1916,'left_tab_1_cases_repeater_2_icon','icon-pill-small'),(64747,1916,'_left_tab_1_cases_repeater_2_icon','field_56b3fa12ab904'),(64748,1916,'left_tab_1_cases_repeater_2_title','- Pharma distribution\r\n- Pharma track & production'),(64749,1916,'_left_tab_1_cases_repeater_2_title','field_56b3fa50ab905'),(64750,1916,'left_tab_1_cases_repeater_2_icon_title','Pharmaceuticals'),(64751,1916,'_left_tab_1_cases_repeater_2_icon_title','field_56b3fa63ab906'),(64752,1916,'left_tab_1_cases_repeater_2_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(64753,1916,'_left_tab_1_cases_repeater_2_details','field_56b3fa73ab907'),(64754,1916,'left_tab_1_cases_repeater','3'),(64755,1916,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(64756,1916,'left_tab_1_spacer','0'),(64757,1916,'_left_tab_1_spacer','field_56b3f001dbf09'),(64758,1916,'left_tab_name','Successful Transactions'),(64759,1916,'_left_tab_name','field_56b3976017dce'),(64760,1916,'right_tab_name','Case studies'),(64761,1916,'_right_tab_name','field_56b3978117dcf'),(64762,1916,'right_tab_0_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1879\" src=\"http://innovationbrain.com/wp-content/uploads/Crops-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n<div style=\"display: inline-block;\">\r\n\r\n'),(64763,1916,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(64764,1916,'right_tab_0_spacer','1'),(64765,1916,'_right_tab_0_spacer','field_56b3fab14554f'),(64766,1916,'right_tab_2_contact_icon','icon-mail'),(64767,1916,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(64768,1916,'right_tab_2_contact_title','Previous conferences available upon request.'),(64769,1916,'_right_tab_2_contact_title','field_56b4001eb0921'),(64770,1916,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(64771,1916,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(64772,1916,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(64773,1916,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(64774,1916,'right_tab_2_contact_values_0_link_type','mailto:'),(64775,1916,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(64776,1916,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(64777,1916,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(64778,1916,'right_tab_2_contact_values','1'),(64779,1916,'_right_tab_2_contact_values','field_56b3fde2ce062'),(64780,1916,'add_third_tab','1'),(64781,1916,'_add_third_tab','field_57f54e889b77c'),(64782,1916,'third_tab_name','IB Blog'),(64783,1916,'_third_tab_name','field_57f54ea19b77d'),(64784,1916,'third_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:20:\"wysiwyg_editor_block\";}'),(64785,1916,'_third_tab','field_57f54ec39b77e'),(64786,1916,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(64787,1916,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(64788,1916,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(64789,1916,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(64790,1916,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(64791,1916,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(64792,1916,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(64793,1916,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(64794,1916,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(64795,1916,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(64796,1916,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(64797,1916,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(64798,1916,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(64799,1916,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(64800,1916,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(64801,1916,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(64802,1916,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(64803,1916,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(64804,1916,'right_tab_3_items_list_repeater','4'),(64805,1916,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(64806,1916,'right_tab_4_contact_icon','icon-mail'),(64807,1916,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(64808,1916,'right_tab_4_contact_title','Previous conferences available upon request.'),(64809,1916,'_right_tab_4_contact_title','field_56b4001eb0921'),(64810,1916,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(64811,1916,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(64812,1916,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(64813,1916,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(64814,1916,'right_tab_4_contact_values_0_link_type','mailto:'),(64815,1916,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(64816,1916,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(64817,1916,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(64818,1916,'right_tab_4_contact_values','1'),(64819,1916,'_right_tab_4_contact_values','field_56b3fde2ce062'),(64820,1916,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(64821,1916,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(64822,1916,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(64823,1916,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(64824,1916,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(64825,1916,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(64826,1916,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(64827,1916,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(64828,1916,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(64829,1916,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(64830,1916,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(64831,1916,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(64832,1916,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(64833,1916,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(64834,1916,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(64835,1916,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(64836,1916,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(64837,1916,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(64838,1916,'right_tab_5_items_list_repeater','7'),(64839,1916,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(64840,1916,'right_tab_6_contact_icon','icon-mail'),(64841,1916,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(64842,1916,'right_tab_6_contact_title','Previous conferences available upon request.'),(64843,1916,'_right_tab_6_contact_title','field_56b4001eb0921'),(64844,1916,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(64845,1916,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(64846,1916,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(64847,1916,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(64848,1916,'right_tab_6_contact_values_0_link_type','mailto:'),(64849,1916,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(64850,1916,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(64851,1916,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(64852,1916,'right_tab_6_contact_values','1'),(64853,1916,'_right_tab_6_contact_values','field_56b3fde2ce062'),(64854,1916,'third_tab_0_wysiwyg_editor','<strong>Serbian Corporate Restructuring</strong>\r\n\r\nSeptember 2018\r\n\r\nSerbia has two complementary legislative tools that facilitate corporate restructuring by balancing the competing needs of struggling debtors, unpaid employees, impatient or exasperated creditors and the tax authorities. Both procedures generally allow debtor management to stay in place (potentially with little oversight nor historical reckoning) and can be taken in sequence, if necessary. \r\n\r\n\r\n\r\nRead more<a href=\"http://innovationbrain.com/wp-content/uploads/Serbian-Corparate-Restructuring-IB-GRR-Article-Jun201v6.pdf\" target=\"_blank\">Read more</a>'),(64855,1916,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(64856,1916,'third_tab_0_spacer','1'),(64857,1916,'_third_tab_0_spacer','field_57f54ec49b780'),(64858,1916,'third_tab_2_contact_icon','icon-mail'),(64859,1916,'_third_tab_2_contact_icon','field_58568c5a91b24'),(64860,1916,'third_tab_2_contact_title','Previous conferences available upon request.'),(64861,1916,'_third_tab_2_contact_title','field_58568c7791b25'),(64862,1916,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(64863,1916,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(64864,1916,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(64865,1916,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(64866,1916,'third_tab_2_contact_values_0_link_type','mailto:'),(64867,1916,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(64868,1916,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(64869,1916,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(64870,1916,'third_tab_2_contact_values','1'),(64871,1916,'_third_tab_2_contact_values','field_58568c1091b1d'),(64872,1916,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(64873,1916,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(64874,1916,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(64875,1916,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(64876,1916,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(64877,1916,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(64878,1916,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(64879,1916,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(64880,1916,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(64881,1916,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(64882,1916,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(64883,1916,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(64884,1916,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(64885,1916,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(64886,1916,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(64887,1916,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(64888,1916,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(64889,1916,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(64890,1916,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(64891,1916,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(64892,1916,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(64893,1916,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(64894,1916,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(64895,1916,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(64896,1916,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(64897,1916,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(64898,1916,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(64899,1916,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(64900,1916,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(64901,1916,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(64902,1916,'right_tab_7_items_list_repeater','4'),(64903,1916,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(64904,1916,'right_tab_8_contact_icon','icon-mail'),(64905,1916,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(64906,1916,'right_tab_8_contact_title','Previous conferences available upon request.'),(64907,1916,'_right_tab_8_contact_title','field_56b4001eb0921'),(64908,1916,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(64909,1916,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(64910,1916,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(64911,1916,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(64912,1916,'right_tab_8_contact_values_0_link_type','mailto:'),(64913,1916,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(64914,1916,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(64915,1916,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(64916,1916,'right_tab_8_contact_values','1'),(64917,1916,'_right_tab_8_contact_values','field_56b3fde2ce062'),(64918,1916,'third_tab_0_items_list_repeater',''),(64919,1916,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(64920,1916,'third_tab_1_contact_icon','icon-mail'),(64921,1916,'_third_tab_1_contact_icon','field_58568bc191b1b'),(64922,1916,'third_tab_1_contact_title','Previous conferences available upon request.'),(64923,1916,'_third_tab_1_contact_title','field_58568c7791b25'),(64924,1916,'third_tab_1_contact_values',''),(64925,1916,'_third_tab_1_contact_values','field_58568d5838552'),(64926,1916,'right_tab_1_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img class=\"alignnone size-medium wp-image-1881\" src=\"http://innovationbrain.com/wp-content/uploads/Dairy-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nStudy of a Romanian Dairy & Meat Producer\r\n\r\n</div>\r\n</div>'),(64927,1916,'_right_tab_1_wysiwyg_editor','field_56b3fab14554e'),(64928,1916,'right_tab_1_spacer','1'),(64929,1916,'_right_tab_1_spacer','field_56b3fab14554f'),(64930,1916,'third_tab_1_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(64931,1916,'_third_tab_1_wysiwyg_editor','field_57f54ec49b77f'),(64932,1916,'third_tab_1_spacer','1'),(64933,1916,'_third_tab_1_spacer','field_57f54ec49b780'),(64934,1916,'third_tab_1_departmant',''),(64935,1916,'_third_tab_1_departmant','field_58568c4791b22'),(64936,1916,'third_tab_2_wysiwyg_editor','<strong>NPLs in the Ukraine</strong>\r\n\r\nApril 2018\r\n\r\nInnovation Brain Director of Financial Services and CRO Steven Franck attended and spoke at the EBRD conference last month. The event aimed to take stock of the results achieved so far and also see ways to improve the NPL resolution in the Ukraine. Amongst other things, they discussed the impact of the LFR in resolving NPLs in Ukraine, and the critical linkages between restructuring, effective insolvency systems and proper tax incentives to support a robust NPL resolution regime.\r\n\r\nRead more and see the presentations <a href=\"http://npl.vienna-initiative.com/regional-events/law-on-financial-restructuring-and-npl-resolution/\">here</a>'),(64937,1916,'_third_tab_2_wysiwyg_editor','field_57f54ec49b77f'),(64938,1916,'third_tab_2_spacer','1'),(64939,1916,'_third_tab_2_spacer','field_57f54ec49b780'),(64940,1916,'third_tab_3_wysiwyg_editor','WJ Global Forum, Bucharest: Interview with Lukas Fecker of Innovation Brain\r\n\r\nMay 2018\r\n\r\nGRR sat down with one of the most prominent outside participants in Romania’s non-performing loan market, Lukas Fecker. He discussed why the country is a safer investment bet than other eastern European states - and why reviving companies is a whole new sector that’s here to stay.\r\n\r\nRead more<a href=\"https://globalrestructuringreview.com/article/1169610/wj-global-forum-bucharest-interview-with-lukas-fecker-of-innovation-brain\">Read more</a>'),(64941,1916,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(64942,1916,'third_tab_3_spacer','1'),(64943,1916,'_third_tab_3_spacer','field_57f54ec49b780'),(64944,1917,'builder','a:0:{}'),(64945,1917,'_builder','field_56b276ce702ac'),(64946,1917,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(64947,1917,'_left_tab','field_56b36c6deeda0'),(64948,1917,'add_second_tab','1'),(64949,1917,'_add_second_tab','field_56b36ca9eeda2'),(64950,1917,'right_tab','a:10:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";i:6;s:9:\"bio_block\";i:7;s:9:\"bio_block\";i:8;s:9:\"bio_block\";i:9;s:9:\"bio_block\";}'),(64951,1917,'_right_tab','field_56b3fab04554d'),(64952,1917,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(64953,1917,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(64954,1917,'left_tab_0_spacer','1'),(64955,1917,'_left_tab_0_spacer','field_56b371c577c8c'),(64956,1917,'left_tab_1_circle1','icon-grid'),(64957,1917,'_left_tab_1_circle1','field_56b3dc86da039'),(64958,1917,'left_tab_1_circle2','icon-turnaround'),(64959,1917,'_left_tab_1_circle2','field_56b3dc86da03a'),(64960,1917,'left_tab_1_circle3','icon-masonery'),(64961,1917,'_left_tab_1_circle3','field_56b3dc86da03b'),(64962,1917,'left_tab_1_circle1_label','Restructuring'),(64963,1917,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(64964,1917,'left_tab_1_circle2_label','Turnaround'),(64965,1917,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(64966,1917,'left_tab_1_circle3_label','Innovation'),(64967,1917,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(64968,1917,'left_tab_1_spacer','1'),(64969,1917,'_left_tab_1_spacer','field_56b3dc86da042'),(64970,1917,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(64971,1917,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(64972,1917,'left_tab_2_spacer','1'),(64973,1917,'_left_tab_2_spacer','field_56b371c577c8c'),(64974,1917,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(64975,1917,'_left_tab_3_image','field_56b373f3b6e44'),(64976,1917,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(64977,1917,'_left_tab_3_title','field_56b373afb6e42'),(64978,1917,'left_tab_3_button_label','Download PDF (312 kb)'),(64979,1917,'_left_tab_3_button_label','field_56b373ceb6e43'),(64980,1917,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(64981,1917,'_left_tab_3_button_link','field_56b374ff0ad17'),(64982,1917,'left_tab_name','Company'),(64983,1917,'_left_tab_name','field_56b3976017dce'),(64984,1917,'right_tab_name','People'),(64985,1917,'_right_tab_name','field_56b3978117dcf'),(64986,1917,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(64987,1917,'_right_tab_0_image','field_56b3fab145571'),(64988,1917,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(64989,1917,'_right_tab_0_content','field_56b3fab145572'),(64990,1917,'right_tab_0_button_label','Download VCard'),(64991,1917,'_right_tab_0_button_label','field_56b3fab145573'),(64992,1917,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(64993,1917,'_right_tab_0_button_link','field_56b3fab145574'),(64994,1917,'right_tab_0_spacer','1'),(64995,1917,'_right_tab_0_spacer','field_56b3fab145575'),(64996,1917,'right_tab_1_contact_title','Please feel free to contact me:'),(64997,1917,'_right_tab_1_contact_title','field_56b4001eb0921'),(64998,1917,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(64999,1917,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(65000,1917,'right_tab_1_contact_values_0_contact_value_right',''),(65001,1917,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(65002,1917,'right_tab_1_contact_values_0_link',''),(65003,1917,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(65004,1917,'right_tab_1_contact_values_0_link_type',''),(65005,1917,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(65006,1917,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(65007,1917,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(65008,1917,'right_tab_1_contact_values_1_contact_value_right',''),(65009,1917,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(65010,1917,'right_tab_1_contact_values_1_link',''),(65011,1917,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(65012,1917,'right_tab_1_contact_values_1_link_type',''),(65013,1917,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(65014,1917,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(65015,1917,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(65016,1917,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(65017,1917,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(65018,1917,'right_tab_1_contact_values_2_link','+41793107090'),(65019,1917,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(65020,1917,'right_tab_1_contact_values_2_link_type','tel:'),(65021,1917,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(65022,1917,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(65023,1917,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(65024,1917,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(65025,1917,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(65026,1917,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(65027,1917,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(65028,1917,'right_tab_1_contact_values_3_link_type','mailto:'),(65029,1917,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(65030,1917,'right_tab_1_contact_icon','icon-mail'),(65031,1917,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(65032,1917,'right_tab_1_contact_values','4'),(65033,1917,'_right_tab_1_contact_values','field_56b3fde2ce062'),(65034,1917,'add_third_tab','0'),(65035,1917,'_add_third_tab','field_57f54e889b77c'),(65036,1917,'third_tab_name',''),(65037,1917,'_third_tab_name','field_57f54ea19b77d'),(65038,1917,'third_tab',''),(65039,1917,'_third_tab','field_57f54ec39b77e'),(65040,1917,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(65041,1917,'_right_tab_2_image','field_56b3fab145571'),(65042,1917,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(65043,1917,'_right_tab_2_content','field_56b3fab145572'),(65044,1917,'right_tab_2_button_label','Download VCard'),(65045,1917,'_right_tab_2_button_label','field_56b3fab145573'),(65046,1917,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(65047,1917,'_right_tab_2_button_link','field_56b3fab145574'),(65048,1917,'right_tab_2_spacer','1'),(65049,1917,'_right_tab_2_spacer','field_56b3fab145575'),(65050,1917,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(65051,1917,'_right_tab_1_image','field_56b3fab145571'),(65052,1917,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(65053,1917,'_right_tab_1_content','field_56b3fab145572'),(65054,1917,'right_tab_1_button_label','Download VCard'),(65055,1917,'_right_tab_1_button_label','field_56b3fab145573'),(65056,1917,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(65057,1917,'_right_tab_1_button_link','field_56b3fab145574'),(65058,1917,'right_tab_1_spacer','1'),(65059,1917,'_right_tab_1_spacer','field_56b3fab145575'),(65060,1917,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(65061,1917,'_right_tab_3_image','field_56b3fab145571'),(65062,1917,'right_tab_3_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(65063,1917,'_right_tab_3_content','field_56b3fab145572'),(65064,1917,'right_tab_3_button_label','Download VCard'),(65065,1917,'_right_tab_3_button_label','field_56b3fab145573'),(65066,1917,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(65067,1917,'_right_tab_3_button_link','field_56b3fab145574'),(65068,1917,'right_tab_3_spacer','1'),(65069,1917,'_right_tab_3_spacer','field_56b3fab145575'),(65070,1917,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Lidija.jpg'),(65071,1917,'_right_tab_4_image','field_56b3fab145571'),(65072,1917,'right_tab_4_content','Lidija Abramovic\r\n<span style=\"color: #00ccff;\">Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nLidija is the Lawyer at Innovation Brain. Lidija was previously a tax consultant providing legal advice and compliance in local and international regulations, as well as personal income tax and immigration services at Deloitte doo in Serbia. Lidija has also worked in various government roles, such as in litigation in the First Basic Court in Belgrade, Public Notary and Ministry of Labour, Employment, Veteran and Social Policy of the Republic of Serbia.\r\n\r\nLidija has a Masters in International Law and has passed the Bar Exam.\r\n\r\n '),(65073,1917,'_right_tab_4_content','field_56b3fab145572'),(65074,1917,'right_tab_4_button_label','Download VCard'),(65075,1917,'_right_tab_4_button_label','field_56b3fab145573'),(65076,1917,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Lidija_Abramovic.vcf'),(65077,1917,'_right_tab_4_button_link','field_56b3fab145574'),(65078,1917,'right_tab_4_spacer','1'),(65079,1917,'_right_tab_4_spacer','field_56b3fab145575'),(65080,1917,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Srdjan.jpeg'),(65081,1917,'_right_tab_5_image','field_56b3fab145571'),(65082,1917,'right_tab_5_content','Srdjan Begovic\r\n<span style=\"color: #00ccff;\">Senior Financial Analyst</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nSrdjan is a Senior Financial Analyst at Innovation Brain focused on financial modelling and restructuring. With a background in mathematics, econometrics and statistics, Srdjan has been building his career in a field of financial analysis working for the companies in car manufacturing, real estate and tax advisory businesses. Throughout his career, he acquired the knowledge and expertise in planning, forecasting, modelling, budgeting and valuations. Besides finance related positions, Srdjan also managed a payables controlling department while working for FIAT automobiles.\r\nMajor achievements involve real estate acquisitions where Srdjan successfully performed a due diligence processes relating to valuation and optimisation of several of the largest shopping malls in the Balkans, as well as setting up and managing one of the largest retail parks chain in Serbia.\r\nHe has a Masters degree in Finance and Investments from Aston University, and passed CFA level 1.'),(65083,1917,'_right_tab_5_content','field_56b3fab145572'),(65084,1917,'right_tab_5_button_label','Download VCard'),(65085,1917,'_right_tab_5_button_label','field_56b3fab145573'),(65086,1917,'right_tab_5_button_link','http://innovationbrain.com/DLfiles/Srdjan Begovic.vcf'),(65087,1917,'_right_tab_5_button_link','field_56b3fab145574'),(65088,1917,'right_tab_5_spacer','1'),(65089,1917,'_right_tab_5_spacer','field_56b3fab145575'),(65090,1917,'right_tab_6_image','http://innovationbrain.com/wp-content/uploads/Aleksandar.png'),(65091,1917,'_right_tab_6_image','field_56b3fab145571'),(65092,1917,'right_tab_6_content','Aleksandar Glavinic\r\n<span style=\"color: #00ccff;\">Manager - Deal Team</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\n\r\nAleksandar has more than 5 years of experience in Finance as an auditor and advisor to international companies.\r\nIn addition to his main role as auditor, Aleksandar has been involved in a number of restructuring processes. He has advised major Serbian companies in the commercial sector and he is currently serving as Finance Manager for Strauss Adriatic.\r\n'),(65093,1917,'_right_tab_6_content','field_56b3fab145572'),(65094,1917,'right_tab_6_button_label','Download VCard'),(65095,1917,'_right_tab_6_button_label','field_56b3fab145573'),(65096,1917,'right_tab_6_button_link','http://innovationbrain.com/DLfiles/Aleksandar Glavinic.vcf'),(65097,1917,'_right_tab_6_button_link','field_56b3fab145574'),(65098,1917,'right_tab_6_spacer','1'),(65099,1917,'_right_tab_6_spacer','field_56b3fab145575'),(65100,1917,'right_tab_7_image','http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg'),(65101,1917,'_right_tab_7_image','field_56b3fab145571'),(65102,1917,'right_tab_7_content','Gordana Knežević\r\n<span style=\"color: #00ccff;\">Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nGordana is the Lawyer at Innovation Brain. During the course of her carrier, she has worked in two corporate law firms for more than a year dealing with Corporate law, dispute resolution (litigation), law on properties. Experience in cooperation with state authorities.\r\n\r\nGordana has a Masters Degree at the Faculty of Law, Belgrade.'),(65103,1917,'_right_tab_7_content','field_56b3fab145572'),(65104,1917,'right_tab_7_button_label','Download VCard'),(65105,1917,'_right_tab_7_button_label','field_56b3fab145573'),(65106,1917,'right_tab_7_button_link','http://innovationbrain.com/DLfiles/.Gordana_Knezevic.vcf'),(65107,1917,'_right_tab_7_button_link','field_56b3fab145574'),(65108,1917,'right_tab_7_spacer','1'),(65109,1917,'_right_tab_7_spacer','field_56b3fab145575'),(65110,1917,'right_tab_8_image','http://innovationbrain.com/wp-content/uploads/Mandy.jpg'),(65111,1917,'_right_tab_8_image','field_56b3fab145571'),(65112,1917,'right_tab_8_content','Mandy Caruana\r\n<span style=\"color: #00ccff;\">Head of Marketing</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nMandy is the Head of Marketing at Innovation Brain. She is a seasoned communications and marketing professional within the Association Industry. Mandy has held Head of department roles at the Turnaround Management Association, Association of MBAs and the Sainsbury Centre for Mental Health.'),(65113,1917,'_right_tab_8_content','field_56b3fab145572'),(65114,1917,'right_tab_8_button_label','Download VCard'),(65115,1917,'_right_tab_8_button_label','field_56b3fab145573'),(65116,1917,'right_tab_8_button_link','http://innovationbrain.com/DLfiles/.Mandy_Caruana.vcf'),(65117,1917,'_right_tab_8_button_link','field_56b3fab145574'),(65118,1917,'right_tab_8_spacer','1'),(65119,1917,'_right_tab_8_spacer','field_56b3fab145575'),(65120,1917,'right_tab_9_image','http://innovationbrain.com/wp-content/uploads/CV-Raluca-E.jpg'),(65121,1917,'_right_tab_9_image','field_56b3fab145571'),(65122,1917,'right_tab_9_content','Ralu Fadur\r\n<span style=\"color: #00ccff;\">Head of Back Office</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Cyprus</span>\r\n\r\nRalu is the Head of Back Office and HR Manager at Innovation Brain. She is a dedicated office management professional with experience handling a wide range of administrative, corporate, technical and executive support tasks. Computer proficiency and skilled relationship builder with the proven ability to work with different personality styles. She excels at resolving employer challenges with innovative solutions, systems and process improvements that increase efficiency, customer satisfaction and the bottom line.'),(65123,1917,'_right_tab_9_content','field_56b3fab145572'),(65124,1917,'right_tab_9_button_label','Download VCard'),(65125,1917,'_right_tab_9_button_label','field_56b3fab145573'),(65126,1917,'right_tab_9_button_link','http://innovationbrain.com/DLfiles/.Ralu_E.Fadur.vcf'),(65127,1917,'_right_tab_9_button_link','field_56b3fab145574'),(65128,1917,'right_tab_9_spacer','1'),(65129,1917,'_right_tab_9_spacer','field_56b3fab145575'),(65130,1918,'builder','a:0:{}'),(65131,1918,'_builder','field_56b276ce702ac'),(65132,1918,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(65133,1918,'_left_tab','field_56b36c6deeda0'),(65134,1918,'add_second_tab','1'),(65135,1918,'_add_second_tab','field_56b36ca9eeda2'),(65136,1918,'right_tab','a:8:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";i:6;s:9:\"bio_block\";i:7;s:9:\"bio_block\";}'),(65137,1918,'_right_tab','field_56b3fab04554d'),(65138,1918,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(65139,1918,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(65140,1918,'left_tab_0_spacer','1'),(65141,1918,'_left_tab_0_spacer','field_56b371c577c8c'),(65142,1918,'left_tab_1_circle1','icon-grid'),(65143,1918,'_left_tab_1_circle1','field_56b3dc86da039'),(65144,1918,'left_tab_1_circle2','icon-turnaround'),(65145,1918,'_left_tab_1_circle2','field_56b3dc86da03a'),(65146,1918,'left_tab_1_circle3','icon-masonery'),(65147,1918,'_left_tab_1_circle3','field_56b3dc86da03b'),(65148,1918,'left_tab_1_circle1_label','Restructuring'),(65149,1918,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(65150,1918,'left_tab_1_circle2_label','Turnaround'),(65151,1918,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(65152,1918,'left_tab_1_circle3_label','Innovation'),(65153,1918,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(65154,1918,'left_tab_1_spacer','1'),(65155,1918,'_left_tab_1_spacer','field_56b3dc86da042'),(65156,1918,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(65157,1918,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(65158,1918,'left_tab_2_spacer','1'),(65159,1918,'_left_tab_2_spacer','field_56b371c577c8c'),(65160,1918,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(65161,1918,'_left_tab_3_image','field_56b373f3b6e44'),(65162,1918,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(65163,1918,'_left_tab_3_title','field_56b373afb6e42'),(65164,1918,'left_tab_3_button_label','Download PDF (312 kb)'),(65165,1918,'_left_tab_3_button_label','field_56b373ceb6e43'),(65166,1918,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(65167,1918,'_left_tab_3_button_link','field_56b374ff0ad17'),(65168,1918,'left_tab_name','Company'),(65169,1918,'_left_tab_name','field_56b3976017dce'),(65170,1918,'right_tab_name','People'),(65171,1918,'_right_tab_name','field_56b3978117dcf'),(65172,1918,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(65173,1918,'_right_tab_0_image','field_56b3fab145571'),(65174,1918,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(65175,1918,'_right_tab_0_content','field_56b3fab145572'),(65176,1918,'right_tab_0_button_label','Download VCard'),(65177,1918,'_right_tab_0_button_label','field_56b3fab145573'),(65178,1918,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(65179,1918,'_right_tab_0_button_link','field_56b3fab145574'),(65180,1918,'right_tab_0_spacer','1'),(65181,1918,'_right_tab_0_spacer','field_56b3fab145575'),(65182,1918,'right_tab_1_contact_title','Please feel free to contact me:'),(65183,1918,'_right_tab_1_contact_title','field_56b4001eb0921'),(65184,1918,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(65185,1918,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(65186,1918,'right_tab_1_contact_values_0_contact_value_right',''),(65187,1918,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(65188,1918,'right_tab_1_contact_values_0_link',''),(65189,1918,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(65190,1918,'right_tab_1_contact_values_0_link_type',''),(65191,1918,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(65192,1918,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(65193,1918,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(65194,1918,'right_tab_1_contact_values_1_contact_value_right',''),(65195,1918,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(65196,1918,'right_tab_1_contact_values_1_link',''),(65197,1918,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(65198,1918,'right_tab_1_contact_values_1_link_type',''),(65199,1918,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(65200,1918,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(65201,1918,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(65202,1918,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(65203,1918,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(65204,1918,'right_tab_1_contact_values_2_link','+41793107090'),(65205,1918,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(65206,1918,'right_tab_1_contact_values_2_link_type','tel:'),(65207,1918,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(65208,1918,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(65209,1918,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(65210,1918,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(65211,1918,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(65212,1918,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(65213,1918,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(65214,1918,'right_tab_1_contact_values_3_link_type','mailto:'),(65215,1918,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(65216,1918,'right_tab_1_contact_icon','icon-mail'),(65217,1918,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(65218,1918,'right_tab_1_contact_values','4'),(65219,1918,'_right_tab_1_contact_values','field_56b3fde2ce062'),(65220,1918,'add_third_tab','0'),(65221,1918,'_add_third_tab','field_57f54e889b77c'),(65222,1918,'third_tab_name',''),(65223,1918,'_third_tab_name','field_57f54ea19b77d'),(65224,1918,'third_tab',''),(65225,1918,'_third_tab','field_57f54ec39b77e'),(65226,1918,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Chris.jpg'),(65227,1918,'_right_tab_2_image','field_56b3fab145571'),(65228,1918,'right_tab_2_content','Christoph Berndt\r\n<span style=\"color: #00ccff;\">Market Leader</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia\r\n</span>\r\n\r\nChristoph has more than 10 years of experience in Finance as advisor to international companies and as CFO & CRO\r\n\r\nIn addition to his restructuring competences e.g. reorganizing of multi industry groups Christoph has profound knowledge in core transaction work such as M&A advisory, valuation and PMI\r\n\r\nHe has advised major Serbian banks in setting up bad banks and was leading the first NPL portfolio disposal for a large international bank in Serbia. '),(65229,1918,'_right_tab_2_content','field_56b3fab145572'),(65230,1918,'right_tab_2_button_label','Download VCard'),(65231,1918,'_right_tab_2_button_label','field_56b3fab145573'),(65232,1918,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Chris_Berndt.vcf'),(65233,1918,'_right_tab_2_button_link','field_56b3fab145574'),(65234,1918,'right_tab_2_spacer','1'),(65235,1918,'_right_tab_2_spacer','field_56b3fab145575'),(65236,1918,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(65237,1918,'_right_tab_1_image','field_56b3fab145571'),(65238,1918,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(65239,1918,'_right_tab_1_content','field_56b3fab145572'),(65240,1918,'right_tab_1_button_label','Download VCard'),(65241,1918,'_right_tab_1_button_label','field_56b3fab145573'),(65242,1918,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(65243,1918,'_right_tab_1_button_link','field_56b3fab145574'),(65244,1918,'right_tab_1_spacer','1'),(65245,1918,'_right_tab_1_spacer','field_56b3fab145575'),(65246,1918,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(65247,1918,'_right_tab_3_image','field_56b3fab145571'),(65248,1918,'right_tab_3_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(65249,1918,'_right_tab_3_content','field_56b3fab145572'),(65250,1918,'right_tab_3_button_label','Download VCard'),(65251,1918,'_right_tab_3_button_label','field_56b3fab145573'),(65252,1918,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(65253,1918,'_right_tab_3_button_link','field_56b3fab145574'),(65254,1918,'right_tab_3_spacer','1'),(65255,1918,'_right_tab_3_spacer','field_56b3fab145575'),(65256,1918,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Aleksandar.png'),(65257,1918,'_right_tab_4_image','field_56b3fab145571'),(65258,1918,'right_tab_4_content','Aleksandar Glavinic\r\n<span style=\"color: #00ccff;\">Manager - Deal Team</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\n\r\nAleksandar has more than 5 years of experience in Finance as an auditor and advisor to international companies.\r\nIn addition to his main role as auditor, Aleksandar has been involved in a number of restructuring processes. He has advised major Serbian companies in the commercial sector and he is currently serving as Finance Manager for Strauss Adriatic.\r\n'),(65259,1918,'_right_tab_4_content','field_56b3fab145572'),(65260,1918,'right_tab_4_button_label','Download VCard'),(65261,1918,'_right_tab_4_button_label','field_56b3fab145573'),(65262,1918,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/Aleksandar Glavinic.vcf'),(65263,1918,'_right_tab_4_button_link','field_56b3fab145574'),(65264,1918,'right_tab_4_spacer','1'),(65265,1918,'_right_tab_4_spacer','field_56b3fab145575'),(65266,1918,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg'),(65267,1918,'_right_tab_5_image','field_56b3fab145571'),(65268,1918,'right_tab_5_content','Gordana Knežević\r\n<span style=\"color: #00ccff;\">Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nGordana is the Lawyer at Innovation Brain. During the course of her carrier, she has worked in two corporate law firms for more than a year dealing with Corporate law, dispute resolution (litigation), law on properties. Experience in cooperation with state authorities.\r\n\r\nGordana has a Masters Degree at the Faculty of Law, Belgrade.'),(65269,1918,'_right_tab_5_content','field_56b3fab145572'),(65270,1918,'right_tab_5_button_label','Download VCard'),(65271,1918,'_right_tab_5_button_label','field_56b3fab145573'),(65272,1918,'right_tab_5_button_link','http://innovationbrain.com/DLfiles/.Gordana_Knezevic.vcf'),(65273,1918,'_right_tab_5_button_link','field_56b3fab145574'),(65274,1918,'right_tab_5_spacer','1'),(65275,1918,'_right_tab_5_spacer','field_56b3fab145575'),(65276,1918,'right_tab_6_image','http://innovationbrain.com/wp-content/uploads/Mandy.jpg'),(65277,1918,'_right_tab_6_image','field_56b3fab145571'),(65278,1918,'right_tab_6_content','Mandy Caruana\r\n<span style=\"color: #00ccff;\">Head of Marketing</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nMandy is the Head of Marketing at Innovation Brain. She is a seasoned communications and marketing professional within the Association Industry. Mandy has held Head of department roles at the Turnaround Management Association, Association of MBAs and the Sainsbury Centre for Mental Health.'),(65279,1918,'_right_tab_6_content','field_56b3fab145572'),(65280,1918,'right_tab_6_button_label','Download VCard'),(65281,1918,'_right_tab_6_button_label','field_56b3fab145573'),(65282,1918,'right_tab_6_button_link','http://innovationbrain.com/DLfiles/.Mandy_Caruana.vcf'),(65283,1918,'_right_tab_6_button_link','field_56b3fab145574'),(65284,1918,'right_tab_6_spacer','1'),(65285,1918,'_right_tab_6_spacer','field_56b3fab145575'),(65286,1918,'right_tab_7_image','http://innovationbrain.com/wp-content/uploads/CV-Raluca-E.jpg'),(65287,1918,'_right_tab_7_image','field_56b3fab145571'),(65288,1918,'right_tab_7_content','Ralu Fadur\r\n<span style=\"color: #00ccff;\">Head of Back Office</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Cyprus</span>\r\n\r\nRalu is the Head of Back Office and HR Manager at Innovation Brain. She is a dedicated office management professional with experience handling a wide range of administrative, corporate, technical and executive support tasks. Computer proficiency and skilled relationship builder with the proven ability to work with different personality styles. She excels at resolving employer challenges with innovative solutions, systems and process improvements that increase efficiency, customer satisfaction and the bottom line.'),(65289,1918,'_right_tab_7_content','field_56b3fab145572'),(65290,1918,'right_tab_7_button_label','Download VCard'),(65291,1918,'_right_tab_7_button_label','field_56b3fab145573'),(65292,1918,'right_tab_7_button_link','http://innovationbrain.com/DLfiles/.Ralu_E.Fadur.vcf'),(65293,1918,'_right_tab_7_button_link','field_56b3fab145574'),(65294,1918,'right_tab_7_spacer','1'),(65295,1918,'_right_tab_7_spacer','field_56b3fab145575'),(65296,1919,'cases_repeater_0_cases_title','- Largest Greek Bank'),(65297,1919,'_cases_repeater_0_cases_title','field_56b25da7d2fee'),(65298,1919,'cases_repeater_0_cases_content','The restructuring of a leading international bank. We addressed around 80% of its liabilities, lead the disposal of non core assets, and identified and managed acquisitions. This allowed our client to double in size in a 24 month period, and repositioned them as market leader, successfully managing to raise an additional 10% of capital.'),(65299,1919,'_cases_repeater_0_cases_content','field_56b25e11d2fef'),(65300,1919,'cases_repeater_0_icon','icon-bullseye-small'),(65301,1919,'_cases_repeater_0_icon','field_56b25e3fd2ff0'),(65302,1919,'cases_repeater_0_cases_icon_title','Financial services'),(65303,1919,'_cases_repeater_0_cases_icon_title','field_56b25fd0eb57f'),(65304,1919,'cases_repeater_1_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(65305,1919,'_cases_repeater_1_cases_title','field_56b25da7d2fee'),(65306,1919,'cases_repeater_1_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(65307,1919,'_cases_repeater_1_cases_content','field_56b25e11d2fef'),(65308,1919,'cases_repeater_1_icon','icon-progress-small'),(65309,1919,'_cases_repeater_1_icon','field_56b25e3fd2ff0'),(65310,1919,'cases_repeater_1_cases_icon_title','Commodities'),(65311,1919,'_cases_repeater_1_cases_icon_title','field_56b25fd0eb57f'),(65312,1919,'cases_repeater','3'),(65313,1919,'_cases_repeater','field_56b25d0cd2fed'),(65314,1919,'cases_repeater_2_cases_title','- Largest Global Independent Refinery Operator<br> - GATE Alternative Energy'),(65315,1919,'_cases_repeater_2_cases_title','field_56b25da7d2fee'),(65316,1919,'cases_repeater_2_cases_content','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(65317,1919,'_cases_repeater_2_cases_content','field_56b25e11d2fef'),(65318,1919,'cases_repeater_2_icon','icon-pill-small'),(65319,1919,'_cases_repeater_2_icon','field_56b25e3fd2ff0'),(65320,1919,'cases_repeater_2_cases_icon_title','Pharmaceuticals'),(65321,1919,'_cases_repeater_2_cases_icon_title','field_56b25fd0eb57f'),(65322,1919,'conferences_repeater_0_conferences_conference','The role Frankfurt can play in the European financial markets '),(65323,1919,'_conferences_repeater_0_conferences_conference','field_56b28bfb40c45'),(65324,1919,'conferences_repeater_0_conference_place_and_date','Frankfurt, May, 2015'),(65325,1919,'_conferences_repeater_0_conference_place_and_date','field_56b28c5040c46'),(65326,1919,'conferences_repeater_1_conferences_conference','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring '),(65327,1919,'_conferences_repeater_1_conferences_conference','field_56b28bfb40c45'),(65328,1919,'conferences_repeater_1_conference_place_and_date','Milan, October, 2015'),(65329,1919,'_conferences_repeater_1_conference_place_and_date','field_56b28c5040c46'),(65330,1919,'conferences_repeater_2_conferences_conference','Distressed Investing Conference – NPL Trading and value recovery'),(65331,1919,'_conferences_repeater_2_conferences_conference','field_56b28bfb40c45'),(65332,1919,'conferences_repeater_2_conference_place_and_date','September, 2015'),(65333,1919,'_conferences_repeater_2_conference_place_and_date','field_56b28c5040c46'),(65334,1919,'conferences_repeater_3_conferences_conference','Panel on Rebuilding After The Turnaround '),(65335,1919,'_conferences_repeater_3_conferences_conference','field_56b28bfb40c45'),(65336,1919,'conferences_repeater_3_conference_place_and_date','Stockholm June, 2015'),(65337,1919,'_conferences_repeater_3_conference_place_and_date','field_56b28c5040c46'),(65338,1919,'conferences_repeater_4_conferences_conference','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe? '),(65339,1919,'_conferences_repeater_4_conferences_conference','field_56b28bfb40c45'),(65340,1919,'conferences_repeater_4_conference_place_and_date','May, 2015'),(65341,1919,'_conferences_repeater_4_conference_place_and_date','field_56b28c5040c46'),(65342,1919,'conferences_repeater_5_conferences_conference','East European Conference - Turnaround\'s Emerging Financial Frontier March 2014 '),(65343,1919,'_conferences_repeater_5_conferences_conference','field_56b28bfb40c45'),(65344,1919,'conferences_repeater_5_conference_place_and_date','April, 2015'),(65345,1919,'_conferences_repeater_5_conference_place_and_date','field_56b28c5040c46'),(65346,1919,'conferences_repeater_6_conferences_conference','FS Round Table London: The Role of London As a Hub for European Bank Restructuring '),(65347,1919,'_conferences_repeater_6_conferences_conference','field_56b28bfb40c45'),(65348,1919,'conferences_repeater_6_conference_place_and_date','January, 2015'),(65349,1919,'_conferences_repeater_6_conference_place_and_date','field_56b28c5040c46'),(65350,1919,'conferences_repeater','7'),(65351,1919,'_conferences_repeater','field_56b28bd340c44'),(65352,1919,'conferences_contact','Previous conferences available upon request'),(65353,1919,'_conferences_contact','field_56b3451c304a4'),(65354,1919,'conferences_contact_mail','lukas.fecker@innovationbrain.com'),(65355,1919,'_conferences_contact_mail','field_56b3453c304a5'),(65356,1919,'conferences_icon','icon-mail'),(65357,1919,'_conferences_icon','field_56b347cd8f381'),(65358,1919,'conferences_contact_text','Previous conferences available upon request'),(65359,1919,'_conferences_contact_text','field_56b3451c304a4'),(65360,1919,'left_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:11:\"cases_block\";}'),(65361,1919,'_left_tab','field_56b36c6deeda0'),(65362,1919,'add_second_tab','1'),(65363,1919,'_add_second_tab','field_56b36ca9eeda2'),(65364,1919,'right_tab','a:2:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";}'),(65365,1919,'_right_tab','field_56b3fab04554d'),(65366,1919,'left_tab_0_wysiwyg_editor','<h3>We have successfully restructured and transformed some of the largest companies and financial institutions. Below are some examples and success we achieved:</h3>'),(65367,1919,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(65368,1919,'left_tab_0_spacer','0'),(65369,1919,'_left_tab_0_spacer','field_56b371c577c8c'),(65370,1919,'left_tab_1_cases_repeater_0_icon','icon-progress-small'),(65371,1919,'_left_tab_1_cases_repeater_0_icon','field_56b3fa12ab904'),(65372,1919,'left_tab_1_cases_repeater_0_title','- Largest Global Independent Refinery Operator\r\n- GATE Alternative Energy'),(65373,1919,'_left_tab_1_cases_repeater_0_title','field_56b3fa50ab905'),(65374,1919,'left_tab_1_cases_repeater_0_icon_title','Commodities'),(65375,1919,'_left_tab_1_cases_repeater_0_icon_title','field_56b3fa63ab906'),(65376,1919,'left_tab_1_cases_repeater_0_details','A large petrochemical conglomerate with a turnover in excess of 20bn USD (500m USD EBITDA). The engagement required a radical change of market focus, the break up of the group, alongside the repositioning of various parts and the wind down of their non-core entities. The total value created was 20% of initial base value (100% to 120% after restructuring).'),(65377,1919,'_left_tab_1_cases_repeater_0_details','field_56b3fa73ab907'),(65378,1919,'left_tab_1_cases_repeater_1_icon','icon-pill-small'),(65379,1919,'_left_tab_1_cases_repeater_1_icon','field_56b3fa12ab904'),(65380,1919,'left_tab_1_cases_repeater_1_title','- Pharma distribution\r\n- Pharma track & production'),(65381,1919,'_left_tab_1_cases_repeater_1_title','field_56b3fa50ab905'),(65382,1919,'left_tab_1_cases_repeater_1_icon_title','Pharmaceuticals'),(65383,1919,'_left_tab_1_cases_repeater_1_icon_title','field_56b3fa63ab906'),(65384,1919,'left_tab_1_cases_repeater_1_details','We lead the acquisition and turnaround of a large pharma business.\r\nThis included the split in monolines and disposal od monolines at a 50% profit of purchase costs.'),(65385,1919,'_left_tab_1_cases_repeater_1_details','field_56b3fa73ab907'),(65386,1919,'left_tab_1_cases_repeater','2'),(65387,1919,'_left_tab_1_cases_repeater','field_56b3f001dbf04'),(65388,1919,'left_tab_1_spacer','0'),(65389,1919,'_left_tab_1_spacer','field_56b3f001dbf09'),(65390,1919,'left_tab_name','Successful Transactions'),(65391,1919,'_left_tab_name','field_56b3976017dce'),(65392,1919,'right_tab_name','Case studies'),(65393,1919,'_right_tab_name','field_56b3978117dcf'),(65394,1919,'right_tab_0_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png\"><img class=\"alignnone size-medium wp-image-1879\" src=\"http://innovationbrain.com/wp-content/uploads/Crops-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nCase Study of a Serbian Agribusiness\r\n\r\n</div>\r\n<div style=\"display: inline-block;\">\r\n\r\n'),(65395,1919,'_right_tab_0_wysiwyg_editor','field_56b3fab14554e'),(65396,1919,'right_tab_0_spacer','1'),(65397,1919,'_right_tab_0_spacer','field_56b3fab14554f'),(65398,1919,'right_tab_2_contact_icon','icon-mail'),(65399,1919,'_right_tab_2_contact_icon','field_56b3fde2ce060'),(65400,1919,'right_tab_2_contact_title','Previous conferences available upon request.'),(65401,1919,'_right_tab_2_contact_title','field_56b4001eb0921'),(65402,1919,'right_tab_2_contact_values_0_contact_value_left','E-mail:'),(65403,1919,'_right_tab_2_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(65404,1919,'right_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(65405,1919,'_right_tab_2_contact_values_0_contact_value_right','field_56b3fefe543df'),(65406,1919,'right_tab_2_contact_values_0_link_type','mailto:'),(65407,1919,'_right_tab_2_contact_values_0_link_type','field_56b3fed6543dd'),(65408,1919,'right_tab_2_contact_values_0_link','info@innovationbrain.com'),(65409,1919,'_right_tab_2_contact_values_0_link','field_56b3fef2543de'),(65410,1919,'right_tab_2_contact_values','1'),(65411,1919,'_right_tab_2_contact_values','field_56b3fde2ce062'),(65412,1919,'add_third_tab','1'),(65413,1919,'_add_third_tab','field_57f54e889b77c'),(65414,1919,'third_tab_name','IB Blog'),(65415,1919,'_third_tab_name','field_57f54ea19b77d'),(65416,1919,'third_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:20:\"wysiwyg_editor_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:20:\"wysiwyg_editor_block\";}'),(65417,1919,'_third_tab','field_57f54ec39b77e'),(65418,1919,'right_tab_2_wysiwyg_editor','<h3>Conferences in 2016</h3>'),(65419,1919,'_right_tab_2_wysiwyg_editor','field_56b3fab14554e'),(65420,1919,'right_tab_3_items_list_repeater_0_title','Brexit: Result of the referendum - was it the right answer?'),(65421,1919,'_right_tab_3_items_list_repeater_0_title','field_56b3fab14556e'),(65422,1919,'right_tab_3_items_list_repeater_0_description','London, 29 June 2016'),(65423,1919,'_right_tab_3_items_list_repeater_0_description','field_56b3fab14556f'),(65424,1919,'right_tab_3_items_list_repeater_1_title','Turnaround von Banken: Herausforderungen und Lösungansätze - illustriert an realen Beispielen. Outsourcing von NPL Operations als Lösung für die aktive Recovery notleidender Kredite - ein neuer Sektor für Banken'),(65425,1919,'_right_tab_3_items_list_repeater_1_title','field_56b3fab14556e'),(65426,1919,'right_tab_3_items_list_repeater_1_description','London, 29 June 2016'),(65427,1919,'_right_tab_3_items_list_repeater_1_description','field_56b3fab14556f'),(65428,1919,'right_tab_3_items_list_repeater_2_title','Private Equity Buying into CEE'),(65429,1919,'_right_tab_3_items_list_repeater_2_title','field_56b3fab14556e'),(65430,1919,'right_tab_3_items_list_repeater_2_description','Prague, 16 March 2016'),(65431,1919,'_right_tab_3_items_list_repeater_2_description','field_56b3fab14556f'),(65432,1919,'right_tab_3_items_list_repeater_3_title','Distressed Investments Forum 2016 - DDC Financial Group'),(65433,1919,'_right_tab_3_items_list_repeater_3_title','field_56b3fab14556e'),(65434,1919,'right_tab_3_items_list_repeater_3_description','London, 9-10 March 2016'),(65435,1919,'_right_tab_3_items_list_repeater_3_description','field_56b3fab14556f'),(65436,1919,'right_tab_3_items_list_repeater','4'),(65437,1919,'_right_tab_3_items_list_repeater','field_56b3fab14556d'),(65438,1919,'right_tab_4_contact_icon','icon-mail'),(65439,1919,'_right_tab_4_contact_icon','field_56b3fde2ce060'),(65440,1919,'right_tab_4_contact_title','Previous conferences available upon request.'),(65441,1919,'_right_tab_4_contact_title','field_56b4001eb0921'),(65442,1919,'right_tab_4_contact_values_0_contact_value_left','E-mail:'),(65443,1919,'_right_tab_4_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(65444,1919,'right_tab_4_contact_values_0_contact_value_right','info@innovationbrain.com'),(65445,1919,'_right_tab_4_contact_values_0_contact_value_right','field_56b3fefe543df'),(65446,1919,'right_tab_4_contact_values_0_link_type','mailto:'),(65447,1919,'_right_tab_4_contact_values_0_link_type','field_56b3fed6543dd'),(65448,1919,'right_tab_4_contact_values_0_link','info@innovationbrain.com'),(65449,1919,'_right_tab_4_contact_values_0_link','field_56b3fef2543de'),(65450,1919,'right_tab_4_contact_values','1'),(65451,1919,'_right_tab_4_contact_values','field_56b3fde2ce062'),(65452,1919,'right_tab_4_wysiwyg_editor','<h3>Conferences in 2015</h3>'),(65453,1919,'_right_tab_4_wysiwyg_editor','field_56b3fab14554e'),(65454,1919,'right_tab_5_items_list_repeater_0_title','The role Frankfurt can play in the European financial markets'),(65455,1919,'_right_tab_5_items_list_repeater_0_title','field_56b3fab14556e'),(65456,1919,'right_tab_5_items_list_repeater_0_description','Frankfurt, October, 2015'),(65457,1919,'_right_tab_5_items_list_repeater_0_description','field_56b3fab14556f'),(65458,1919,'right_tab_5_items_list_repeater_1_title','FS Round table Milan: the role of Private Asset Management Companies for Italian Bank Restructuring'),(65459,1919,'_right_tab_5_items_list_repeater_1_title','field_56b3fab14556e'),(65460,1919,'right_tab_5_items_list_repeater_1_description','Milan, October, 2015'),(65461,1919,'_right_tab_5_items_list_repeater_1_description','field_56b3fab14556f'),(65462,1919,'right_tab_5_items_list_repeater_2_title','Distressed Investing Conference – NPL Trading and value recovery'),(65463,1919,'_right_tab_5_items_list_repeater_2_title','field_56b3fab14556e'),(65464,1919,'right_tab_5_items_list_repeater_2_description','London, September, 2015'),(65465,1919,'_right_tab_5_items_list_repeater_2_description','field_56b3fab14556f'),(65466,1919,'right_tab_5_items_list_repeater_3_title','Panel on Rebuilding After The Turnaround'),(65467,1919,'_right_tab_5_items_list_repeater_3_title','field_56b3fab14556e'),(65468,1919,'right_tab_5_items_list_repeater_3_description','Stockholm June, 2015'),(65469,1919,'_right_tab_5_items_list_repeater_3_description','field_56b3fab14556f'),(65470,1919,'right_tab_5_items_list_repeater','7'),(65471,1919,'_right_tab_5_items_list_repeater','field_56b3fab14556d'),(65472,1919,'right_tab_6_contact_icon','icon-mail'),(65473,1919,'_right_tab_6_contact_icon','field_56b3fde2ce060'),(65474,1919,'right_tab_6_contact_title','Previous conferences available upon request.'),(65475,1919,'_right_tab_6_contact_title','field_56b4001eb0921'),(65476,1919,'right_tab_6_contact_values_0_contact_value_left','E-mail:'),(65477,1919,'_right_tab_6_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(65478,1919,'right_tab_6_contact_values_0_contact_value_right','info@innovationbrain.com'),(65479,1919,'_right_tab_6_contact_values_0_contact_value_right','field_56b3fefe543df'),(65480,1919,'right_tab_6_contact_values_0_link_type','mailto:'),(65481,1919,'_right_tab_6_contact_values_0_link_type','field_56b3fed6543dd'),(65482,1919,'right_tab_6_contact_values_0_link','info@innovationbrain.com'),(65483,1919,'_right_tab_6_contact_values_0_link','field_56b3fef2543de'),(65484,1919,'right_tab_6_contact_values','1'),(65485,1919,'_right_tab_6_contact_values','field_56b3fde2ce062'),(65486,1919,'third_tab_0_wysiwyg_editor','<strong>Serbian Corporate Restructuring</strong>\r\n\r\nSeptember 2018\r\n\r\nSerbia has two complementary legislative tools that facilitate corporate restructuring by balancing the competing needs of struggling debtors, unpaid employees, impatient or exasperated creditors and the tax authorities. Both procedures generally allow debtor management to stay in place (potentially with little oversight nor historical reckoning) and can be taken in sequence, if necessary. \r\n\r\n\r\n\r\nRead more<a href=\"http://innovationbrain.com/wp-content/uploads/Serbian-Corparate-Restructuring-IB-GRR-Article-Jun201v6.pdf\" target=\"_blank\">Read more</a>'),(65487,1919,'_third_tab_0_wysiwyg_editor','field_57f54ec49b77f'),(65488,1919,'third_tab_0_spacer','1'),(65489,1919,'_third_tab_0_spacer','field_57f54ec49b780'),(65490,1919,'third_tab_2_contact_icon','icon-mail'),(65491,1919,'_third_tab_2_contact_icon','field_58568c5a91b24'),(65492,1919,'third_tab_2_contact_title','Previous conferences available upon request.'),(65493,1919,'_third_tab_2_contact_title','field_58568c7791b25'),(65494,1919,'third_tab_2_contact_values_0_contact_value_left','E-mail:'),(65495,1919,'_third_tab_2_contact_values_0_contact_value_left','field_58568c1091b1e'),(65496,1919,'third_tab_2_contact_values_0_contact_value_right','info@innovationbrain.com'),(65497,1919,'_third_tab_2_contact_values_0_contact_value_right','field_58568c1091b1f'),(65498,1919,'third_tab_2_contact_values_0_link_type','mailto:'),(65499,1919,'_third_tab_2_contact_values_0_link_type','field_58568c1091b20'),(65500,1919,'third_tab_2_contact_values_0_link','info@innovationbrain.com'),(65501,1919,'_third_tab_2_contact_values_0_link','field_58568c1091b21'),(65502,1919,'third_tab_2_contact_values','1'),(65503,1919,'_third_tab_2_contact_values','field_58568c1091b1d'),(65504,1919,'right_tab_5_items_list_repeater_4_title','FS Round Table Madrid: How can Madrid continue to build big opportunities in post AQR Europe?'),(65505,1919,'_right_tab_5_items_list_repeater_4_title','field_56b3fab14556e'),(65506,1919,'right_tab_5_items_list_repeater_4_description','Madrid, May, 2015'),(65507,1919,'_right_tab_5_items_list_repeater_4_description','field_56b3fab14556f'),(65508,1919,'right_tab_5_items_list_repeater_5_title','East European Conference - Turnaround\'s Emerging Financial Frontier'),(65509,1919,'_right_tab_5_items_list_repeater_5_title','field_56b3fab14556e'),(65510,1919,'right_tab_5_items_list_repeater_5_description','Bucharest, April, 2015'),(65511,1919,'_right_tab_5_items_list_repeater_5_description','field_56b3fab14556f'),(65512,1919,'right_tab_5_items_list_repeater_6_title','FS Round Table London: The Role of London As a Hub for European Bank Restructuring'),(65513,1919,'_right_tab_5_items_list_repeater_6_title','field_56b3fab14556e'),(65514,1919,'right_tab_5_items_list_repeater_6_description','London, January, 2015'),(65515,1919,'_right_tab_5_items_list_repeater_6_description','field_56b3fab14556f'),(65516,1919,'right_tab_6_wysiwyg_editor','<h3>Conferences in 2014</h3>'),(65517,1919,'_right_tab_6_wysiwyg_editor','field_56b3fab14554e'),(65518,1919,'right_tab_7_items_list_repeater_0_title','Private Asset Management Company and value recovery (NPL International)'),(65519,1919,'_right_tab_7_items_list_repeater_0_title','field_56b3fab14556e'),(65520,1919,'right_tab_7_items_list_repeater_0_description','Paris, April 2014'),(65521,1919,'_right_tab_7_items_list_repeater_0_description','field_56b3fab14556f'),(65522,1919,'right_tab_7_items_list_repeater_1_title','After the apocalypse: Rebuilding strong financial platforms for the upturn in central Europe'),(65523,1919,'_right_tab_7_items_list_repeater_1_title','field_56b3fab14556e'),(65524,1919,'right_tab_7_items_list_repeater_1_description','Bucharest, Jun 2014'),(65525,1919,'_right_tab_7_items_list_repeater_1_description','field_56b3fab14556f'),(65526,1919,'right_tab_7_items_list_repeater_2_title','Cross-border Banking Turnaround and Resolution (Restructuring & Insolvency Europe)'),(65527,1919,'_right_tab_7_items_list_repeater_2_title','field_56b3fab14556e'),(65528,1919,'right_tab_7_items_list_repeater_2_description','Vienna, December 2014'),(65529,1919,'_right_tab_7_items_list_repeater_2_description','field_56b3fab14556f'),(65530,1919,'right_tab_7_items_list_repeater_3_title','NPL Trends and Bank Restructuring (NPL Europe)'),(65531,1919,'_right_tab_7_items_list_repeater_3_title','field_56b3fab14556e'),(65532,1919,'right_tab_7_items_list_repeater_3_description','London, October 2014'),(65533,1919,'_right_tab_7_items_list_repeater_3_description','field_56b3fab14556f'),(65534,1919,'right_tab_7_items_list_repeater','4'),(65535,1919,'_right_tab_7_items_list_repeater','field_56b3fab14556d'),(65536,1919,'right_tab_8_contact_icon','icon-mail'),(65537,1919,'_right_tab_8_contact_icon','field_56b3fde2ce060'),(65538,1919,'right_tab_8_contact_title','Previous conferences available upon request.'),(65539,1919,'_right_tab_8_contact_title','field_56b4001eb0921'),(65540,1919,'right_tab_8_contact_values_0_contact_value_left','E-mail:'),(65541,1919,'_right_tab_8_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(65542,1919,'right_tab_8_contact_values_0_contact_value_right','info@innovationbrain.com'),(65543,1919,'_right_tab_8_contact_values_0_contact_value_right','field_56b3fefe543df'),(65544,1919,'right_tab_8_contact_values_0_link_type','mailto:'),(65545,1919,'_right_tab_8_contact_values_0_link_type','field_56b3fed6543dd'),(65546,1919,'right_tab_8_contact_values_0_link','info@innovationbrain.com'),(65547,1919,'_right_tab_8_contact_values_0_link','field_56b3fef2543de'),(65548,1919,'right_tab_8_contact_values','1'),(65549,1919,'_right_tab_8_contact_values','field_56b3fde2ce062'),(65550,1919,'third_tab_0_items_list_repeater',''),(65551,1919,'_third_tab_0_items_list_repeater','field_57f54ec49b79e'),(65552,1919,'third_tab_1_contact_icon','icon-mail'),(65553,1919,'_third_tab_1_contact_icon','field_58568bc191b1b'),(65554,1919,'third_tab_1_contact_title','Previous conferences available upon request.'),(65555,1919,'_third_tab_1_contact_title','field_58568c7791b25'),(65556,1919,'third_tab_1_contact_values',''),(65557,1919,'_third_tab_1_contact_values','field_58568d5838552'),(65558,1919,'right_tab_1_wysiwyg_editor','<div style=\"text-alignment: center;\">\r\n<div style=\"display: inline-block; margin-right: 5px;\">\r\n\r\n<a href=\"http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png\"><img class=\"alignnone size-medium wp-image-1881\" src=\"http://innovationbrain.com/wp-content/uploads/Dairy-1-300x157.png\" alt=\"\" width=\"300\" height=\"157\" /></a>\r\nStudy of a Romanian Dairy & Meat Producer\r\n\r\n</div>\r\n</div>'),(65559,1919,'_right_tab_1_wysiwyg_editor','field_56b3fab14554e'),(65560,1919,'right_tab_1_spacer','1'),(65561,1919,'_right_tab_1_spacer','field_56b3fab14554f'),(65562,1919,'third_tab_1_wysiwyg_editor','<strong>Podcast with Dr Lukas Fecker</strong>\r\n\r\nMarch 2018\r\n\r\nAccording to a recent Euromoney article, Changes in legislation in some South Eastern European countries, combined with improving fundamentals, have sparked a brisk trade in bad-debt portfolios as well as facilitating internal work-outs.\r\n\r\n[caption id=\"attachment_1817\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\"><img class=\"size-full wp-image-1817\" src=\"http://innovationbrain.com/wp-content/uploads/CMT-logo.png\" alt=\"http://www.blogtalkradio.com/capitalmarketstoday/2018/02/21/capital-pro-series-nplsrestructuring-in-the-see-fecker-innovation-brain\" width=\"300\" height=\"109\" /></a> Listen to Lukas talking to Capital Markets Today about NPLs in the SEE[/caption]'),(65563,1919,'_third_tab_1_wysiwyg_editor','field_57f54ec49b77f'),(65564,1919,'third_tab_1_spacer','1'),(65565,1919,'_third_tab_1_spacer','field_57f54ec49b780'),(65566,1919,'third_tab_1_departmant',''),(65567,1919,'_third_tab_1_departmant','field_58568c4791b22'),(65568,1919,'third_tab_2_wysiwyg_editor','<strong>NPLs in the Ukraine</strong>\r\n\r\nApril 2018\r\n\r\nInnovation Brain Director of Financial Services and CRO Steven Franck attended and spoke at the EBRD conference last month. The event aimed to take stock of the results achieved so far and also see ways to improve the NPL resolution in the Ukraine. Amongst other things, they discussed the impact of the LFR in resolving NPLs in Ukraine, and the critical linkages between restructuring, effective insolvency systems and proper tax incentives to support a robust NPL resolution regime.\r\n\r\nRead more and see the presentations <a href=\"http://npl.vienna-initiative.com/regional-events/law-on-financial-restructuring-and-npl-resolution/\">here</a>'),(65569,1919,'_third_tab_2_wysiwyg_editor','field_57f54ec49b77f'),(65570,1919,'third_tab_2_spacer','1'),(65571,1919,'_third_tab_2_spacer','field_57f54ec49b780'),(65572,1919,'third_tab_3_wysiwyg_editor','WJ Global Forum, Bucharest: Interview with Lukas Fecker of Innovation Brain\r\n\r\nMay 2018\r\n\r\nGRR sat down with one of the most prominent outside participants in Romania’s non-performing loan market, Lukas Fecker. He discussed why the country is a safer investment bet than other eastern European states - and why reviving companies is a whole new sector that’s here to stay.\r\n\r\nRead more<a href=\"https://globalrestructuringreview.com/article/1169610/wj-global-forum-bucharest-interview-with-lukas-fecker-of-innovation-brain\">Read more</a>'),(65573,1919,'_third_tab_3_wysiwyg_editor','field_57f54ec49b77f'),(65574,1919,'third_tab_3_spacer','1'),(65575,1919,'_third_tab_3_spacer','field_57f54ec49b780'),(65576,1921,'builder','a:0:{}'),(65577,1921,'_builder','field_56b276ce702ac'),(65578,1921,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(65579,1921,'_left_tab','field_56b36c6deeda0'),(65580,1921,'add_second_tab','1'),(65581,1921,'_add_second_tab','field_56b36ca9eeda2'),(65582,1921,'right_tab','a:7:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";i:5;s:9:\"bio_block\";i:6;s:9:\"bio_block\";}'),(65583,1921,'_right_tab','field_56b3fab04554d'),(65584,1921,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(65585,1921,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(65586,1921,'left_tab_0_spacer','1'),(65587,1921,'_left_tab_0_spacer','field_56b371c577c8c'),(65588,1921,'left_tab_1_circle1','icon-grid'),(65589,1921,'_left_tab_1_circle1','field_56b3dc86da039'),(65590,1921,'left_tab_1_circle2','icon-turnaround'),(65591,1921,'_left_tab_1_circle2','field_56b3dc86da03a'),(65592,1921,'left_tab_1_circle3','icon-masonery'),(65593,1921,'_left_tab_1_circle3','field_56b3dc86da03b'),(65594,1921,'left_tab_1_circle1_label','Restructuring'),(65595,1921,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(65596,1921,'left_tab_1_circle2_label','Turnaround'),(65597,1921,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(65598,1921,'left_tab_1_circle3_label','Innovation'),(65599,1921,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(65600,1921,'left_tab_1_spacer','1'),(65601,1921,'_left_tab_1_spacer','field_56b3dc86da042'),(65602,1921,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(65603,1921,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(65604,1921,'left_tab_2_spacer','1'),(65605,1921,'_left_tab_2_spacer','field_56b371c577c8c'),(65606,1921,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(65607,1921,'_left_tab_3_image','field_56b373f3b6e44'),(65608,1921,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(65609,1921,'_left_tab_3_title','field_56b373afb6e42'),(65610,1921,'left_tab_3_button_label','Download PDF (312 kb)'),(65611,1921,'_left_tab_3_button_label','field_56b373ceb6e43'),(65612,1921,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(65613,1921,'_left_tab_3_button_link','field_56b374ff0ad17'),(65614,1921,'left_tab_name','Company'),(65615,1921,'_left_tab_name','field_56b3976017dce'),(65616,1921,'right_tab_name','People'),(65617,1921,'_right_tab_name','field_56b3978117dcf'),(65618,1921,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(65619,1921,'_right_tab_0_image','field_56b3fab145571'),(65620,1921,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(65621,1921,'_right_tab_0_content','field_56b3fab145572'),(65622,1921,'right_tab_0_button_label','Download VCard'),(65623,1921,'_right_tab_0_button_label','field_56b3fab145573'),(65624,1921,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(65625,1921,'_right_tab_0_button_link','field_56b3fab145574'),(65626,1921,'right_tab_0_spacer','1'),(65627,1921,'_right_tab_0_spacer','field_56b3fab145575'),(65628,1921,'right_tab_1_contact_title','Please feel free to contact me:'),(65629,1921,'_right_tab_1_contact_title','field_56b4001eb0921'),(65630,1921,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(65631,1921,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(65632,1921,'right_tab_1_contact_values_0_contact_value_right',''),(65633,1921,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(65634,1921,'right_tab_1_contact_values_0_link',''),(65635,1921,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(65636,1921,'right_tab_1_contact_values_0_link_type',''),(65637,1921,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(65638,1921,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(65639,1921,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(65640,1921,'right_tab_1_contact_values_1_contact_value_right',''),(65641,1921,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(65642,1921,'right_tab_1_contact_values_1_link',''),(65643,1921,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(65644,1921,'right_tab_1_contact_values_1_link_type',''),(65645,1921,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(65646,1921,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(65647,1921,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(65648,1921,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(65649,1921,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(65650,1921,'right_tab_1_contact_values_2_link','+41793107090'),(65651,1921,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(65652,1921,'right_tab_1_contact_values_2_link_type','tel:'),(65653,1921,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(65654,1921,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(65655,1921,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(65656,1921,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(65657,1921,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(65658,1921,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(65659,1921,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(65660,1921,'right_tab_1_contact_values_3_link_type','mailto:'),(65661,1921,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(65662,1921,'right_tab_1_contact_icon','icon-mail'),(65663,1921,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(65664,1921,'right_tab_1_contact_values','4'),(65665,1921,'_right_tab_1_contact_values','field_56b3fde2ce062'),(65666,1921,'add_third_tab','0'),(65667,1921,'_add_third_tab','field_57f54e889b77c'),(65668,1921,'third_tab_name',''),(65669,1921,'_third_tab_name','field_57f54ea19b77d'),(65670,1921,'third_tab',''),(65671,1921,'_third_tab','field_57f54ec39b77e'),(65672,1921,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(65673,1921,'_right_tab_2_image','field_56b3fab145571'),(65674,1921,'right_tab_2_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(65675,1921,'_right_tab_2_content','field_56b3fab145572'),(65676,1921,'right_tab_2_button_label','Download VCard'),(65677,1921,'_right_tab_2_button_label','field_56b3fab145573'),(65678,1921,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(65679,1921,'_right_tab_2_button_link','field_56b3fab145574'),(65680,1921,'right_tab_2_spacer','1'),(65681,1921,'_right_tab_2_spacer','field_56b3fab145575'),(65682,1921,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg'),(65683,1921,'_right_tab_1_image','field_56b3fab145571'),(65684,1921,'right_tab_1_content','Paul Sanchez\r\n<span style=\"color: #00ccff;\">Director & CRO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nPaul Sanchez<b> </b>brings 30 years of international financial and operational management experience, as CRO, COO and CFO, in multinational, such as Mobil Oil, Reuters and Inchcape. Paul founded and managed a business consultancy company, specialising in change management and advising management boards, including business services, logistics and the Arline Industry.\r\n\r\nHe has been involved in developing regional growth strategies and implementing company transformations and profit improvement programmes across a range of industries and territories.'),(65685,1921,'_right_tab_1_content','field_56b3fab145572'),(65686,1921,'right_tab_1_button_label','Download VCard'),(65687,1921,'_right_tab_1_button_label','field_56b3fab145573'),(65688,1921,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Steven_G.Franck.vcf'),(65689,1921,'_right_tab_1_button_link','field_56b3fab145574'),(65690,1921,'right_tab_1_spacer','1'),(65691,1921,'_right_tab_1_spacer','field_56b3fab145575'),(65692,1921,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Aleksandar.png'),(65693,1921,'_right_tab_3_image','field_56b3fab145571'),(65694,1921,'right_tab_3_content','Aleksandar Glavinic\r\n<span style=\"color: #00ccff;\">Manager - Deal Team</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\n\r\nAleksandar has more than 5 years of experience in Finance as an auditor and advisor to international companies.\r\nIn addition to his main role as auditor, Aleksandar has been involved in a number of restructuring processes. He has advised major Serbian companies in the commercial sector and he is currently serving as Finance Manager for Strauss Adriatic.\r\n'),(65695,1921,'_right_tab_3_content','field_56b3fab145572'),(65696,1921,'right_tab_3_button_label','Download VCard'),(65697,1921,'_right_tab_3_button_label','field_56b3fab145573'),(65698,1921,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/Aleksandar Glavinic.vcf'),(65699,1921,'_right_tab_3_button_link','field_56b3fab145574'),(65700,1921,'right_tab_3_spacer','1'),(65701,1921,'_right_tab_3_spacer','field_56b3fab145575'),(65702,1921,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg'),(65703,1921,'_right_tab_4_image','field_56b3fab145571'),(65704,1921,'right_tab_4_content','Gordana Knežević\r\n<span style=\"color: #00ccff;\">Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nGordana is the Lawyer at Innovation Brain. During the course of her carrier, she has worked in two corporate law firms for more than a year dealing with Corporate law, dispute resolution (litigation), law on properties. Experience in cooperation with state authorities.\r\n\r\nGordana has a Masters Degree at the Faculty of Law, Belgrade.'),(65705,1921,'_right_tab_4_content','field_56b3fab145572'),(65706,1921,'right_tab_4_button_label','Download VCard'),(65707,1921,'_right_tab_4_button_label','field_56b3fab145573'),(65708,1921,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Gordana_Knezevic.vcf'),(65709,1921,'_right_tab_4_button_link','field_56b3fab145574'),(65710,1921,'right_tab_4_spacer','1'),(65711,1921,'_right_tab_4_spacer','field_56b3fab145575'),(65712,1921,'right_tab_5_image','http://innovationbrain.com/wp-content/uploads/Mandy.jpg'),(65713,1921,'_right_tab_5_image','field_56b3fab145571'),(65714,1921,'right_tab_5_content','Mandy Caruana\r\n<span style=\"color: #00ccff;\">Head of Marketing</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain UK</span>\r\n\r\nMandy is the Head of Marketing at Innovation Brain. She is a seasoned communications and marketing professional within the Association Industry. Mandy has held Head of department roles at the Turnaround Management Association, Association of MBAs and the Sainsbury Centre for Mental Health.'),(65715,1921,'_right_tab_5_content','field_56b3fab145572'),(65716,1921,'right_tab_5_button_label','Download VCard'),(65717,1921,'_right_tab_5_button_label','field_56b3fab145573'),(65718,1921,'right_tab_5_button_link','http://innovationbrain.com/DLfiles/.Mandy_Caruana.vcf'),(65719,1921,'_right_tab_5_button_link','field_56b3fab145574'),(65720,1921,'right_tab_5_spacer','1'),(65721,1921,'_right_tab_5_spacer','field_56b3fab145575'),(65722,1921,'right_tab_6_image','http://innovationbrain.com/wp-content/uploads/CV-Raluca-E.jpg'),(65723,1921,'_right_tab_6_image','field_56b3fab145571'),(65724,1921,'right_tab_6_content','Ralu Fadur\r\n<span style=\"color: #00ccff;\">Head of Back Office</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Cyprus</span>\r\n\r\nRalu is the Head of Back Office and HR Manager at Innovation Brain. She is a dedicated office management professional with experience handling a wide range of administrative, corporate, technical and executive support tasks. Computer proficiency and skilled relationship builder with the proven ability to work with different personality styles. She excels at resolving employer challenges with innovative solutions, systems and process improvements that increase efficiency, customer satisfaction and the bottom line.'),(65725,1921,'_right_tab_6_content','field_56b3fab145572'),(65726,1921,'right_tab_6_button_label','Download VCard'),(65727,1921,'_right_tab_6_button_label','field_56b3fab145573'),(65728,1921,'right_tab_6_button_link','http://innovationbrain.com/DLfiles/.Ralu_E.Fadur.vcf'),(65729,1921,'_right_tab_6_button_link','field_56b3fab145574'),(65730,1921,'right_tab_6_spacer','1'),(65731,1921,'_right_tab_6_spacer','field_56b3fab145575'),(65732,1923,'builder','a:0:{}'),(65733,1923,'_builder','field_56b276ce702ac'),(65734,1923,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(65735,1923,'_left_tab','field_56b36c6deeda0'),(65736,1923,'add_second_tab','1'),(65737,1923,'_add_second_tab','field_56b36ca9eeda2'),(65738,1923,'right_tab','a:5:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";i:4;s:9:\"bio_block\";}'),(65739,1923,'_right_tab','field_56b3fab04554d'),(65740,1923,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(65741,1923,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(65742,1923,'left_tab_0_spacer','1'),(65743,1923,'_left_tab_0_spacer','field_56b371c577c8c'),(65744,1923,'left_tab_1_circle1','icon-grid'),(65745,1923,'_left_tab_1_circle1','field_56b3dc86da039'),(65746,1923,'left_tab_1_circle2','icon-turnaround'),(65747,1923,'_left_tab_1_circle2','field_56b3dc86da03a'),(65748,1923,'left_tab_1_circle3','icon-masonery'),(65749,1923,'_left_tab_1_circle3','field_56b3dc86da03b'),(65750,1923,'left_tab_1_circle1_label','Restructuring'),(65751,1923,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(65752,1923,'left_tab_1_circle2_label','Turnaround'),(65753,1923,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(65754,1923,'left_tab_1_circle3_label','Innovation'),(65755,1923,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(65756,1923,'left_tab_1_spacer','1'),(65757,1923,'_left_tab_1_spacer','field_56b3dc86da042'),(65758,1923,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(65759,1923,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(65760,1923,'left_tab_2_spacer','1'),(65761,1923,'_left_tab_2_spacer','field_56b371c577c8c'),(65762,1923,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(65763,1923,'_left_tab_3_image','field_56b373f3b6e44'),(65764,1923,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(65765,1923,'_left_tab_3_title','field_56b373afb6e42'),(65766,1923,'left_tab_3_button_label','Download PDF (312 kb)'),(65767,1923,'_left_tab_3_button_label','field_56b373ceb6e43'),(65768,1923,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(65769,1923,'_left_tab_3_button_link','field_56b374ff0ad17'),(65770,1923,'left_tab_name','Company'),(65771,1923,'_left_tab_name','field_56b3976017dce'),(65772,1923,'right_tab_name','People'),(65773,1923,'_right_tab_name','field_56b3978117dcf'),(65774,1923,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(65775,1923,'_right_tab_0_image','field_56b3fab145571'),(65776,1923,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(65777,1923,'_right_tab_0_content','field_56b3fab145572'),(65778,1923,'right_tab_0_button_label','Download VCard'),(65779,1923,'_right_tab_0_button_label','field_56b3fab145573'),(65780,1923,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(65781,1923,'_right_tab_0_button_link','field_56b3fab145574'),(65782,1923,'right_tab_0_spacer','1'),(65783,1923,'_right_tab_0_spacer','field_56b3fab145575'),(65784,1923,'right_tab_1_contact_title','Please feel free to contact me:'),(65785,1923,'_right_tab_1_contact_title','field_56b4001eb0921'),(65786,1923,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(65787,1923,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(65788,1923,'right_tab_1_contact_values_0_contact_value_right',''),(65789,1923,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(65790,1923,'right_tab_1_contact_values_0_link',''),(65791,1923,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(65792,1923,'right_tab_1_contact_values_0_link_type',''),(65793,1923,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(65794,1923,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(65795,1923,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(65796,1923,'right_tab_1_contact_values_1_contact_value_right',''),(65797,1923,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(65798,1923,'right_tab_1_contact_values_1_link',''),(65799,1923,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(65800,1923,'right_tab_1_contact_values_1_link_type',''),(65801,1923,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(65802,1923,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(65803,1923,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(65804,1923,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(65805,1923,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(65806,1923,'right_tab_1_contact_values_2_link','+41793107090'),(65807,1923,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(65808,1923,'right_tab_1_contact_values_2_link_type','tel:'),(65809,1923,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(65810,1923,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(65811,1923,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(65812,1923,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(65813,1923,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(65814,1923,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(65815,1923,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(65816,1923,'right_tab_1_contact_values_3_link_type','mailto:'),(65817,1923,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(65818,1923,'right_tab_1_contact_icon','icon-mail'),(65819,1923,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(65820,1923,'right_tab_1_contact_values','4'),(65821,1923,'_right_tab_1_contact_values','field_56b3fde2ce062'),(65822,1923,'add_third_tab','0'),(65823,1923,'_add_third_tab','field_57f54e889b77c'),(65824,1923,'third_tab_name',''),(65825,1923,'_third_tab_name','field_57f54ea19b77d'),(65826,1923,'third_tab',''),(65827,1923,'_third_tab','field_57f54ec39b77e'),(65828,1923,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Aleksandar.png'),(65829,1923,'_right_tab_2_image','field_56b3fab145571'),(65830,1923,'right_tab_2_content','Aleksandar Glavinic\r\n<span style=\"color: #00ccff;\">Manager - Deal Team</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\n\r\nAleksandar has more than 5 years of experience in Finance as an auditor and advisor to international companies.\r\nIn addition to his main role as auditor, Aleksandar has been involved in a number of restructuring processes. He has advised major Serbian companies in the commercial sector and he is currently serving as Finance Manager for Strauss Adriatic.\r\n'),(65831,1923,'_right_tab_2_content','field_56b3fab145572'),(65832,1923,'right_tab_2_button_label','Download VCard'),(65833,1923,'_right_tab_2_button_label','field_56b3fab145573'),(65834,1923,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/Aleksandar Glavinic.vcf'),(65835,1923,'_right_tab_2_button_link','field_56b3fab145574'),(65836,1923,'right_tab_2_spacer','1'),(65837,1923,'_right_tab_2_spacer','field_56b3fab145575'),(65838,1923,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg'),(65839,1923,'_right_tab_1_image','field_56b3fab145571'),(65840,1923,'right_tab_1_content','Francois Bloch\r\n<span style=\"color: #00ccff;\">Director, Market Lead Commodities</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Switzerland</span>\r\n\r\nFrancois focuses on investing in and re-engineering commodities and supply chain related businesses. He is one of the founding partners of Capemore A.G. and more recently of Blacksmith Fund SIF FIAR in Luxemburg.\r\n\r\nHis skills make him a well regarded, no-nonsense, principal with a special talent for defining and implementing the re-engineering of sound businesses with a view to release their full business potential and value.\r\n\r\nHis projects led him to 84 countries including Eastern Europe, Middle East, Latin America and Asia.\r\n\r\nProfessional experience led him to contribute as a senior member of the team handpicked by late Robert Louis-Dreyfus to acquire control of and re-engineer the Louis Dreyfus Group one of the largest and oldest trading house in the world.'),(65841,1923,'_right_tab_1_content','field_56b3fab145572'),(65842,1923,'right_tab_1_button_label','Download VCard'),(65843,1923,'_right_tab_1_button_label','field_56b3fab145573'),(65844,1923,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/.Francois_M.Bloch.vcf'),(65845,1923,'_right_tab_1_button_link','field_56b3fab145574'),(65846,1923,'right_tab_1_spacer','1'),(65847,1923,'_right_tab_1_spacer','field_56b3fab145575'),(65848,1923,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg'),(65849,1923,'_right_tab_3_image','field_56b3fab145571'),(65850,1923,'right_tab_3_content','Gordana Knežević\r\n<span style=\"color: #00ccff;\">Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nGordana is the Lawyer at Innovation Brain. During the course of her carrier, she has worked in two corporate law firms for more than a year dealing with Corporate law, dispute resolution (litigation), law on properties. Experience in cooperation with state authorities.\r\n\r\nGordana has a Masters Degree at the Faculty of Law, Belgrade.'),(65851,1923,'_right_tab_3_content','field_56b3fab145572'),(65852,1923,'right_tab_3_button_label','Download VCard'),(65853,1923,'_right_tab_3_button_label','field_56b3fab145573'),(65854,1923,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/.Gordana_Knezevic.vcf'),(65855,1923,'_right_tab_3_button_link','field_56b3fab145574'),(65856,1923,'right_tab_3_spacer','1'),(65857,1923,'_right_tab_3_spacer','field_56b3fab145575'),(65858,1923,'right_tab_4_image','http://innovationbrain.com/wp-content/uploads/CV-Raluca-E.jpg'),(65859,1923,'_right_tab_4_image','field_56b3fab145571'),(65860,1923,'right_tab_4_content','Ralu Fadur\r\n<span style=\"color: #00ccff;\">Head of Back Office</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Cyprus</span>\r\n\r\nRalu is the Head of Back Office and HR Manager at Innovation Brain. She is a dedicated office management professional with experience handling a wide range of administrative, corporate, technical and executive support tasks. Computer proficiency and skilled relationship builder with the proven ability to work with different personality styles. She excels at resolving employer challenges with innovative solutions, systems and process improvements that increase efficiency, customer satisfaction and the bottom line.'),(65861,1923,'_right_tab_4_content','field_56b3fab145572'),(65862,1923,'right_tab_4_button_label','Download VCard'),(65863,1923,'_right_tab_4_button_label','field_56b3fab145573'),(65864,1923,'right_tab_4_button_link','http://innovationbrain.com/DLfiles/.Ralu_E.Fadur.vcf'),(65865,1923,'_right_tab_4_button_link','field_56b3fab145574'),(65866,1923,'right_tab_4_spacer','1'),(65867,1923,'_right_tab_4_spacer','field_56b3fab145575'),(65868,1925,'builder','a:0:{}'),(65869,1925,'_builder','field_56b276ce702ac'),(65870,1925,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(65871,1925,'_left_tab','field_56b36c6deeda0'),(65872,1925,'add_second_tab','1'),(65873,1925,'_add_second_tab','field_56b36ca9eeda2'),(65874,1925,'right_tab','a:4:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";i:2;s:9:\"bio_block\";i:3;s:9:\"bio_block\";}'),(65875,1925,'_right_tab','field_56b3fab04554d'),(65876,1925,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(65877,1925,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(65878,1925,'left_tab_0_spacer','1'),(65879,1925,'_left_tab_0_spacer','field_56b371c577c8c'),(65880,1925,'left_tab_1_circle1','icon-grid'),(65881,1925,'_left_tab_1_circle1','field_56b3dc86da039'),(65882,1925,'left_tab_1_circle2','icon-turnaround'),(65883,1925,'_left_tab_1_circle2','field_56b3dc86da03a'),(65884,1925,'left_tab_1_circle3','icon-masonery'),(65885,1925,'_left_tab_1_circle3','field_56b3dc86da03b'),(65886,1925,'left_tab_1_circle1_label','Restructuring'),(65887,1925,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(65888,1925,'left_tab_1_circle2_label','Turnaround'),(65889,1925,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(65890,1925,'left_tab_1_circle3_label','Innovation'),(65891,1925,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(65892,1925,'left_tab_1_spacer','1'),(65893,1925,'_left_tab_1_spacer','field_56b3dc86da042'),(65894,1925,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(65895,1925,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(65896,1925,'left_tab_2_spacer','1'),(65897,1925,'_left_tab_2_spacer','field_56b371c577c8c'),(65898,1925,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(65899,1925,'_left_tab_3_image','field_56b373f3b6e44'),(65900,1925,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(65901,1925,'_left_tab_3_title','field_56b373afb6e42'),(65902,1925,'left_tab_3_button_label','Download PDF (312 kb)'),(65903,1925,'_left_tab_3_button_label','field_56b373ceb6e43'),(65904,1925,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(65905,1925,'_left_tab_3_button_link','field_56b374ff0ad17'),(65906,1925,'left_tab_name','Company'),(65907,1925,'_left_tab_name','field_56b3976017dce'),(65908,1925,'right_tab_name','People'),(65909,1925,'_right_tab_name','field_56b3978117dcf'),(65910,1925,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(65911,1925,'_right_tab_0_image','field_56b3fab145571'),(65912,1925,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(65913,1925,'_right_tab_0_content','field_56b3fab145572'),(65914,1925,'right_tab_0_button_label','Download VCard'),(65915,1925,'_right_tab_0_button_label','field_56b3fab145573'),(65916,1925,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(65917,1925,'_right_tab_0_button_link','field_56b3fab145574'),(65918,1925,'right_tab_0_spacer','1'),(65919,1925,'_right_tab_0_spacer','field_56b3fab145575'),(65920,1925,'right_tab_1_contact_title','Please feel free to contact me:'),(65921,1925,'_right_tab_1_contact_title','field_56b4001eb0921'),(65922,1925,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(65923,1925,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(65924,1925,'right_tab_1_contact_values_0_contact_value_right',''),(65925,1925,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(65926,1925,'right_tab_1_contact_values_0_link',''),(65927,1925,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(65928,1925,'right_tab_1_contact_values_0_link_type',''),(65929,1925,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(65930,1925,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(65931,1925,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(65932,1925,'right_tab_1_contact_values_1_contact_value_right',''),(65933,1925,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(65934,1925,'right_tab_1_contact_values_1_link',''),(65935,1925,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(65936,1925,'right_tab_1_contact_values_1_link_type',''),(65937,1925,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(65938,1925,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(65939,1925,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(65940,1925,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(65941,1925,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(65942,1925,'right_tab_1_contact_values_2_link','+41793107090'),(65943,1925,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(65944,1925,'right_tab_1_contact_values_2_link_type','tel:'),(65945,1925,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(65946,1925,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(65947,1925,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(65948,1925,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(65949,1925,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(65950,1925,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(65951,1925,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(65952,1925,'right_tab_1_contact_values_3_link_type','mailto:'),(65953,1925,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(65954,1925,'right_tab_1_contact_icon','icon-mail'),(65955,1925,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(65956,1925,'right_tab_1_contact_values','4'),(65957,1925,'_right_tab_1_contact_values','field_56b3fde2ce062'),(65958,1925,'add_third_tab','0'),(65959,1925,'_add_third_tab','field_57f54e889b77c'),(65960,1925,'third_tab_name',''),(65961,1925,'_third_tab_name','field_57f54ea19b77d'),(65962,1925,'third_tab',''),(65963,1925,'_third_tab','field_57f54ec39b77e'),(65964,1925,'right_tab_2_image','http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg'),(65965,1925,'_right_tab_2_image','field_56b3fab145571'),(65966,1925,'right_tab_2_content','Gordana Knežević\r\n<span style=\"color: #00ccff;\">Lawyer</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nGordana is the Lawyer at Innovation Brain. During the course of her carrier, she has worked in two corporate law firms for more than a year dealing with Corporate law, dispute resolution (litigation), law on properties. Experience in cooperation with state authorities.\r\n\r\nGordana has a Masters Degree at the Faculty of Law, Belgrade.'),(65967,1925,'_right_tab_2_content','field_56b3fab145572'),(65968,1925,'right_tab_2_button_label','Download VCard'),(65969,1925,'_right_tab_2_button_label','field_56b3fab145573'),(65970,1925,'right_tab_2_button_link','http://innovationbrain.com/DLfiles/.Gordana_Knezevic.vcf'),(65971,1925,'_right_tab_2_button_link','field_56b3fab145574'),(65972,1925,'right_tab_2_spacer','1'),(65973,1925,'_right_tab_2_spacer','field_56b3fab145575'),(65974,1925,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Aleksandar.png'),(65975,1925,'_right_tab_1_image','field_56b3fab145571'),(65976,1925,'right_tab_1_content','Aleksandar Glavinic\r\n<span style=\"color: #00ccff;\">Manager - Deal Team</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nAleksandar has more than 5 years of experience in Finance as an auditor and advisor to international companies.\r\nIn addition to his main role as auditor, Aleksandar has been involved in a number of restructuring processes. He has advised major Serbian companies in the commercial sector and he is currently serving as Finance Manager for Strauss Adriatic.'),(65977,1925,'_right_tab_1_content','field_56b3fab145572'),(65978,1925,'right_tab_1_button_label','Download VCard'),(65979,1925,'_right_tab_1_button_label','field_56b3fab145573'),(65980,1925,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Aleksandar Glavinic.vcf'),(65981,1925,'_right_tab_1_button_link','field_56b3fab145574'),(65982,1925,'right_tab_1_spacer','1'),(65983,1925,'_right_tab_1_spacer','field_56b3fab145575'),(65984,1925,'right_tab_3_image','http://innovationbrain.com/wp-content/uploads/CV-Raluca-E.jpg'),(65985,1925,'_right_tab_3_image','field_56b3fab145571'),(65986,1925,'right_tab_3_content','Ralu Fadur\r\n<span style=\"color: #00ccff;\">Head of Back Office</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Cyprus</span>\r\n\r\nRalu is the Head of Back Office and HR Manager at Innovation Brain. She is a dedicated office management professional with experience handling a wide range of administrative, corporate, technical and executive support tasks. Computer proficiency and skilled relationship builder with the proven ability to work with different personality styles. She excels at resolving employer challenges with innovative solutions, systems and process improvements that increase efficiency, customer satisfaction and the bottom line.'),(65987,1925,'_right_tab_3_content','field_56b3fab145572'),(65988,1925,'right_tab_3_button_label','Download VCard'),(65989,1925,'_right_tab_3_button_label','field_56b3fab145573'),(65990,1925,'right_tab_3_button_link','http://innovationbrain.com/DLfiles/.Ralu_E.Fadur.vcf'),(65991,1925,'_right_tab_3_button_link','field_56b3fab145574'),(65992,1925,'right_tab_3_spacer','1'),(65993,1925,'_right_tab_3_spacer','field_56b3fab145575'),(65994,1926,'_wp_attached_file','Ralu_6.jpg'),(65995,1926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:274;s:6:\"height\";i:348;s:4:\"file\";s:10:\"Ralu_6.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Ralu_6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Ralu_6-236x300.jpg\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"read_more_block\";a:4:{s:4:\"file\";s:17:\"Ralu_6-86x109.jpg\";s:5:\"width\";i:86;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"footer\";a:4:{s:4:\"file\";s:16:\"Ralu_6-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"E5700\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1528463443\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"37.7\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(65996,1928,'builder','a:0:{}'),(65997,1928,'_builder','field_56b276ce702ac'),(65998,1928,'left_tab','a:4:{i:0;s:20:\"wysiwyg_editor_block\";i:1;s:14:\"3circles_block\";i:2;s:20:\"wysiwyg_editor_block\";i:3;s:15:\"read_more_block\";}'),(65999,1928,'_left_tab','field_56b36c6deeda0'),(66000,1928,'add_second_tab','1'),(66001,1928,'_add_second_tab','field_56b36ca9eeda2'),(66002,1928,'right_tab','a:2:{i:0;s:9:\"bio_block\";i:1;s:9:\"bio_block\";}'),(66003,1928,'_right_tab','field_56b3fab04554d'),(66004,1928,'left_tab_0_wysiwyg_editor','<header class=\"content-header\">\r\n<h3>Innovation Brain has over 20 best industry experts in restructuring and turnaround.</h3>\r\n</header>All our senior executives have held board and management positions within various companies and have a track record to have built multi-billion dollar businesses. We recognise the vitalness of working collaboratively with our clients – to seek out the best value for and from their business. Our client relationships are built on mutual trust and partnership – handled with discretion and with always having their best interests in mind.\r\n\r\nOur experts span a wide range of industries and specialise in three core sectors:'),(66005,1928,'_left_tab_0_wysiwyg_editor','field_56b3711077c86'),(66006,1928,'left_tab_0_spacer','1'),(66007,1928,'_left_tab_0_spacer','field_56b371c577c8c'),(66008,1928,'left_tab_1_circle1','icon-grid'),(66009,1928,'_left_tab_1_circle1','field_56b3dc86da039'),(66010,1928,'left_tab_1_circle2','icon-turnaround'),(66011,1928,'_left_tab_1_circle2','field_56b3dc86da03a'),(66012,1928,'left_tab_1_circle3','icon-masonery'),(66013,1928,'_left_tab_1_circle3','field_56b3dc86da03b'),(66014,1928,'left_tab_1_circle1_label','Restructuring'),(66015,1928,'_left_tab_1_circle1_label','field_56b3dc86da03c'),(66016,1928,'left_tab_1_circle2_label','Turnaround'),(66017,1928,'_left_tab_1_circle2_label','field_56b3dc86da03d'),(66018,1928,'left_tab_1_circle3_label','Innovation'),(66019,1928,'_left_tab_1_circle3_label','field_56b3dc86da03e'),(66020,1928,'left_tab_1_spacer','1'),(66021,1928,'_left_tab_1_spacer','field_56b3dc86da042'),(66022,1928,'left_tab_2_wysiwyg_editor','Most recently, our team have been appointed by the European Commission appointed to monitor the restructuring of the largest bank in a EU member country.\r\n\r\nWe step in when we see an opportunity to acquire a complex group, bring innovation and lead them to the next growth cycle as a whole or in independent parts.\r\n\r\nAt Innovation Brain we specialise in the business of restructuring. We seek to create value at the crossroads of a business’ lifecycle, where the future rests on bold decisions and innovative solutions.\r\n\r\nAlong with our wealth of expertise, we bring you the ability to derive value from your key, non performing and non core assets, through turnaround. Organisations ask us to step in when:\r\n<ul class=\"ulfix\">\r\n <li>in need for strong executives, investment capacity and advisory</li>\r\n <li>seeking an equity partner in a restructuring and turnaround</li>\r\n <li>in need for innovation and new ideas when all other solutions have failed</li>\r\n</ul>'),(66023,1928,'_left_tab_2_wysiwyg_editor','field_56b3711077c86'),(66024,1928,'left_tab_2_spacer','1'),(66025,1928,'_left_tab_2_spacer','field_56b371c577c8c'),(66026,1928,'left_tab_3_image','http://innovationbrain.com/wp-content/themes/innovation/img/Cover_brochure.png'),(66027,1928,'_left_tab_3_image','field_56b373f3b6e44'),(66028,1928,'left_tab_3_title','Creating Shareholder Value through Innovation and Turnaround'),(66029,1928,'_left_tab_3_title','field_56b373afb6e42'),(66030,1928,'left_tab_3_button_label','Download PDF (312 kb)'),(66031,1928,'_left_tab_3_button_label','field_56b373ceb6e43'),(66032,1928,'left_tab_3_button_link','http://innovationbrain.com/DLfiles/Creating%20Shareholder%20Value%20through%20Innovation%20and%20Turnaround.pdf'),(66033,1928,'_left_tab_3_button_link','field_56b374ff0ad17'),(66034,1928,'left_tab_name','Company'),(66035,1928,'_left_tab_name','field_56b3976017dce'),(66036,1928,'right_tab_name','People'),(66037,1928,'_right_tab_name','field_56b3978117dcf'),(66038,1928,'right_tab_0_image','http://innovationbrain.com/wp-content/uploads/Lukas.jpg'),(66039,1928,'_right_tab_0_image','field_56b3fab145571'),(66040,1928,'right_tab_0_content','Dr Lukas Fecker\r\n<span style=\"color: #00ccff;\">Founder and CEO</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain</span>\r\n\r\nDr. Lukas Fecker is the founder and CEO. He is the chairman of Turnaround Management Association (TMA) Europe. Lukas specialises in banking turnaround. He focuses on investments in private asset management companies, work-out banking and distressed investing. Lukas has over 20 years experience and was a partner at EY & KPMG and a director at Alvarez and Marsal. He led EY’s banking turnaround Solution EMEIA. Besides advisory, Lukas has been entrusted senior executive positions with 6 major businesses in turnaround as a CRO, CEO or board member.\r\n\r\nSome of Lukas’ significant achievements include the scheme for a CHF25bn turnover stock listed business, the restructuring of a leading European Bank and the restructuring of 2 funds. Over the years he has worked with leading financial institutions across the globe.'),(66041,1928,'_right_tab_0_content','field_56b3fab145572'),(66042,1928,'right_tab_0_button_label','Download VCard'),(66043,1928,'_right_tab_0_button_label','field_56b3fab145573'),(66044,1928,'right_tab_0_button_link','http://innovationbrain.com/DLfiles/Dr_Lukas_Fecker.vcf'),(66045,1928,'_right_tab_0_button_link','field_56b3fab145574'),(66046,1928,'right_tab_0_spacer','1'),(66047,1928,'_right_tab_0_spacer','field_56b3fab145575'),(66048,1928,'right_tab_1_contact_title','Please feel free to contact me:'),(66049,1928,'_right_tab_1_contact_title','field_56b4001eb0921'),(66050,1928,'right_tab_1_contact_values_0_contact_value_left','Zug, Switzerland'),(66051,1928,'_right_tab_1_contact_values_0_contact_value_left','field_56b3ff0a543e0'),(66052,1928,'right_tab_1_contact_values_0_contact_value_right',''),(66053,1928,'_right_tab_1_contact_values_0_contact_value_right','field_56b3fefe543df'),(66054,1928,'right_tab_1_contact_values_0_link',''),(66055,1928,'_right_tab_1_contact_values_0_link','field_56b3fef2543de'),(66056,1928,'right_tab_1_contact_values_0_link_type',''),(66057,1928,'_right_tab_1_contact_values_0_link_type','field_56b3fed6543dd'),(66058,1928,'right_tab_1_contact_values_1_contact_value_left','Dr Lukas Fecker'),(66059,1928,'_right_tab_1_contact_values_1_contact_value_left','field_56b3ff0a543e0'),(66060,1928,'right_tab_1_contact_values_1_contact_value_right',''),(66061,1928,'_right_tab_1_contact_values_1_contact_value_right','field_56b3fefe543df'),(66062,1928,'right_tab_1_contact_values_1_link',''),(66063,1928,'_right_tab_1_contact_values_1_link','field_56b3fef2543de'),(66064,1928,'right_tab_1_contact_values_1_link_type',''),(66065,1928,'_right_tab_1_contact_values_1_link_type','field_56b3fed6543dd'),(66066,1928,'right_tab_1_contact_values_2_contact_value_left','Tel:'),(66067,1928,'_right_tab_1_contact_values_2_contact_value_left','field_56b3ff0a543e0'),(66068,1928,'right_tab_1_contact_values_2_contact_value_right','(+41) 793 107 090 (Switzerland)'),(66069,1928,'_right_tab_1_contact_values_2_contact_value_right','field_56b3fefe543df'),(66070,1928,'right_tab_1_contact_values_2_link','+41793107090'),(66071,1928,'_right_tab_1_contact_values_2_link','field_56b3fef2543de'),(66072,1928,'right_tab_1_contact_values_2_link_type','tel:'),(66073,1928,'_right_tab_1_contact_values_2_link_type','field_56b3fed6543dd'),(66074,1928,'right_tab_1_contact_values_3_contact_value_left','E-mail:'),(66075,1928,'_right_tab_1_contact_values_3_contact_value_left','field_56b3ff0a543e0'),(66076,1928,'right_tab_1_contact_values_3_contact_value_right','lukas.fecker@innovationbrain.com'),(66077,1928,'_right_tab_1_contact_values_3_contact_value_right','field_56b3fefe543df'),(66078,1928,'right_tab_1_contact_values_3_link','lukas.fecker@innovationbrain.com'),(66079,1928,'_right_tab_1_contact_values_3_link','field_56b3fef2543de'),(66080,1928,'right_tab_1_contact_values_3_link_type','mailto:'),(66081,1928,'_right_tab_1_contact_values_3_link_type','field_56b3fed6543dd'),(66082,1928,'right_tab_1_contact_icon','icon-mail'),(66083,1928,'_right_tab_1_contact_icon','field_56b3fde2ce060'),(66084,1928,'right_tab_1_contact_values','4'),(66085,1928,'_right_tab_1_contact_values','field_56b3fde2ce062'),(66086,1928,'add_third_tab','0'),(66087,1928,'_add_third_tab','field_57f54e889b77c'),(66088,1928,'third_tab_name',''),(66089,1928,'_third_tab_name','field_57f54ea19b77d'),(66090,1928,'third_tab',''),(66091,1928,'_third_tab','field_57f54ec39b77e'),(66092,1928,'right_tab_1_image','http://innovationbrain.com/wp-content/uploads/Aleksandar.png'),(66093,1928,'_right_tab_1_image','field_56b3fab145571'),(66094,1928,'right_tab_1_content','Aleksandar Glavinic\r\n<span style=\"color: #00ccff;\">Manager - Deal Team</span>\r\n<span style=\"color: #00ccff;\">Innovation Brain Serbia</span>\r\n\r\nAleksandar has more than 5 years of experience in Finance as an auditor and advisor to international companies.\r\nIn addition to his main role as auditor, Aleksandar has been involved in a number of restructuring processes. He has advised major Serbian companies in the commercial sector and he is currently serving as Finance Manager for Strauss Adriatic.'),(66095,1928,'_right_tab_1_content','field_56b3fab145572'),(66096,1928,'right_tab_1_button_label','Download VCard'),(66097,1928,'_right_tab_1_button_label','field_56b3fab145573'),(66098,1928,'right_tab_1_button_link','http://innovationbrain.com/DLfiles/Aleksandar Glavinic.vcf'),(66099,1928,'_right_tab_1_button_link','field_56b3fab145574'),(66100,1928,'right_tab_1_spacer','1'),(66101,1928,'_right_tab_1_spacer','field_56b3fab145575'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=1929 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 (2,5,'2016-02-01 16:47:40','2016-02-01 16:47:40','','Welcome to Innovation Brain','','publish','closed','closed','','sample-page','','','2016-02-04 18:02:32','2016-02-04 18:02:32','',0,'http://innovationbrain.com/?page_id=2',0,'page','',0),(4,5,'2016-02-01 17:25:28','2016-02-01 17:25:28','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://innovationbrain.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Home Page','','inherit','closed','closed','','2-revision-v1','','','2016-02-01 17:25:28','2016-02-01 17:25:28','',2,'http://innovationbrain.com/2016/02/01/2-revision-v1/',0,'revision','',0),(5,5,'2016-02-01 17:25:33','2016-02-01 17:25:33','','Home Page','','inherit','closed','closed','','2-revision-v1','','','2016-02-01 17:25:33','2016-02-01 17:25:33','',2,'http://innovationbrain.com/2016/02/01/2-revision-v1/',0,'revision','',0),(26,5,'2016-02-01 17:49:33','2016-02-01 17:49:33','','Subscribe to our newsletter','','publish','closed','closed','','subscribe-to-our-newsletter','','','2016-02-04 18:20:28','2016-02-04 18:20:28','',0,'http://innovationbrain.com/?p=26',6,'nav_menu_item','',0),(53,5,'2016-02-01 18:40:05','2016-02-01 18:40:05','','Terms & Conditions','','publish','closed','closed','','terms-conditions','','','2016-02-01 18:40:49','2016-02-01 18:40:49','',0,'http://innovationbrain.com/?p=53',2,'nav_menu_item','',0),(54,5,'2016-02-01 18:40:05','2016-02-01 18:40:05','','Privacy Policy','','publish','closed','closed','','privacy-policy','','','2016-02-01 18:40:49','2016-02-01 18:40:49','',0,'http://innovationbrain.com/?p=54',3,'nav_menu_item','',0),(55,5,'2016-02-01 18:40:49','2016-02-01 18:40:49','','All rights reserved 2016 Innovation Brain','','publish','closed','closed','','all-rights-reserved-2016-innovation-brain','','','2016-02-01 18:40:49','2016-02-01 18:40:49','',0,'http://innovationbrain.com/?p=55',1,'nav_menu_item','',0),(58,5,'2016-02-03 17:52:43','2016-02-03 17:52:43','','About Us','','publish','closed','closed','','about-us','','','2019-09-09 17:38:45','2019-09-09 17:38:45','',0,'http://innovationbrain.com/?page_id=58',0,'page','',0),(59,5,'2016-02-03 17:52:43','2016-02-03 17:52:43','','About Us','','inherit','closed','closed','','58-revision-v1','','','2016-02-03 17:52:43','2016-02-03 17:52:43','',58,'http://innovationbrain.com/58-revision-v1/',0,'revision','',0),(60,5,'2016-02-03 17:58:59','2016-02-03 17:58:59','','Services and Solutions','','publish','closed','closed','','services-and-solutions','','','2016-02-05 18:24:43','2016-02-05 18:24:43','',0,'http://innovationbrain.com/?page_id=60',0,'page','',0),(61,5,'2016-02-03 17:58:59','2016-02-03 17:58:59','','Services and Solutions','','inherit','closed','closed','','60-revision-v1','','','2016-02-03 17:58:59','2016-02-03 17:58:59','',60,'http://innovationbrain.com/60-revision-v1/',0,'revision','',0),(62,5,'2016-02-03 18:00:43','2016-02-03 18:00:43','<h3>Here you will find our thought leadership that we share with the press, Debtwire in the speeches and conferences. For competitive reasons we cannot share our propitiatory IP, methodology and details of the solutions. However, you can contact us for more details and we will be more than happy to discuss your interest.</h3>','Thought Leadership','','publish','closed','closed','','thought-leadership','','','2016-02-05 01:59:33','2016-02-05 01:59:33','',0,'http://innovationbrain.com/?page_id=62',0,'page','',0),(63,5,'2016-02-03 18:00:43','2016-02-03 18:00:43','','Thought Leadership','','inherit','closed','closed','','62-revision-v1','','','2016-02-03 18:00:43','2016-02-03 18:00:43','',62,'http://innovationbrain.com/62-revision-v1/',0,'revision','',0),(64,5,'2016-02-03 18:01:35','2016-02-03 18:01:35','','Credentials','','publish','closed','closed','','credentials','','','2018-11-13 07:49:35','2018-11-13 07:49:35','',0,'http://innovationbrain.com/?page_id=64',0,'page','',0),(65,5,'2016-02-03 18:01:35','2016-02-03 18:01:35','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-02-03 18:01:35','2016-02-03 18:01:35','',64,'http://innovationbrain.com/64-revision-v1/',0,'revision','',0),(66,5,'2016-02-03 18:03:07','2016-02-03 18:03:07','','Contact Us','','publish','closed','closed','','contact-us','','','2018-06-18 08:32:45','2018-06-18 08:32:45','',0,'http://innovationbrain.com/?page_id=66',0,'page','',0),(67,5,'2016-02-03 18:03:07','2016-02-03 18:03:07','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2016-02-03 18:03:07','2016-02-03 18:03:07','',66,'http://innovationbrain.com/66-revision-v1/',0,'revision','',0),(68,5,'2016-02-03 18:04:08','2016-02-03 18:04:08',' ','','','publish','closed','closed','','68','','','2016-02-04 18:20:28','2016-02-04 18:20:28','',0,'http://innovationbrain.com/?p=68',5,'nav_menu_item','',0),(69,5,'2016-02-03 18:04:08','2016-02-03 18:04:08',' ','','','publish','closed','closed','','69','','','2016-02-04 18:20:28','2016-02-04 18:20:28','',0,'http://innovationbrain.com/?p=69',4,'nav_menu_item','',0),(70,5,'2016-02-03 18:04:08','2016-02-03 18:04:08',' ','','','publish','closed','closed','','70','','','2016-02-04 18:20:28','2016-02-04 18:20:28','',0,'http://innovationbrain.com/?p=70',3,'nav_menu_item','',0),(71,5,'2016-02-03 18:04:08','2016-02-03 18:04:08',' ','','','publish','closed','closed','','71','','','2016-02-04 18:20:28','2016-02-04 18:20:28','',0,'http://innovationbrain.com/?p=71',2,'nav_menu_item','',0),(72,5,'2016-02-03 18:04:08','2016-02-03 18:04:08',' ','','','publish','closed','closed','','72','','','2016-02-04 18:20:28','2016-02-04 18:20:28','',0,'http://innovationbrain.com/?p=72',1,'nav_menu_item','',0),(74,5,'2016-02-03 18:05:04','2016-02-03 18:05:04','','Financial Services','','publish','closed','closed','','equity-management-2','','','2016-12-05 17:56:31','2016-12-05 17:56:31','',0,'http://innovationbrain.com/?p=74',1,'nav_menu_item','',0),(75,5,'2016-02-03 18:05:04','2016-02-03 18:05:04','','Commodities','','publish','closed','closed','','turnaround-advisory-2','','','2016-12-05 17:56:31','2016-12-05 17:56:31','',0,'http://innovationbrain.com/?p=75',2,'nav_menu_item','',0),(76,5,'2016-02-03 18:05:04','2016-02-03 18:05:04','','Pharmaceuticals','','publish','closed','closed','','investment-and-funding-2','','','2016-12-05 17:56:31','2016-12-05 17:56:31','',0,'http://innovationbrain.com/?p=76',3,'nav_menu_item','',0),(77,5,'2016-02-03 18:06:46','2016-02-03 18:06:46','','Fin Tech','','publish','closed','closed','','fin-tech-2','','','2016-02-03 18:06:46','2016-02-03 18:06:46','',0,'http://innovationbrain.com/?p=77',1,'nav_menu_item','',0),(78,5,'2016-02-03 18:05:53','2016-02-03 18:05:53','','Equity Management','','publish','closed','closed','','equity-management-3','','','2016-02-03 18:05:53','2016-02-03 18:05:53','',0,'http://innovationbrain.com/?p=78',1,'nav_menu_item','',0),(79,5,'2016-02-03 18:05:53','2016-02-03 18:05:53','','Turnaround Advisory','','publish','closed','closed','','turnaround-advisory-3','','','2016-02-03 18:05:53','2016-02-03 18:05:53','',0,'http://innovationbrain.com/?p=79',2,'nav_menu_item','',0),(80,5,'2016-02-03 18:05:54','2016-02-03 18:05:54','','Investment and Funding','','publish','closed','closed','','investment-and-funding-3','','','2016-02-03 18:05:54','2016-02-03 18:05:54','',0,'http://innovationbrain.com/?p=80',3,'nav_menu_item','',0),(81,5,'2016-02-03 18:06:46','2016-02-03 18:06:46','','T&S - Turnaround and Servicing','','publish','closed','closed','','ts-turnaround-and-servicing','','','2016-02-03 18:06:46','2016-02-03 18:06:46','',0,'http://innovationbrain.com/?p=81',2,'nav_menu_item','',0),(82,5,'2016-02-03 18:06:46','2016-02-03 18:06:46','','Trade 21','','publish','closed','closed','','trade-21-2','','','2016-02-03 18:06:46','2016-02-03 18:06:46','',0,'http://innovationbrain.com/?p=82',3,'nav_menu_item','',0),(88,5,'2016-02-03 18:36:24','2016-02-03 18:36:24','','Contact','','publish','closed','closed','','acf_contact','','','2016-02-03 20:45:26','2016-02-03 20:45:26','',0,'http://innovationbrain.com/?post_type=acf&p=88',0,'acf','',0),(89,5,'2016-02-03 18:36:57','2016-02-03 18:36:57','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2016-02-03 18:36:57','2016-02-03 18:36:57','',66,'http://innovationbrain.com/66-revision-v1/',0,'revision','',0),(90,5,'2016-02-03 18:45:16','2016-02-03 18:45:16','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2016-02-03 18:45:16','2016-02-03 18:45:16','',66,'http://innovationbrain.com/66-revision-v1/',0,'revision','',0),(92,5,'2016-02-03 19:06:45','2016-02-03 19:06:45','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2016-02-03 19:06:45','2016-02-03 19:06:45','',66,'http://innovationbrain.com/66-revision-v1/',0,'revision','',0),(93,5,'2016-02-03 19:11:36','2016-02-03 19:11:36','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2016-02-03 19:11:36','2016-02-03 19:11:36','',66,'http://innovationbrain.com/66-revision-v1/',0,'revision','',0),(94,5,'2016-02-03 19:11:46','2016-02-03 19:11:46','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2016-02-03 19:11:46','2016-02-03 19:11:46','',66,'http://innovationbrain.com/66-revision-v1/',0,'revision','',0),(95,5,'2016-02-03 19:22:40','2016-02-03 19:22:40','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2016-02-03 19:22:40','2016-02-03 19:22:40','',66,'http://innovationbrain.com/66-revision-v1/',0,'revision','',0),(96,5,'2016-02-03 19:30:14','2016-02-03 19:30:14','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2016-02-03 19:30:14','2016-02-03 19:30:14','',66,'http://innovationbrain.com/66-revision-v1/',0,'revision','',0),(97,5,'2016-02-03 19:32:16','2016-02-03 19:32:16','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2016-02-03 19:32:16','2016-02-03 19:32:16','',66,'http://innovationbrain.com/66-revision-v1/',0,'revision','',0),(98,5,'2016-02-03 20:08:46','2016-02-03 20:08:46','','Credentials','','publish','closed','closed','','acf_credentials','','','2016-02-04 14:03:46','2016-02-04 14:03:46','',0,'http://innovationbrain.com/?post_type=acf&p=98',0,'acf','',0),(102,5,'2016-02-03 20:27:04','2016-02-03 20:27:04','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-02-03 20:27:04','2016-02-03 20:27:04','',64,'http://innovationbrain.com/64-revision-v1/',0,'revision','',0),(103,5,'2016-02-03 20:28:28','2016-02-03 20:28:28','<h3>Here you will find our thought leadership that we share with the press, Debtwire in the speeches and conferences. For competitive reasons we cannot share our propitiatory IP, methodology and details of the solutions. However, you can contact us for more details and we will be more than happy to discuss your interest.</h3>','Thought Leadership','','inherit','closed','closed','','62-revision-v1','','','2016-02-03 20:28:28','2016-02-03 20:28:28','',62,'http://innovationbrain.com/62-revision-v1/',0,'revision','',0),(104,5,'2016-02-03 20:30:00','2016-02-03 20:30:00','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-02-03 20:30:00','2016-02-03 20:30:00','',64,'http://innovationbrain.com/64-revision-v1/',0,'revision','',0),(105,5,'2016-02-03 20:34:59','2016-02-03 20:34:59','','Leadership','','publish','closed','closed','','acf_leadership','','','2016-02-03 20:45:23','2016-02-03 20:45:23','',0,'http://innovationbrain.com/?post_type=acf&p=105',0,'acf','',0),(106,5,'2016-02-03 20:36:45','2016-02-03 20:36:45','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-02-03 20:36:45','2016-02-03 20:36:45','',64,'http://innovationbrain.com/64-revision-v1/',0,'revision','',0),(107,5,'2016-02-03 20:36:52','2016-02-03 20:36:52','<h3>Here you will find our thought leadership that we share with the press, Debtwire in the speeches and conferences. For competitive reasons we cannot share our propitiatory IP, methodology and details of the solutions. However, you can contact us for more details and we will be more than happy to discuss your interest.</h3>','Thought Leadership','','inherit','closed','closed','','62-revision-v1','','','2016-02-03 20:36:52','2016-02-03 20:36:52','',62,'http://innovationbrain.com/62-revision-v1/',0,'revision','',0),(108,5,'2016-02-03 20:46:40','2016-02-03 20:46:40','<h3>Here you will find our thought leadership that we share with the press, Debtwire in the speeches and conferences. For competitive reasons we cannot share our propitiatory IP, methodology and details of the solutions. However, you can contact us for more details and we will be more than happy to discuss your interest.</h3>','Thought Leadership','','inherit','closed','closed','','62-revision-v1','','','2016-02-03 20:46:40','2016-02-03 20:46:40','',62,'http://innovationbrain.com/62-revision-v1/',0,'revision','',0),(117,5,'2016-02-03 21:56:17','2016-02-03 21:56:17','','About Us','','publish','closed','closed','','acf_about-us','','','2016-02-04 11:02:21','2016-02-04 11:02:21','',0,'http://innovationbrain.com/?post_type=acf&p=117',0,'acf','',0),(118,5,'2016-02-03 22:03:08','2016-02-03 22:03:08','','About Us','','inherit','closed','closed','','58-revision-v1','','','2016-02-03 22:03:08','2016-02-03 22:03:08','',58,'http://innovationbrain.com/58-revision-v1/',0,'revision','',0),(119,5,'2016-02-03 22:05:47','2016-02-03 22:05:47','','About Us','','inherit','closed','closed','','58-revision-v1','','','2016-02-03 22:05:47','2016-02-03 22:05:47','',58,'http://innovationbrain.com/58-revision-v1/',0,'revision','',0),(125,5,'2016-02-03 23:19:17','2016-02-03 23:19:17','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-02-03 23:19:17','2016-02-03 23:19:17','',64,'http://innovationbrain.com/?p=125',0,'revision','',0),(130,5,'2016-02-03 23:30:27','2016-02-03 23:30:27','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-02-03 23:30:27','2016-02-03 23:30:27','',64,'http://innovationbrain.com/?p=130',0,'revision','',0),(131,5,'2016-02-03 23:32:12','2016-02-03 23:32:12','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-02-03 23:32:12','2016-02-03 23:32:12','',64,'http://innovationbrain.com/?p=131',0,'revision','',0),(134,5,'2016-02-03 23:32:21','2016-02-03 23:32:21','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-02-03 23:32:21','2016-02-03 23:32:21','',64,'http://innovationbrain.com/?p=134',0,'revision','',0),(146,5,'2016-02-04 11:53:58','2016-02-04 11:53:58','<h3>Here you will find our thought leadership that we share with the press, Debtwire in the speeches and conferences. For competitive reasons we cannot share our propitiatory IP, methodology and details of the solutions. However, you can contact us for more details and we will be more than happy to discuss your interest.</h3>','Thought Leadership','','inherit','closed','closed','','62-revision-v1','','','2016-02-04 11:53:58','2016-02-04 11:53:58','',62,'http://innovationbrain.com/?p=146',0,'revision','',0),(148,5,'2016-02-04 12:36:27','2016-02-04 12:36:27','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-02-04 12:36:27','2016-02-04 12:36:27','',64,'http://innovationbrain.com/?p=148',0,'revision','',0),(149,5,'2016-02-04 12:46:50','2016-02-04 12:46:50','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-02-04 12:46:50','2016-02-04 12:46:50','',64,'http://innovationbrain.com/?p=149',0,'revision','',0),(163,5,'2016-02-04 15:01:29','2016-02-04 15:01:29','a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:13:\"parent_layout\";s:13:\"56b367c93ea2f\";s:17:\"conditional_logic\";i:0;s:4:\"tabs\";s:3:\"all\";}','Content Editor','content_editor','publish','closed','closed','','field_56b277bdc4c29','','','2016-02-04 15:01:29','2016-02-04 15:01:29','',157,'http://innovationbrain.com/?post_type=acf-field&p=163',0,'acf-field','',0),(166,5,'2016-02-04 15:01:29','2016-02-04 15:01:29','a:8:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:39:\"Show separator on the end of this block\";s:13:\"default_value\";i:1;s:13:\"parent_layout\";s:13:\"56b367c93ea2f\";s:17:\"conditional_logic\";i:0;}','Separator','separator','publish','closed','closed','','field_56b277e6c4c2a','','','2016-02-04 15:01:29','2016-02-04 15:01:29','',157,'http://innovationbrain.com/?post_type=acf-field&p=166',1,'acf-field','',0),(169,5,'2016-02-04 15:01:29','2016-02-04 15:01:29','a:15:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:13:\"parent_layout\";s:13:\"56b367c94271f\";s:17:\"conditional_logic\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Circle1','circle1','publish','closed','closed','','field_56b27873c4c2c','','','2016-02-04 15:01:29','2016-02-04 15:01:29','',157,'http://innovationbrain.com/?post_type=acf-field&p=169',0,'acf-field','',0),(172,5,'2016-02-04 15:01:29','2016-02-04 15:01:29','a:15:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:13:\"parent_layout\";s:13:\"56b367c94271f\";s:17:\"conditional_logic\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Circle2','circle2','publish','closed','closed','','field_56b278a2c4c2d','','','2016-02-04 15:01:29','2016-02-04 15:01:29','',157,'http://innovationbrain.com/?post_type=acf-field&p=172',1,'acf-field','',0),(175,5,'2016-02-04 15:01:29','2016-02-04 15:01:29','a:15:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:13:\"parent_layout\";s:13:\"56b367c94271f\";s:17:\"conditional_logic\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Circle3','circle3','publish','closed','closed','','field_56b278a6c4c2e','','','2016-02-04 15:01:29','2016-02-04 15:01:29','',157,'http://innovationbrain.com/?post_type=acf-field&p=175',2,'acf-field','',0),(178,5,'2016-02-04 15:01:29','2016-02-04 15:01:29','a:8:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:39:\"Show separator on the end of this block\";s:13:\"default_value\";i:1;s:13:\"parent_layout\";s:13:\"56b367c94271f\";s:17:\"conditional_logic\";i:0;}','Separator','separator','publish','closed','closed','','field_56b279d15d50d','','','2016-02-04 15:01:29','2016-02-04 15:01:29','',157,'http://innovationbrain.com/?post_type=acf-field&p=178',3,'acf-field','',0),(181,5,'2016-02-04 15:01:29','2016-02-04 15:01:29','a:16:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:13:\"parent_layout\";s:13:\"56b367c951adc\";s:17:\"conditional_logic\";i:0;s:13:\"return_format\";s:3:\"url\";s:9:\"min_width\";i:0;s:10:\"min_height\";i:0;s:8:\"min_size\";i:0;s:9:\"max_width\";i:0;s:10:\"max_height\";i:0;s:8:\"max_size\";i:0;s:10:\"mime_types\";s:0:\"\";}','Image','image','publish','closed','closed','','field_56b27a76a0645','','','2016-02-04 15:01:29','2016-02-04 15:01:29','',157,'http://innovationbrain.com/?post_type=acf-field&p=181',0,'acf-field','',0),(184,5,'2016-02-04 15:01:29','2016-02-04 15:01:29','a:13:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:13:\"parent_layout\";s:13:\"56b367c951adc\";s:17:\"conditional_logic\";i:0;s:9:\"new_lines\";s:2:\"br\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Headline','headline','publish','closed','closed','','field_56b27ab4a0646','','','2016-02-04 15:01:29','2016-02-04 15:01:29','',157,'http://innovationbrain.com/?post_type=acf-field&p=184',1,'acf-field','',0),(187,5,'2016-02-04 15:01:29','2016-02-04 15:01:29','a:14:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:12:\"Download PDF\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"none\";s:9:\"maxlength\";s:0:\"\";s:13:\"parent_layout\";s:13:\"56b367c951adc\";s:17:\"conditional_logic\";i:0;s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Button Label','button_label','publish','closed','closed','','field_56b27ad4a0647','','','2016-02-04 15:01:29','2016-02-04 15:01:29','',157,'http://innovationbrain.com/?post_type=acf-field&p=187',2,'acf-field','',0),(190,5,'2016-02-04 15:01:29','2016-02-04 15:01:29','a:14:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"none\";s:9:\"maxlength\";s:0:\"\";s:13:\"parent_layout\";s:13:\"56b367c951adc\";s:17:\"conditional_logic\";i:0;s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','File','file','publish','closed','closed','','field_56b27af6a0648','','','2016-02-04 15:01:29','2016-02-04 15:01:29','',157,'http://innovationbrain.com/?post_type=acf-field&p=190',3,'acf-field','',0),(196,5,'2016-02-04 15:01:29','2016-02-04 15:01:29','a:10:{s:4:\"type\";s:16:\"flexible_content\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:12:\"button_label\";s:7:\"Add Row\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:13:\"parent_layout\";s:13:\"56b367c96c567\";s:17:\"conditional_logic\";i:0;s:7:\"layouts\";a:1:{i:0;a:6:{s:5:\"label\";s:0:\"\";s:4:\"name\";s:0:\"\";s:7:\"display\";s:3:\"row\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:3:\"key\";s:13:\"56b367c970256\";}}}','left','left','publish','closed','closed','','field_56b32f7741c8c','','','2016-02-04 15:01:29','2016-02-04 15:01:29','',157,'http://innovationbrain.com/?post_type=acf-field&p=196',0,'acf-field','',0),(199,5,'2016-02-04 15:01:29','2016-02-04 15:01:29','a:14:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:13:\"parent_layout\";s:13:\"56b367c970256\";s:17:\"conditional_logic\";i:0;s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Label','label','publish','closed','closed','','field_56b32f9541c8d','','','2016-02-04 15:01:29','2016-02-04 15:01:29','',196,'http://innovationbrain.com/?post_type=acf-field&p=199',0,'acf-field','',0),(202,5,'2016-02-04 15:01:29','2016-02-04 15:01:29','a:10:{s:4:\"type\";s:16:\"flexible_content\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:12:\"button_label\";s:7:\"Add Row\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:13:\"parent_layout\";s:13:\"56b367c96c567\";s:17:\"conditional_logic\";i:0;s:7:\"layouts\";a:1:{i:0;a:6:{s:5:\"label\";s:0:\"\";s:4:\"name\";s:0:\"\";s:7:\"display\";s:3:\"row\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:3:\"key\";s:13:\"56b367c97b924\";}}}','right','right','publish','closed','closed','','field_56b32fa041c8e','','','2016-02-04 15:01:29','2016-02-04 15:01:29','',157,'http://innovationbrain.com/?post_type=acf-field&p=202',1,'acf-field','',0),(205,5,'2016-02-04 15:01:29','2016-02-04 15:01:29','a:14:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:13:\"parent_layout\";s:13:\"56b367c97b924\";s:17:\"conditional_logic\";i:0;s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Label2','label2','publish','closed','closed','','field_56b32faa41c8f','','','2016-02-04 15:01:29','2016-02-04 15:01:29','',202,'http://innovationbrain.com/?post_type=acf-field&p=205',0,'acf-field','',0),(214,5,'2016-02-04 15:01:30','2016-02-04 15:01:30','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:15:\"Department Name\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"none\";s:9:\"maxlength\";i:256;s:17:\"conditional_logic\";i:0;s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Title','contact_title','publish','closed','closed','','field_56b24831dbbda','','','2016-02-04 15:01:30','2016-02-04 15:01:30','',208,'http://innovationbrain.com/?post_type=acf-field&p=214',0,'acf-field','',0),(217,5,'2016-02-04 15:01:30','2016-02-04 15:01:30','a:12:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:21:\"This can be anything.\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"row_min\";s:0:\"\";s:9:\"row_limit\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:16:\"Add Contact Line\";s:17:\"conditional_logic\";i:0;s:3:\"min\";i:0;s:3:\"max\";i:0;s:9:\"collapsed\";s:0:\"\";}','Ways of contact','contact_values','publish','closed','closed','','field_56b24931da3f0','','','2016-02-04 15:01:30','2016-02-04 15:01:30','',208,'http://innovationbrain.com/?post_type=acf-field&p=217',1,'acf-field','',0),(220,5,'2016-02-04 15:01:30','2016-02-04 15:01:30','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:22:\"E-mail, Tel, London...\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"none\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";i:0;s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Label (Black text)','contact_value_left','publish','closed','closed','','field_56b24943da3f1','','','2016-02-04 15:01:30','2016-02-04 15:01:30','',217,'http://innovationbrain.com/?post_type=acf-field&p=220',0,'acf-field','',0),(223,5,'2016-02-04 15:01:30','2016-02-04 15:01:30','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:24:\"john@smith.com, (+44)...\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"none\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";i:0;s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Blue value','contact_value_right','publish','closed','closed','','field_56b24974da3f2','','','2016-02-04 15:01:30','2016-02-04 15:01:30','',217,'http://innovationbrain.com/?post_type=acf-field&p=223',1,'acf-field','',0),(226,5,'2016-02-04 15:01:30','2016-02-04 15:01:30','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";i:0;s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Link','link','publish','closed','closed','','field_56b25144a6147','','','2016-02-04 15:01:30','2016-02-04 15:01:30','',217,'http://innovationbrain.com/?post_type=acf-field&p=226',2,'acf-field','',0),(229,5,'2016-02-04 15:01:30','2016-02-04 15:01:30','a:14:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:3:{s:0:\"\";s:3:\"URL\";s:7:\"mailto:\";s:4:\"Mail\";s:4:\"tel:\";s:5:\"Phone\";}s:13:\"default_value\";a:1:{s:4:\"Null\";s:4:\"Null\";}s:10:\"allow_null\";i:1;s:8:\"multiple\";i:0;s:17:\"conditional_logic\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Link Type','link_type','publish','closed','closed','','field_56b2505d40207','','','2016-02-04 15:01:30','2016-02-04 15:01:30','',217,'http://innovationbrain.com/?post_type=acf-field&p=229',3,'acf-field','',0),(232,5,'2016-02-04 15:01:30','2016-02-04 15:01:30','a:14:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:21:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";s:0:\"\";s:0:\"\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:17:\"conditional_logic\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Icon','contact_icon','publish','closed','closed','','field_56b249b7da3f3','','','2016-02-04 15:01:30','2016-02-04 15:01:30','',208,'http://innovationbrain.com/?post_type=acf-field&p=232',2,'acf-field','',0),(241,5,'2016-02-04 15:01:31','2016-02-04 15:01:31','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:15:\"TItle goes here\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";i:0;s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Cases Title','cases_title','publish','closed','closed','','field_56b25da7d2fee','','','2016-02-04 15:01:31','2016-02-04 15:01:31','',235,'http://innovationbrain.com/?post_type=acf-field&p=241',0,'acf-field','',0),(244,5,'2016-02-04 15:01:31','2016-02-04 15:01:31','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:17:\"Content goes here\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";i:0;s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Cases Content','cases_content','publish','closed','closed','','field_56b25e11d2fef','','','2016-02-04 15:01:31','2016-02-04 15:01:31','',235,'http://innovationbrain.com/?post_type=acf-field&p=244',1,'acf-field','',0),(247,5,'2016-02-04 15:01:31','2016-02-04 15:01:31','a:14:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:17:\"conditional_logic\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Icon','icon','publish','closed','closed','','field_56b25e3fd2ff0','','','2016-02-04 15:01:31','2016-02-04 15:01:31','',235,'http://innovationbrain.com/?post_type=acf-field&p=247',2,'acf-field','',0),(250,5,'2016-02-04 15:01:31','2016-02-04 15:01:31','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";i:0;s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Cases Icon Title','cases_icon_title','publish','closed','closed','','field_56b25fd0eb57f','','','2016-02-04 15:01:31','2016-02-04 15:01:31','',235,'http://innovationbrain.com/?post_type=acf-field&p=250',3,'acf-field','',0),(256,5,'2016-02-04 15:01:32','2016-02-04 15:01:32','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:38:\"Name and description of the conference\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";i:0;s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Conferences Conference','conferences_conference','publish','closed','closed','','field_56b28bfb40c45','','','2016-02-04 15:01:32','2016-02-04 15:01:32','',235,'http://innovationbrain.com/?post_type=acf-field&p=256',0,'acf-field','',0),(259,5,'2016-02-04 15:01:32','2016-02-04 15:01:32','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:24:\"eg. Frankfurt, May, 2015\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";i:0;s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Conference Place and Date','conference_place_and_date','publish','closed','closed','','field_56b28c5040c46','','','2016-02-04 15:01:32','2016-02-04 15:01:32','',235,'http://innovationbrain.com/?post_type=acf-field&p=259',1,'acf-field','',0),(277,5,'2016-02-04 15:01:32','2016-02-04 15:01:32','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";i:0;s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Title','title','publish','closed','closed','','field_56b2637faf6a9','','','2016-02-04 15:01:32','2016-02-04 15:01:32','',271,'http://innovationbrain.com/?post_type=acf-field&p=277',0,'acf-field','',0),(280,5,'2016-02-04 15:01:32','2016-02-04 15:01:32','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:29:\"Enter a location and the date\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";i:0;s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Explanation','explanation','publish','closed','closed','','field_56b2638aaf6aa','','','2016-02-04 15:01:32','2016-02-04 15:01:32','',271,'http://innovationbrain.com/?post_type=acf-field&p=280',1,'acf-field','',0),(283,5,'2016-02-04 15:01:32','2016-02-04 15:01:32','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";i:0;s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Download Link','download_link','publish','closed','closed','','field_56b26390af6ab','','','2016-02-04 15:01:32','2016-02-04 15:01:32','',271,'http://innovationbrain.com/?post_type=acf-field&p=283',2,'acf-field','',0),(292,5,'2016-02-04 15:01:32','2016-02-04 15:01:32','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:22:\"E-mail, Tel, London...\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"none\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";i:0;s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Label (Black text)','contact_value_left','publish','closed','closed','','field_56b266704d12a','','','2016-02-04 15:01:32','2016-02-04 15:01:32','',271,'http://innovationbrain.com/?post_type=acf-field&p=292',0,'acf-field','',0),(295,5,'2016-02-04 15:01:32','2016-02-04 15:01:32','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:24:\"john@smith.com, (+44)...\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"none\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";i:0;s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Blue value','contact_value_right','publish','closed','closed','','field_56b2669a4d12b','','','2016-02-04 15:01:32','2016-02-04 15:01:32','',271,'http://innovationbrain.com/?post_type=acf-field&p=295',1,'acf-field','',0),(298,5,'2016-02-04 15:01:32','2016-02-04 15:01:32','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";i:0;s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Link','link','publish','closed','closed','','field_56b266b54d12c','','','2016-02-04 15:01:32','2016-02-04 15:01:32','',271,'http://innovationbrain.com/?post_type=acf-field&p=298',2,'acf-field','',0),(301,5,'2016-02-04 15:01:33','2016-02-04 15:01:33','a:14:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:3:{s:0:\"\";s:3:\"URL\";s:7:\"mailto:\";s:4:\"Mail\";s:4:\"tel:\";s:5:\"Phone\";}s:13:\"default_value\";a:1:{s:4:\"Null\";s:4:\"Null\";}s:10:\"allow_null\";i:1;s:8:\"multiple\";i:0;s:17:\"conditional_logic\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Link Type','link_type','publish','closed','closed','','field_56b266c94d12d','','','2016-02-04 15:01:33','2016-02-04 15:01:33','',271,'http://innovationbrain.com/?post_type=acf-field&p=301',3,'acf-field','',0),(304,5,'2016-02-04 15:03:17','2016-02-04 15:03:17','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-02-04 15:03:17','2016-02-04 15:03:17','',64,'http://innovationbrain.com/?p=304',0,'revision','',0),(307,5,'2016-02-04 15:03:43','2016-02-04 15:03:43','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-02-04 15:03:43','2016-02-04 15:03:43','',64,'http://innovationbrain.com/?p=307',0,'revision','',0),(314,5,'2016-02-04 15:18:48','2016-02-04 15:18:48','a:7:{s:8:\"location\";a:2:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"page\";}}i:1;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:9:\"fluid.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}','Fluid Builder','fluid-builder','publish','closed','closed','','group_57f54ee0ded6c','','','2016-12-18 13:21:59','2016-12-18 13:21:59','',0,'http://innovationbrain.com/?post_type=acf-field-group&p=314',0,'acf-field-group','',0),(319,5,'2016-02-04 15:24:01','2016-02-04 15:24:01','a:9:{s:4:\"type\";s:16:\"flexible_content\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:12:\"button_label\";s:9:\"Add Block\";s:3:\"min\";i:0;s:3:\"max\";s:0:\"\";s:7:\"layouts\";a:10:{i:0;a:6:{s:3:\"key\";s:13:\"56b36c78b6e4d\";s:5:\"label\";s:20:\"WYSIWYG Editor Block\";s:4:\"name\";s:20:\"wysiwyg_editor_block\";s:7:\"display\";s:3:\"row\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:1;a:6:{s:3:\"key\";s:13:\"56b3da76da02a\";s:5:\"label\";s:27:\"3 Circles - With Paragraphs\";s:4:\"name\";s:19:\"3circles_block_text\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:2;a:6:{s:3:\"key\";s:13:\"56b3dc86da037\";s:5:\"label\";s:25:\"3 Circles - No Paragraphs\";s:4:\"name\";s:14:\"3circles_block\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:3;a:6:{s:3:\"key\";s:13:\"56b3e588b567d\";s:5:\"label\";s:14:\"External Links\";s:4:\"name\";s:14:\"external_block\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:4;a:6:{s:3:\"key\";s:13:\"56b3f001dbf03\";s:5:\"label\";s:11:\"Cases Block\";s:4:\"name\";s:11:\"cases_block\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:5;a:6:{s:3:\"key\";s:13:\"56b3eeb283db8\";s:5:\"label\";s:16:\"Items List Block\";s:4:\"name\";s:16:\"items_list_block\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:6;a:6:{s:3:\"key\";s:13:\"56b37545f376a\";s:5:\"label\";s:15:\"Biography Block\";s:4:\"name\";s:9:\"bio_block\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:7;a:6:{s:3:\"key\";s:13:\"56b37389b6e3d\";s:5:\"label\";s:9:\"Read More\";s:4:\"name\";s:15:\"read_more_block\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:8;a:6:{s:3:\"key\";s:13:\"56b3f1f1dbf0a\";s:5:\"label\";s:17:\"Big Contact Block\";s:4:\"name\";s:18:\"full_contact_block\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:9;a:6:{s:3:\"key\";s:13:\"56b3f7c0468cb\";s:5:\"label\";s:13:\"Contact Block\";s:4:\"name\";s:13:\"contact_block\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}}}','Primary Display Layout','left_tab','publish','closed','closed','','field_56b36c6deeda0','','','2016-02-05 01:18:00','2016-02-05 01:18:00','',314,'http://innovationbrain.com/?post_type=acf-field&p=319',2,'acf-field','',0),(325,5,'2016-02-04 15:24:01','2016-02-04 15:24:01','a:8:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b36c25dfd72\";s:7:\"message\";s:40:\"Select to add a second tab to the layout\";s:13:\"default_value\";i:0;}','Add Second Tab','add_second_tab','publish','closed','closed','','field_56b36ca9eeda2','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',314,'http://innovationbrain.com/?post_type=acf-field&p=325',4,'acf-field','',0),(326,5,'2016-02-04 15:24:27','2016-02-04 15:24:27','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2016-02-04 15:24:27','2016-02-04 15:24:27','',66,'http://innovationbrain.com/?p=326',0,'revision','',0),(328,5,'2016-02-04 15:24:53','2016-02-04 15:24:53','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2016-02-04 15:24:53','2016-02-04 15:24:53','',66,'http://innovationbrain.com/?p=328',0,'revision','',0),(337,5,'2016-02-04 15:34:54','2016-02-04 15:34:54','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Primary','secondary_tab_copy','publish','closed','closed','','field_56b36f8889c17','','','2016-02-04 15:34:54','2016-02-04 15:34:54','',314,'http://innovationbrain.com/?post_type=acf-field&p=337',0,'acf-field','',0),(340,5,'2016-02-04 15:34:54','2016-02-04 15:34:54','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Secondary Tab','secondary_tab','publish','closed','closed','','field_56b36f6089c16','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',314,'http://innovationbrain.com/?post_type=acf-field&p=340',3,'acf-field','',0),(343,5,'2016-02-04 15:44:40','2016-02-04 15:44:40','a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b36c78b6e4d\";s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;}','WYSIWYG Editor','wysiwyg_editor','publish','closed','closed','','field_56b3711077c86','','','2016-02-04 22:31:49','2016-02-04 22:31:49','',319,'http://innovationbrain.com/?post_type=acf-field&p=343',0,'acf-field','',0),(346,5,'2016-02-04 15:44:40','2016-02-04 15:44:40','a:8:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b36c78b6e4d\";s:7:\"message\";s:81:\"Select to add a stylized horizontal line (separator) on the bottom of this block.\";s:13:\"default_value\";i:1;}','Spacer','spacer','publish','closed','closed','','field_56b371c577c8c','','','2016-02-04 15:49:57','2016-02-04 15:49:57','',319,'http://innovationbrain.com/?post_type=acf-field&p=346',1,'acf-field','',0),(379,5,'2016-02-04 15:57:20','2016-02-04 15:57:20','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:70;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37389b6e3d\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:15:\"Enter the title\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Title','title','publish','closed','closed','','field_56b373afb6e42','','','2016-02-04 16:02:29','2016-02-04 16:02:29','',319,'http://innovationbrain.com/?post_type=acf-field&p=379',1,'acf-field','',0),(382,5,'2016-02-04 15:57:20','2016-02-04 15:57:20','a:8:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:30;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37389b6e3d\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}','Image','image','publish','closed','closed','','field_56b373f3b6e44','','','2016-02-04 22:59:56','2016-02-04 22:59:56','',319,'http://innovationbrain.com/?post_type=acf-field&p=382',0,'acf-field','',0),(385,5,'2016-02-04 15:57:20','2016-02-04 15:57:20','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37389b6e3d\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:20:\"Download PDF (312kb)\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Button Label','button_label','publish','closed','closed','','field_56b373ceb6e43','','','2016-02-04 16:02:29','2016-02-04 16:02:29','',319,'http://innovationbrain.com/?post_type=acf-field&p=385',2,'acf-field','',0),(389,5,'2016-02-04 15:58:26','2016-02-04 15:58:26','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37389b6e3d\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:31:\"http://www.example.com/file.pdf\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Button Link','button_link','publish','closed','closed','','field_56b374ff0ad17','','','2016-02-04 16:02:29','2016-02-04 16:02:29','',319,'http://innovationbrain.com/?post_type=acf-field&p=389',3,'acf-field','',0),(391,5,'2016-02-04 16:01:29','2016-02-04 16:01:29','a:8:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:30;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37545f376a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}','Image','image','publish','closed','closed','','field_56b37545f376b','','','2016-02-04 22:59:56','2016-02-04 22:59:56','',319,'http://innovationbrain.com/?post_type=acf-field&p=391',0,'acf-field','',0),(394,5,'2016-02-04 16:01:29','2016-02-04 16:01:29','a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:21:\"Enter the desired bio\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:70;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37545f376a\";s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;}','Content','content','publish','closed','closed','','field_56b37545f376c','','','2016-02-04 16:01:29','2016-02-04 16:01:29','',319,'http://innovationbrain.com/?post_type=acf-field&p=394',1,'acf-field','',0),(397,5,'2016-02-04 16:01:29','2016-02-04 16:01:29','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37545f376a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:20:\"Download PDF (312kb)\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Button Label','button_label','publish','closed','closed','','field_56b37545f376d','','','2016-02-04 16:01:29','2016-02-04 16:01:29','',319,'http://innovationbrain.com/?post_type=acf-field&p=397',2,'acf-field','',0),(400,5,'2016-02-04 16:01:29','2016-02-04 16:01:29','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37545f376a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:31:\"http://www.example.com/file.pdf\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Button Link','button_link','publish','closed','closed','','field_56b37545f376e','','','2016-02-04 16:01:29','2016-02-04 16:01:29','',319,'http://innovationbrain.com/?post_type=acf-field&p=400',3,'acf-field','',0),(403,5,'2016-02-04 16:01:29','2016-02-04 16:01:29','a:8:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37545f376a\";s:7:\"message\";s:81:\"Select to add a stylized horizontal line (separator) on the bottom of this block.\";s:13:\"default_value\";i:1;}','Spacer','spacer','publish','closed','closed','','field_56b37545f376f','','','2016-02-04 16:01:29','2016-02-04 16:01:29','',319,'http://innovationbrain.com/?post_type=acf-field&p=403',4,'acf-field','',0),(458,5,'2016-02-04 18:02:32','2016-02-04 18:02:32','','Welcome to Innovation Brain','','inherit','closed','closed','','2-revision-v1','','','2016-02-04 18:02:32','2016-02-04 18:02:32','',2,'http://innovationbrain.com/?p=458',0,'revision','',0),(467,5,'2016-02-04 18:25:29','2016-02-04 18:25:29','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;s:17:\"conditional_logic\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_56b36ca9eeda2\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}','Left Tab Name','left_tab_name','publish','closed','closed','','field_56b3976017dce','','','2016-02-04 18:25:29','2016-02-04 18:25:29','',314,'http://innovationbrain.com/?post_type=acf-field&p=467',1,'acf-field','',0),(470,5,'2016-02-04 18:25:29','2016-02-04 18:25:29','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;s:17:\"conditional_logic\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_56b36ca9eeda2\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}','Right Tab Name','right_tab_name','publish','closed','closed','','field_56b3978117dcf','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',314,'http://innovationbrain.com/?post_type=acf-field&p=470',5,'acf-field','',0),(659,5,'2016-02-04 23:06:54','2016-02-04 23:06:54','','About Us','','inherit','closed','closed','','58-revision-v1','','','2016-02-04 23:06:54','2016-02-04 23:06:54','',58,'http://innovationbrain.com/?p=659',0,'revision','',0),(662,5,'2016-02-04 23:09:15','2016-02-04 23:09:15','','About Us','','inherit','closed','closed','','58-revision-v1','','','2016-02-04 23:09:15','2016-02-04 23:09:15','',58,'http://innovationbrain.com/?p=662',0,'revision','',0),(665,5,'2016-02-04 23:24:08','2016-02-04 23:24:08','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:33:\"Enter the title for this sections\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Title','title','publish','closed','closed','','field_56b3db70da032','','','2016-02-04 23:24:08','2016-02-04 23:24:08','',319,'http://innovationbrain.com/?post_type=acf-field&p=665',0,'acf-field','',0),(668,5,'2016-02-04 23:24:08','2016-02-04 23:24:08','a:15:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Circle1','circle1','publish','closed','closed','','field_56b3da76da02b','','','2016-02-05 00:24:48','2016-02-05 00:24:48','',319,'http://innovationbrain.com/?post_type=acf-field&p=668',1,'acf-field','',0),(671,5,'2016-02-04 23:24:08','2016-02-04 23:24:08','a:15:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:8:\"multiple\";i:0;s:10:\"allow_null\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Circle2','circle2','publish','closed','closed','','field_56b3da76da02c','','','2016-02-04 23:24:08','2016-02-04 23:24:08','',319,'http://innovationbrain.com/?post_type=acf-field&p=671',2,'acf-field','',0),(674,5,'2016-02-04 23:24:08','2016-02-04 23:24:08','a:15:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:8:\"multiple\";i:0;s:10:\"allow_null\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Circle3','circle3','publish','closed','closed','','field_56b3da76da02d','','','2016-02-04 23:24:08','2016-02-04 23:24:08','',319,'http://innovationbrain.com/?post_type=acf-field&p=674',3,'acf-field','',0),(677,5,'2016-02-04 23:24:08','2016-02-04 23:24:08','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Circle1 Label','circle1_label','publish','closed','closed','','field_56b3da76da02e','','','2016-02-04 23:24:08','2016-02-04 23:24:08','',319,'http://innovationbrain.com/?post_type=acf-field&p=677',4,'acf-field','',0),(680,5,'2016-02-04 23:24:08','2016-02-04 23:24:08','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Circle2 Label','circle2_label','publish','closed','closed','','field_56b3da76da02f','','','2016-02-04 23:24:08','2016-02-04 23:24:08','',319,'http://innovationbrain.com/?post_type=acf-field&p=680',5,'acf-field','',0),(683,5,'2016-02-04 23:24:08','2016-02-04 23:24:08','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Circle3 Label','circle3_label','publish','closed','closed','','field_56b3da76da030','','','2016-02-04 23:24:08','2016-02-04 23:24:08','',319,'http://innovationbrain.com/?post_type=acf-field&p=683',6,'acf-field','',0),(686,5,'2016-02-04 23:24:08','2016-02-04 23:24:08','a:13:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:42:\"Enter the long long paragraph text here...\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:6;s:9:\"new_lines\";s:2:\"br\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Paragraph1','paragraph1','publish','closed','closed','','field_56b3db8eda033','','','2016-02-04 23:24:08','2016-02-04 23:24:08','',319,'http://innovationbrain.com/?post_type=acf-field&p=686',7,'acf-field','',0),(689,5,'2016-02-04 23:24:08','2016-02-04 23:24:08','a:13:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:42:\"Enter the long long paragraph text here...\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:6;s:9:\"new_lines\";s:2:\"br\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Paragraph2','paragraph2','publish','closed','closed','','field_56b3dc6dda035','','','2016-02-04 23:24:08','2016-02-04 23:24:08','',319,'http://innovationbrain.com/?post_type=acf-field&p=689',8,'acf-field','',0),(692,5,'2016-02-04 23:24:08','2016-02-04 23:24:08','a:13:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:42:\"Enter the long long paragraph text here...\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:6;s:9:\"new_lines\";s:2:\"br\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Paragraph3','paragraph3','publish','closed','closed','','field_56b3dc74da036','','','2016-02-04 23:24:08','2016-02-04 23:24:08','',319,'http://innovationbrain.com/?post_type=acf-field&p=692',9,'acf-field','',0),(695,5,'2016-02-04 23:24:08','2016-02-04 23:24:08','a:8:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:7:\"message\";s:81:\"Select to add a stylized horizontal line (separator) on the bottom of this block.\";s:13:\"default_value\";i:1;}','Spacer','spacer','publish','closed','closed','','field_56b3da76da031','','','2016-02-04 23:24:08','2016-02-04 23:24:08','',319,'http://innovationbrain.com/?post_type=acf-field&p=695',10,'acf-field','',0),(701,5,'2016-02-04 23:24:08','2016-02-04 23:24:08','a:15:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3dc86da037\";s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Circle1','circle1','publish','closed','closed','','field_56b3dc86da039','','','2016-02-04 23:25:11','2016-02-04 23:25:11','',319,'http://innovationbrain.com/?post_type=acf-field&p=701',0,'acf-field','',0),(704,5,'2016-02-04 23:24:08','2016-02-04 23:24:08','a:15:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3dc86da037\";s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Circle2','circle2','publish','closed','closed','','field_56b3dc86da03a','','','2016-02-04 23:25:11','2016-02-04 23:25:11','',319,'http://innovationbrain.com/?post_type=acf-field&p=704',1,'acf-field','',0),(707,5,'2016-02-04 23:24:09','2016-02-04 23:24:09','a:15:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3dc86da037\";s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Circle3','circle3','publish','closed','closed','','field_56b3dc86da03b','','','2016-02-04 23:25:11','2016-02-04 23:25:11','',319,'http://innovationbrain.com/?post_type=acf-field&p=707',2,'acf-field','',0),(710,5,'2016-02-04 23:24:09','2016-02-04 23:24:09','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3dc86da037\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Circle1 Label','circle1_label','publish','closed','closed','','field_56b3dc86da03c','','','2016-02-04 23:25:11','2016-02-04 23:25:11','',319,'http://innovationbrain.com/?post_type=acf-field&p=710',3,'acf-field','',0),(713,5,'2016-02-04 23:24:09','2016-02-04 23:24:09','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3dc86da037\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Circle2 Label','circle2_label','publish','closed','closed','','field_56b3dc86da03d','','','2016-02-04 23:25:11','2016-02-04 23:25:11','',319,'http://innovationbrain.com/?post_type=acf-field&p=713',4,'acf-field','',0),(716,5,'2016-02-04 23:24:09','2016-02-04 23:24:09','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3dc86da037\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Circle3 Label','circle3_label','publish','closed','closed','','field_56b3dc86da03e','','','2016-02-04 23:25:11','2016-02-04 23:25:11','',319,'http://innovationbrain.com/?post_type=acf-field&p=716',5,'acf-field','',0),(728,5,'2016-02-04 23:24:09','2016-02-04 23:24:09','a:8:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3dc86da037\";s:7:\"message\";s:81:\"Select to add a stylized horizontal line (separator) on the bottom of this block.\";s:13:\"default_value\";i:1;}','Spacer','spacer','publish','closed','closed','','field_56b3dc86da042','','','2016-02-04 23:25:11','2016-02-04 23:25:11','',319,'http://innovationbrain.com/?post_type=acf-field&p=728',6,'acf-field','',0),(760,5,'2016-02-04 23:24:11','2016-02-04 23:24:11','','Services and Solutions','','inherit','closed','closed','','60-revision-v1','','','2016-02-04 23:24:11','2016-02-04 23:24:11','',60,'http://innovationbrain.com/?p=760',0,'revision','',0),(763,5,'2016-02-04 23:28:54','2016-02-04 23:28:54','','Services and Solutions','','inherit','closed','closed','','60-revision-v1','','','2016-02-04 23:28:54','2016-02-04 23:28:54','',60,'http://innovationbrain.com/?p=763',0,'revision','',0),(764,5,'2016-02-05 00:03:17','2016-02-05 00:03:17','a:11:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3e588b567d\";s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:12:\"button_label\";s:17:\"Add External Link\";s:6:\"layout\";s:5:\"table\";}','External Links Repeater','external_repeater','publish','closed','closed','','field_56b3e5acb5685','','','2016-02-05 00:23:00','2016-02-05 00:23:00','',319,'http://innovationbrain.com/?post_type=acf-field&p=764',0,'acf-field','',0),(767,5,'2016-02-05 00:03:17','2016-02-05 00:03:17','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:47:\"Presentation: NPL Trends and Bank restructuring\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Title','title','publish','closed','closed','','field_56b3e63fb5686','','','2016-02-05 00:03:17','2016-02-05 00:03:17','',764,'http://innovationbrain.com/?post_type=acf-field&p=767',0,'acf-field','',0),(770,5,'2016-02-05 00:03:17','2016-02-05 00:03:17','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:14:\"Dates, City...\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Details','details','publish','closed','closed','','field_56b3e677b5687','','','2016-02-05 00:03:17','2016-02-05 00:03:17','',764,'http://innovationbrain.com/?post_type=acf-field&p=770',1,'acf-field','',0),(773,5,'2016-02-05 00:03:17','2016-02-05 00:03:17','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}','Link','link','publish','closed','closed','','field_56b3e69cb5688','','','2016-02-05 00:03:17','2016-02-05 00:03:17','',764,'http://innovationbrain.com/?post_type=acf-field&p=773',2,'acf-field','',0),(776,5,'2016-02-05 00:03:17','2016-02-05 00:03:17','a:8:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3e588b567d\";s:7:\"message\";s:81:\"Select to add a stylized horizontal line (separator) on the bottom of this block.\";s:13:\"default_value\";i:1;}','Spacer','spacer','publish','closed','closed','','field_56b3e588b5684','','','2016-02-05 00:03:17','2016-02-05 00:03:17','',319,'http://innovationbrain.com/?post_type=acf-field&p=776',1,'acf-field','',0),(779,5,'2016-02-05 00:03:22','2016-02-05 00:03:22','<h3>Here you will find our thought leadership that we share with the press, Debtwire in the speeches and conferences. For competitive reasons we cannot share our propitiatory IP, methodology and details of the solutions. However, you can contact us for more details and we will be more than happy to discuss your interest.</h3>','Thought Leadership','','inherit','closed','closed','','62-revision-v1','','','2016-02-05 00:03:22','2016-02-05 00:03:22','',62,'http://innovationbrain.com/?p=779',0,'revision','',0),(782,5,'2016-02-05 00:04:46','2016-02-05 00:04:46','<h3>Here you will find our thought leadership that we share with the press, Debtwire in the speeches and conferences. For competitive reasons we cannot share our propitiatory IP, methodology and details of the solutions. However, you can contact us for more details and we will be more than happy to discuss your interest.</h3>','Thought Leadership','','inherit','closed','closed','','62-revision-v1','','','2016-02-05 00:04:46','2016-02-05 00:04:46','',62,'http://innovationbrain.com/?p=782',0,'revision','',0),(784,5,'2016-02-05 00:12:15','2016-02-05 00:12:15','<h3>Here you will find our thought leadership that we share with the press, Debtwire in the speeches and conferences. For competitive reasons we cannot share our propitiatory IP, methodology and details of the solutions. However, you can contact us for more details and we will be more than happy to discuss your interest.</h3>','Thought Leadership','','inherit','closed','closed','','62-revision-v1','','','2016-02-05 00:12:15','2016-02-05 00:12:15','',62,'http://innovationbrain.com/?p=784',0,'revision','',0),(785,5,'2016-02-05 00:12:37','2016-02-05 00:12:37','<h3>Here you will find our thought leadership that we share with the press, Debtwire in the speeches and conferences. For competitive reasons we cannot share our propitiatory IP, methodology and details of the solutions. However, you can contact us for more details and we will be more than happy to discuss your interest.</h3>','Thought Leadership','','inherit','closed','closed','','62-revision-v1','','','2016-02-05 00:12:37','2016-02-05 00:12:37','',62,'http://innovationbrain.com/?p=785',0,'revision','',0),(788,5,'2016-02-05 00:14:17','2016-02-05 00:14:17','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-02-05 00:14:17','2016-02-05 00:14:17','',64,'http://innovationbrain.com/?p=788',0,'revision','',0),(809,5,'2016-02-05 00:28:38','2016-02-05 00:28:38','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-02-05 00:28:38','2016-02-05 00:28:38','',64,'http://innovationbrain.com/?p=809',0,'revision','',0),(812,5,'2016-02-05 00:40:23','2016-02-05 00:40:23','a:11:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3eeb283db8\";s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"block\";s:12:\"button_label\";s:14:\"Add Conference\";}','Items List Repeater','items_list_repeater','publish','closed','closed','','field_56b3eeb283db9','','','2016-02-08 22:11:08','2016-02-08 22:11:08','',319,'http://innovationbrain.com/?post_type=acf-field&p=812',0,'acf-field','',0),(815,5,'2016-02-05 00:40:23','2016-02-05 00:40:23','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:66:\"Distressed Investing Conference – NPL Trading and value recovery\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Title','title','publish','closed','closed','','field_56b3eeb283dbb','','','2016-02-05 00:40:23','2016-02-05 00:40:23','',812,'http://innovationbrain.com/?post_type=acf-field&p=815',0,'acf-field','',0),(818,5,'2016-02-05 00:40:23','2016-02-05 00:40:23','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:20:\"Milan, October, 2015\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Description','description','publish','closed','closed','','field_56b3eeb283dbc','','','2016-02-05 00:40:23','2016-02-05 00:40:23','',812,'http://innovationbrain.com/?post_type=acf-field&p=818',1,'acf-field','',0),(821,5,'2016-02-05 00:40:23','2016-02-05 00:40:23','a:8:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3eeb283db8\";s:7:\"message\";s:81:\"Select to add a stylized horizontal line (separator) on the bottom of this block.\";s:13:\"default_value\";i:1;}','Spacer','spacer','publish','closed','closed','','field_56b3eeb283dbe','','','2016-02-05 00:40:23','2016-02-05 00:40:23','',319,'http://innovationbrain.com/?post_type=acf-field&p=821',1,'acf-field','',0),(824,5,'2016-02-05 00:53:36','2016-02-05 00:53:36','a:11:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3f001dbf03\";s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"block\";s:12:\"button_label\";s:8:\"Add Case\";}','Cases Repeater','cases_repeater','publish','closed','closed','','field_56b3f001dbf04','','','2016-02-05 01:28:09','2016-02-05 01:28:09','',319,'http://innovationbrain.com/?post_type=acf-field&p=824',0,'acf-field','',0),(839,5,'2016-02-05 00:53:36','2016-02-05 00:53:36','a:8:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3f001dbf03\";s:7:\"message\";s:81:\"Select to add a stylized horizontal line (separator) on the bottom of this block.\";s:13:\"default_value\";i:1;}','Spacer','spacer','publish','closed','closed','','field_56b3f001dbf09','','','2016-02-05 00:53:36','2016-02-05 00:53:36','',319,'http://innovationbrain.com/?post_type=acf-field&p=839',1,'acf-field','',0),(845,5,'2016-02-05 00:53:36','2016-02-05 00:53:36','a:15:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:30;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3f1f1dbf0a\";s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Icon','contact_icon','publish','closed','closed','','field_56b3f1f1dbf0b','','','2016-02-05 01:27:36','2016-02-05 01:27:36','',319,'http://innovationbrain.com/?post_type=acf-field&p=845',0,'acf-field','',0),(848,5,'2016-02-05 00:53:36','2016-02-05 00:53:36','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:70;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3f1f1dbf0a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:15:\"Department Name\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";i:256;s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Departmant Name','departmant','publish','closed','closed','','field_56b3f1f1dbf0c','','','2016-02-05 01:02:32','2016-02-05 01:02:32','',319,'http://innovationbrain.com/?post_type=acf-field&p=848',1,'acf-field','',0),(866,5,'2016-02-05 00:54:21','2016-02-05 00:54:21','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2016-02-05 00:54:21','2016-02-05 00:54:21','',66,'http://innovationbrain.com/?p=866',0,'revision','',0),(868,5,'2016-02-05 01:00:56','2016-02-05 01:00:56','a:8:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3f1f1dbf0a\";s:7:\"message\";s:81:\"Select to add a stylized horizontal line (separator) on the bottom of this block.\";s:13:\"default_value\";i:1;}','Spacer','spacer','publish','closed','closed','','field_56b3f305fafdb','','','2016-02-05 01:18:00','2016-02-05 01:18:00','',319,'http://innovationbrain.com/?post_type=acf-field&p=868',3,'acf-field','',0),(871,5,'2016-02-05 01:01:32','2016-02-05 01:01:32','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2016-02-05 01:01:32','2016-02-05 01:01:32','',66,'http://innovationbrain.com/?p=871',0,'revision','',0),(874,5,'2016-02-05 01:02:32','2016-02-05 01:02:32','a:11:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:21:\"This can be anything.\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3f1f1dbf0a\";s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"block\";s:12:\"button_label\";s:16:\"Add Contact Line\";}','Ways of contact','contact_values','publish','closed','closed','','field_56b3f47e69426','','','2016-02-05 01:18:00','2016-02-05 01:18:00','',319,'http://innovationbrain.com/?post_type=acf-field&p=874',2,'acf-field','',0),(877,5,'2016-02-05 01:02:32','2016-02-05 01:02:32','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:22:\"E-mail, Tel, London...\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Label (Black text)','contact_value_left','publish','closed','closed','','field_56b3f47e69427','','','2016-02-05 01:02:32','2016-02-05 01:02:32','',874,'http://innovationbrain.com/?post_type=acf-field&p=877',0,'acf-field','',0),(883,5,'2016-02-05 01:02:32','2016-02-05 01:02:32','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:24:\"john@smith.com, (+44)...\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Blue text','contact_value_right','publish','closed','closed','','field_56b3f47e69429','','','2016-02-05 01:03:29','2016-02-05 01:03:29','',874,'http://innovationbrain.com/?post_type=acf-field&p=883',1,'acf-field','',0),(892,5,'2016-02-05 01:02:32','2016-02-05 01:02:32','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Link','link','publish','closed','closed','','field_56b3f47e6942c','','','2016-02-05 01:03:29','2016-02-05 01:03:29','',874,'http://innovationbrain.com/?post_type=acf-field&p=892',2,'acf-field','',0),(898,5,'2016-02-05 01:02:32','2016-02-05 01:02:32','a:14:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:3:{s:5:\": URL\";s:5:\": URL\";s:7:\"mailto:\";s:4:\"Mail\";s:4:\"tel:\";s:5:\"Phone\";}s:13:\"default_value\";a:1:{s:4:\"Null\";s:4:\"Null\";}s:10:\"allow_null\";i:1;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Link Type','link_type','publish','closed','closed','','field_56b3f47e6942e','','','2016-02-05 01:03:29','2016-02-05 01:03:29','',874,'http://innovationbrain.com/?post_type=acf-field&p=898',3,'acf-field','',0),(901,5,'2016-02-05 01:06:09','2016-02-05 01:06:09','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2016-02-05 01:06:09','2016-02-05 01:06:09','',66,'http://innovationbrain.com/?p=901',0,'revision','',0),(1046,5,'2016-02-05 01:16:13','2016-02-05 01:16:13','a:15:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:30;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3f7c0468cb\";s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Icon','contact_icon','publish','closed','closed','','field_56b3f7c0468cc','','','2016-02-05 01:16:13','2016-02-05 01:16:13','',319,'http://innovationbrain.com/?post_type=acf-field&p=1046',0,'acf-field','',0),(1049,5,'2016-02-05 01:16:13','2016-02-05 01:16:13','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:70;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3f7c0468cb\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:15:\"Department Name\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";i:256;s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Title','contact_title','publish','closed','closed','','field_56b3f7c0468cd','','','2016-02-05 01:16:13','2016-02-05 01:16:13','',319,'http://innovationbrain.com/?post_type=acf-field&p=1049',1,'acf-field','',0),(1067,5,'2016-02-05 01:17:18','2016-02-05 01:17:18','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-02-05 01:17:18','2016-02-05 01:17:18','',64,'http://innovationbrain.com/?p=1067',0,'revision','',0),(1070,5,'2016-02-05 01:18:00','2016-02-05 01:18:00','a:11:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:21:\"This can be anything.\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3f7c0468cb\";s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"block\";s:12:\"button_label\";s:16:\"Add Contact Line\";}','Ways of Contact','contact_values','publish','closed','closed','','field_56b3f834453c2','','','2016-02-05 01:59:15','2016-02-05 01:59:15','',319,'http://innovationbrain.com/?post_type=acf-field&p=1070',2,'acf-field','',0),(1073,5,'2016-02-05 01:18:00','2016-02-05 01:18:00','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:22:\"E-mail, Tel, London...\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Label (Black text)','contact_value_left','publish','closed','closed','','field_56b3f834453c3','','','2016-02-05 01:18:00','2016-02-05 01:18:00','',1070,'http://innovationbrain.com/?post_type=acf-field&p=1073',0,'acf-field','',0),(1076,5,'2016-02-05 01:18:00','2016-02-05 01:18:00','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:24:\"john@smith.com, (+44)...\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Blue text','contact_value_right','publish','closed','closed','','field_56b3f834453c4','','','2016-02-05 01:18:00','2016-02-05 01:18:00','',1070,'http://innovationbrain.com/?post_type=acf-field&p=1076',1,'acf-field','',0),(1079,5,'2016-02-05 01:18:00','2016-02-05 01:18:00','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Link','link','publish','closed','closed','','field_56b3f834453c5','','','2016-02-05 01:18:00','2016-02-05 01:18:00','',1070,'http://innovationbrain.com/?post_type=acf-field&p=1079',2,'acf-field','',0),(1082,5,'2016-02-05 01:18:00','2016-02-05 01:18:00','a:14:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:3:{s:5:\": URL\";s:5:\": URL\";s:7:\"mailto:\";s:4:\"Mail\";s:4:\"tel:\";s:5:\"Phone\";}s:13:\"default_value\";a:1:{s:4:\"Null\";s:4:\"Null\";}s:10:\"allow_null\";i:1;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Link Type','link_type','publish','closed','closed','','field_56b3f834453c6','','','2016-02-05 01:18:00','2016-02-05 01:18:00','',1070,'http://innovationbrain.com/?post_type=acf-field&p=1082',3,'acf-field','',0),(1228,5,'2016-02-05 01:27:36','2016-02-05 01:27:36','a:14:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:30;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Icon','icon','publish','closed','closed','','field_56b3fa12ab904','','','2016-02-05 01:27:36','2016-02-05 01:27:36','',824,'http://innovationbrain.com/?post_type=acf-field&p=1228',0,'acf-field','',0),(1231,5,'2016-02-05 01:27:36','2016-02-05 01:27:36','a:12:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:70;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Title','title','publish','closed','closed','','field_56b3fa50ab905','','','2016-02-05 01:27:36','2016-02-05 01:27:36','',824,'http://innovationbrain.com/?post_type=acf-field&p=1231',1,'acf-field','',0),(1234,5,'2016-02-05 01:27:36','2016-02-05 01:27:36','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:30;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Icon Title','icon_title','publish','closed','closed','','field_56b3fa63ab906','','','2016-02-05 01:27:36','2016-02-05 01:27:36','',824,'http://innovationbrain.com/?post_type=acf-field&p=1234',2,'acf-field','',0),(1237,5,'2016-02-05 01:27:36','2016-02-05 01:27:36','a:12:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:70;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:6;s:9:\"new_lines\";s:2:\"br\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Details','details','publish','closed','closed','','field_56b3fa73ab907','','','2016-02-05 01:28:09','2016-02-05 01:28:09','',824,'http://innovationbrain.com/?post_type=acf-field&p=1237',3,'acf-field','',0),(1240,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:9:{s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:12:\"button_label\";s:9:\"Add Block\";s:4:\"type\";s:16:\"flexible_content\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"layouts\";a:10:{i:0;a:6:{s:3:\"key\";s:13:\"56b36c78b6e4d\";s:5:\"label\";s:20:\"WYSIWYG Editor Block\";s:4:\"name\";s:20:\"wysiwyg_editor_block\";s:7:\"display\";s:3:\"row\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:1;a:6:{s:3:\"key\";s:13:\"56b3da76da02a\";s:5:\"label\";s:27:\"3 Circles - With Paragraphs\";s:4:\"name\";s:19:\"3circles_block_text\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:2;a:6:{s:3:\"key\";s:13:\"56b3dc86da037\";s:5:\"label\";s:25:\"3 Circles - No Paragraphs\";s:4:\"name\";s:14:\"3circles_block\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:3;a:6:{s:3:\"key\";s:13:\"56b3e588b567d\";s:5:\"label\";s:14:\"External Links\";s:4:\"name\";s:14:\"external_block\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:4;a:6:{s:3:\"key\";s:13:\"56b3f001dbf03\";s:5:\"label\";s:11:\"Cases Block\";s:4:\"name\";s:11:\"cases_block\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:5;a:6:{s:3:\"key\";s:13:\"56b3eeb283db8\";s:5:\"label\";s:16:\"Items List Block\";s:4:\"name\";s:16:\"items_list_block\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:6;a:6:{s:3:\"key\";s:13:\"56b37545f376a\";s:5:\"label\";s:15:\"Biography Block\";s:4:\"name\";s:9:\"bio_block\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:7;a:6:{s:3:\"key\";s:13:\"56b37389b6e3d\";s:5:\"label\";s:9:\"Read More\";s:4:\"name\";s:15:\"read_more_block\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:8;a:6:{s:3:\"key\";s:13:\"56b3f1f1dbf0a\";s:5:\"label\";s:17:\"Big Contact Block\";s:4:\"name\";s:18:\"full_contact_block\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:9;a:6:{s:3:\"key\";s:13:\"56b3fde2ce05f\";s:5:\"label\";s:13:\"Contact Block\";s:4:\"name\";s:13:\"contact_block\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}}}','Right Tab','right_tab','publish','closed','closed','','field_56b3fab04554d','','','2016-12-18 13:18:19','2016-12-18 13:18:19','',314,'http://innovationbrain.com/?post_type=acf-field&p=1240',6,'acf-field','',0),(1243,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b36c78b6e4d\";s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;}','WYSIWYG Editor','wysiwyg_editor','publish','closed','closed','','field_56b3fab14554e','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1243',0,'acf-field','',0),(1246,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:8:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b36c78b6e4d\";s:7:\"message\";s:81:\"Select to add a stylized horizontal line (separator) on the bottom of this block.\";s:13:\"default_value\";i:1;}','Spacer','spacer','publish','closed','closed','','field_56b3fab14554f','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1246',1,'acf-field','',0),(1249,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:33:\"Enter the title for this sections\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Title','title','publish','closed','closed','','field_56b3fab145550','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1249',0,'acf-field','',0),(1252,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:15:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Circle1','circle1','publish','closed','closed','','field_56b3fab145551','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1252',1,'acf-field','',0),(1255,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:15:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Circle2','circle2','publish','closed','closed','','field_56b3fab145552','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1255',2,'acf-field','',0),(1258,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:15:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Circle3','circle3','publish','closed','closed','','field_56b3fab145553','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1258',3,'acf-field','',0),(1261,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Circle1 Label','circle1_label','publish','closed','closed','','field_56b3fab145554','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1261',4,'acf-field','',0),(1264,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Circle2 Label','circle2_label','publish','closed','closed','','field_56b3fab145555','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1264',5,'acf-field','',0),(1267,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Circle3 Label','circle3_label','publish','closed','closed','','field_56b3fab145556','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1267',6,'acf-field','',0),(1270,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:13:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:42:\"Enter the long long paragraph text here...\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:6;s:9:\"new_lines\";s:2:\"br\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Paragraph1','paragraph1','publish','closed','closed','','field_56b3fab145557','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1270',7,'acf-field','',0),(1273,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:13:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:42:\"Enter the long long paragraph text here...\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:6;s:9:\"new_lines\";s:2:\"br\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Paragraph2','paragraph2','publish','closed','closed','','field_56b3fab145558','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1273',8,'acf-field','',0),(1276,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:13:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:42:\"Enter the long long paragraph text here...\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:6;s:9:\"new_lines\";s:2:\"br\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Paragraph3','paragraph3','publish','closed','closed','','field_56b3fab145559','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1276',9,'acf-field','',0),(1279,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:8:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:7:\"message\";s:81:\"Select to add a stylized horizontal line (separator) on the bottom of this block.\";s:13:\"default_value\";i:1;}','Spacer','spacer','publish','closed','closed','','field_56b3fab14555a','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1279',10,'acf-field','',0),(1282,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:15:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3dc86da037\";s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Circle1','circle1','publish','closed','closed','','field_56b3fab14555b','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1282',0,'acf-field','',0),(1285,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:15:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3dc86da037\";s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Circle2','circle2','publish','closed','closed','','field_56b3fab14555c','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1285',1,'acf-field','',0),(1288,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:15:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3dc86da037\";s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Circle3','circle3','publish','closed','closed','','field_56b3fab14555d','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1288',2,'acf-field','',0),(1291,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3dc86da037\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Circle1 Label','circle1_label','publish','closed','closed','','field_56b3fab14555e','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1291',3,'acf-field','',0),(1294,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3dc86da037\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Circle2 Label','circle2_label','publish','closed','closed','','field_56b3fab14555f','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1294',4,'acf-field','',0),(1297,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3dc86da037\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Circle3 Label','circle3_label','publish','closed','closed','','field_56b3fab145560','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1297',5,'acf-field','',0),(1300,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:8:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3dc86da037\";s:7:\"message\";s:81:\"Select to add a stylized horizontal line (separator) on the bottom of this block.\";s:13:\"default_value\";i:1;}','Spacer','spacer','publish','closed','closed','','field_56b3fab145561','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1300',6,'acf-field','',0),(1303,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:11:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3e588b567d\";s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:17:\"Add External Link\";}','External Links Repeater','external_repeater','publish','closed','closed','','field_56b3fab145562','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1303',0,'acf-field','',0),(1306,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:47:\"Presentation: NPL Trends and Bank restructuring\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Title','title','publish','closed','closed','','field_56b3fab145563','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1303,'http://innovationbrain.com/?post_type=acf-field&p=1306',0,'acf-field','',0),(1309,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:14:\"Dates, City...\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Details','details','publish','closed','closed','','field_56b3fab145564','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1303,'http://innovationbrain.com/?post_type=acf-field&p=1309',1,'acf-field','',0),(1312,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}','Link','link','publish','closed','closed','','field_56b3fab145565','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1303,'http://innovationbrain.com/?post_type=acf-field&p=1312',2,'acf-field','',0),(1315,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:8:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3e588b567d\";s:7:\"message\";s:81:\"Select to add a stylized horizontal line (separator) on the bottom of this block.\";s:13:\"default_value\";i:1;}','Spacer','spacer','publish','closed','closed','','field_56b3fab145566','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1315',1,'acf-field','',0),(1318,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:11:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3f001dbf03\";s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"block\";s:12:\"button_label\";s:8:\"Add Case\";}','Cases Repeater','cases_repeater','publish','closed','closed','','field_56b3fab145567','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1318',0,'acf-field','',0),(1321,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:14:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:30;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Icon','icon','publish','closed','closed','','field_56b3fab145568','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1318,'http://innovationbrain.com/?post_type=acf-field&p=1321',0,'acf-field','',0),(1324,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:12:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:70;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Title','title','publish','closed','closed','','field_56b3fab145569','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1318,'http://innovationbrain.com/?post_type=acf-field&p=1324',1,'acf-field','',0),(1327,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:30;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Icon Title','icon_title','publish','closed','closed','','field_56b3fab14556a','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1318,'http://innovationbrain.com/?post_type=acf-field&p=1327',2,'acf-field','',0),(1330,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:12:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:70;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:6;s:9:\"new_lines\";s:2:\"br\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Details','details','publish','closed','closed','','field_56b3fab14556b','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1318,'http://innovationbrain.com/?post_type=acf-field&p=1330',3,'acf-field','',0),(1333,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:8:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3f001dbf03\";s:7:\"message\";s:81:\"Select to add a stylized horizontal line (separator) on the bottom of this block.\";s:13:\"default_value\";i:1;}','Spacer','spacer','publish','closed','closed','','field_56b3fab14556c','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1333',1,'acf-field','',0),(1336,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:11:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3eeb283db8\";s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"block\";s:12:\"button_label\";s:8:\"Add Case\";}','Items List Repeater','items_list_repeater','publish','closed','closed','','field_56b3fab14556d','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1336',0,'acf-field','',0),(1339,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:66:\"Distressed Investing Conference – NPL Trading and value recovery\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Title','title','publish','closed','closed','','field_56b3fab14556e','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1336,'http://innovationbrain.com/?post_type=acf-field&p=1339',0,'acf-field','',0),(1342,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:20:\"Milan, October, 2015\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Description','description','publish','closed','closed','','field_56b3fab14556f','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1336,'http://innovationbrain.com/?post_type=acf-field&p=1342',1,'acf-field','',0),(1345,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:8:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3eeb283db8\";s:7:\"message\";s:81:\"Select to add a stylized horizontal line (separator) on the bottom of this block.\";s:13:\"default_value\";i:1;}','Spacer','spacer','publish','closed','closed','','field_56b3fab145570','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1345',1,'acf-field','',0),(1348,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:8:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:30;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37545f376a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}','Image','image','publish','closed','closed','','field_56b3fab145571','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1348',0,'acf-field','',0),(1351,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:21:\"Enter the desired bio\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:70;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37545f376a\";s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;}','Content','content','publish','closed','closed','','field_56b3fab145572','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1351',1,'acf-field','',0),(1354,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37545f376a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:20:\"Download PDF (312kb)\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Button Label','button_label','publish','closed','closed','','field_56b3fab145573','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1354',2,'acf-field','',0),(1357,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37545f376a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:31:\"http://www.example.com/file.pdf\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Button Link','button_link','publish','closed','closed','','field_56b3fab145574','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1357',3,'acf-field','',0),(1360,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:8:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37545f376a\";s:7:\"message\";s:81:\"Select to add a stylized horizontal line (separator) on the bottom of this block.\";s:13:\"default_value\";i:1;}','Spacer','spacer','publish','closed','closed','','field_56b3fab145575','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1360',4,'acf-field','',0),(1363,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:8:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:30;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37389b6e3d\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}','Image','image','publish','closed','closed','','field_56b3fab145576','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1363',0,'acf-field','',0),(1366,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:70;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37389b6e3d\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:15:\"Enter the title\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Title','title','publish','closed','closed','','field_56b3fab145577','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1366',1,'acf-field','',0),(1369,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37389b6e3d\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:20:\"Download PDF (312kb)\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Button Label','button_label','publish','closed','closed','','field_56b3fab145578','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1369',2,'acf-field','',0),(1372,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37389b6e3d\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:31:\"http://www.example.com/file.pdf\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Button Link','button_link','publish','closed','closed','','field_56b3fab145579','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1372',3,'acf-field','',0),(1375,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:15:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:30;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3f1f1dbf0a\";s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Icon','contact_icon','publish','closed','closed','','field_56b3fab14557a','','','2016-02-05 01:28:35','2016-02-05 01:28:35','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1375',0,'acf-field','',0),(1378,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:70;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3f1f1dbf0a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:15:\"Department Name\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";i:256;s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Departmant Name','departmant','publish','closed','closed','','field_56b3fab14557b','','','2016-12-18 13:18:19','2016-12-18 13:18:19','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1378',1,'acf-field','',0),(1381,5,'2016-02-05 01:28:35','2016-02-05 01:28:35','a:11:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3f1f1dbf0a\";s:3:\"min\";i:0;s:3:\"max\";i:0;s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:7:\"Add Row\";s:9:\"collapsed\";s:0:\"\";}','Ways of contact','contact_values','publish','closed','closed','','field_56b3fab14557c','','','2016-12-18 13:18:19','2016-12-18 13:18:19','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1381',2,'acf-field','',0),(1382,5,'2016-02-05 01:31:04','2016-02-05 01:31:04','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-02-05 01:31:04','2016-02-05 01:31:04','',64,'http://innovationbrain.com/?p=1382',0,'revision','',0),(1384,5,'2016-02-05 01:33:55','2016-02-05 01:33:55','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-02-05 01:33:55','2016-02-05 01:33:55','',64,'http://innovationbrain.com/?p=1384',0,'revision','',0),(1385,5,'2016-02-05 01:42:44','2016-02-05 01:42:44','a:15:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:30;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3fde2ce05f\";s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Icon','contact_icon','publish','closed','closed','','field_56b3fde2ce060','','','2016-02-05 01:42:44','2016-02-05 01:42:44','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1385',0,'acf-field','',0),(1388,5,'2016-02-05 01:42:44','2016-02-05 01:42:44','a:11:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3fde2ce05f\";s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"block\";s:12:\"button_label\";s:7:\"Add Row\";}','Ways of contact','contact_values','publish','closed','closed','','field_56b3fde2ce062','','','2016-12-18 13:18:19','2016-12-18 13:18:19','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1388',2,'acf-field','',0),(1390,5,'2016-02-05 01:45:01','2016-02-05 01:45:01','','About Us','','inherit','closed','closed','','58-revision-v1','','','2016-02-05 01:45:01','2016-02-05 01:45:01','',58,'http://innovationbrain.com/?p=1390',0,'revision','',0),(1393,5,'2016-02-05 01:48:46','2016-02-05 01:48:46','a:14:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:3:{s:5:\": URL\";s:5:\": URL\";s:7:\"mailto:\";s:4:\"Mail\";s:4:\"tel:\";s:5:\"Phone\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:1;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Link Type','link_type','publish','closed','closed','','field_56b3fed6543dd','','','2016-02-05 01:50:20','2016-02-05 01:50:20','',1388,'http://innovationbrain.com/?post_type=acf-field&p=1393',2,'acf-field','',0),(1396,5,'2016-02-05 01:48:46','2016-02-05 01:48:46','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:33:\"+44123456, http://www.example.com\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Link','link','publish','closed','closed','','field_56b3fef2543de','','','2016-02-05 01:50:20','2016-02-05 01:50:20','',1388,'http://innovationbrain.com/?post_type=acf-field&p=1396',3,'acf-field','',0),(1399,5,'2016-02-05 01:48:46','2016-02-05 01:48:46','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:16:\"mail@example.com\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Contact Value Right','contact_value_right','publish','closed','closed','','field_56b3fefe543df','','','2016-02-05 01:50:20','2016-02-05 01:50:20','',1388,'http://innovationbrain.com/?post_type=acf-field&p=1399',1,'acf-field','',0),(1402,5,'2016-02-05 01:48:46','2016-02-05 01:48:46','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:22:\"E-mail:, Tel:, Name...\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Left Value (Black text)','contact_value_left','publish','closed','closed','','field_56b3ff0a543e0','','','2016-02-05 01:50:20','2016-02-05 01:50:20','',1388,'http://innovationbrain.com/?post_type=acf-field&p=1402',0,'acf-field','',0),(1405,5,'2016-02-05 01:52:07','2016-02-05 01:52:07','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3fde2ce05f\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Contact Message','contact_title','publish','closed','closed','','field_56b4001eb0921','','','2016-02-05 01:52:07','2016-02-05 01:52:07','',1240,'http://innovationbrain.com/?post_type=acf-field&p=1405',1,'acf-field','',0),(1406,5,'2016-02-05 01:54:21','2016-02-05 01:54:21','','About Us','','inherit','closed','closed','','58-revision-v1','','','2016-02-05 01:54:21','2016-02-05 01:54:21','',58,'http://innovationbrain.com/?p=1406',0,'revision','',0),(1408,5,'2016-02-05 01:56:22','2016-02-05 01:56:22','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-02-05 01:56:22','2016-02-05 01:56:22','',64,'http://innovationbrain.com/?p=1408',0,'revision','',0),(1411,5,'2016-02-05 01:58:24','2016-02-05 01:58:24','<h3>Here you will find our thought leadership that we share with the press, Debtwire in the speeches and conferences. For competitive reasons we cannot share our propitiatory IP, methodology and details of the solutions. However, you can contact us for more details and we will be more than happy to discuss your interest.</h3>','Thought Leadership','','inherit','closed','closed','','62-revision-v1','','','2016-02-05 01:58:24','2016-02-05 01:58:24','',62,'http://innovationbrain.com/?p=1411',0,'revision','',0),(1414,5,'2016-02-05 09:41:09','2016-02-05 09:41:09','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2016-02-05 09:41:09','2016-02-05 09:41:09','',66,'http://innovationbrain.com/?p=1414',0,'revision','',0),(1418,5,'2016-02-05 16:34:46','2016-02-05 16:34:46','','Services and Solutions','','inherit','closed','closed','','60-revision-v1','','','2016-02-05 16:34:46','2016-02-05 16:34:46','',60,'http://innovationbrain.com/?p=1418',0,'revision','',0),(1420,5,'2016-02-05 16:35:22','2016-02-05 16:35:22','','Services and Solutions','','inherit','closed','closed','','60-revision-v1','','','2016-02-05 16:35:22','2016-02-05 16:35:22','',60,'http://innovationbrain.com/?p=1420',0,'revision','',0),(1423,5,'2016-02-05 16:36:13','2016-02-05 16:36:13','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-02-05 16:36:13','2016-02-05 16:36:13','',64,'http://innovationbrain.com/?p=1423',0,'revision','',0),(1424,5,'2016-02-05 16:36:42','2016-02-05 16:36:42','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-02-05 16:36:42','2016-02-05 16:36:42','',64,'http://innovationbrain.com/?p=1424',0,'revision','',0),(1426,5,'2016-02-05 17:45:43','2016-02-05 17:45:43','<article id=\"newsletter\">\r\n <div id=\"newsletter-close\" class=\"icon icon-close\"></div>\r\n <h1>Subscribe</h1>\r\n <p>Please enter the details below to subscribe to our Innovation Brain newsletter</p>\r\n \r\n <input type=\"text\" placeholder=\"Name\">\r\n <input type=\"text\" placeholder=\"Surname\">\r\n <input type=\"text\" placeholder=\"E-mail\">\r\n <button>Subscribe</button>\r\n \r\n</article>','','','publish','closed','closed','','1426','','','2016-02-05 17:45:43','2016-02-05 17:45:43','',0,'http://innovationbrain.com/?mc4wp-form=1426',0,'mc4wp-form','',0),(1427,5,'2016-02-05 17:59:50','0000-00-00 00:00:00','<label>Email Address</label>\r\n<input type=\"email\" name=\"EMAIL\" placeholder=\"Email\" required>\r\n<label>First Name</label>\r\n<input type=\"text\" name=\"FNAME\" required>\r\n<label>Last Name</label>\r\n<input type=\"text\" name=\"LNAME\" required>\r\n<input type=\"submit\" value=\"Subscribe\">\r\n<label>Form Action</label>\r\n<label>\r\n <input name=\"_mc4wp_action\" type=\"radio\" value=\"subscribe\" checked><span>Subscribe</span>\r\n</label>\r\n<label>\r\n <input name=\"_mc4wp_action\" type=\"radio\" value=\"unsubscribe\"><span>Unsubscribe</span>\r\n</label>\r\n','Test','','draft','closed','closed','','','','','2016-02-05 17:59:50','2016-02-05 17:59:50','',0,'http://innovationbrain.com/?post_type=mc4wp-form&p=1427',0,'mc4wp-form','',0),(1436,5,'2016-02-05 18:24:43','2016-02-05 18:24:43','','Services and Solutions','','inherit','closed','closed','','60-revision-v1','','','2016-02-05 18:24:43','2016-02-05 18:24:43','',60,'http://innovationbrain.com/?p=1436',0,'revision','',0),(1439,5,'2016-02-05 18:26:19','2016-02-05 18:26:19','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-02-05 18:26:19','2016-02-05 18:26:19','',64,'http://innovationbrain.com/?p=1439',0,'revision','',0),(1441,5,'2016-02-05 18:27:00','2016-02-05 18:27:00','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-02-05 18:27:00','2016-02-05 18:27:00','',64,'http://innovationbrain.com/?p=1441',0,'revision','',0),(1444,5,'2016-06-01 10:20:22','2016-06-01 10:20:22','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2016-06-01 10:20:22','2016-06-01 10:20:22','',66,'http://innovationbrain.com/?p=1444',0,'revision','',0),(1446,5,'2016-07-13 09:13:51','2016-07-13 09:13:51','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-07-13 09:13:51','2016-07-13 09:13:51','',64,'http://innovationbrain.com/?p=1446',0,'revision','',0),(1447,5,'2016-07-13 09:17:56','2016-07-13 09:17:56','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-07-13 09:17:56','2016-07-13 09:17:56','',64,'http://innovationbrain.com/?p=1447',0,'revision','',0),(1448,5,'2016-07-13 09:20:49','2016-07-13 09:20:49','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2016-07-13 09:20:49','2016-07-13 09:20:49','',66,'http://innovationbrain.com/?p=1448',0,'revision','',0),(1449,5,'2016-07-13 09:21:23','2016-07-13 09:21:23','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2016-07-13 09:21:23','2016-07-13 09:21:23','',66,'http://innovationbrain.com/?p=1449',0,'revision','',0),(1450,5,'2016-07-13 09:40:46','2016-07-13 09:40:46','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2016-07-13 09:40:46','2016-07-13 09:40:46','',66,'http://innovationbrain.com/?p=1450',0,'revision','',0),(1451,5,'2016-07-13 09:41:41','2016-07-13 09:41:41','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2016-07-13 09:41:41','2016-07-13 09:41:41','',66,'http://innovationbrain.com/?p=1451',0,'revision','',0),(1452,5,'2016-07-13 09:42:05','2016-07-13 09:42:05','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2016-07-13 09:42:05','2016-07-13 09:42:05','',66,'http://innovationbrain.com/?p=1452',0,'revision','',0),(1453,5,'2016-07-13 09:43:01','2016-07-13 09:43:01','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2016-07-13 09:43:01','2016-07-13 09:43:01','',66,'http://innovationbrain.com/?p=1453',0,'revision','',0),(1454,5,'2016-07-14 21:08:45','2016-07-14 21:08:45','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2016-07-14 21:08:45','2016-07-14 21:08:45','',66,'http://innovationbrain.com/?p=1454',0,'revision','',0),(1455,5,'2016-07-14 21:09:57','2016-07-14 21:09:57','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2016-07-14 21:09:57','2016-07-14 21:09:57','',66,'http://innovationbrain.com/?p=1455',0,'revision','',0),(1457,5,'2016-09-06 16:20:02','2016-09-06 16:20:02','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2016-09-06 16:20:02','2016-09-06 16:20:02','',66,'http://innovationbrain.com/?p=1457',0,'revision','',0),(1458,5,'2016-09-06 16:20:26','2016-09-06 16:20:26','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2016-09-06 16:20:26','2016-09-06 16:20:26','',66,'http://innovationbrain.com/?p=1458',0,'revision','',0),(1460,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:7:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}','Third Tab','third_tab','publish','closed','closed','','field_57f54e659b77b','','','2016-12-18 13:18:19','2016-12-18 13:18:19','',314,'http://innovationbrain.com/?post_type=acf-field&p=1460',7,'acf-field','',0),(1461,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:7:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:40:\"Select to add a second tab to the layout\";s:13:\"default_value\";i:0;}','Add Third Tab','add_third_tab','publish','closed','closed','','field_57f54e889b77c','','','2016-12-18 13:18:19','2016-12-18 13:18:19','',314,'http://innovationbrain.com/?post_type=acf-field&p=1461',8,'acf-field','',0),(1462,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;s:17:\"conditional_logic\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_56b36ca9eeda2\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}','Third Tab Name','third_tab_name','publish','closed','closed','','field_57f54ea19b77d','','','2016-12-18 13:18:19','2016-12-18 13:18:19','',314,'http://innovationbrain.com/?post_type=acf-field&p=1462',9,'acf-field','',0),(1463,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:9:{s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:12:\"button_label\";s:7:\"Add Row\";s:4:\"type\";s:16:\"flexible_content\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"layouts\";a:10:{i:0;a:6:{s:3:\"key\";s:13:\"56b36c78b6e4d\";s:5:\"label\";s:20:\"WYSIWYG Editor Block\";s:4:\"name\";s:20:\"wysiwyg_editor_block\";s:7:\"display\";s:3:\"row\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:1;a:6:{s:3:\"key\";s:13:\"56b3da76da02a\";s:5:\"label\";s:27:\"3 Circles - With Paragraphs\";s:4:\"name\";s:19:\"3circles_block_text\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:2;a:6:{s:3:\"key\";s:13:\"56b3dc86da037\";s:5:\"label\";s:25:\"3 Circles - No Paragraphs\";s:4:\"name\";s:14:\"3circles_block\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:3;a:6:{s:3:\"key\";s:13:\"56b3e588b567d\";s:5:\"label\";s:14:\"External Links\";s:4:\"name\";s:14:\"external_block\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:4;a:6:{s:3:\"key\";s:13:\"56b3f001dbf03\";s:5:\"label\";s:11:\"Cases Block\";s:4:\"name\";s:11:\"cases_block\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:5;a:6:{s:3:\"key\";s:13:\"56b3eeb283db8\";s:5:\"label\";s:16:\"Items List Block\";s:4:\"name\";s:16:\"items_list_block\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:6;a:6:{s:3:\"key\";s:13:\"56b37545f376a\";s:5:\"label\";s:15:\"Biography Block\";s:4:\"name\";s:9:\"bio_block\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:7;a:6:{s:3:\"key\";s:13:\"56b37389b6e3d\";s:5:\"label\";s:9:\"Read More\";s:4:\"name\";s:15:\"read_more_block\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:8;a:6:{s:3:\"key\";s:13:\"56b3f1f1dbf0a\";s:5:\"label\";s:17:\"Big Contact Block\";s:4:\"name\";s:18:\"full_contact_block\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}i:9;a:6:{s:3:\"key\";s:13:\"58568c5a91b23\";s:5:\"label\";s:13:\"Contact Block\";s:4:\"name\";s:13:\"contact_block\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}}}','Third Tab','third_tab','publish','closed','closed','','field_57f54ec39b77e','','','2016-12-18 13:18:19','2016-12-18 13:18:19','',314,'http://innovationbrain.com/?post_type=acf-field&p=1463',10,'acf-field','',0),(1464,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b36c78b6e4d\";s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;}','WYSIWYG Editor','wysiwyg_editor','publish','closed','closed','','field_57f54ec49b77f','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1464',0,'acf-field','',0),(1465,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:8:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b36c78b6e4d\";s:7:\"message\";s:81:\"Select to add a stylized horizontal line (separator) on the bottom of this block.\";s:13:\"default_value\";i:1;}','Spacer','spacer','publish','closed','closed','','field_57f54ec49b780','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1465',1,'acf-field','',0),(1466,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:33:\"Enter the title for this sections\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Title','title','publish','closed','closed','','field_57f54ec49b781','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1466',0,'acf-field','',0),(1467,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:15:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Circle1','circle1','publish','closed','closed','','field_57f54ec49b782','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1467',1,'acf-field','',0),(1468,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:15:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Circle2','circle2','publish','closed','closed','','field_57f54ec49b783','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1468',2,'acf-field','',0),(1469,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:15:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Circle3','circle3','publish','closed','closed','','field_57f54ec49b784','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1469',3,'acf-field','',0),(1470,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Circle1 Label','circle1_label','publish','closed','closed','','field_57f54ec49b785','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1470',4,'acf-field','',0),(1471,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Circle2 Label','circle2_label','publish','closed','closed','','field_57f54ec49b786','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1471',5,'acf-field','',0),(1472,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Circle3 Label','circle3_label','publish','closed','closed','','field_57f54ec49b787','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1472',6,'acf-field','',0),(1473,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:13:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:42:\"Enter the long long paragraph text here...\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:6;s:9:\"new_lines\";s:2:\"br\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Paragraph1','paragraph1','publish','closed','closed','','field_57f54ec49b788','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1473',7,'acf-field','',0),(1474,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:13:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:42:\"Enter the long long paragraph text here...\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:6;s:9:\"new_lines\";s:2:\"br\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Paragraph2','paragraph2','publish','closed','closed','','field_57f54ec49b789','','','2016-12-18 13:18:19','2016-12-18 13:18:19','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1474',8,'acf-field','',0),(1475,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:13:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:42:\"Enter the long long paragraph text here...\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:6;s:9:\"new_lines\";s:2:\"br\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Paragraph3','paragraph3','publish','closed','closed','','field_57f54ec49b78a','','','2016-12-18 13:18:19','2016-12-18 13:18:19','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1475',9,'acf-field','',0),(1476,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:8:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3da76da02a\";s:7:\"message\";s:81:\"Select to add a stylized horizontal line (separator) on the bottom of this block.\";s:13:\"default_value\";i:1;}','Spacer','spacer','publish','closed','closed','','field_57f54ec49b78b','','','2016-12-18 13:18:19','2016-12-18 13:18:19','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1476',10,'acf-field','',0),(1477,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:15:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3dc86da037\";s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Circle1','circle1','publish','closed','closed','','field_57f54ec49b78c','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1477',0,'acf-field','',0),(1478,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:15:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3dc86da037\";s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Circle2','circle2','publish','closed','closed','','field_57f54ec49b78d','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1478',1,'acf-field','',0),(1479,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:15:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3dc86da037\";s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Circle3','circle3','publish','closed','closed','','field_57f54ec49b78e','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1479',2,'acf-field','',0),(1480,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3dc86da037\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Circle1 Label','circle1_label','publish','closed','closed','','field_57f54ec49b78f','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1480',3,'acf-field','',0),(1481,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3dc86da037\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Circle2 Label','circle2_label','publish','closed','closed','','field_57f54ec49b790','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1481',4,'acf-field','',0),(1482,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3dc86da037\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Circle3 Label','circle3_label','publish','closed','closed','','field_57f54ec49b791','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1482',5,'acf-field','',0),(1483,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:8:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3dc86da037\";s:7:\"message\";s:81:\"Select to add a stylized horizontal line (separator) on the bottom of this block.\";s:13:\"default_value\";i:1;}','Spacer','spacer','publish','closed','closed','','field_57f54ec49b792','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1483',6,'acf-field','',0),(1484,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:11:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3e588b567d\";s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:17:\"Add External Link\";}','External Links Repeater','external_repeater','publish','closed','closed','','field_57f54ec49b793','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1484',0,'acf-field','',0),(1485,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:47:\"Presentation: NPL Trends and Bank restructuring\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Title','title','publish','closed','closed','','field_57f54ec49b794','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1484,'http://innovationbrain.com/?post_type=acf-field&p=1485',0,'acf-field','',0),(1486,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:14:\"Dates, City...\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Details','details','publish','closed','closed','','field_57f54ec49b795','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1484,'http://innovationbrain.com/?post_type=acf-field&p=1486',1,'acf-field','',0),(1487,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:33;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}','Link','link','publish','closed','closed','','field_57f54ec49b796','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1484,'http://innovationbrain.com/?post_type=acf-field&p=1487',2,'acf-field','',0),(1488,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:8:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3e588b567d\";s:7:\"message\";s:81:\"Select to add a stylized horizontal line (separator) on the bottom of this block.\";s:13:\"default_value\";i:1;}','Spacer','spacer','publish','closed','closed','','field_57f54ec49b797','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1488',1,'acf-field','',0),(1489,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:11:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3f001dbf03\";s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"block\";s:12:\"button_label\";s:8:\"Add Case\";}','Cases Repeater','cases_repeater','publish','closed','closed','','field_57f54ec49b798','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1489',0,'acf-field','',0),(1490,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:14:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:30;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:8:\"disabled\";i:0;s:8:\"readonly\";i:0;}','Icon','icon','publish','closed','closed','','field_57f54ec49b799','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1489,'http://innovationbrain.com/?post_type=acf-field&p=1490',0,'acf-field','',0),(1491,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:12:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:70;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:2:\"br\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Title','title','publish','closed','closed','','field_57f54ec49b79a','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1489,'http://innovationbrain.com/?post_type=acf-field&p=1491',1,'acf-field','',0),(1492,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:30;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Icon Title','icon_title','publish','closed','closed','','field_57f54ec49b79b','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1489,'http://innovationbrain.com/?post_type=acf-field&p=1492',2,'acf-field','',0),(1493,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:12:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:70;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:6;s:9:\"new_lines\";s:2:\"br\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Details','details','publish','closed','closed','','field_57f54ec49b79c','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1489,'http://innovationbrain.com/?post_type=acf-field&p=1493',3,'acf-field','',0),(1494,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:8:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3f001dbf03\";s:7:\"message\";s:81:\"Select to add a stylized horizontal line (separator) on the bottom of this block.\";s:13:\"default_value\";i:1;}','Spacer','spacer','publish','closed','closed','','field_57f54ec49b79d','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1494',1,'acf-field','',0),(1495,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:11:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3eeb283db8\";s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"block\";s:12:\"button_label\";s:8:\"Add Case\";}','Items List Repeater','items_list_repeater','publish','closed','closed','','field_57f54ec49b79e','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1495',0,'acf-field','',0),(1496,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:66:\"Distressed Investing Conference – NPL Trading and value recovery\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Title','title','publish','closed','closed','','field_57f54ec49b79f','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1495,'http://innovationbrain.com/?post_type=acf-field&p=1496',0,'acf-field','',0),(1497,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:20:\"Milan, October, 2015\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Description','description','publish','closed','closed','','field_57f54ec49b7a0','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1495,'http://innovationbrain.com/?post_type=acf-field&p=1497',1,'acf-field','',0),(1498,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:8:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3eeb283db8\";s:7:\"message\";s:81:\"Select to add a stylized horizontal line (separator) on the bottom of this block.\";s:13:\"default_value\";i:1;}','Spacer','spacer','publish','closed','closed','','field_57f54ec49b7a1','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1498',1,'acf-field','',0),(1499,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:8:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:30;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37545f376a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}','Image','image','publish','closed','closed','','field_57f54ec49b7a2','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1499',0,'acf-field','',0),(1500,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:21:\"Enter the desired bio\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:70;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37545f376a\";s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;}','Content','content','publish','closed','closed','','field_57f54ec49b7a3','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1500',1,'acf-field','',0),(1501,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37545f376a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:20:\"Download PDF (312kb)\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Button Label','button_label','publish','closed','closed','','field_57f54ec49b7a4','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1501',2,'acf-field','',0),(1502,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37545f376a\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:31:\"http://www.example.com/file.pdf\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Button Link','button_link','publish','closed','closed','','field_57f54ec49b7a5','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1502',3,'acf-field','',0),(1503,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:8:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:100;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37545f376a\";s:7:\"message\";s:81:\"Select to add a stylized horizontal line (separator) on the bottom of this block.\";s:13:\"default_value\";i:1;}','Spacer','spacer','publish','closed','closed','','field_57f54ec49b7a6','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1503',4,'acf-field','',0),(1504,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:8:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:30;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37389b6e3d\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}','Image','image','publish','closed','closed','','field_57f54ec49b7a7','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1504',0,'acf-field','',0),(1505,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:70;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37389b6e3d\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:15:\"Enter the title\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Title','title','publish','closed','closed','','field_57f54ec49b7a8','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1505',1,'acf-field','',0),(1506,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37389b6e3d\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:20:\"Download PDF (312kb)\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Button Label','button_label','publish','closed','closed','','field_57f54ec49b7a9','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1506',2,'acf-field','',0),(1507,5,'2016-10-05 19:05:04','2016-10-05 19:05:04','a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:50;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b37389b6e3d\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:31:\"http://www.example.com/file.pdf\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}','Button Link','button_link','publish','closed','closed','','field_57f54ec49b7aa','','','2016-10-05 19:05:04','2016-10-05 19:05:04','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1507',3,'acf-field','',0),(1508,5,'2016-10-05 19:09:12','2016-10-05 19:09:12','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-10-05 19:09:12','2016-10-05 19:09:12','',64,'http://innovationbrain.com/?p=1508',0,'revision','',0),(1509,5,'2016-10-05 19:44:00','2016-10-05 19:44:00','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-10-05 19:44:00','2016-10-05 19:44:00','',64,'http://innovationbrain.com/?p=1509',0,'revision','',0),(1510,5,'2016-10-10 18:01:27','2016-10-10 18:01:27','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-10-10 18:01:27','2016-10-10 18:01:27','',64,'http://innovationbrain.com/?p=1510',0,'revision','',0),(1511,5,'2016-10-10 18:07:11','2016-10-10 18:07:11','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-10-10 18:07:11','2016-10-10 18:07:11','',64,'http://innovationbrain.com/?p=1511',0,'revision','',0),(1512,5,'2016-10-10 18:11:23','2016-10-10 18:11:23','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-10-10 18:11:23','2016-10-10 18:11:23','',64,'http://innovationbrain.com/?p=1512',0,'revision','',0),(1513,5,'2016-10-10 18:13:39','2016-10-10 18:13:39','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-10-10 18:13:39','2016-10-10 18:13:39','',64,'http://innovationbrain.com/?p=1513',0,'revision','',0),(1514,5,'2016-10-10 18:29:57','2016-10-10 18:29:57','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-10-10 18:29:57','2016-10-10 18:29:57','',64,'http://innovationbrain.com/?p=1514',0,'revision','',0),(1515,5,'2016-10-10 18:32:37','2016-10-10 18:32:37','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-10-10 18:32:37','2016-10-10 18:32:37','',64,'http://innovationbrain.com/?p=1515',0,'revision','',0),(1516,5,'2016-10-10 18:35:56','2016-10-10 18:35:56','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-10-10 18:35:56','2016-10-10 18:35:56','',64,'http://innovationbrain.com/?p=1516',0,'revision','',0),(1519,5,'2016-12-17 17:39:25','2016-12-17 17:39:25','a:0:{}','polylang_mo_7','','private','closed','closed','','polylang_mo_7','','','2016-12-17 17:39:25','2016-12-17 17:39:25','',0,'http://innovationbrain.com/?post_type=polylang_mo&p=1519',0,'polylang_mo','',0),(1520,5,'2016-12-17 17:39:47','2016-12-17 17:39:47','a:0:{}','polylang_mo_10','','private','closed','closed','','polylang_mo_10','','','2016-12-17 17:39:47','2016-12-17 17:39:47','',0,'http://innovationbrain.com/?post_type=polylang_mo&p=1520',0,'polylang_mo','',0),(1521,5,'2016-12-17 17:41:28','2016-12-17 17:41:28','','Language switcher','','publish','closed','closed','','language-switcher','','','2016-12-19 20:45:32','2016-12-19 20:45:32','',0,'http://innovationbrain.com/?p=1521',1,'nav_menu_item','',0),(1522,5,'2016-12-17 17:42:16','2016-12-17 17:42:16','','關於我們','','draft','closed','closed','','about-us-chinese','','','2016-12-19 21:54:54','2016-12-19 21:54:54','',0,'http://innovationbrain.com/?page_id=1522',0,'page','',0),(1523,5,'2016-12-17 17:42:16','2016-12-17 17:42:16','','About Us CHINESE','','inherit','closed','closed','','1522-revision-v1','','','2016-12-17 17:42:16','2016-12-17 17:42:16','',1522,'http://innovationbrain.com/?p=1523',0,'revision','',0),(1524,5,'2016-12-17 17:42:54','2016-12-17 17:42:54','','連絡我們','','draft','closed','closed','','contact-us-chinese','','','2016-12-19 20:05:53','2016-12-19 20:05:53','',0,'http://innovationbrain.com/?page_id=1524',0,'page','',0),(1525,5,'2016-12-17 17:42:54','2016-12-17 17:42:54','','Contact Us CHINESE','','inherit','closed','closed','','1524-revision-v1','','','2016-12-17 17:42:54','2016-12-17 17:42:54','',1524,'http://innovationbrain.com/?p=1525',0,'revision','',0),(1526,5,'2016-12-17 17:43:11','2016-12-17 17:43:11','','認證','','draft','closed','closed','','credentials-2','','','2016-12-19 20:05:59','2016-12-19 20:05:59','',0,'http://innovationbrain.com/?page_id=1526',0,'page','',0),(1527,5,'2016-12-17 17:43:11','2016-12-17 17:43:11','','Credentials','','inherit','closed','closed','','1526-revision-v1','','','2016-12-17 17:43:11','2016-12-17 17:43:11','',1526,'http://innovationbrain.com/?p=1527',0,'revision','',0),(1528,5,'2016-12-17 17:43:25','2016-12-17 17:43:25','','Credentials CHIENSE','','inherit','closed','closed','','1526-revision-v1','','','2016-12-17 17:43:25','2016-12-17 17:43:25','',1526,'http://innovationbrain.com/?p=1528',0,'revision','',0),(1529,5,'2016-12-17 17:43:39','2016-12-17 17:43:39','','服務及解決方案','','draft','closed','closed','','services-and-solutions-chiense','','','2016-12-19 21:54:35','2016-12-19 21:54:35','',0,'http://innovationbrain.com/?page_id=1529',0,'page','',0),(1530,5,'2016-12-17 17:43:39','2016-12-17 17:43:39','','Services and Solutions CHIENSE','','inherit','closed','closed','','1529-revision-v1','','','2016-12-17 17:43:39','2016-12-17 17:43:39','',1529,'http://innovationbrain.com/?p=1530',0,'revision','',0),(1531,5,'2016-12-17 17:43:54','2016-12-17 17:43:54','','思想領導','','draft','closed','closed','','thought-leadership-chinese','','','2016-12-19 20:06:16','2016-12-19 20:06:16','',0,'http://innovationbrain.com/?page_id=1531',0,'page','',0),(1532,5,'2016-12-17 17:43:54','2016-12-17 17:43:54','','Thought Leadership CHINESE','','inherit','closed','closed','','1531-revision-v1','','','2016-12-17 17:43:54','2016-12-17 17:43:54','',1531,'http://innovationbrain.com/?p=1532',0,'revision','',0),(1533,5,'2016-12-17 17:44:09','2016-12-17 17:44:09','','歡迎來到 Innovation Brain','','draft','closed','closed','','%e6%ad%a1%e8%bf%8e%e4%be%86%e5%88%b0-innovation-brain','','','2016-12-19 20:06:21','2016-12-19 20:06:21','',0,'http://innovationbrain.com/?page_id=1533',0,'page','',0),(1534,5,'2016-12-17 17:44:09','2016-12-17 17:44:09','','Welcome to Innovation Brain CHINESE','','inherit','closed','closed','','1533-revision-v1','','','2016-12-17 17:44:09','2016-12-17 17:44:09','',1533,'http://innovationbrain.com/?p=1534',0,'revision','',0),(1535,5,'2016-12-17 17:45:25','2016-12-17 17:45:25','','版權所有 2016 Innovation Brain','','publish','closed','closed','','all-rights-reserved-2016-innovation-brain-2','','','2016-12-17 17:50:52','2016-12-17 17:50:52','',0,'http://innovationbrain.com/?p=1535',1,'nav_menu_item','',0),(1536,5,'2016-12-17 17:45:25','2016-12-17 17:45:25','','條款與條件','','publish','closed','closed','','terms-conditions-2','','','2016-12-17 17:50:52','2016-12-17 17:50:52','',0,'http://innovationbrain.com/?p=1536',2,'nav_menu_item','',0),(1537,5,'2016-12-17 17:45:25','2016-12-17 17:45:25','','隱私權政策','','publish','closed','closed','','privacy-policy-2','','','2016-12-17 17:50:52','2016-12-17 17:50:52','',0,'http://innovationbrain.com/?p=1537',3,'nav_menu_item','',0),(1538,5,'2016-12-17 17:47:03','2016-12-17 17:47:03',' ','','','publish','closed','closed','','1538','','','2016-12-17 19:27:12','2016-12-17 19:27:12','',0,'http://innovationbrain.com/?p=1538',1,'nav_menu_item','',0),(1539,5,'2016-12-17 17:47:04','2016-12-17 17:47:04',' ','','','publish','closed','closed','','1539','','','2016-12-17 19:27:13','2016-12-17 19:27:13','',0,'http://innovationbrain.com/?p=1539',5,'nav_menu_item','',0),(1540,5,'2016-12-17 17:47:04','2016-12-17 17:47:04',' ','','','publish','closed','closed','','1540','','','2016-12-17 19:27:13','2016-12-17 19:27:13','',0,'http://innovationbrain.com/?p=1540',4,'nav_menu_item','',0),(1541,5,'2016-12-17 17:47:03','2016-12-17 17:47:03',' ','','','publish','closed','closed','','1541','','','2016-12-17 19:27:12','2016-12-17 19:27:12','',0,'http://innovationbrain.com/?p=1541',2,'nav_menu_item','',0),(1542,5,'2016-12-17 17:47:03','2016-12-17 17:47:03',' ','','','publish','closed','closed','','1542','','','2016-12-17 19:27:13','2016-12-17 19:27:13','',0,'http://innovationbrain.com/?p=1542',3,'nav_menu_item','',0),(1543,5,'2016-12-17 17:47:04','2016-12-17 17:47:04','','訂閱電子報','','publish','closed','closed','','subscribe-to-our-newsletter-2','','','2016-12-17 19:27:13','2016-12-17 19:27:13','',0,'http://innovationbrain.com/?p=1543',6,'nav_menu_item','',0),(1544,5,'2016-12-17 17:48:58','2016-12-17 17:48:58','','金融服務','','publish','closed','closed','','1544','','','2016-12-17 17:53:29','2016-12-17 17:53:29','',0,'http://innovationbrain.com/?p=1544',1,'nav_menu_item','',0),(1545,5,'2016-12-17 17:48:58','2016-12-17 17:48:58','','商品','','publish','closed','closed','','1545','','','2016-12-17 17:53:29','2016-12-17 17:53:29','',0,'http://innovationbrain.com/?p=1545',2,'nav_menu_item','',0),(1546,5,'2016-12-17 17:48:58','2016-12-17 17:48:58','','製藥','','publish','closed','closed','','1546','','','2016-12-17 17:53:29','2016-12-17 17:53:29','',0,'http://innovationbrain.com/?p=1546',3,'nav_menu_item','',0),(1547,5,'2016-12-17 17:49:30','2016-12-17 17:49:30','','資產管理','','publish','closed','closed','','1547','','','2016-12-17 17:54:31','2016-12-17 17:54:31','',0,'http://innovationbrain.com/?p=1547',1,'nav_menu_item','',0),(1548,5,'2016-12-17 17:49:30','2016-12-17 17:49:30','','轉型諮詢','','publish','closed','closed','','1548','','','2016-12-17 17:54:31','2016-12-17 17:54:31','',0,'http://innovationbrain.com/?p=1548',2,'nav_menu_item','',0),(1549,5,'2016-12-17 17:49:30','2016-12-17 17:49:30','','投資與注資','','publish','closed','closed','','1549','','','2016-12-17 17:54:31','2016-12-17 17:54:31','',0,'http://innovationbrain.com/?p=1549',3,'nav_menu_item','',0),(1550,5,'2016-12-17 17:49:51','2016-12-17 17:49:51','','金融科技(FinTech)','','publish','closed','closed','','1550','','','2016-12-17 17:55:09','2016-12-17 17:55:09','',0,'http://innovationbrain.com/?p=1550',1,'nav_menu_item','',0),(1551,5,'2016-12-17 17:49:51','2016-12-17 17:49:51','','NPL 外包及回收','','publish','closed','closed','','1551','','','2016-12-17 17:55:09','2016-12-17 17:55:09','',0,'http://innovationbrain.com/?p=1551',2,'nav_menu_item','',0),(1552,5,'2016-12-17 17:49:51','2016-12-17 17:49:51','','貿易 21','','publish','closed','closed','','1552','','','2016-12-17 17:55:09','2016-12-17 17:55:09','',0,'http://innovationbrain.com/?p=1552',3,'nav_menu_item','',0),(1554,5,'2016-12-17 18:14:09','2016-12-17 18:14:09','','關於我們','','inherit','closed','closed','','1522-revision-v1','','','2016-12-17 18:14:09','2016-12-17 18:14:09','',1522,'http://innovationbrain.com/?p=1554',0,'revision','',0),(1556,5,'2016-12-17 18:24:55','2016-12-17 18:24:55','','關於我們','','inherit','closed','closed','','1522-revision-v1','','','2016-12-17 18:24:55','2016-12-17 18:24:55','',1522,'http://innovationbrain.com/?p=1556',0,'revision','',0),(1557,5,'2016-12-17 18:25:57','2016-12-17 18:25:57','','關於我們','','inherit','closed','closed','','1522-revision-v1','','','2016-12-17 18:25:57','2016-12-17 18:25:57','',1522,'http://innovationbrain.com/?p=1557',0,'revision','',0),(1558,5,'2016-12-17 18:32:02','2016-12-17 18:32:02','','服務及解決方案','','inherit','closed','closed','','1529-autosave-v1','','','2016-12-17 18:32:02','2016-12-17 18:32:02','',1529,'http://innovationbrain.com/?p=1558',0,'revision','',0),(1559,5,'2016-12-17 18:40:56','2016-12-17 18:40:56','','服務及解決方案','','inherit','closed','closed','','1529-revision-v1','','','2016-12-17 18:40:56','2016-12-17 18:40:56','',1529,'http://innovationbrain.com/?p=1559',0,'revision','',0),(1560,5,'2016-12-17 18:43:07','2016-12-17 18:43:07','','關於我們','','inherit','closed','closed','','1522-revision-v1','','','2016-12-17 18:43:07','2016-12-17 18:43:07','',1522,'http://innovationbrain.com/?p=1560',0,'revision','',0),(1561,5,'2016-12-17 18:47:08','2016-12-17 18:47:08','','思想領導','','inherit','closed','closed','','1531-autosave-v1','','','2016-12-17 18:47:08','2016-12-17 18:47:08','',1531,'http://innovationbrain.com/?p=1561',0,'revision','',0),(1562,5,'2016-12-17 18:50:40','2016-12-17 18:50:40','','思想領導','','inherit','closed','closed','','1531-revision-v1','','','2016-12-17 18:50:40','2016-12-17 18:50:40','',1531,'http://innovationbrain.com/?p=1562',0,'revision','',0),(1564,5,'2016-12-17 18:56:21','2016-12-17 18:56:21','','認證','','inherit','closed','closed','','1526-revision-v1','','','2016-12-17 18:56:21','2016-12-17 18:56:21','',1526,'http://innovationbrain.com/?p=1564',0,'revision','',0),(1566,5,'2016-12-17 19:11:29','2016-12-17 19:11:29','','認證','','inherit','closed','closed','','1526-revision-v1','','','2016-12-17 19:11:29','2016-12-17 19:11:29','',1526,'http://innovationbrain.com/?p=1566',0,'revision','',0),(1567,5,'2016-12-17 19:12:29','2016-12-17 19:12:29','','認證','','inherit','closed','closed','','1526-revision-v1','','','2016-12-17 19:12:29','2016-12-17 19:12:29','',1526,'http://innovationbrain.com/?p=1567',0,'revision','',0),(1568,5,'2016-12-17 19:13:41','2016-12-17 19:13:41','','認證','','inherit','closed','closed','','1526-revision-v1','','','2016-12-17 19:13:41','2016-12-17 19:13:41','',1526,'http://innovationbrain.com/?p=1568',0,'revision','',0),(1569,5,'2016-12-17 19:15:48','2016-12-17 19:15:48','','認證','','inherit','closed','closed','','1526-revision-v1','','','2016-12-17 19:15:48','2016-12-17 19:15:48','',1526,'http://innovationbrain.com/?p=1569',0,'revision','',0),(1570,5,'2016-12-17 19:18:53','2016-12-17 19:18:53','','連絡我們','','inherit','closed','closed','','1524-autosave-v1','','','2016-12-17 19:18:53','2016-12-17 19:18:53','',1524,'http://innovationbrain.com/?p=1570',0,'revision','',0),(1571,5,'2016-12-17 19:20:10','2016-12-17 19:20:10','','連絡我們','','inherit','closed','closed','','1524-revision-v1','','','2016-12-17 19:20:10','2016-12-17 19:20:10','',1524,'http://innovationbrain.com/?p=1571',0,'revision','',0),(1572,5,'2016-12-17 19:22:16','2016-12-17 19:22:16','','連絡我們','','inherit','closed','closed','','1524-revision-v1','','','2016-12-17 19:22:16','2016-12-17 19:22:16','',1524,'http://innovationbrain.com/?p=1572',0,'revision','',0),(1573,5,'2016-12-17 19:28:32','2016-12-17 19:28:32','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-12-17 19:28:32','2016-12-17 19:28:32','',64,'http://innovationbrain.com/?p=1573',0,'revision','',0),(1574,5,'2016-12-17 19:30:47','2016-12-17 19:30:47','','關於我們','','inherit','closed','closed','','1522-revision-v1','','','2016-12-17 19:30:47','2016-12-17 19:30:47','',1522,'http://innovationbrain.com/?p=1574',0,'revision','',0),(1575,5,'2016-12-18 13:18:20','2016-12-18 13:18:20','a:14:{s:8:\"multiple\";i:0;s:10:\"allow_null\";i:0;s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:13:\"return_format\";s:5:\"value\";s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"30\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3f1f1dbf0a\";}','Icon','contact_icon','publish','closed','closed','','field_58568bc191b1b','','','2016-12-18 13:18:20','2016-12-18 13:18:20','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1575',0,'acf-field','',0),(1576,5,'2016-12-18 13:18:20','2016-12-18 13:18:20','a:11:{s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";i:256;s:11:\"placeholder\";s:15:\"Department Name\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"70\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3f1f1dbf0a\";}','Departmant Name','departmant','publish','closed','closed','','field_58568c4791b22','','','2016-12-18 13:18:20','2016-12-18 13:18:20','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1576',1,'acf-field','',0),(1578,5,'2016-12-18 13:18:20','2016-12-18 13:18:20','a:14:{s:8:\"multiple\";i:0;s:10:\"allow_null\";i:0;s:7:\"choices\";a:20:{s:9:\"icon-mail\";s:4:\"Mail\";s:9:\"icon-star\";s:4:\"Star\";s:15:\"icon-arrow-down\";s:10:\"Arrow Down\";s:9:\"icon-grid\";s:4:\"Grid\";s:15:\"icon-turnaround\";s:10:\"Turnaround\";s:13:\"icon-masonery\";s:8:\"Masonery\";s:13:\"icon-download\";s:8:\"Download\";s:13:\"icon-bullseye\";s:8:\"Bullseye\";s:19:\"icon-bullseye-small\";s:14:\"Small Bullseye\";s:13:\"icon-progress\";s:14:\"Progress Chart\";s:19:\"icon-progress-small\";s:20:\"Small Progress Chart\";s:9:\"icon-pill\";s:4:\"Pill\";s:15:\"icon-pill-small\";s:10:\"Small Pill\";s:11:\"icon-folder\";s:6:\"Folder\";s:8:\"icon-pie\";s:9:\"Pie Chart\";s:10:\"icon-close\";s:5:\"Close\";s:10:\"icon-paper\";s:5:\"Paper\";s:10:\"icon-cloud\";s:5:\"Cloud\";s:9:\"icon-left\";s:10:\"Arrow Left\";s:10:\"icon-right\";s:11:\"Arrow Right\";}s:13:\"default_value\";a:0:{}s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:13:\"return_format\";s:5:\"value\";s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"30\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"58568c5a91b23\";}','Icon','contact_icon','publish','closed','closed','','field_58568c5a91b24','','','2016-12-18 13:18:20','2016-12-18 13:18:20','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1578',0,'acf-field','',0),(1579,5,'2016-12-18 13:18:20','2016-12-18 13:18:20','a:11:{s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"block\";s:12:\"button_label\";s:7:\"Add Row\";s:9:\"collapsed\";s:0:\"\";s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:3:\"100\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"58568c5a91b23\";}','Ways of contact','contact_values','publish','closed','closed','','field_58568c1091b1d','','','2016-12-18 13:21:59','2016-12-18 13:21:59','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1579',2,'acf-field','',0),(1580,5,'2016-12-18 13:18:20','2016-12-18 13:18:20','a:10:{s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:22:\"E-mail:, Tel:, Name...\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}}','Left Value (Black text)','contact_value_left','publish','closed','closed','','field_58568c1091b1e','','','2016-12-18 13:18:20','2016-12-18 13:18:20','',1579,'http://innovationbrain.com/?post_type=acf-field&p=1580',0,'acf-field','',0),(1581,5,'2016-12-18 13:18:20','2016-12-18 13:18:20','a:10:{s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:16:\"mail@example.com\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}}','Contact Value Right','contact_value_right','publish','closed','closed','','field_58568c1091b1f','','','2016-12-18 13:18:20','2016-12-18 13:18:20','',1579,'http://innovationbrain.com/?post_type=acf-field&p=1581',1,'acf-field','',0),(1582,5,'2016-12-18 13:18:20','2016-12-18 13:18:20','a:13:{s:8:\"multiple\";i:0;s:10:\"allow_null\";i:1;s:7:\"choices\";a:3:{s:5:\": URL\";s:5:\": URL\";s:7:\"mailto:\";s:4:\"Mail\";s:4:\"tel:\";s:5:\"Phone\";}s:13:\"default_value\";a:0:{}s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:13:\"return_format\";s:5:\"value\";s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}}','Link Type','link_type','publish','closed','closed','','field_58568c1091b20','','','2016-12-18 13:18:20','2016-12-18 13:18:20','',1579,'http://innovationbrain.com/?post_type=acf-field&p=1582',2,'acf-field','',0),(1583,5,'2016-12-18 13:18:20','2016-12-18 13:18:20','a:10:{s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:33:\"+44123456, http://www.example.com\";s:6:\"append\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}}','Link','link','publish','closed','closed','','field_58568c1091b21','','','2016-12-18 13:18:20','2016-12-18 13:18:20','',1579,'http://innovationbrain.com/?post_type=acf-field&p=1583',3,'acf-field','',0),(1584,5,'2016-12-18 13:18:20','2016-12-18 13:18:20','a:11:{s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"58568c5a91b23\";}','Contact Message','contact_title','publish','closed','closed','','field_58568c7791b25','','','2016-12-18 13:21:59','2016-12-18 13:21:59','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1584',1,'acf-field','',0),(1585,5,'2016-12-18 13:21:59','2016-12-18 13:21:59','a:11:{s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"block\";s:12:\"button_label\";s:7:\"Add Row\";s:9:\"collapsed\";s:0:\"\";s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:3:\"100\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:13:\"56b3f1f1dbf0a\";}','Ways of contact','contact_values','publish','closed','closed','','field_58568d5838552','','','2016-12-18 13:21:59','2016-12-18 13:21:59','',1463,'http://innovationbrain.com/?post_type=acf-field&p=1585',2,'acf-field','',0),(1586,5,'2016-12-18 13:21:59','2016-12-18 13:21:59','a:10:{s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:22:\"E-mail:, Tel:, Name...\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}}','Left Value (Black text)','contact_value_left','publish','closed','closed','','field_58568d5838553','','','2016-12-18 13:21:59','2016-12-18 13:21:59','',1585,'http://innovationbrain.com/?post_type=acf-field&p=1586',0,'acf-field','',0),(1587,5,'2016-12-18 13:21:59','2016-12-18 13:21:59','a:10:{s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:16:\"mail@example.com\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}}','Contact Value Right','contact_value_right','publish','closed','closed','','field_58568d5838554','','','2016-12-18 13:21:59','2016-12-18 13:21:59','',1585,'http://innovationbrain.com/?post_type=acf-field&p=1587',1,'acf-field','',0),(1588,5,'2016-12-18 13:21:59','2016-12-18 13:21:59','a:13:{s:8:\"multiple\";i:0;s:10:\"allow_null\";i:1;s:7:\"choices\";a:3:{s:5:\": URL\";s:5:\": URL\";s:7:\"mailto:\";s:4:\"Mail\";s:4:\"tel:\";s:5:\"Phone\";}s:13:\"default_value\";a:0:{}s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";s:13:\"return_format\";s:5:\"value\";s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}}','Link Type','link_type','publish','closed','closed','','field_58568d5838555','','','2016-12-18 13:21:59','2016-12-18 13:21:59','',1585,'http://innovationbrain.com/?post_type=acf-field&p=1588',2,'acf-field','',0),(1589,5,'2016-12-18 13:21:59','2016-12-18 13:21:59','a:10:{s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:33:\"+44123456, http://www.example.com\";s:6:\"append\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}}','Link','link','publish','closed','closed','','field_58568d5838556','','','2016-12-18 13:21:59','2016-12-18 13:21:59','',1585,'http://innovationbrain.com/?post_type=acf-field&p=1589',3,'acf-field','',0),(1590,5,'2016-12-18 13:22:44','2016-12-18 13:22:44','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2016-12-18 13:22:44','2016-12-18 13:22:44','',64,'http://innovationbrain.com/?p=1590',0,'revision','',0),(1591,5,'2016-12-18 13:24:00','2016-12-18 13:24:00','','認證','','inherit','closed','closed','','1526-revision-v1','','','2016-12-18 13:24:00','2016-12-18 13:24:00','',1526,'http://innovationbrain.com/?p=1591',0,'revision','',0),(1592,5,'2016-12-19 20:04:17','2016-12-19 20:04:17','','歡迎來到 Innovation Brain','','inherit','closed','closed','','1533-revision-v1','','','2016-12-19 20:04:17','2016-12-19 20:04:17','',1533,'http://innovationbrain.com/?p=1592',0,'revision','',0),(1593,5,'2016-12-19 20:38:59','2016-12-19 20:38:59','a:0:{}','polylang_mo_26','','private','closed','closed','','polylang_mo_26','','','2016-12-19 20:38:59','2016-12-19 20:38:59','',0,'http://innovationbrain.com/?post_type=polylang_mo&p=1593',0,'polylang_mo','',0),(1600,5,'2016-12-19 20:43:20','2016-12-19 20:43:20','','欢迎来到 Innovation Brain','','publish','closed','closed','','%e6%ac%a2%e8%bf%8e%e6%9d%a5%e5%88%b0-innovation-brain','','','2016-12-19 20:43:20','2016-12-19 20:43:20','',0,'http://innovationbrain.com/?page_id=1600',0,'page','',0),(1601,5,'2016-12-19 20:43:20','2016-12-19 20:43:20','','欢迎来到 Innovation Brain','','inherit','closed','closed','','1600-revision-v1','','','2016-12-19 20:43:20','2016-12-19 20:43:20','',1600,'http://innovationbrain.com/?p=1601',0,'revision','',0),(1602,5,'2016-12-19 20:43:39','2016-12-19 20:43:39','','思想领导','','publish','closed','closed','','thought-leadership-cn','','','2016-12-19 21:41:52','2016-12-19 21:41:52','',0,'http://innovationbrain.com/?page_id=1602',0,'page','',0),(1603,5,'2016-12-19 20:43:39','2016-12-19 20:43:39','','Thought Leadership CN','','inherit','closed','closed','','1602-revision-v1','','','2016-12-19 20:43:39','2016-12-19 20:43:39','',1602,'http://innovationbrain.com/?p=1603',0,'revision','',0),(1604,5,'2016-12-19 20:44:04','2016-12-19 20:44:04','','服务和解决方案','','publish','closed','closed','','services-and-solutions-cn','','','2016-12-22 10:45:13','2016-12-22 10:45:13','',0,'http://innovationbrain.com/?page_id=1604',0,'page','',0),(1605,5,'2016-12-19 20:44:04','2016-12-19 20:44:04','','Services and Solutions CN','','inherit','closed','closed','','1604-revision-v1','','','2016-12-19 20:44:04','2016-12-19 20:44:04','',1604,'http://innovationbrain.com/?p=1605',0,'revision','',0),(1606,5,'2016-12-19 20:44:23','2016-12-19 20:44:23','','证书','','publish','closed','closed','','credentials-cn','','','2016-12-19 21:36:41','2016-12-19 21:36:41','',0,'http://innovationbrain.com/?page_id=1606',0,'page','',0),(1607,5,'2016-12-19 20:44:23','2016-12-19 20:44:23','','Credentials CN','','inherit','closed','closed','','1606-revision-v1','','','2016-12-19 20:44:23','2016-12-19 20:44:23','',1606,'http://innovationbrain.com/?p=1607',0,'revision','',0),(1608,5,'2016-12-19 20:44:36','2016-12-19 20:44:36','','联系我们','','publish','closed','closed','','contact-us-cn','','','2016-12-19 21:20:13','2016-12-19 21:20:13','',0,'http://innovationbrain.com/?page_id=1608',0,'page','',0),(1609,5,'2016-12-19 20:44:36','2016-12-19 20:44:36','','Contact Us CN','','inherit','closed','closed','','1608-revision-v1','','','2016-12-19 20:44:36','2016-12-19 20:44:36','',1608,'http://innovationbrain.com/?p=1609',0,'revision','',0),(1610,5,'2016-12-19 20:44:49','2016-12-19 20:44:49','','关于我们','','publish','closed','closed','','about-us-cn','','','2016-12-22 10:43:46','2016-12-22 10:43:46','',0,'http://innovationbrain.com/?page_id=1610',0,'page','',0),(1611,5,'2016-12-19 20:44:49','2016-12-19 20:44:49','','About Us CN','','inherit','closed','closed','','1610-revision-v1','','','2016-12-19 20:44:49','2016-12-19 20:44:49','',1610,'http://innovationbrain.com/?p=1611',0,'revision','',0),(1612,5,'2016-12-19 20:47:51','2016-12-19 20:47:51','','版权所有 2016 Innovation Brain','','publish','closed','closed','','all-rights-reserved-2016-innovation-brain-3','','','2016-12-19 20:56:30','2016-12-19 20:56:30','',0,'http://innovationbrain.com/?p=1612',1,'nav_menu_item','',0),(1613,5,'2016-12-19 20:47:51','2016-12-19 20:47:51','','条款&条件','','publish','closed','closed','','terms-conditions-3','','','2016-12-19 20:56:30','2016-12-19 20:56:30','',0,'http://innovationbrain.com/?p=1613',2,'nav_menu_item','',0),(1614,5,'2016-12-19 20:47:51','2016-12-19 20:47:51','','隐私权策略','','publish','closed','closed','','privacy-policy-3','','','2016-12-19 20:56:30','2016-12-19 20:56:30','',0,'http://innovationbrain.com/?p=1614',3,'nav_menu_item','',0),(1615,5,'2016-12-19 20:50:12','2016-12-19 20:50:12',' ','','','publish','closed','closed','','1615','','','2016-12-19 21:10:36','2016-12-19 21:10:36','',0,'http://innovationbrain.com/?p=1615',1,'nav_menu_item','',0),(1616,5,'2016-12-19 20:50:12','2016-12-19 20:50:12',' ','','','publish','closed','closed','','1616','','','2016-12-19 21:10:37','2016-12-19 21:10:37','',0,'http://innovationbrain.com/?p=1616',5,'nav_menu_item','',0),(1617,5,'2016-12-19 20:50:12','2016-12-19 20:50:12',' ','','','publish','closed','closed','','1617','','','2016-12-19 21:10:36','2016-12-19 21:10:36','',0,'http://innovationbrain.com/?p=1617',4,'nav_menu_item','',0),(1618,5,'2016-12-19 20:50:12','2016-12-19 20:50:12',' ','','','publish','closed','closed','','1618','','','2016-12-19 21:10:36','2016-12-19 21:10:36','',0,'http://innovationbrain.com/?p=1618',2,'nav_menu_item','',0),(1619,5,'2016-12-19 20:50:12','2016-12-19 20:50:12',' ','','','publish','closed','closed','','1619','','','2016-12-19 21:10:36','2016-12-19 21:10:36','',0,'http://innovationbrain.com/?p=1619',3,'nav_menu_item','',0),(1620,5,'2016-12-19 20:50:12','2016-12-19 20:50:12','','订阅电子报','','publish','closed','closed','','subscribe-to-our-newsletter-3','','','2016-12-19 21:10:37','2016-12-19 21:10:37','',0,'http://innovationbrain.com/?p=1620',6,'nav_menu_item','',0),(1621,5,'2016-12-19 20:51:44','2016-12-19 20:51:44','','金融服务','','publish','closed','closed','','financial-services','','','2016-12-19 21:00:46','2016-12-19 21:00:46','',0,'http://innovationbrain.com/?p=1621',1,'nav_menu_item','',0),(1622,5,'2016-12-19 20:51:44','2016-12-19 20:51:44','','商品','','publish','closed','closed','','commodities','','','2016-12-19 21:00:46','2016-12-19 21:00:46','',0,'http://innovationbrain.com/?p=1622',2,'nav_menu_item','',0),(1623,5,'2016-12-19 20:51:44','2016-12-19 20:51:44','','医药品','','publish','closed','closed','','pharmaceuticals','','','2016-12-19 21:00:46','2016-12-19 21:00:46','',0,'http://innovationbrain.com/?p=1623',3,'nav_menu_item','',0),(1624,5,'2016-12-19 20:53:02','2016-12-19 20:53:02','','资产管理','','publish','closed','closed','','equity-management','','','2016-12-19 21:01:32','2016-12-19 21:01:32','',0,'http://innovationbrain.com/?p=1624',1,'nav_menu_item','',0),(1625,5,'2016-12-19 20:53:02','2016-12-19 20:53:02','','转变顾问','','publish','closed','closed','','turnaround-advisory','','','2016-12-19 21:01:32','2016-12-19 21:01:32','',0,'http://innovationbrain.com/?p=1625',2,'nav_menu_item','',0),(1626,5,'2016-12-19 20:53:02','2016-12-19 20:53:02','','投资和融资','','publish','closed','closed','','investment-and-funding','','','2016-12-19 21:01:32','2016-12-19 21:01:32','',0,'http://innovationbrain.com/?p=1626',3,'nav_menu_item','',0),(1627,5,'2016-12-19 20:54:26','2016-12-19 20:54:26','','金融科技(FinTech)','','publish','closed','closed','','fin-tech','','','2016-12-19 21:02:51','2016-12-19 21:02:51','',0,'http://innovationbrain.com/?p=1627',1,'nav_menu_item','',0),(1628,5,'2016-12-19 20:54:26','2016-12-19 20:54:26','','NPL 外包和回收','','publish','closed','closed','','ts-turnaround-and-servicing-2','','','2016-12-19 21:02:51','2016-12-19 21:02:51','',0,'http://innovationbrain.com/?p=1628',2,'nav_menu_item','',0),(1629,5,'2016-12-19 20:54:26','2016-12-19 20:54:26','','交易 21','','publish','closed','closed','','trade-21','','','2016-12-19 21:02:51','2016-12-19 21:02:51','',0,'http://innovationbrain.com/?p=1629',3,'nav_menu_item','',0),(1630,5,'2016-12-19 21:02:37','2016-12-19 21:02:37','','关于我们','','inherit','closed','closed','','1610-autosave-v1','','','2016-12-19 21:02:37','2016-12-19 21:02:37','',1610,'http://innovationbrain.com/?p=1630',0,'revision','',0),(1631,5,'2016-12-19 21:05:01','2016-12-19 21:05:01','','关于我们','','inherit','closed','closed','','1610-revision-v1','','','2016-12-19 21:05:01','2016-12-19 21:05:01','',1610,'http://innovationbrain.com/?p=1631',0,'revision','',0),(1632,5,'2016-12-19 21:10:57','2016-12-19 21:10:57','','关于我们','','inherit','closed','closed','','1610-revision-v1','','','2016-12-19 21:10:57','2016-12-19 21:10:57','',1610,'http://innovationbrain.com/?p=1632',0,'revision','',0),(1633,5,'2016-12-19 21:12:45','2016-12-19 21:12:45','','关于我们','','inherit','closed','closed','','1610-revision-v1','','','2016-12-19 21:12:45','2016-12-19 21:12:45','',1610,'http://innovationbrain.com/?p=1633',0,'revision','',0),(1634,5,'2016-12-19 21:13:03','2016-12-19 21:13:03','','关于我们','','inherit','closed','closed','','1610-revision-v1','','','2016-12-19 21:13:03','2016-12-19 21:13:03','',1610,'http://innovationbrain.com/?p=1634',0,'revision','',0),(1635,5,'2016-12-19 21:14:43','2016-12-19 21:14:43','','联系我们','','inherit','closed','closed','','1608-autosave-v1','','','2016-12-19 21:14:43','2016-12-19 21:14:43','',1608,'http://innovationbrain.com/?p=1635',0,'revision','',0),(1636,5,'2016-12-19 21:18:29','2016-12-19 21:18:29','','联系我们','','inherit','closed','closed','','1608-revision-v1','','','2016-12-19 21:18:29','2016-12-19 21:18:29','',1608,'http://innovationbrain.com/?p=1636',0,'revision','',0),(1637,5,'2016-12-19 21:21:35','2016-12-19 21:21:35','','证书','','inherit','closed','closed','','1606-autosave-v1','','','2016-12-19 21:21:35','2016-12-19 21:21:35','',1606,'http://innovationbrain.com/?p=1637',0,'revision','',0),(1638,5,'2016-12-19 21:24:25','2016-12-19 21:24:25','','证书','','inherit','closed','closed','','1606-revision-v1','','','2016-12-19 21:24:25','2016-12-19 21:24:25','',1606,'http://innovationbrain.com/?p=1638',0,'revision','',0),(1639,5,'2016-12-19 21:31:36','2016-12-19 21:31:36','','证书','','inherit','closed','closed','','1606-revision-v1','','','2016-12-19 21:31:36','2016-12-19 21:31:36','',1606,'http://innovationbrain.com/?p=1639',0,'revision','',0),(1640,5,'2016-12-19 21:32:41','2016-12-19 21:32:41','','证书','','inherit','closed','closed','','1606-revision-v1','','','2016-12-19 21:32:41','2016-12-19 21:32:41','',1606,'http://innovationbrain.com/?p=1640',0,'revision','',0),(1641,5,'2016-12-19 21:36:09','2016-12-19 21:36:09','','证书','','inherit','closed','closed','','1606-revision-v1','','','2016-12-19 21:36:09','2016-12-19 21:36:09','',1606,'http://innovationbrain.com/?p=1641',0,'revision','',0),(1642,5,'2016-12-19 21:36:41','2016-12-19 21:36:41','','证书','','inherit','closed','closed','','1606-revision-v1','','','2016-12-19 21:36:41','2016-12-19 21:36:41','',1606,'http://innovationbrain.com/?p=1642',0,'revision','',0),(1643,5,'2016-12-19 21:38:42','2016-12-19 21:38:42','','思想领导','','inherit','closed','closed','','1602-autosave-v1','','','2016-12-19 21:38:42','2016-12-19 21:38:42','',1602,'http://innovationbrain.com/?p=1643',0,'revision','',0),(1644,5,'2016-12-19 21:41:52','2016-12-19 21:41:52','','思想领导','','inherit','closed','closed','','1602-revision-v1','','','2016-12-19 21:41:52','2016-12-19 21:41:52','',1602,'http://innovationbrain.com/?p=1644',0,'revision','',0),(1645,5,'2016-12-19 21:43:15','2016-12-19 21:43:15','','服务和解决方案','','inherit','closed','closed','','1604-autosave-v1','','','2016-12-19 21:43:15','2016-12-19 21:43:15','',1604,'http://innovationbrain.com/?p=1645',0,'revision','',0),(1646,5,'2016-12-19 21:46:08','2016-12-19 21:46:08','','服务和解决方案','','inherit','closed','closed','','1604-revision-v1','','','2016-12-19 21:46:08','2016-12-19 21:46:08','',1604,'http://innovationbrain.com/?p=1646',0,'revision','',0),(1647,5,'2016-12-19 21:46:50','2016-12-19 21:46:50','','服务和解决方案','','inherit','closed','closed','','1604-revision-v1','','','2016-12-19 21:46:50','2016-12-19 21:46:50','',1604,'http://innovationbrain.com/?p=1647',0,'revision','',0),(1648,5,'2016-12-19 21:47:39','2016-12-19 21:47:39','','服务和解决方案','','inherit','closed','closed','','1604-revision-v1','','','2016-12-19 21:47:39','2016-12-19 21:47:39','',1604,'http://innovationbrain.com/?p=1648',0,'revision','',0),(1649,5,'2016-12-19 21:50:18','2016-12-19 21:50:18','','关于我们','','inherit','closed','closed','','1610-revision-v1','','','2016-12-19 21:50:18','2016-12-19 21:50:18','',1610,'http://innovationbrain.com/?p=1649',0,'revision','',0),(1650,5,'2016-12-19 21:50:43','2016-12-19 21:50:43','','关于我们','','inherit','closed','closed','','1610-revision-v1','','','2016-12-19 21:50:43','2016-12-19 21:50:43','',1610,'http://innovationbrain.com/?p=1650',0,'revision','',0),(1651,5,'2016-12-19 21:52:32','2016-12-19 21:52:32','','关于我们','','inherit','closed','closed','','1610-revision-v1','','','2016-12-19 21:52:32','2016-12-19 21:52:32','',1610,'http://innovationbrain.com/?p=1651',0,'revision','',0),(1652,5,'2016-12-19 21:53:00','2016-12-19 21:53:00','','服务和解决方案','','inherit','closed','closed','','1604-revision-v1','','','2016-12-19 21:53:00','2016-12-19 21:53:00','',1604,'http://innovationbrain.com/?p=1652',0,'revision','',0),(1653,5,'2016-12-19 21:53:10','2016-12-19 21:53:10','','服务和解决方案','','inherit','closed','closed','','1604-revision-v1','','','2016-12-19 21:53:10','2016-12-19 21:53:10','',1604,'http://innovationbrain.com/?p=1653',0,'revision','',0),(1654,5,'2016-12-19 21:53:23','2016-12-19 21:53:23','','关于我们','','inherit','closed','closed','','1610-revision-v1','','','2016-12-19 21:53:23','2016-12-19 21:53:23','',1610,'http://innovationbrain.com/?p=1654',0,'revision','',0),(1655,5,'2016-12-19 21:53:35','2016-12-19 21:53:35','','關於我們','','inherit','closed','closed','','1522-revision-v1','','','2016-12-19 21:53:35','2016-12-19 21:53:35','',1522,'http://innovationbrain.com/?p=1655',0,'revision','',0),(1656,5,'2016-12-19 21:53:52','2016-12-19 21:53:52','','服務及解決方案','','inherit','closed','closed','','1529-revision-v1','','','2016-12-19 21:53:52','2016-12-19 21:53:52','',1529,'http://innovationbrain.com/?p=1656',0,'revision','',0),(1657,5,'2016-12-22 10:43:46','2016-12-22 10:43:46','','关于我们','','inherit','closed','closed','','1610-revision-v1','','','2016-12-22 10:43:46','2016-12-22 10:43:46','',1610,'http://innovationbrain.com/?p=1657',0,'revision','',0),(1658,5,'2016-12-22 10:45:13','2016-12-22 10:45:13','','服务和解决方案','','inherit','closed','closed','','1604-revision-v1','','','2016-12-22 10:45:13','2016-12-22 10:45:13','',1604,'http://innovationbrain.com/?p=1658',0,'revision','',0),(1660,3,'2017-10-16 15:57:05','2017-10-16 15:57:05','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2017-10-16 15:57:05','2017-10-16 15:57:05','',64,'http://innovationbrain.com/?p=1660',0,'revision','',0),(1661,3,'2017-10-16 16:04:05','2017-10-16 16:04:05','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2017-10-16 16:04:05','2017-10-16 16:04:05','',64,'http://innovationbrain.com/?p=1661',0,'revision','',0),(1662,3,'2017-10-16 16:06:43','2017-10-16 16:06:43','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2017-10-16 16:06:43','2017-10-16 16:06:43','',64,'http://innovationbrain.com/?p=1662',0,'revision','',0),(1663,3,'2017-10-16 16:16:52','2017-10-16 16:16:52','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2017-10-16 16:16:52','2017-10-16 16:16:52','',64,'http://innovationbrain.com/?p=1663',0,'revision','',0),(1664,3,'2017-10-17 12:31:19','2017-10-17 12:31:19','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2017-10-17 12:31:19','2017-10-17 12:31:19','',66,'http://innovationbrain.com/?p=1664',0,'revision','',0),(1665,3,'2017-10-17 12:34:15','2017-10-17 12:34:15','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2017-10-17 12:34:15','2017-10-17 12:34:15','',66,'http://innovationbrain.com/?p=1665',0,'revision','',0),(1666,3,'2017-10-17 12:34:42','2017-10-17 12:34:42','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2017-10-17 12:34:42','2017-10-17 12:34:42','',66,'http://innovationbrain.com/?p=1666',0,'revision','',0),(1667,3,'2017-10-17 12:35:35','2017-10-17 12:35:35','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2017-10-17 12:35:35','2017-10-17 12:35:35','',66,'http://innovationbrain.com/?p=1667',0,'revision','',0),(1668,3,'2017-10-17 12:36:57','2017-10-17 12:36:57','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2017-10-17 12:36:57','2017-10-17 12:36:57','',66,'http://innovationbrain.com/?p=1668',0,'revision','',0),(1669,3,'2017-10-17 12:41:00','2017-10-17 12:41:00','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2017-10-17 12:41:00','2017-10-17 12:41:00','',66,'http://innovationbrain.com/?p=1669',0,'revision','',0),(1670,3,'2017-10-17 12:41:26','2017-10-17 12:41:26','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2017-10-17 12:41:26','2017-10-17 12:41:26','',66,'http://innovationbrain.com/?p=1670',0,'revision','',0),(1671,3,'2017-10-17 12:43:32','2017-10-17 12:43:32','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2017-10-17 12:43:32','2017-10-17 12:43:32','',66,'http://innovationbrain.com/?p=1671',0,'revision','',0),(1672,3,'2017-10-17 12:44:27','2017-10-17 12:44:27','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2017-10-17 12:44:27','2017-10-17 12:44:27','',66,'http://innovationbrain.com/?p=1672',0,'revision','',0),(1673,3,'2017-10-17 12:55:46','2017-10-17 12:55:46','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2017-10-17 12:55:46','2017-10-17 12:55:46','',66,'http://innovationbrain.com/?p=1673',0,'revision','',0),(1674,3,'2017-10-17 13:09:41','2017-10-17 13:09:41','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2017-10-17 13:09:41','2017-10-17 13:09:41','',66,'http://innovationbrain.com/?p=1674',0,'revision','',0),(1676,3,'2017-10-26 13:54:30','2017-10-26 13:54:30','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2017-10-26 13:54:30','2017-10-26 13:54:30','',64,'http://innovationbrain.com/?p=1676',0,'revision','',0),(1677,3,'2017-10-26 13:55:12','2017-10-26 13:55:12','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2017-10-26 13:55:12','2017-10-26 13:55:12','',64,'http://innovationbrain.com/?p=1677',0,'revision','',0),(1678,3,'2017-10-26 14:20:47','2017-10-26 14:20:47','','About Us','','inherit','closed','closed','','58-revision-v1','','','2017-10-26 14:20:47','2017-10-26 14:20:47','',58,'http://innovationbrain.com/?p=1678',0,'revision','',0),(1679,3,'2017-10-26 14:29:12','2017-10-26 14:29:12','','About Us','','inherit','closed','closed','','58-revision-v1','','','2017-10-26 14:29:12','2017-10-26 14:29:12','',58,'http://innovationbrain.com/?p=1679',0,'revision','',0),(1680,3,'2017-10-26 14:31:32','2017-10-26 14:31:32','','About Us','','inherit','closed','closed','','58-revision-v1','','','2017-10-26 14:31:32','2017-10-26 14:31:32','',58,'http://innovationbrain.com/?p=1680',0,'revision','',0),(1683,4,'2017-10-30 14:54:31','2017-10-30 14:54:31','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2017-10-30 14:54:31','2017-10-30 14:54:31','',64,'http://innovationbrain.com/?p=1683',0,'revision','',0),(1684,4,'2017-11-03 10:52:09','2017-11-03 10:52:09','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2017-11-03 10:52:09','2017-11-03 10:52:09','',66,'http://innovationbrain.com/?p=1684',0,'revision','',0),(1685,4,'2017-11-03 11:27:15','2017-11-03 11:27:15','','About Us','','inherit','closed','closed','','58-revision-v1','','','2017-11-03 11:27:15','2017-11-03 11:27:15','',58,'http://innovationbrain.com/?p=1685',0,'revision','',0),(1687,4,'2017-11-10 17:20:38','2017-11-10 17:20:38','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2017-11-10 17:20:38','2017-11-10 17:20:38','',64,'http://innovationbrain.com/?p=1687',0,'revision','',0),(1688,4,'2017-11-10 17:32:30','2017-11-10 17:32:30','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2017-11-10 17:32:30','2017-11-10 17:32:30','',64,'http://innovationbrain.com/?p=1688',0,'revision','',0),(1690,4,'2017-12-01 09:53:41','2017-12-01 09:53:41','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2017-12-01 09:53:41','2017-12-01 09:53:41','',64,'http://innovationbrain.com/?p=1690',0,'revision','',0),(1692,4,'2017-12-13 16:27:01','2017-12-13 16:27:01','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2017-12-13 16:27:01','2017-12-13 16:27:01','',64,'http://innovationbrain.com/?p=1692',0,'revision','',0),(1693,4,'2017-12-13 16:30:25','2017-12-13 16:30:25','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2017-12-13 16:30:25','2017-12-13 16:30:25','',64,'http://innovationbrain.com/?p=1693',0,'revision','',0),(1694,4,'2017-12-13 16:32:15','2017-12-13 16:32:15','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2017-12-13 16:32:15','2017-12-13 16:32:15','',64,'http://innovationbrain.com/?p=1694',0,'revision','',0),(1695,4,'2017-12-13 16:37:46','2017-12-13 16:37:46','','About Us','','inherit','closed','closed','','58-revision-v1','','','2017-12-13 16:37:46','2017-12-13 16:37:46','',58,'http://innovationbrain.com/?p=1695',0,'revision','',0),(1696,4,'2017-12-13 16:46:46','2017-12-13 16:46:46','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2017-12-13 16:46:46','2017-12-13 16:46:46','',66,'http://innovationbrain.com/?p=1696',0,'revision','',0),(1697,4,'2017-12-13 16:51:39','2017-12-13 16:51:39','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2017-12-13 16:51:39','2017-12-13 16:51:39','',66,'http://innovationbrain.com/?p=1697',0,'revision','',0),(1698,4,'2017-12-13 16:53:15','2017-12-13 16:53:15','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2017-12-13 16:53:15','2017-12-13 16:53:15','',66,'http://innovationbrain.com/?p=1698',0,'revision','',0),(1699,4,'2017-12-13 16:54:58','2017-12-13 16:54:58','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2017-12-13 16:54:58','2017-12-13 16:54:58','',66,'http://innovationbrain.com/?p=1699',0,'revision','',0),(1700,4,'2017-12-13 16:59:01','2017-12-13 16:59:01','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2017-12-13 16:59:01','2017-12-13 16:59:01','',66,'http://innovationbrain.com/?p=1700',0,'revision','',0),(1701,4,'2017-12-13 16:59:49','2017-12-13 16:59:49','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2017-12-13 16:59:49','2017-12-13 16:59:49','',66,'http://innovationbrain.com/?p=1701',0,'revision','',0),(1719,5,'2018-04-12 22:02:02','2018-04-12 22:02:02','','Senior Experts','','publish','closed','closed','','senior-experts','','','2018-04-12 22:26:03','2018-04-12 22:26:03','',0,'http://innovationbrain.com/?post_type=tmm&p=1719',0,'tmm','',0),(1720,5,'2018-03-27 08:47:05','2018-03-27 08:47:05','','Lukas','','inherit','open','closed','','lukas','','','2018-03-27 08:47:05','2018-03-27 08:47:05','',1719,'http://innovationbrain.com/wp-content/uploads/Lukas.jpg',0,'attachment','image/jpeg',0),(1725,5,'2018-03-27 10:41:50','2018-03-27 10:41:50','','Paul.Sanchez_Small','','inherit','open','closed','','paul-sanchez_small','','','2018-03-27 10:41:50','2018-03-27 10:41:50','',58,'http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small.jpg',0,'attachment','image/jpeg',0),(1727,5,'2018-03-27 10:47:34','2018-03-27 10:47:34','','Paul.Sanchez_Small','','inherit','open','closed','','paul-sanchez_small-2','','','2018-03-27 10:47:34','2018-03-27 10:47:34','',58,'http://innovationbrain.com/wp-content/uploads/Paul.Sanchez_Small-1.jpg',0,'attachment','image/jpeg',0),(1729,5,'2018-03-27 11:55:44','2018-03-27 11:55:44','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-27 11:55:44','2018-03-27 11:55:44','',58,'http://innovationbrain.com/?p=1729',0,'revision','',0),(1731,5,'2018-03-27 12:56:40','2018-03-27 12:56:40','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-27 12:56:40','2018-03-27 12:56:40','',58,'http://innovationbrain.com/?p=1731',0,'revision','',0),(1732,5,'2018-03-27 13:09:48','2018-03-27 13:09:48','','Chris','','inherit','open','closed','','chris','','','2018-03-27 13:09:48','2018-03-27 13:09:48','',0,'http://innovationbrain.com/wp-content/uploads/Chris.jpg',0,'attachment','image/jpeg',0),(1733,5,'2018-03-27 13:09:51','2018-03-27 13:09:51','','Gordana_Medium','','inherit','open','closed','','gordana_medium','','','2018-03-27 13:09:51','2018-03-27 13:09:51','',0,'http://innovationbrain.com/wp-content/uploads/Gordana_Medium.jpg',0,'attachment','image/jpeg',0),(1734,5,'2018-03-27 13:09:54','2018-03-27 13:09:54','','Mandy','','inherit','open','closed','','mandy','','','2018-03-27 13:09:54','2018-03-27 13:09:54','',0,'http://innovationbrain.com/wp-content/uploads/Mandy.jpg',0,'attachment','image/jpeg',0),(1735,5,'2018-03-27 13:09:57','2018-03-27 13:09:57','','Picture1','','inherit','open','closed','','picture1','','','2018-03-27 13:09:57','2018-03-27 13:09:57','',0,'http://innovationbrain.com/wp-content/uploads/Picture1.jpg',0,'attachment','image/jpeg',0),(1736,5,'2018-03-27 13:10:00','2018-03-27 13:10:00','','Steven Franck','','inherit','open','closed','','steven-franck','','','2018-03-27 13:10:00','2018-03-27 13:10:00','',0,'http://innovationbrain.com/wp-content/uploads/Steven-Franck.jpg',0,'attachment','image/jpeg',0),(1737,5,'2018-03-27 13:10:08','2018-03-27 13:10:08','','CV Raluca E','','inherit','open','closed','','cv-raluca-e','','','2018-03-27 13:10:08','2018-03-27 13:10:08','',0,'http://innovationbrain.com/wp-content/uploads/CV-Raluca-E.jpg',0,'attachment','image/jpeg',0),(1738,5,'2018-03-27 13:13:41','2018-03-27 13:13:41','','Lidija','','inherit','open','closed','','lidija','','','2018-03-27 13:13:41','2018-03-27 13:13:41','',0,'http://innovationbrain.com/wp-content/uploads/Lidija.jpg',0,'attachment','image/jpeg',0),(1739,4,'2018-03-28 07:08:19','2018-03-28 07:08:19','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 07:08:19','2018-03-28 07:08:19','',58,'http://innovationbrain.com/?p=1739',0,'revision','',0),(1740,4,'2018-03-28 07:10:30','2018-03-28 07:10:30','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 07:10:30','2018-03-28 07:10:30','',58,'http://innovationbrain.com/?p=1740',0,'revision','',0),(1741,4,'2018-03-28 07:16:18','2018-03-28 07:16:18','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 07:16:18','2018-03-28 07:16:18','',58,'http://innovationbrain.com/?p=1741',0,'revision','',0),(1742,4,'2018-03-28 07:20:28','2018-03-28 07:20:28','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 07:20:28','2018-03-28 07:20:28','',58,'http://innovationbrain.com/?p=1742',0,'revision','',0),(1743,5,'2018-03-28 07:41:52','2018-03-28 07:41:52','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 07:41:52','2018-03-28 07:41:52','',58,'http://innovationbrain.com/?p=1743',0,'revision','',0),(1744,4,'2018-03-28 07:53:13','2018-03-28 07:53:13','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 07:53:13','2018-03-28 07:53:13','',58,'http://innovationbrain.com/?p=1744',0,'revision','',0),(1746,5,'2018-03-28 07:56:22','2018-03-28 07:56:22','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 07:56:22','2018-03-28 07:56:22','',58,'http://innovationbrain.com/?p=1746',0,'revision','',0),(1747,4,'2018-03-28 08:03:30','2018-03-28 08:03:30','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 08:03:30','2018-03-28 08:03:30','',58,'http://innovationbrain.com/?p=1747',0,'revision','',0),(1748,4,'2018-03-28 08:05:33','2018-03-28 08:05:33','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 08:05:33','2018-03-28 08:05:33','',58,'http://innovationbrain.com/?p=1748',0,'revision','',0),(1749,4,'2018-03-28 08:10:51','2018-03-28 08:10:51','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 08:10:51','2018-03-28 08:10:51','',58,'http://innovationbrain.com/?p=1749',0,'revision','',0),(1750,4,'2018-03-28 08:11:53','2018-03-28 08:11:53','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 08:11:53','2018-03-28 08:11:53','',58,'http://innovationbrain.com/?p=1750',0,'revision','',0),(1751,4,'2018-03-28 08:15:52','2018-03-28 08:15:52','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 08:15:52','2018-03-28 08:15:52','',58,'http://innovationbrain.com/?p=1751',0,'revision','',0),(1752,4,'2018-03-28 08:20:20','2018-03-28 08:20:20','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 08:20:20','2018-03-28 08:20:20','',58,'http://innovationbrain.com/?p=1752',0,'revision','',0),(1753,4,'2018-03-28 08:29:58','2018-03-28 08:29:58','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 08:29:58','2018-03-28 08:29:58','',58,'http://innovationbrain.com/?p=1753',0,'revision','',0),(1754,4,'2018-03-28 08:33:35','2018-03-28 08:33:35','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 08:33:35','2018-03-28 08:33:35','',58,'http://innovationbrain.com/?p=1754',0,'revision','',0),(1755,4,'2018-03-28 08:34:19','2018-03-28 08:34:19','','Francois photo','','inherit','open','closed','','francois-photo','','','2018-03-28 08:34:19','2018-03-28 08:34:19','',0,'http://innovationbrain.com/wp-content/uploads/Francois-photo.jpg',0,'attachment','image/jpeg',0),(1756,4,'2018-03-28 08:35:03','2018-03-28 08:35:03','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 08:35:03','2018-03-28 08:35:03','',58,'http://innovationbrain.com/?p=1756',0,'revision','',0),(1757,4,'2018-03-28 08:38:34','2018-03-28 08:38:34','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 08:38:34','2018-03-28 08:38:34','',58,'http://innovationbrain.com/?p=1757',0,'revision','',0),(1758,4,'2018-03-28 08:39:54','2018-03-28 08:39:54','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 08:39:54','2018-03-28 08:39:54','',58,'http://innovationbrain.com/?p=1758',0,'revision','',0),(1759,4,'2018-03-28 08:46:03','2018-03-28 08:46:03','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 08:46:03','2018-03-28 08:46:03','',58,'http://innovationbrain.com/?p=1759',0,'revision','',0),(1760,4,'2018-03-28 08:48:27','2018-03-28 08:48:27','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 08:48:27','2018-03-28 08:48:27','',58,'http://innovationbrain.com/?p=1760',0,'revision','',0),(1761,4,'2018-03-28 08:49:29','2018-03-28 08:49:29','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 08:49:29','2018-03-28 08:49:29','',58,'http://innovationbrain.com/?p=1761',0,'revision','',0),(1762,4,'2018-03-28 08:55:17','2018-03-28 08:55:17','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 08:55:17','2018-03-28 08:55:17','',58,'http://innovationbrain.com/?p=1762',0,'revision','',0),(1763,4,'2018-03-28 08:56:15','2018-03-28 08:56:15','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 08:56:15','2018-03-28 08:56:15','',58,'http://innovationbrain.com/?p=1763',0,'revision','',0),(1764,4,'2018-03-28 08:59:28','2018-03-28 08:59:28','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 08:59:28','2018-03-28 08:59:28','',58,'http://innovationbrain.com/?p=1764',0,'revision','',0),(1765,4,'2018-03-28 09:00:29','2018-03-28 09:00:29','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 09:00:29','2018-03-28 09:00:29','',58,'http://innovationbrain.com/?p=1765',0,'revision','',0),(1766,4,'2018-03-28 09:01:48','2018-03-28 09:01:48','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 09:01:48','2018-03-28 09:01:48','',58,'http://innovationbrain.com/?p=1766',0,'revision','',0),(1767,4,'2018-03-28 09:10:02','2018-03-28 09:10:02','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 09:10:02','2018-03-28 09:10:02','',58,'http://innovationbrain.com/?p=1767',0,'revision','',0),(1768,4,'2018-03-28 09:12:18','2018-03-28 09:12:18','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 09:12:18','2018-03-28 09:12:18','',58,'http://innovationbrain.com/?p=1768',0,'revision','',0),(1769,4,'2018-03-28 09:14:52','2018-03-28 09:14:52','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 09:14:52','2018-03-28 09:14:52','',58,'http://innovationbrain.com/?p=1769',0,'revision','',0),(1770,4,'2018-03-28 09:16:26','2018-03-28 09:16:26','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 09:16:26','2018-03-28 09:16:26','',58,'http://innovationbrain.com/?p=1770',0,'revision','',0),(1771,4,'2018-03-28 09:17:45','2018-03-28 09:17:45','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 09:17:45','2018-03-28 09:17:45','',58,'http://innovationbrain.com/?p=1771',0,'revision','',0),(1772,4,'2018-03-28 09:19:12','2018-03-28 09:19:12','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 09:19:12','2018-03-28 09:19:12','',58,'http://innovationbrain.com/?p=1772',0,'revision','',0),(1773,4,'2018-03-28 10:00:56','2018-03-28 10:00:56','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 10:00:56','2018-03-28 10:00:56','',58,'http://innovationbrain.com/?p=1773',0,'revision','',0),(1774,4,'2018-03-28 14:40:25','2018-03-28 14:40:25','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-28 14:40:25','2018-03-28 14:40:25','',58,'http://innovationbrain.com/?p=1774',0,'revision','',0),(1775,4,'2018-03-29 10:02:26','2018-03-29 10:02:26','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-03-29 10:02:26','2018-03-29 10:02:26','',58,'http://innovationbrain.com/?p=1775',0,'revision','',0),(1789,5,'2018-04-25 15:42:31','2018-04-25 15:42:31','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-25 15:42:31','2018-04-25 15:42:31','',64,'http://innovationbrain.com/?p=1789',0,'revision','',0),(1790,5,'2018-04-25 15:43:12','2018-04-25 15:43:12','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-25 15:43:12','2018-04-25 15:43:12','',64,'http://innovationbrain.com/?p=1790',0,'revision','',0),(1791,5,'2018-04-25 15:44:31','2018-04-25 15:44:31','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-25 15:44:31','2018-04-25 15:44:31','',64,'http://innovationbrain.com/?p=1791',0,'revision','',0),(1792,5,'2018-04-25 15:49:01','2018-04-25 15:49:01','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-25 15:49:01','2018-04-25 15:49:01','',64,'http://innovationbrain.com/?p=1792',0,'revision','',0),(1793,5,'2018-04-25 15:57:30','2018-04-25 15:57:30','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-04-25 15:57:30','2018-04-25 15:57:30','',58,'http://innovationbrain.com/?p=1793',0,'revision','',0),(1794,5,'2018-04-25 15:59:21','2018-04-25 15:59:21','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-25 15:59:21','2018-04-25 15:59:21','',64,'http://innovationbrain.com/?p=1794',0,'revision','',0),(1795,5,'2018-04-25 16:14:33','2018-04-25 16:14:33','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-25 16:14:33','2018-04-25 16:14:33','',64,'http://innovationbrain.com/?p=1795',0,'revision','',0),(1797,4,'2018-04-26 12:10:08','2018-04-26 12:10:08','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 12:10:08','2018-04-26 12:10:08','',64,'http://innovationbrain.com/?p=1797',0,'revision','',0),(1798,4,'2018-04-26 12:11:35','2018-04-26 12:11:35','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 12:11:35','2018-04-26 12:11:35','',64,'http://innovationbrain.com/?p=1798',0,'revision','',0),(1799,4,'2018-04-26 12:15:11','2018-04-26 12:15:11','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 12:15:11','2018-04-26 12:15:11','',64,'http://innovationbrain.com/?p=1799',0,'revision','',0),(1801,5,'2018-04-26 12:27:33','2018-04-26 12:27:33','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 12:27:33','2018-04-26 12:27:33','',64,'http://innovationbrain.com/?p=1801',0,'revision','',0),(1802,5,'2018-04-26 12:33:17','2018-04-26 12:33:17','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 12:33:17','2018-04-26 12:33:17','',64,'http://innovationbrain.com/?p=1802',0,'revision','',0),(1803,5,'2018-04-26 12:34:13','2018-04-26 12:34:13','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 12:34:13','2018-04-26 12:34:13','',64,'http://innovationbrain.com/?p=1803',0,'revision','',0),(1804,5,'2018-04-26 12:37:39','2018-04-26 12:37:39','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 12:37:39','2018-04-26 12:37:39','',64,'http://innovationbrain.com/?p=1804',0,'revision','',0),(1805,5,'2018-04-26 12:38:12','2018-04-26 12:38:12','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 12:38:12','2018-04-26 12:38:12','',64,'http://innovationbrain.com/?p=1805',0,'revision','',0),(1806,5,'2018-04-26 12:44:29','2018-04-26 12:44:29','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 12:44:29','2018-04-26 12:44:29','',64,'http://innovationbrain.com/?p=1806',0,'revision','',0),(1807,5,'2018-04-26 12:56:51','2018-04-26 12:56:51','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 12:56:51','2018-04-26 12:56:51','',64,'http://innovationbrain.com/?p=1807',0,'revision','',0),(1808,5,'2018-04-26 12:59:42','2018-04-26 12:59:42','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 12:59:42','2018-04-26 12:59:42','',64,'http://innovationbrain.com/?p=1808',0,'revision','',0),(1809,5,'2018-04-26 13:02:09','2018-04-26 13:02:09','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 13:02:09','2018-04-26 13:02:09','',64,'http://innovationbrain.com/?p=1809',0,'revision','',0),(1811,5,'2018-04-26 13:03:21','2018-04-26 13:03:21','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 13:03:21','2018-04-26 13:03:21','',64,'http://innovationbrain.com/?p=1811',0,'revision','',0),(1812,5,'2018-04-26 13:34:13','2018-04-26 13:34:13','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 13:34:13','2018-04-26 13:34:13','',64,'http://innovationbrain.com/?p=1812',0,'revision','',0),(1813,4,'2018-04-26 13:53:15','2018-04-26 13:53:15','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 13:53:15','2018-04-26 13:53:15','',64,'http://innovationbrain.com/?p=1813',0,'revision','',0),(1814,4,'2018-04-26 13:54:20','2018-04-26 13:54:20','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 13:54:20','2018-04-26 13:54:20','',64,'http://innovationbrain.com/?p=1814',0,'revision','',0),(1815,4,'2018-04-26 13:59:42','2018-04-26 13:59:42','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 13:59:42','2018-04-26 13:59:42','',64,'http://innovationbrain.com/?p=1815',0,'revision','',0),(1816,4,'2018-04-26 14:03:00','2018-04-26 14:03:00','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 14:03:00','2018-04-26 14:03:00','',64,'http://innovationbrain.com/?p=1816',0,'revision','',0),(1817,4,'2018-04-26 14:04:30','2018-04-26 14:04:30','','CMT logo','Lukas talks to Capital Markets Today to discuss NPLs in the SEE','inherit','open','closed','','cmt-logo','','','2018-04-26 14:12:07','2018-04-26 14:12:07','',64,'http://innovationbrain.com/wp-content/uploads/CMT-logo.png',0,'attachment','image/png',0),(1818,4,'2018-04-26 14:08:44','2018-04-26 14:08:44','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 14:08:44','2018-04-26 14:08:44','',64,'http://innovationbrain.com/?p=1818',0,'revision','',0),(1819,4,'2018-04-26 14:10:50','2018-04-26 14:10:50','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 14:10:50','2018-04-26 14:10:50','',64,'http://innovationbrain.com/?p=1819',0,'revision','',0),(1820,4,'2018-04-26 14:12:16','2018-04-26 14:12:16','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 14:12:16','2018-04-26 14:12:16','',64,'http://innovationbrain.com/?p=1820',0,'revision','',0),(1821,4,'2018-04-26 14:26:07','2018-04-26 14:26:07','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 14:26:07','2018-04-26 14:26:07','',64,'http://innovationbrain.com/?p=1821',0,'revision','',0),(1822,4,'2018-04-26 15:38:59','2018-04-26 15:38:59','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 15:38:59','2018-04-26 15:38:59','',64,'http://innovationbrain.com/?p=1822',0,'revision','',0),(1824,4,'2018-04-26 15:54:54','2018-04-26 15:54:54','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 15:54:54','2018-04-26 15:54:54','',64,'http://innovationbrain.com/?p=1824',0,'revision','',0),(1829,4,'2018-04-26 16:03:19','2018-04-26 16:03:19','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 16:03:19','2018-04-26 16:03:19','',64,'http://innovationbrain.com/?p=1829',0,'revision','',0),(1831,4,'2018-04-26 16:10:29','2018-04-26 16:10:29','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 16:10:29','2018-04-26 16:10:29','',64,'http://innovationbrain.com/?p=1831',0,'revision','',0),(1832,4,'2018-04-26 16:13:45','2018-04-26 16:13:45','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 16:13:45','2018-04-26 16:13:45','',64,'http://innovationbrain.com/?p=1832',0,'revision','',0),(1833,4,'2018-04-26 16:15:19','2018-04-26 16:15:19','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-26 16:15:19','2018-04-26 16:15:19','',64,'http://innovationbrain.com/?p=1833',0,'revision','',0),(1834,4,'2018-04-27 10:30:21','2018-04-27 10:30:21','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-27 10:30:21','2018-04-27 10:30:21','',64,'http://innovationbrain.com/?p=1834',0,'revision','',0),(1835,4,'2018-04-27 10:45:54','2018-04-27 10:45:54','','Agribusiness','','inherit','open','closed','','agribusiness','','','2018-04-27 10:47:44','2018-04-27 10:47:44','',1836,'http://innovationbrain.com/wp-content/uploads/Agribusiness.jpg',0,'attachment','image/jpeg',0),(1836,4,'2018-04-27 10:47:56','0000-00-00 00:00:00','<img class=\"alignnone size-medium wp-image-1835\" src=\"http://innovationbrain.com/wp-content/uploads/Agribusiness-300x157.jpg\" alt=\"\" width=\"300\" height=\"157\" />','Agri','','draft','open','open','','','','','2018-04-27 10:47:56','2018-04-27 10:47:56','',0,'http://innovationbrain.com/?p=1836',0,'post','',0),(1837,4,'2018-04-27 10:49:10','2018-04-27 10:49:10','','Case study for a Leading Serbian Agribusiness v2 SGF1','','inherit','open','closed','','case-study-for-a-leading-serbian-agribusiness-v2-sgf1','','','2018-04-27 10:49:10','2018-04-27 10:49:10','',0,'http://innovationbrain.com/wp-content/uploads/Case-study-for-a-Leading-Serbian-Agribusiness-v2-SGF1.png',0,'attachment','image/png',0),(1839,4,'2018-04-27 10:52:11','2018-04-27 10:52:11','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-27 10:52:11','2018-04-27 10:52:11','',64,'http://innovationbrain.com/?p=1839',0,'revision','',0),(1842,4,'2018-04-27 11:03:22','2018-04-27 11:03:22','','VG Image','','inherit','open','closed','','vg-image','','','2018-04-27 11:03:22','2018-04-27 11:03:22','',0,'http://innovationbrain.com/wp-content/uploads/VG-Image.png',0,'attachment','image/png',0),(1843,4,'2018-04-27 11:09:24','2018-04-27 11:09:24','','Image dairy','','inherit','open','closed','','image-dairy','','','2018-04-27 11:24:25','2018-04-27 11:24:25','',1847,'http://innovationbrain.com/wp-content/uploads/Image-dairy.jpg',0,'attachment','image/jpeg',0),(1846,4,'2018-04-27 11:23:37','2018-04-27 11:23:37','','Serbia_A5-page-001 copy','','inherit','open','closed','','serbia_a5-page-001-copy','','','2018-04-27 11:23:37','2018-04-27 11:23:37','',0,'http://innovationbrain.com/wp-content/uploads/Serbia_A5-page-001-copy.jpg',0,'attachment','image/jpeg',0),(1847,4,'2018-04-27 11:24:03','0000-00-00 00:00:00','','ROM','','draft','open','open','','','','','2018-04-27 11:24:03','2018-04-27 11:24:03','',0,'http://innovationbrain.com/?p=1847',0,'post','',0),(1848,4,'2018-04-27 11:25:19','2018-04-27 11:25:19','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-27 11:25:19','2018-04-27 11:25:19','',64,'http://innovationbrain.com/?p=1848',0,'revision','',0),(1849,4,'2018-04-27 11:27:37','2018-04-27 11:27:37','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-27 11:27:37','2018-04-27 11:27:37','',64,'http://innovationbrain.com/?p=1849',0,'revision','',0),(1851,4,'2018-04-27 11:29:19','2018-04-27 11:29:19','','Romanian Dairy Case Study NEW','','inherit','open','closed','','romanian-dairy-case-study-new','','','2018-04-27 11:29:19','2018-04-27 11:29:19','',0,'http://innovationbrain.com/wp-content/uploads/Romanian-Dairy-Case-Study-NEW.png',0,'attachment','image/png',0),(1852,4,'2018-04-27 11:30:58','2018-04-27 11:30:58','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-27 11:30:58','2018-04-27 11:30:58','',64,'http://innovationbrain.com/?p=1852',0,'revision','',0),(1853,4,'2018-04-27 11:45:31','2018-04-27 11:45:31','','AGRI case study NEW','','inherit','open','closed','','agri-case-study-new','','','2018-04-27 11:45:31','2018-04-27 11:45:31','',0,'http://innovationbrain.com/wp-content/uploads/AGRI-case-study-NEW.png',0,'attachment','image/png',0),(1854,4,'2018-04-27 11:46:35','0000-00-00 00:00:00','','Agri2','','draft','open','open','','','','','2018-04-27 11:46:35','2018-04-27 11:46:35','',0,'http://innovationbrain.com/?p=1854',0,'post','',0),(1855,4,'2018-04-27 11:47:20','2018-04-27 11:47:20','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-27 11:47:20','2018-04-27 11:47:20','',64,'http://innovationbrain.com/?p=1855',0,'revision','',0),(1856,4,'2018-04-27 11:57:04','2018-04-27 11:57:04','','AGRI Case Study new','','inherit','open','closed','','agri-case-study-new-2','','','2018-04-27 11:57:04','2018-04-27 11:57:04','',0,'http://innovationbrain.com/wp-content/uploads/AGRI-Case-Study-new-1.png',0,'attachment','image/png',0),(1857,4,'2018-04-27 11:57:49','2018-04-27 11:57:49','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-27 11:57:49','2018-04-27 11:57:49','',64,'http://innovationbrain.com/?p=1857',0,'revision','',0),(1858,4,'2018-04-27 11:59:09','0000-00-00 00:00:00','','Agri3','','draft','open','open','','','','','2018-04-27 11:59:09','2018-04-27 11:59:09','',0,'http://innovationbrain.com/?p=1858',0,'post','',0),(1859,4,'2018-04-27 11:59:57','2018-04-27 11:59:57','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-27 11:59:57','2018-04-27 11:59:57','',64,'http://innovationbrain.com/?p=1859',0,'revision','',0),(1860,5,'2018-04-27 12:36:54','2018-04-27 12:36:54','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-27 12:36:54','2018-04-27 12:36:54','',64,'http://innovationbrain.com/?p=1860',0,'revision','',0),(1861,5,'2018-04-27 12:51:16','2018-04-27 12:51:16','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-27 12:51:16','2018-04-27 12:51:16','',64,'http://innovationbrain.com/?p=1861',0,'revision','',0),(1862,5,'2018-04-27 12:56:04','2018-04-27 12:56:04','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-27 12:56:04','2018-04-27 12:56:04','',64,'http://innovationbrain.com/?p=1862',0,'revision','',0),(1863,4,'2018-04-27 14:47:59','2018-04-27 14:47:59','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-27 14:47:59','2018-04-27 14:47:59','',64,'http://innovationbrain.com/?p=1863',0,'revision','',0),(1864,4,'2018-04-27 14:49:35','2018-04-27 14:49:35','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-27 14:49:35','2018-04-27 14:49:35','',64,'http://innovationbrain.com/?p=1864',0,'revision','',0),(1865,4,'2018-04-27 14:57:18','2018-04-27 14:57:18','','Hotel image','','inherit','open','closed','','hotel-image','','','2018-04-27 15:01:53','2018-04-27 15:01:53','',1869,'http://innovationbrain.com/wp-content/uploads/Hotel-image.jpg',0,'attachment','image/jpeg',0),(1866,4,'2018-04-27 15:00:38','2018-04-27 15:00:38','','Case Study Cyprus','','inherit','open','closed','','case-study-cyprus','','','2018-04-27 15:00:38','2018-04-27 15:00:38','',0,'http://innovationbrain.com/wp-content/uploads/Case-Study-Cyprus-.png',0,'attachment','image/png',0),(1868,4,'2018-04-27 15:00:59','0000-00-00 00:00:00','','cyprus','','draft','open','open','','','','','2018-04-27 15:00:59','2018-04-27 15:00:59','',0,'http://innovationbrain.com/?p=1868',0,'post','',0),(1869,4,'2018-04-27 15:01:40','0000-00-00 00:00:00','','Cyprus','','draft','open','open','','','','','2018-04-27 15:01:40','2018-04-27 15:01:40','',0,'http://innovationbrain.com/?p=1869',0,'post','',0),(1870,4,'2018-04-27 15:03:19','2018-04-27 15:03:19','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-27 15:03:19','2018-04-27 15:03:19','',64,'http://innovationbrain.com/?p=1870',0,'revision','',0),(1871,4,'2018-04-27 15:04:22','2018-04-27 15:04:22','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-27 15:04:22','2018-04-27 15:04:22','',64,'http://innovationbrain.com/?p=1871',0,'revision','',0),(1872,4,'2018-04-27 15:07:23','2018-04-27 15:07:23','','Cyprus image','','inherit','open','closed','','cyprus-image','','','2018-04-27 15:08:43','2018-04-27 15:08:43','',1873,'http://innovationbrain.com/wp-content/uploads/Cyprus-image.jpg',0,'attachment','image/jpeg',0),(1873,4,'2018-04-27 15:08:30','0000-00-00 00:00:00','','Cyp','','draft','open','open','','','','','2018-04-27 15:08:30','2018-04-27 15:08:30','',0,'http://innovationbrain.com/?p=1873',0,'post','',0),(1874,4,'2018-04-27 15:09:17','2018-04-27 15:09:17','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-04-27 15:09:17','2018-04-27 15:09:17','',64,'http://innovationbrain.com/?p=1874',0,'revision','',0),(1875,5,'2018-05-01 11:32:20','2018-05-01 11:32:20','','Crops','','inherit','open','closed','','crops','','','2018-05-01 11:32:20','2018-05-01 11:32:20','',0,'http://innovationbrain.com/wp-content/uploads/Crops.png',0,'attachment','image/png',0),(1876,5,'2018-05-01 11:32:27','2018-05-01 11:32:27','','Cyprus image','','inherit','open','closed','','cyprus-image-2','','','2018-05-01 11:33:27','2018-05-01 11:33:27','',64,'http://innovationbrain.com/wp-content/uploads/Cyprus-image.png',0,'attachment','image/png',0),(1877,5,'2018-05-01 11:32:32','2018-05-01 11:32:32','','Dairy','','inherit','open','closed','','dairy','','','2018-05-01 11:33:47','2018-05-01 11:33:47','',64,'http://innovationbrain.com/wp-content/uploads/Dairy.png',0,'attachment','image/png',0),(1878,5,'2018-05-01 11:34:02','2018-05-01 11:34:02','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-05-01 11:34:02','2018-05-01 11:34:02','',64,'http://innovationbrain.com/?p=1878',0,'revision','',0),(1879,4,'2018-05-01 14:51:08','2018-05-01 14:51:08','','Crops','','inherit','open','closed','','crops-2','','','2018-05-01 14:56:24','2018-05-01 14:56:24','',1883,'http://innovationbrain.com/wp-content/uploads/Crops-1.png',0,'attachment','image/png',0),(1880,4,'2018-05-01 14:51:12','2018-05-01 14:51:12','','Cyprus image','','inherit','open','closed','','cyprus-image-3','','','2018-05-01 14:58:39','2018-05-01 14:58:39','',1885,'http://innovationbrain.com/wp-content/uploads/Cyprus-image-1.png',0,'attachment','image/png',0),(1881,4,'2018-05-01 14:51:15','2018-05-01 14:51:15','','Dairy','','inherit','open','closed','','dairy-2','','','2018-05-01 15:15:00','2018-05-01 15:15:00','',1887,'http://innovationbrain.com/wp-content/uploads/Dairy-1.png',0,'attachment','image/png',0),(1882,4,'2018-05-01 14:54:24','0000-00-00 00:00:00','','Crops','','draft','open','open','','','','','2018-05-01 14:54:24','2018-05-01 14:54:24','',0,'http://innovationbrain.com/?p=1882',0,'post','',0),(1883,4,'2018-05-01 14:56:12','0000-00-00 00:00:00','','Crops','','draft','open','open','','','','','2018-05-01 14:56:12','2018-05-01 14:56:12','',0,'http://innovationbrain.com/?p=1883',0,'post','',0),(1884,4,'2018-05-01 14:57:11','2018-05-01 14:57:11','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-05-01 14:57:11','2018-05-01 14:57:11','',64,'http://innovationbrain.com/?p=1884',0,'revision','',0),(1885,4,'2018-05-01 14:58:27','0000-00-00 00:00:00','','Cyprus','','draft','open','open','','','','','2018-05-01 14:58:27','2018-05-01 14:58:27','',0,'http://innovationbrain.com/?p=1885',0,'post','',0),(1886,4,'2018-05-01 14:59:17','2018-05-01 14:59:17','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-05-01 14:59:17','2018-05-01 14:59:17','',64,'http://innovationbrain.com/?p=1886',0,'revision','',0),(1887,4,'2018-05-01 15:14:48','0000-00-00 00:00:00','','Dairy','','draft','open','open','','','','','2018-05-01 15:14:48','2018-05-01 15:14:48','',0,'http://innovationbrain.com/?p=1887',0,'post','',0),(1888,4,'2018-05-01 15:16:19','2018-05-01 15:16:19','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-05-01 15:16:19','2018-05-01 15:16:19','',64,'http://innovationbrain.com/?p=1888',0,'revision','',0),(1889,4,'2018-05-01 15:22:15','2018-05-01 15:22:15','','Srdjan','','inherit','open','closed','','srdjan','','','2018-05-01 15:24:31','2018-05-01 15:24:31','',58,'http://innovationbrain.com/wp-content/uploads/Srdjan.jpeg',0,'attachment','image/jpeg',0),(1890,4,'2018-05-01 15:28:28','2018-05-01 15:28:28','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-05-01 15:28:28','2018-05-01 15:28:28','',58,'http://innovationbrain.com/?p=1890',0,'revision','',0),(1891,4,'2018-05-01 17:51:20','2018-05-01 17:51:20','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-05-01 17:51:20','2018-05-01 17:51:20','',58,'http://innovationbrain.com/?p=1891',0,'revision','',0),(1892,4,'2018-05-01 17:58:00','2018-05-01 17:58:00','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-05-01 17:58:00','2018-05-01 17:58:00','',58,'http://innovationbrain.com/?p=1892',0,'revision','',0),(1893,4,'2018-05-01 17:58:32','2018-05-01 17:58:32','','Aleksandar','','inherit','open','closed','','aleksandar','','','2018-05-01 17:58:32','2018-05-01 17:58:32','',0,'http://innovationbrain.com/wp-content/uploads/Aleksandar.png',0,'attachment','image/png',0),(1894,4,'2018-05-01 18:04:55','2018-05-01 18:04:55','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-05-01 18:04:55','2018-05-01 18:04:55','',58,'http://innovationbrain.com/?p=1894',0,'revision','',0),(1895,4,'2018-05-01 18:06:16','2018-05-01 18:06:16','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-05-01 18:06:16','2018-05-01 18:06:16','',58,'http://innovationbrain.com/?p=1895',0,'revision','',0),(1897,4,'2018-05-11 15:13:26','2018-05-11 15:13:26','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-05-11 15:13:26','2018-05-11 15:13:26','',64,'http://innovationbrain.com/?p=1897',0,'revision','',0),(1898,4,'2018-05-11 15:15:28','2018-05-11 15:15:28','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-05-11 15:15:28','2018-05-11 15:15:28','',64,'http://innovationbrain.com/?p=1898',0,'revision','',0),(1900,5,'2018-06-09 17:21:17','2018-06-09 17:21:17','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2018-06-09 17:21:17','2018-06-09 17:21:17','',66,'http://innovationbrain.com/?p=1900',0,'revision','',0),(1902,5,'2018-06-18 08:32:45','2018-06-18 08:32:45','','Contact Us','','inherit','closed','closed','','66-revision-v1','','','2018-06-18 08:32:45','2018-06-18 08:32:45','',66,'http://innovationbrain.com/?p=1902',0,'revision','',0),(1904,4,'2018-07-30 06:49:30','2018-07-30 06:49:30','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-07-30 06:49:30','2018-07-30 06:49:30','',64,'http://innovationbrain.com/?p=1904',0,'revision','',0),(1905,4,'2018-07-30 06:51:30','2018-07-30 06:51:30','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-07-30 06:51:30','2018-07-30 06:51:30','',64,'http://innovationbrain.com/?p=1905',0,'revision','',0),(1906,4,'2018-07-30 06:53:35','2018-07-30 06:53:35','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-07-30 06:53:35','2018-07-30 06:53:35','',64,'http://innovationbrain.com/?p=1906',0,'revision','',0),(1907,4,'2018-07-30 06:56:10','2018-07-30 06:56:10','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-07-30 06:56:10','2018-07-30 06:56:10','',64,'http://innovationbrain.com/?p=1907',0,'revision','',0),(1909,4,'2018-09-25 11:52:15','2018-09-25 11:52:15','','Serbian Corparate Restructuring IB-GRR Article Jun201v6','','inherit','open','closed','','serbian-corparate-restructuring-ib-grr-article-jun201v6','','','2018-09-25 11:52:15','2018-09-25 11:52:15','',0,'http://innovationbrain.com/wp-content/uploads/Serbian-Corparate-Restructuring-IB-GRR-Article-Jun201v6.pdf',0,'attachment','application/pdf',0),(1910,4,'2018-09-25 11:55:38','2018-09-25 11:55:38','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-09-25 11:55:38','2018-09-25 11:55:38','',64,'http://innovationbrain.com/?p=1910',0,'revision','',0),(1911,4,'2018-09-25 11:56:19','2018-09-25 11:56:19','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-09-25 11:56:19','2018-09-25 11:56:19','',64,'http://innovationbrain.com/?p=1911',0,'revision','',0),(1912,4,'2018-09-25 12:00:29','2018-09-25 12:00:29','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-09-25 12:00:29','2018-09-25 12:00:29','',64,'http://innovationbrain.com/?p=1912',0,'revision','',0),(1913,4,'2018-09-25 12:02:05','2018-09-25 12:02:05','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-09-25 12:02:05','2018-09-25 12:02:05','',64,'http://innovationbrain.com/?p=1913',0,'revision','',0),(1916,4,'2018-11-05 16:12:45','2018-11-05 16:12:45','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-11-05 16:12:45','2018-11-05 16:12:45','',64,'http://innovationbrain.com/?p=1916',0,'revision','',0),(1917,4,'2018-11-08 16:47:34','2018-11-08 16:47:34','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-11-08 16:47:34','2018-11-08 16:47:34','',58,'http://innovationbrain.com/?p=1917',0,'revision','',0),(1918,4,'2018-11-08 16:49:43','2018-11-08 16:49:43','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-11-08 16:49:43','2018-11-08 16:49:43','',58,'http://innovationbrain.com/?p=1918',0,'revision','',0),(1919,4,'2018-11-13 07:49:35','2018-11-13 07:49:35','','Credentials','','inherit','closed','closed','','64-revision-v1','','','2018-11-13 07:49:35','2018-11-13 07:49:35','',64,'http://innovationbrain.com/?p=1919',0,'revision','',0),(1921,4,'2018-11-14 10:13:21','2018-11-14 10:13:21','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-11-14 10:13:21','2018-11-14 10:13:21','',58,'http://innovationbrain.com/?p=1921',0,'revision','',0),(1923,4,'2018-12-10 20:22:28','2018-12-10 20:22:28','','About Us','','inherit','closed','closed','','58-revision-v1','','','2018-12-10 20:22:28','2018-12-10 20:22:28','',58,'http://innovationbrain.com/?p=1923',0,'revision','',0),(1925,5,'2019-01-26 14:07:23','2019-01-26 14:07:23','','About Us','','inherit','closed','closed','','58-revision-v1','','','2019-01-26 14:07:23','2019-01-26 14:07:23','',58,'http://innovationbrain.com/?p=1925',0,'revision','',0),(1926,5,'2019-04-23 12:19:27','2019-04-23 12:19:27','','Ralu_6','','inherit','open','closed','','ralu_6','','','2019-04-23 12:19:27','2019-04-23 12:19:27','',58,'http://innovationbrain.com/wp-content/uploads/Ralu_6.jpg',0,'attachment','image/jpeg',0),(1928,5,'2019-09-09 17:38:45','2019-09-09 17:38:45','','About Us','','inherit','closed','closed','','58-revision-v1','','','2019-09-09 17:38:45','2019-09-09 17:38:45','',58,'http://innovationbrain.com/?p=1928',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` 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,8,0),(1,9,0),(2,7,0),(2,20,0),(12,9,0),(12,11,0),(26,2,0),(28,9,0),(28,27,0),(53,6,0),(54,6,0),(55,6,0),(58,7,0),(58,15,0),(60,7,0),(60,18,0),(62,7,0),(62,19,0),(64,7,0),(64,17,0),(66,7,0),(66,16,0),(68,2,0),(69,2,0),(70,2,0),(71,2,0),(72,2,0),(74,4,0),(75,4,0),(76,4,0),(77,5,0),(78,3,0),(79,3,0),(80,3,0),(81,5,0),(82,5,0),(1426,7,0),(1427,7,0),(1521,14,0),(1522,10,0),(1522,15,0),(1524,10,0),(1524,16,0),(1526,10,0),(1526,17,0),(1529,10,0),(1529,18,0),(1531,10,0),(1531,19,0),(1533,10,0),(1533,20,0),(1535,21,0),(1536,21,0),(1537,21,0),(1538,22,0),(1539,22,0),(1540,22,0),(1541,22,0),(1542,22,0),(1543,22,0),(1544,23,0),(1545,23,0),(1546,23,0),(1547,24,0),(1548,24,0),(1549,24,0),(1550,25,0),(1551,25,0),(1552,25,0),(1600,20,0),(1600,26,0),(1602,19,0),(1602,26,0),(1604,18,0),(1604,26,0),(1606,17,0),(1606,26,0),(1608,16,0),(1608,26,0),(1610,15,0),(1610,26,0),(1612,30,0),(1613,30,0),(1614,30,0),(1615,31,0),(1616,31,0),(1617,31,0),(1618,31,0),(1619,31,0),(1620,31,0),(1621,32,0),(1622,32,0),(1623,32,0),(1624,33,0),(1625,33,0),(1626,33,0),(1627,34,0),(1628,34,0),(1629,34,0),(1720,7,0),(1725,7,0),(1727,7,0),(1732,7,0),(1733,7,0),(1734,7,0),(1735,7,0),(1736,7,0),(1737,7,0),(1738,7,0),(1755,7,0),(1817,7,0),(1835,7,0),(1836,1,0),(1836,7,0),(1837,7,0),(1842,7,0),(1843,7,0),(1846,7,0),(1847,1,0),(1847,7,0),(1851,7,0),(1853,7,0),(1854,1,0),(1854,7,0),(1856,7,0),(1858,1,0),(1858,7,0),(1865,7,0),(1866,7,0),(1868,1,0),(1868,7,0),(1869,1,0),(1869,7,0),(1872,7,0),(1873,1,0),(1873,7,0),(1875,7,0),(1876,7,0),(1877,7,0),(1879,7,0),(1880,7,0),(1881,7,0),(1882,1,0),(1882,7,0),(1883,1,0),(1883,7,0),(1885,1,0),(1885,7,0),(1887,1,0),(1887,7,0),(1889,7,0),(1893,7,0),(1909,7,0),(1926,7,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=48 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,'nav_menu','',0,6),(3,3,'nav_menu','',0,3),(4,4,'nav_menu','',0,3),(5,5,'nav_menu','',0,3),(6,6,'nav_menu','',0,3),(7,7,'language','a:3:{s:6:\"locale\";s:5:\"en_GB\";s:3:\"rtl\";i:0;s:9:\"flag_code\";s:2:\"gb\";}',0,15),(8,8,'term_language','',0,1),(9,9,'term_translations','a:3:{s:2:\"en\";i:1;s:2:\"zh\";i:12;s:3:\"zho\";i:28;}',0,3),(10,10,'language','a:3:{s:6:\"locale\";s:5:\"zh_HK\";s:3:\"rtl\";i:0;s:9:\"flag_code\";s:2:\"hk\";}',0,0),(11,11,'term_language','',0,1),(12,12,'category','',0,0),(14,14,'nav_menu','',0,1),(15,15,'post_translations','a:3:{s:2:\"en\";i:58;s:3:\"zho\";i:1610;s:2:\"zh\";i:1522;}',0,3),(16,16,'post_translations','a:3:{s:2:\"en\";i:66;s:3:\"zho\";i:1608;s:2:\"zh\";i:1524;}',0,3),(17,17,'post_translations','a:3:{s:2:\"en\";i:64;s:3:\"zho\";i:1606;s:2:\"zh\";i:1526;}',0,3),(18,18,'post_translations','a:3:{s:3:\"zho\";i:1604;s:2:\"en\";i:60;s:2:\"zh\";i:1529;}',0,3),(19,19,'post_translations','a:3:{s:3:\"zho\";i:1602;s:2:\"en\";i:62;s:2:\"zh\";i:1531;}',0,3),(20,20,'post_translations','a:3:{s:2:\"zh\";i:1533;s:2:\"en\";i:2;s:3:\"zho\";i:1600;}',0,3),(21,21,'nav_menu','',0,3),(22,22,'nav_menu','',0,6),(23,23,'nav_menu','',0,3),(24,24,'nav_menu','',0,3),(25,25,'nav_menu','',0,3),(26,26,'language','a:3:{s:6:\"locale\";s:5:\"zh_CN\";s:3:\"rtl\";i:0;s:9:\"flag_code\";s:2:\"cn\";}',0,6),(27,27,'term_language','',0,1),(28,28,'category','',0,0),(30,30,'nav_menu','',0,3),(31,31,'nav_menu','',0,6),(32,32,'nav_menu','',0,3),(33,33,'nav_menu','',0,3),(34,34,'nav_menu','',0,3),(35,35,'aw2_trigger_when','Executed when wp_head action hook is fired',0,0),(36,36,'aw2_trigger_when','This is executed after wp_head triggers have run',0,0),(37,37,'aw2_trigger_when','This will be fired when core header module is called',0,0),(38,38,'aw2_trigger_when','Executed when wp_footer action hook is fired',0,0),(39,39,'aw2_trigger_when','This is fired when core footer module is fired',0,0),(40,40,'aw2_trigger_when','This is executed when init action hook is fired',0,0),(41,41,'aw2_trigger_when','This is executed after init hook has fired.',0,0),(42,42,'aw2_trigger_when','This is executed when cmb2_meta_boxes hook has fired.',0,0),(43,43,'aw2_trigger_when','This is executed when Quilt hook is fired.',0,0),(44,44,'aw2_trigger_when','This is executed after Theme is loaded.',0,0),(45,45,'aw2_trigger_when','This is executed when wp_enqueue_script hook is fired.',0,0),(46,46,'aw2_trigger_when','These are the App Settings.',0,0),(47,47,'aw2_trigger_when','Create the App Menu.',0,0); /*!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=48 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,'Main Menu','main-menu',0),(3,'Services','services',0),(4,'Sectors','sectors',0),(5,'Solutions','solutions',0),(6,'Footer Menu','footer-menu',0),(7,'English','en',1),(8,'English','pll_en',0),(9,'pll_5855784d0f07d','pll_5855784d0f07d',0),(10,'中文 (香港 Traditional)','zh',3),(11,'中文 (香港 Traditional)','pll_zh',0),(12,'Uncategorized','uncategorized-zh',0),(14,'Languages','languages',0),(15,'pll_585578f8934fe','pll_585578f8934fe',0),(16,'pll_5855791f928d8','pll_5855791f928d8',0),(17,'pll_5855792feade8','pll_5855792feade8',0),(18,'pll_5855794b50330','pll_5855794b50330',0),(19,'pll_5855795ac789c','pll_5855795ac789c',0),(20,'pll_58557969d727c','pll_58557969d727c',0),(21,'Footer Menu (Chinese Traditional)','footer-menu-chinese-traditional',0),(22,'Main Menu (Chinese Traditional)','main-menu-chinese-traditional',0),(23,'服務部門','%e6%9c%8d%e5%8b%99%e9%83%a8%e9%96%80',0),(24,'服務','%e6%9c%8d%e5%8b%99',0),(25,'解決方案','%e8%a7%a3%e6%b1%ba%e6%96%b9%e6%a1%88',0),(26,'中文 (中国 Simplified)','zho',2),(27,'中文 (中国 Simplified)','pll_zho',0),(28,'Uncategorized','uncategorized-zho',0),(30,'Footer Menu (Chinese Simplified)','footer-menu-chinese-simplified',0),(31,'Main Menu (Chinese Simplified)','main-menu-chinese-simplified',0),(32,'部门','%e9%83%a8%e9%97%a8',0),(33,'服务','%e6%9c%8d%e5%8a%a1',0),(34,'解决方案','%e8%a7%a3%e5%86%b3%e6%96%b9%e6%a1%88',0),(35,'WP_Head Hook','wp_head',0),(36,'CSS/JS Definitions','js_def',0),(37,'Header','header',0),(38,'WP_Footer Hook','wp_footer',0),(39,'Footer','footer',0),(40,'Init Hook','init',0),(41,'Rewrite Rules','rewrite_rules',0),(42,'Metabox','metabox',0),(43,'Site Options','site_options',0),(44,'After Setup Theme','after_setup_theme',0),(45,'Enqueue Style/Scripts','enqueue',0),(46,'App Settings','app_settings',0),(47,'App Menu','app_menu',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=135 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 (55,3,'nickname','ivana_adamovic'),(56,3,'first_name','Ivana'),(57,3,'last_name','Adamovic'),(58,3,'description',''),(59,3,'rich_editing','true'),(60,3,'comment_shortcuts','false'),(61,3,'admin_color','fresh'),(62,3,'use_ssl','0'),(63,3,'show_admin_bar_front','true'),(64,3,'locale',''),(65,3,'wp_capabilities','a:1:{s:6:\"editor\";b:1;}'),(66,3,'wp_user_level','7'),(67,3,'dismissed_wp_pointers',''),(69,3,'wp_dashboard_quick_press_last_post_id','1675'),(70,3,'acf_user_settings','a:0:{}'),(71,3,'wp_user-settings','editor=tinymce&libraryContent=upload&uploader=1&mfold=o'),(72,3,'wp_user-settings-time','1509046015'),(76,3,'session_tokens','a:4:{s:64:\"8bc17606a53b44a48e06fff51a2641eed09f18fe090d0cf579e14e3631f4867b\";a:4:{s:10:\"expiration\";i:1510235086;s:2:\"ip\";s:11:\"86.13.164.5\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1509025486;}s:64:\"d7638cd8d5d278ad9841d94b1b945d17a0c3448ec5192f11b8be05878c96ac1b\";a:4:{s:10:\"expiration\";i:1510235234;s:2:\"ip\";s:11:\"86.13.164.5\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1509025634;}s:64:\"fff9738af85a4a4807a1cc4fe018e85de64f672aa51b9b990af9f4c6d8ca7dd8\";a:4:{s:10:\"expiration\";i:1510253678;s:2:\"ip\";s:11:\"86.13.164.5\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1509044078;}s:64:\"a0695174242fbed5cc85c05db38eaa44e4db9d19f6de33ea201719ffc3a7547c\";a:4:{s:10:\"expiration\";i:1510253679;s:2:\"ip\";s:11:\"86.13.164.5\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1509044079;}}'),(77,3,'wp_media_library_mode','grid'),(78,3,'closedpostboxes_dashboard','a:0:{}'),(79,3,'closedpostboxes_dashboard','a:1:{i:0;s:19:\"dashboard_right_now\";}'),(80,3,'metaboxhidden_dashboard','a:0:{}'),(81,3,'metaboxhidden_dashboard','a:0:{}'),(82,4,'nickname','mandy_caruana'),(83,4,'first_name','Mandy'),(84,4,'last_name','Caruana'),(85,4,'description',''),(86,4,'rich_editing','true'),(87,4,'comment_shortcuts','false'),(88,4,'admin_color','fresh'),(89,4,'use_ssl','0'),(90,4,'show_admin_bar_front','true'),(91,4,'locale',''),(92,4,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(93,4,'wp_user_level','10'),(94,4,'dismissed_wp_pointers','pll_lgt'),(95,4,'default_password_nag',''),(97,4,'wp_dashboard_quick_press_last_post_id','1922'),(98,4,'acf_user_settings','a:0:{}'),(99,4,'wp_user-settings','libraryContent=browse&editor=html&urlbutton=custom'),(100,4,'wp_user-settings-time','1532933771'),(102,5,'nickname','Ralu'),(103,5,'first_name','Ralu'),(104,5,'last_name','Fadur'),(105,5,'description',''),(106,5,'rich_editing','true'),(107,5,'comment_shortcuts','false'),(108,5,'admin_color','fresh'),(109,5,'use_ssl','0'),(110,5,'show_admin_bar_front','true'),(111,5,'locale',''),(112,5,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(113,5,'wp_user_level','10'),(114,5,'dismissed_wp_pointers','pll_lgt'),(116,5,'wp_dashboard_quick_press_last_post_id','1929'),(119,5,'acf_user_settings','a:0:{}'),(120,5,'wp_user-settings','editor=tinymce&libraryContent=browse&mfold=o'),(121,5,'wp_user-settings-time','1588685288'),(123,5,'nav_menu_recently_edited','6'),(124,5,'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\";}'),(125,5,'metaboxhidden_nav-menus','a:2:{i:0;s:19:\"pll_lang_switch_box\";i:1;s:12:\"add-post_tag\";}'),(126,5,'closedpostboxes_page','a:0:{}'),(127,5,'metaboxhidden_page','a:4:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),(129,4,'closedpostboxes_tmm','a:1:{i:0;s:16:\"_tmm_pro_metabox\";}'),(130,4,'metaboxhidden_tmm','a:2:{i:0;s:23:\"acf-group_57f54ee0ded6c\";i:1;s:7:\"slugdiv\";}'),(131,4,'closedpostboxes_page','a:0:{}'),(132,4,'metaboxhidden_page','a:6:{i:0;s:12:\"revisionsdiv\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),(134,4,'session_tokens','a:1:{s:64:\"13ef8fd25d4a20edb6d64e7e50072ca4b83238733ce4493c477e3ed183cdf5a1\";a:4:{s:10:\"expiration\";i:1544646094;s:2:\"ip\";s:11:\"86.13.18.21\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36\";s:5:\"login\";i:1544473294;}}'); /*!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=6 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 (3,'ivana_adamovic','$P$ByNopUUbdv.K9kxOBr12PLhKhxMJ.z1','ivana_adamovic','ivana.adamovic@innovationbrain.com','','2017-08-21 18:29:25','1503340167:$P$BaQrDd3dmLbC09.9ws7CZZIP1hVIkj/',0,'Ivana Adamovic'),(4,'mandy_caruana','$P$BNDj/Pb1FGmL4Kw4Tbeka5/HDvgk7D/','mandy_caruana','mandy.caruana@innovationbrain.com','','2017-10-30 13:38:53','',0,'Mandy Caruana'),(5,'Ralu','$P$Bn3A.dQPS.oBOMwWKJq7rSRn9pO5Mz1','ralu','ralu.fadur@innovationbrain.com','http://www.innovationbrain.com','2018-03-07 11:22:15','1520421737:$P$BO5bXmDt07bqEquSp3ROFfAFoUkO9Z1',0,'Ralu Fadur'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'innovation_wp' -- -- -- Final view structure for view `all_terms` -- /*!50001 DROP VIEW IF EXISTS `all_terms`*/; /*!50001 SET @saved_cs_client = @@character_set_client */; /*!50001 SET @saved_cs_results = @@character_set_results */; /*!50001 SET @saved_col_connection = @@collation_connection */; /*!50001 SET character_set_client = utf8mb4 */; /*!50001 SET character_set_results = utf8mb4 */; /*!50001 SET collation_connection = utf8mb4_unicode_520_ci */; /*!50001 CREATE ALGORITHM=UNDEFINED */ /*!50013 DEFINER=`lukasfecker`@`%` SQL SECURITY DEFINER */ /*!50001 VIEW `all_terms` AS select `wp_terms`.`term_id` AS `term_id`,`wp_terms`.`name` AS `name`,`wp_terms`.`slug` AS `slug`,`wp_term_taxonomy`.`term_taxonomy_id` AS `term_taxonomy_id`,`wp_term_relationships`.`object_id` AS `object_id`,`wp_term_taxonomy`.`taxonomy` AS `taxonomy` from ((`wp_term_relationships` join `wp_term_taxonomy` on((`wp_term_relationships`.`term_taxonomy_id` = `wp_term_taxonomy`.`term_taxonomy_id`))) join `wp_terms` on((`wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id`))) */; /*!50001 SET character_set_client = @saved_cs_client */; /*!50001 SET character_set_results = @saved_cs_results */; /*!50001 SET collation_connection = @saved_col_connection */; /*!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-05-31 6:43:08