-- MySQL dump 10.13 Distrib 5.7.17, for Linux (x86_64)
--
-- Host: localhost Database: db774684989
-- ------------------------------------------------------
-- Server version 5.7.17-log
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `wp_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 ROW_FORMAT=DYNAMIC;
/*!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 AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_comments`
--
LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (1,1,'Un commentateur WordPress','wapuu@wordpress.example','https://wordpress.org/','','2019-02-23 17:07:22','2019-02-23 16:07:22','Bonjour, ceci est un commentaire.\nPour débuter avec la modération, la modification et la suppression de commentaires, veuillez visiter l’écran des Commentaires dans le Tableau de bord.\nLes avatars des personnes qui commentent arrivent depuis Gravatar.',0,'1','','',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_layerslider`
--
DROP TABLE IF EXISTS `wp_layerslider`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_layerslider` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`author` int(10) NOT NULL DEFAULT '0',
`name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
`slug` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
`data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`date_c` int(10) NOT NULL,
`date_m` int(10) NOT NULL,
`schedule_start` int(10) NOT NULL DEFAULT '0',
`schedule_end` int(10) NOT NULL DEFAULT '0',
`flag_hidden` tinyint(1) NOT NULL DEFAULT '0',
`flag_deleted` tinyint(1) NOT NULL DEFAULT '0',
`flag_popup` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_layerslider`
--
LOCK TABLES `wp_layerslider` WRITE;
/*!40000 ALTER TABLE `wp_layerslider` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_layerslider` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_layerslider_revisions`
--
DROP TABLE IF EXISTS `wp_layerslider_revisions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_layerslider_revisions` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`slider_id` int(10) NOT NULL,
`author` int(10) NOT NULL DEFAULT '0',
`data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`date_c` int(10) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_layerslider_revisions`
--
LOCK TABLES `wp_layerslider_revisions` WRITE;
/*!40000 ALTER TABLE `wp_layerslider_revisions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_layerslider_revisions` 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 ROW_FORMAT=DYNAMIC;
/*!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=431571 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC;
/*!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://fj-lifesciences.com','yes'),(2,'home','http://fj-lifesciences.com','yes'),(3,'blogname','FJ Life Sciences','yes'),(4,'blogdescription','Expertise & Innovation dedicated to health, well-being and beauty','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','contact@couleurvelvet.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','closed','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','j F Y','yes'),(24,'time_format','G \\h i \\m\\i\\n','yes'),(25,'links_updated_date_format','j F Y G \\h i \\m\\i\\n','yes'),(26,'comment_moderation','','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:17:{i:0;s:27:\"LayerSlider/layerslider.php\";i:1;s:17:\"booked/booked.php\";i:2;s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";i:3;s:27:\"coming-soon/coming-soon.php\";i:4;s:36:\"contact-form-7/wp-contact-form-7.php\";i:5;s:39:\"disable-gutenberg/disable-gutenberg.php\";i:6;s:32:\"duplicate-page/duplicatepage.php\";i:7;s:27:\"js_composer/js_composer.php\";i:8;s:17:\"leadin/leadin.php\";i:9;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:10;s:47:\"really-simple-captcha/really-simple-captcha.php\";i:11;s:23:\"revslider/revslider.php\";i:12;s:41:\"stm-configurations/stm-configurations.php\";i:13;s:43:\"stm-gdpr-compliance/stm-gdpr-compliance.php\";i:14;s:23:\"wordfence/wordfence.php\";i:15;s:24:\"wordpress-seo/wp-seo.php\";i:16;s:25:\"wp-members/wp-members.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:3:{i:0;s:66:\"/homepages/43/d510823632/htdocs/wp-content/themes/pearl/footer.php\";i:1;s:65:\"/homepages/43/d510823632/htdocs/wp-content/themes/pearl/style.css\";i:2;s:0:\"\";}','no'),(40,'template','pearl','yes'),(41,'stylesheet','pearl','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','1','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','44719','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','0','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:1:{s:27:\"LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";}','no'),(82,'timezone_string','Europe/Paris','yes'),(83,'page_for_posts','2299','yes'),(84,'page_on_front','3854','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','3845','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','1','yes'),(93,'initial_db_version','44719','yes'),(94,'wp_user_roles','a:8:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:64:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:24:\"edit_booked_appointments\";b:1;s:21:\"manage_booked_options\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:20:\"booked_booking_agent\";a:2:{s:4:\"name\";s:13:\"Booking Agent\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:24:\"edit_booked_appointments\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:37:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(95,'fresh_site','0','yes'),(96,'WPLANG','fr_FR','yes'),(97,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-posts','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'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'),(100,'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'),(101,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";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:7:\"default\";a:1:{i:0;s:14:\"recent-posts-2\";}s:6:\"footer\";a:2:{i:0;s:10:\"stm_text-2\";i:1;s:10:\"contacts-2\";}s:13:\"array_version\";i:3;}','yes'),(103,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'cron','a:13:{i:1737626842;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1737627457;a:1:{s:21:\"wordfence_hourly_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1737628714;a:1:{s:27:\"check_plugin_updates-booked\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1737638257;a:1:{s:20:\"wordfence_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1737648442;a:3:{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;}}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;}}}i:1737648458;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1737648459;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1737692220;a:1:{s:29:\"mc4wp_refresh_mailchimp_lists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1737701971;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1737798000;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"979b84ff0b06889bfa84590b1ca3ce2c\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1737798000;}}}}i:1737990000;a:1:{s:31:\"wordfence_email_activity_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1738057200;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"c170e97ea61f76356363c30dfff0a15d\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1738057200;}}}}s:7:\"version\";i:2;}','yes'),(113,'theme_mods_twentynineteen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1551003593;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'),(141,'can_compress_scripts','1','no'),(177,'current_theme','Pearl','yes'),(178,'theme_mods_pearl','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:40;}s:18:\"custom_css_post_id\";i:4129;s:16:\"header_textcolor\";s:6:\"2d2e82\";s:16:\"background_color\";s:6:\"ffffff\";}','yes'),(179,'theme_switched','','yes'),(180,'stm_custom_styles_v','105','yes'),(181,'envato_market_version','1.0.0-RC2','yes'),(184,'stm_theme_version','2.9.5','yes'),(185,'stm_theme_options','a:245:{s:11:\"post_layout\";s:1:\"1\";s:12:\"post_sidebar\";s:4:\"2317\";s:27:\"post_sidebar_archive_mobile\";s:6:\"hidden\";s:21:\"post_sidebar_position\";s:5:\"right\";s:9:\"post_view\";s:4:\"list\";s:20:\"stm_post_popular_day\";s:0:\"\";s:22:\"stm_post_popular_month\";s:0:\"\";s:20:\"stm_post_popular_top\";s:0:\"\";s:11:\"post_author\";s:4:\"true\";s:13:\"post_comments\";s:4:\"true\";s:10:\"post_image\";s:4:\"true\";s:9:\"post_info\";s:4:\"true\";s:10:\"post_share\";s:4:\"true\";s:19:\"post_sidebar_single\";s:4:\"2317\";s:28:\"post_sidebar_single_position\";s:5:\"right\";s:9:\"post_tags\";s:4:\"true\";s:10:\"post_title\";s:4:\"true\";s:10:\"main_color\";s:7:\"#2d2e82\";s:15:\"secondary_color\";s:7:\"#bababb\";s:11:\"third_color\";s:7:\"#202020\";s:9:\"copyright\";s:106:\"FJ LIFE SCIENCES Designed by Couleur Velvet Communication\";s:12:\"copyright_co\";s:4:\"true\";s:15:\"copyright_image\";s:0:\"\";s:17:\"copyright_socials\";s:4:\"true\";s:14:\"copyright_year\";s:4:\"true\";s:16:\"footer_bottom_bg\";s:0:\"\";s:19:\"footer_bottom_color\";s:0:\"\";s:10:\"right_text\";s:0:\"\";s:17:\"stm_footer_layout\";s:1:\"1\";s:14:\"footer_socials\";a:1:{i:0;a:2:{s:6:\"social\";s:14:\"fa fa-linkedin\";s:3:\"url\";s:53:\"https://www.linkedin.com/in/fabienne-joanny-083a4613/\";}}s:9:\"footer_bg\";s:7:\"#e3e5e9\";s:15:\"footer_bg_image\";s:0:\"\";s:12:\"footer_color\";s:7:\"#2d2e82\";s:11:\"footer_cols\";s:1:\"2\";s:17:\"scroll_top_button\";s:4:\"true\";s:16:\"accordions_style\";s:7:\"style_2\";s:20:\"buttons_global_style\";s:7:\"style_3\";s:18:\"forms_global_style\";s:7:\"style_3\";s:16:\"pagination_style\";s:7:\"style_3\";s:21:\"sidebars_global_style\";s:7:\"style_1\";s:10:\"tabs_style\";s:7:\"style_2\";s:10:\"tour_style\";s:7:\"style_1\";s:5:\"boxed\";s:5:\"false\";s:8:\"boxed_bg\";s:4:\"2658\";s:13:\"divider_api_1\";s:0:\"\";s:11:\"enable_ajax\";s:5:\"false\";s:14:\"enable_bubbles\";s:5:\"false\";s:2:\"ga\";s:0:\"\";s:14:\"google_api_key\";s:0:\"\";s:4:\"logo\";s:4:\"3851\";s:9:\"preloader\";s:5:\"false\";s:15:\"preloader_color\";s:7:\"#2d2e82\";s:12:\"site_padding\";s:1:\"0\";s:10:\"site_width\";s:4:\"1140\";s:14:\"page_title_box\";s:4:\"true\";s:20:\"page_title_box_align\";s:6:\"center\";s:21:\"page_title_box_author\";s:5:\"false\";s:23:\"page_title_box_bg_color\";s:18:\"rgb(255, 255, 255)\";s:23:\"page_title_box_bg_image\";s:4:\"1716\";s:21:\"page_title_box_bg_pos\";s:0:\"\";s:23:\"page_title_box_category\";s:5:\"false\";s:25:\"page_title_box_line_color\";s:7:\"#ffffff\";s:23:\"page_title_box_override\";s:5:\"false\";s:20:\"page_title_box_style\";s:7:\"style_2\";s:23:\"page_title_box_subtitle\";s:0:\"\";s:29:\"page_title_box_subtitle_color\";s:7:\"#ffffff\";s:18:\"page_title_box_tag\";s:5:\"false\";s:25:\"page_title_box_text_color\";s:7:\"#ffffff\";s:20:\"page_title_box_title\";s:0:\"\";s:25:\"page_title_box_title_line\";s:5:\"false\";s:25:\"page_title_box_title_size\";s:2:\"h1\";s:22:\"page_title_breadcrumbs\";s:5:\"false\";s:17:\"page_title_button\";s:5:\"false\";s:22:\"page_title_button_text\";s:6:\"Button\";s:21:\"page_title_button_url\";s:1:\"#\";s:13:\"bottom_bar_bg\";s:0:\"\";s:17:\"bottom_bar_bottom\";s:2:\"15\";s:16:\"bottom_bar_color\";s:7:\"#ff3c65\";s:26:\"bottom_bar_link_colorhover\";s:7:\"#ff3c65\";s:21:\"bottom_bar_text_color\";s:7:\"#ffffff\";s:14:\"bottom_bar_top\";s:2:\"15\";s:14:\"header_builder\";a:1:{s:6:\"center\";a:2:{s:4:\"left\";a:1:{i:0;a:9:{s:9:\"$$hashKey\";s:10:\"object:592\";s:4:\"data\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"uselogo\";s:4:\"true\";s:5:\"width\";s:3:\"224\";}s:8:\"disabled\";a:3:{s:7:\"default\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:6:\"tablet\";s:8:\"disabled\";}s:5:\"label\";s:5:\"Image\";s:7:\"margins\";a:1:{s:7:\"default\";a:1:{s:3:\"top\";s:0:\"\";}}s:5:\"order\";a:2:{s:6:\"mobile\";s:4:\"1200\";s:6:\"tablet\";s:4:\"2196\";}s:8:\"position\";a:3:{i:0;s:6:\"center\";i:1;s:4:\"left\";i:2;s:1:\"0\";}s:4:\"type\";s:5:\"image\";s:5:\"value\";s:4:\"3418\";}}s:5:\"right\";a:2:{i:0;a:7:{s:9:\"$$hashKey\";s:11:\"object:1206\";s:4:\"data\";a:3:{s:2:\"id\";s:1:\"2\";s:4:\"line\";s:11:\"line_bottom\";s:5:\"style\";s:7:\"default\";}s:8:\"disabled\";a:3:{s:7:\"default\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:6:\"tablet\";s:0:\"\";}s:5:\"label\";s:4:\"Menu\";s:5:\"order\";a:2:{s:6:\"mobile\";s:4:\"2310\";s:6:\"tablet\";s:4:\"2310\";}s:8:\"position\";a:3:{i:0;s:6:\"center\";i:1;s:5:\"right\";i:2;s:1:\"0\";}s:4:\"type\";s:4:\"menu\";}i:1;a:6:{s:9:\"$$hashKey\";s:10:\"object:237\";s:8:\"disabled\";a:3:{s:7:\"default\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:6:\"tablet\";s:0:\"\";}s:5:\"label\";s:4:\"Cart\";s:5:\"order\";a:2:{s:6:\"mobile\";s:4:\"2310\";s:6:\"tablet\";s:4:\"2310\";}s:8:\"position\";a:3:{i:0;s:6:\"center\";i:1;s:5:\"right\";i:2;s:1:\"1\";}s:4:\"type\";s:4:\"cart\";}}}}s:23:\"center_header_fullwidth\";s:5:\"false\";s:9:\"header_bg\";s:4:\"1898\";s:14:\"header_bg_fill\";s:4:\"full\";s:13:\"header_bottom\";s:2:\"52\";s:12:\"header_color\";s:24:\"rgba(253, 254, 254, 0.8)\";s:17:\"header_text_color\";s:7:\"#2d2e82\";s:23:\"header_text_color_hover\";s:7:\"#ff3c65\";s:10:\"header_top\";s:2:\"52\";s:19:\"divider_h_socials_1\";s:0:\"\";s:10:\"header_bgi\";s:0:\"\";s:14:\"header_socials\";a:4:{i:0;a:2:{s:6:\"social\";s:13:\"fa fa-twitter\";s:3:\"url\";s:11:\"Twitter.com\";}i:1;a:2:{s:6:\"social\";s:14:\"fa fa-facebook\";s:3:\"url\";s:11:\"facebook.me\";}i:2;a:2:{s:6:\"social\";s:8:\"fa fa-vk\";s:3:\"url\";s:6:\"vk.com\";}i:3;a:2:{s:6:\"social\";s:15:\"fa fa-instagram\";s:3:\"url\";s:8:\"insta.gg\";}}s:13:\"header_sticky\";s:0:\"\";s:16:\"header_sticky_bg\";s:7:\"#ffffff\";s:18:\"main_header_offset\";s:5:\"false\";s:25:\"main_header_sticky_mobile\";s:5:\"false\";s:17:\"main_header_style\";s:7:\"style_1\";s:23:\"main_header_transparent\";s:4:\"true\";s:16:\"mobile_header_bg\";s:7:\"#ffffff\";s:24:\"mobile_header_logo_width\";s:0:\"\";s:10:\"top_bar_bg\";s:0:\"\";s:14:\"top_bar_bottom\";s:2:\"25\";s:13:\"top_bar_color\";s:7:\"#ffffff\";s:24:\"top_bar_link_color_hover\";s:7:\"#ff3c65\";s:18:\"top_bar_text_color\";s:7:\"#2d2e82\";s:11:\"top_bar_top\";s:2:\"25\";s:7:\"page_bc\";s:4:\"true\";s:17:\"page_bc_fullwidth\";s:5:\"false\";s:16:\"page_pre_content\";s:7:\"default\";s:20:\"page_pre_content_box\";s:5:\"false\";s:15:\"page_pre_footer\";s:7:\"default\";s:19:\"page_pre_footer_box\";s:5:\"false\";s:15:\"show_page_title\";s:5:\"false\";s:17:\"coming_soon_style\";s:7:\"style_1\";s:13:\"error_page_bg\";s:4:\"2658\";s:16:\"error_page_style\";s:7:\"style_4\";s:6:\"albums\";a:3:{s:7:\"enabled\";s:5:\"false\";s:11:\"has_archive\";s:5:\"false\";s:6:\"public\";s:5:\"false\";}s:13:\"divider_mus_1\";s:0:\"\";s:25:\"stm_albums_sidebar_single\";s:7:\"default\";s:32:\"stm_albums_sidebar_single_mobile\";s:6:\"hidden\";s:34:\"stm_albums_sidebar_single_position\";s:4:\"left\";s:15:\"currency_symbol\";s:1:\"$\";s:24:\"currency_symbol_position\";s:4:\"left\";s:13:\"divider_api_2\";s:0:\"\";s:18:\"divider_currency_1\";s:0:\"\";s:19:\"divider_donations_1\";s:0:\"\";s:19:\"divider_donations_2\";s:0:\"\";s:19:\"divider_donations_3\";s:0:\"\";s:9:\"donations\";a:1:{s:7:\"enabled\";s:5:\"false\";}s:20:\"paypal_currency_code\";s:3:\"USD\";s:12:\"paypal_email\";s:18:\"timur@stylemix.net\";s:11:\"paypal_mode\";s:7:\"sandbox\";s:22:\"stm_donations_amount_1\";s:2:\"10\";s:22:\"stm_donations_amount_2\";s:2:\"20\";s:22:\"stm_donations_amount_3\";s:2:\"30\";s:20:\"stm_donations_layout\";s:1:\"1\";s:21:\"stm_donations_sidebar\";s:7:\"default\";s:30:\"stm_donations_sidebar_position\";s:4:\"left\";s:28:\"stm_donations_sidebar_single\";s:4:\"2234\";s:35:\"stm_donations_sidebar_single_mobile\";s:6:\"hidden\";s:37:\"stm_donations_sidebar_single_position\";s:5:\"right\";s:18:\"stm_donations_view\";s:4:\"list\";s:16:\"divider_events_1\";s:0:\"\";s:16:\"divider_events_2\";s:0:\"\";s:6:\"events\";a:3:{s:7:\"enabled\";s:4:\"true\";s:11:\"has_archive\";s:5:\"false\";s:6:\"public\";s:4:\"true\";}s:17:\"stm_events_layout\";s:1:\"1\";s:18:\"stm_events_sidebar\";s:7:\"default\";s:27:\"stm_events_sidebar_position\";s:4:\"left\";s:25:\"stm_events_sidebar_single\";s:4:\"2234\";s:32:\"stm_events_sidebar_single_mobile\";s:6:\"hidden\";s:34:\"stm_events_sidebar_single_position\";s:5:\"right\";s:15:\"stm_events_view\";s:4:\"list\";s:22:\"divider_media_events_1\";s:0:\"\";s:16:\"stm_media_events\";s:0:\"\";s:23:\"stm_media_events_layout\";s:4:\"left\";s:31:\"stm_media_events_sidebar_single\";s:7:\"default\";s:38:\"stm_media_events_sidebar_single_mobile\";s:6:\"hidden\";s:40:\"stm_media_events_sidebar_single_position\";s:4:\"left\";s:18:\"divider_products_1\";s:0:\"\";s:18:\"divider_products_2\";s:0:\"\";s:8:\"products\";s:0:\"\";s:19:\"stm_products_layout\";s:4:\"left\";s:20:\"stm_products_sidebar\";s:7:\"default\";s:29:\"stm_products_sidebar_position\";s:4:\"left\";s:27:\"stm_products_sidebar_single\";s:7:\"default\";s:34:\"stm_products_sidebar_single_mobile\";s:6:\"hidden\";s:36:\"stm_products_sidebar_single_position\";s:4:\"left\";s:17:\"stm_products_view\";s:4:\"grid\";s:18:\"divider_projects_1\";s:0:\"\";s:18:\"divider_projects_2\";s:0:\"\";s:8:\"projects\";a:6:{s:7:\"enabled\";s:4:\"true\";s:11:\"has_archive\";s:5:\"false\";s:4:\"name\";s:4:\"Case\";s:6:\"plural\";s:5:\"Cases\";s:6:\"public\";s:5:\"false\";s:4:\"slug\";s:5:\"cases\";}s:19:\"stm_projects_layout\";s:7:\"default\";s:20:\"stm_projects_sidebar\";s:7:\"default\";s:29:\"stm_projects_sidebar_position\";s:4:\"left\";s:27:\"stm_projects_sidebar_single\";s:4:\"2393\";s:34:\"stm_projects_sidebar_single_mobile\";s:6:\"hidden\";s:36:\"stm_projects_sidebar_single_position\";s:5:\"right\";s:17:\"stm_projects_view\";s:4:\"grid\";s:18:\"divider_services_1\";s:0:\"\";s:18:\"divider_services_2\";s:0:\"\";s:8:\"services\";a:6:{s:7:\"enabled\";s:4:\"true\";s:11:\"has_archive\";s:5:\"false\";s:4:\"name\";s:8:\"Services\";s:6:\"plural\";s:8:\"Services\";s:6:\"public\";s:4:\"true\";s:4:\"slug\";s:8:\"Services\";}s:19:\"stm_services_layout\";s:1:\"1\";s:20:\"stm_services_sidebar\";s:5:\"false\";s:29:\"stm_services_sidebar_position\";s:4:\"left\";s:27:\"stm_services_sidebar_single\";s:5:\"false\";s:34:\"stm_services_sidebar_single_mobile\";s:6:\"hidden\";s:36:\"stm_services_sidebar_single_position\";s:4:\"left\";s:24:\"stm_services_single_form\";s:5:\"false\";s:25:\"stm_services_single_phone\";s:0:\"\";s:9:\"stm_staff\";s:0:\"\";s:18:\"stm_stories_layout\";s:1:\"1\";s:26:\"stm_stories_sidebar_single\";s:4:\"2234\";s:33:\"stm_stories_sidebar_single_mobile\";s:6:\"hidden\";s:35:\"stm_stories_sidebar_single_position\";s:5:\"right\";s:7:\"stories\";a:1:{s:7:\"enabled\";s:5:\"false\";}s:10:\"stm_albums\";s:0:\"\";s:10:\"stm_events\";s:0:\"\";s:12:\"stm_products\";s:0:\"\";s:12:\"stm_projects\";s:0:\"\";s:12:\"stm_services\";s:0:\"\";s:11:\"stm_stories\";s:0:\"\";s:16:\"stm_testimonials\";s:0:\"\";s:9:\"stm_video\";s:0:\"\";s:12:\"testimonials\";a:3:{s:7:\"enabled\";s:5:\"false\";s:11:\"has_archive\";s:0:\"\";s:6:\"public\";s:0:\"\";}s:13:\"divider_vac_1\";s:0:\"\";s:20:\"stm_vacancies_button\";s:4:\"true\";s:25:\"stm_vacancies_button_text\";s:10:\"Contact Us\";s:24:\"stm_vacancies_button_url\";s:8:\"/contact\";s:21:\"stm_vacancies_details\";s:4:\"true\";s:27:\"stm_vacancies_layout_single\";s:1:\"3\";s:19:\"stm_vacancies_share\";s:4:\"true\";s:28:\"stm_vacancies_sidebar_single\";s:5:\"false\";s:35:\"stm_vacancies_sidebar_single_mobile\";s:6:\"hidden\";s:37:\"stm_vacancies_sidebar_single_position\";s:4:\"left\";s:9:\"vacancies\";a:1:{s:7:\"enabled\";s:4:\"true\";}s:13:\"divider_vid_1\";s:0:\"\";s:25:\"stm_videos_sidebar_single\";s:7:\"default\";s:32:\"stm_videos_sidebar_single_mobile\";s:6:\"hidden\";s:34:\"stm_videos_sidebar_single_position\";s:4:\"left\";s:6:\"videos\";a:1:{s:7:\"enabled\";s:5:\"false\";}s:10:\"shop_items\";s:1:\"3\";s:15:\"stm_shop_layout\";s:8:\"business\";s:15:\"product_sidebar\";s:4:\"2691\";s:24:\"product_sidebar_position\";s:5:\"right\";s:19:\"thumbnails_quantity\";s:1:\"5\";s:24:\"thumbnails_view_vertical\";s:5:\"false\";s:16:\"blockquote_style\";s:7:\"style_3\";s:9:\"body_font\";a:7:{s:5:\"color\";s:7:\"#222222\";s:2:\"fw\";s:3:\"400\";s:2:\"ln\";s:2:\"24\";s:2:\"ls\";s:0:\"\";s:3:\"mgb\";s:0:\"\";s:4:\"name\";s:9:\"Open Sans\";s:4:\"size\";s:2:\"14\";}s:11:\"h1_settings\";a:7:{s:5:\"color\";s:0:\"\";s:2:\"fw\";s:3:\"600\";s:2:\"ln\";s:2:\"42\";s:2:\"ls\";s:1:\"1\";s:3:\"mgb\";s:0:\"\";s:4:\"name\";s:0:\"\";s:4:\"size\";s:2:\"36\";}s:11:\"h2_settings\";a:7:{s:5:\"color\";s:0:\"\";s:2:\"fw\";s:3:\"600\";s:2:\"ln\";s:2:\"36\";s:2:\"ls\";s:1:\"2\";s:3:\"mgb\";s:0:\"\";s:4:\"name\";s:0:\"\";s:4:\"size\";s:2:\"30\";}s:11:\"h3_settings\";a:7:{s:5:\"color\";s:0:\"\";s:2:\"fw\";s:3:\"600\";s:2:\"ln\";s:2:\"28\";s:2:\"ls\";s:1:\"2\";s:3:\"mgb\";s:0:\"\";s:4:\"name\";s:0:\"\";s:4:\"size\";s:2:\"22\";}s:11:\"h4_settings\";a:7:{s:5:\"color\";s:0:\"\";s:2:\"fw\";s:3:\"600\";s:2:\"ln\";s:2:\"26\";s:2:\"ls\";s:3:\"1.5\";s:3:\"mgb\";s:0:\"\";s:4:\"name\";s:0:\"\";s:4:\"size\";s:2:\"20\";}s:11:\"h5_settings\";a:7:{s:5:\"color\";s:0:\"\";s:2:\"fw\";s:3:\"600\";s:2:\"ln\";s:0:\"\";s:2:\"ls\";s:3:\"1.2\";s:3:\"mgb\";s:0:\"\";s:4:\"name\";s:0:\"\";s:4:\"size\";s:2:\"15\";}s:11:\"h6_settings\";a:7:{s:5:\"color\";s:0:\"\";s:2:\"fw\";s:3:\"600\";s:2:\"ln\";s:0:\"\";s:2:\"ls\";s:1:\"1\";s:3:\"mgb\";s:0:\"\";s:4:\"name\";s:0:\"\";s:4:\"size\";s:2:\"14\";}s:13:\"headings_line\";s:5:\"false\";s:20:\"headings_line_height\";s:1:\"5\";s:22:\"headings_line_position\";s:3:\"top\";s:19:\"headings_line_width\";s:2:\"45\";s:14:\"secondary_font\";a:3:{s:5:\"color\";s:7:\"#23282d\";s:4:\"name\";s:10:\"Montserrat\";s:6:\"subset\";s:0:\"\";}s:10:\"link_color\";s:7:\"#ff3c65\";s:16:\"link_hover_color\";s:7:\"#ff3c65\";s:10:\"list_style\";s:7:\"style_1\";s:13:\"p_line_height\";s:2:\"25\";s:15:\"p_margin_bottom\";s:2:\"25\";}','yes'),(188,'envato_market_state','install','yes'),(190,'envato_market','a:1:{s:5:\"token\";s:32:\"8wUe5qILEdYGQxbMVWgGLC4mIWTpUfs9\";}','yes'),(191,'_site_transient_stm_theme_auth','de6807cfd27cf512bbf9fa232dfe65df','no'),(199,'widget_stm_text','a:2:{i:2;a:4:{s:5:\"title\";s:22:\"About FJ Life Sciences\";s:4:\"text\";s:313:\"Founded in 2008 by Fabienne JOANNY, Doctor of pharmacy and industrial pharmacy, developer of the innovative \"Bioprogrammable\" CHRONOMAG® technology.\r\nTo fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets, FJ LIFE SCIENCES brings together a wide range of complementary expertise’s.\";s:6:\"filter\";b:0;s:7:\"socials\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(200,'widget_follow','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(201,'widget_contacts','a:2:{i:2;a:8:{s:5:\"title\";s:10:\"Contact Us\";s:7:\"address\";s:62:\"Le Parc Continental B, 2 Place Stanislas, 06400 Cannes, France\";s:5:\"phone\";s:0:\"\";s:3:\"fax\";s:0:\"\";s:5:\"email\";s:24:\"info@fj-lifesciences.com\";s:7:\"socials\";b:0;s:10:\"open_hours\";s:0:\"\";s:5:\"style\";s:7:\"style_5\";}s:12:\"_multiwidget\";i:1;}','yes'),(202,'widget_stm_wp_widget_post_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(203,'widget_stm_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(204,'widget_stm_wp_widget_projects','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(205,'widget_stm_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(206,'widget_working_hours','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(207,'widget_stm_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(208,'widget_stm_custom_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(209,'stm_fonts','a:1:{s:8:\"stmicons\";a:4:{s:7:\"include\";s:18:\"stm_fonts/stmicons\";s:6:\"folder\";s:18:\"stm_fonts/stmicons\";s:5:\"style\";s:21:\"stmicons/stmicons.css\";s:6:\"config\";s:11:\"charmap.php\";}}','yes'),(210,'stm_fonts_layout','a:32:{s:17:\"stmicons_advisory\";a:4:{s:7:\"include\";s:27:\"stm_fonts/stmicons/advisory\";s:6:\"folder\";s:27:\"stm_fonts/stmicons/advisory\";s:5:\"style\";s:30:\"stmicons/advisory/stmicons.css\";s:6:\"config\";s:20:\"advisory/charmap.php\";}s:12:\"stmicons_app\";a:4:{s:7:\"include\";s:22:\"stm_fonts/stmicons/app\";s:6:\"folder\";s:22:\"stm_fonts/stmicons/app\";s:5:\"style\";s:25:\"stmicons/app/stmicons.css\";s:6:\"config\";s:15:\"app/charmap.php\";}s:15:\"stmicons_beauty\";a:4:{s:7:\"include\";s:25:\"stm_fonts/stmicons/beauty\";s:6:\"folder\";s:25:\"stm_fonts/stmicons/beauty\";s:5:\"style\";s:28:\"stmicons/beauty/stmicons.css\";s:6:\"config\";s:18:\"beauty/charmap.php\";}s:20:\"stmicons_businesstwo\";a:4:{s:7:\"include\";s:30:\"stm_fonts/stmicons/businesstwo\";s:6:\"folder\";s:30:\"stm_fonts/stmicons/businesstwo\";s:5:\"style\";s:33:\"stmicons/businesstwo/stmicons.css\";s:6:\"config\";s:23:\"businesstwo/charmap.php\";}s:15:\"stmicons_church\";a:4:{s:7:\"include\";s:25:\"stm_fonts/stmicons/church\";s:6:\"folder\";s:25:\"stm_fonts/stmicons/church\";s:5:\"style\";s:28:\"stmicons/church/stmicons.css\";s:6:\"config\";s:18:\"church/charmap.php\";}s:16:\"stmicons_company\";a:4:{s:7:\"include\";s:26:\"stm_fonts/stmicons/company\";s:6:\"folder\";s:26:\"stm_fonts/stmicons/company\";s:5:\"style\";s:29:\"stmicons/company/stmicons.css\";s:6:\"config\";s:19:\"company/charmap.php\";}s:21:\"stmicons_construction\";a:4:{s:7:\"include\";s:31:\"stm_fonts/stmicons/construction\";s:6:\"folder\";s:31:\"stm_fonts/stmicons/construction\";s:5:\"style\";s:34:\"stmicons/construction/stmicons.css\";s:6:\"config\";s:24:\"construction/charmap.php\";}s:19:\"stmicons_consulting\";a:5:{s:7:\"include\";s:29:\"stm_fonts/stmicons/consulting\";s:6:\"folder\";s:29:\"stm_fonts/stmicons/consulting\";s:5:\"style\";s:32:\"stmicons/consulting/stmicons.css\";s:6:\"config\";s:22:\"consulting/charmap.php\";s:7:\"enabled\";b:1;}s:18:\"stmicons_corporate\";a:4:{s:7:\"include\";s:28:\"stm_fonts/stmicons/corporate\";s:6:\"folder\";s:28:\"stm_fonts/stmicons/corporate\";s:5:\"style\";s:31:\"stmicons/corporate/stmicons.css\";s:6:\"config\";s:21:\"corporate/charmap.php\";}s:20:\"stmicons_creativetwo\";a:4:{s:7:\"include\";s:30:\"stm_fonts/stmicons/creativetwo\";s:6:\"folder\";s:30:\"stm_fonts/stmicons/creativetwo\";s:5:\"style\";s:33:\"stmicons/creativetwo/stmicons.css\";s:6:\"config\";s:23:\"creativetwo/charmap.php\";}s:16:\"stmicons_digital\";a:4:{s:7:\"include\";s:26:\"stm_fonts/stmicons/digital\";s:6:\"folder\";s:26:\"stm_fonts/stmicons/digital\";s:5:\"style\";s:29:\"stmicons/digital/stmicons.css\";s:6:\"config\";s:19:\"digital/charmap.php\";}s:16:\"stmicons_factory\";a:4:{s:7:\"include\";s:26:\"stm_fonts/stmicons/factory\";s:6:\"folder\";s:26:\"stm_fonts/stmicons/factory\";s:5:\"style\";s:29:\"stmicons/factory/stmicons.css\";s:6:\"config\";s:19:\"factory/charmap.php\";}s:16:\"stmicons_feather\";a:5:{s:7:\"include\";s:26:\"stm_fonts/stmicons/feather\";s:6:\"folder\";s:26:\"stm_fonts/stmicons/feather\";s:5:\"style\";s:29:\"stmicons/feather/stmicons.css\";s:6:\"config\";s:19:\"feather/charmap.php\";s:7:\"enabled\";b:1;}s:16:\"stmicons_finance\";a:4:{s:7:\"include\";s:26:\"stm_fonts/stmicons/finance\";s:6:\"folder\";s:26:\"stm_fonts/stmicons/finance\";s:5:\"style\";s:29:\"stmicons/finance/stmicons.css\";s:6:\"config\";s:19:\"finance/charmap.php\";}s:18:\"stmicons_furniture\";a:4:{s:7:\"include\";s:28:\"stm_fonts/stmicons/furniture\";s:6:\"folder\";s:28:\"stm_fonts/stmicons/furniture\";s:5:\"style\";s:31:\"stmicons/furniture/stmicons.css\";s:6:\"config\";s:21:\"furniture/charmap.php\";}s:20:\"stmicons_healthcoach\";a:4:{s:7:\"include\";s:30:\"stm_fonts/stmicons/healthcoach\";s:6:\"folder\";s:30:\"stm_fonts/stmicons/healthcoach\";s:5:\"style\";s:33:\"stmicons/healthcoach/stmicons.css\";s:6:\"config\";s:23:\"healthcoach/charmap.php\";}s:14:\"stmicons_hotel\";a:4:{s:7:\"include\";s:24:\"stm_fonts/stmicons/hotel\";s:6:\"folder\";s:24:\"stm_fonts/stmicons/hotel\";s:5:\"style\";s:27:\"stmicons/hotel/stmicons.css\";s:6:\"config\";s:17:\"hotel/charmap.php\";}s:16:\"stmicons_icomoon\";a:5:{s:7:\"include\";s:26:\"stm_fonts/stmicons/icomoon\";s:6:\"folder\";s:26:\"stm_fonts/stmicons/icomoon\";s:5:\"style\";s:29:\"stmicons/icomoon/stmicons.css\";s:6:\"config\";s:19:\"icomoon/charmap.php\";s:7:\"enabled\";b:1;}s:15:\"stmicons_lawyer\";a:4:{s:7:\"include\";s:25:\"stm_fonts/stmicons/lawyer\";s:6:\"folder\";s:25:\"stm_fonts/stmicons/lawyer\";s:5:\"style\";s:28:\"stmicons/lawyer/stmicons.css\";s:6:\"config\";s:18:\"lawyer/charmap.php\";}s:15:\"stmicons_linear\";a:5:{s:7:\"include\";s:25:\"stm_fonts/stmicons/linear\";s:6:\"folder\";s:25:\"stm_fonts/stmicons/linear\";s:5:\"style\";s:28:\"stmicons/linear/stmicons.css\";s:6:\"config\";s:18:\"linear/charmap.php\";s:7:\"enabled\";b:1;}s:18:\"stmicons_logistics\";a:4:{s:7:\"include\";s:28:\"stm_fonts/stmicons/logistics\";s:6:\"folder\";s:28:\"stm_fonts/stmicons/logistics\";s:5:\"style\";s:31:\"stmicons/logistics/stmicons.css\";s:6:\"config\";s:21:\"logistics/charmap.php\";}s:17:\"stmicons_magazine\";a:4:{s:7:\"include\";s:27:\"stm_fonts/stmicons/magazine\";s:6:\"folder\";s:27:\"stm_fonts/stmicons/magazine\";s:5:\"style\";s:30:\"stmicons/magazine/stmicons.css\";s:6:\"config\";s:20:\"magazine/charmap.php\";}s:17:\"stmicons_medicall\";a:4:{s:7:\"include\";s:27:\"stm_fonts/stmicons/medicall\";s:6:\"folder\";s:27:\"stm_fonts/stmicons/medicall\";s:5:\"style\";s:30:\"stmicons/medicall/stmicons.css\";s:6:\"config\";s:20:\"medicall/charmap.php\";}s:22:\"stmicons_personal_blog\";a:4:{s:7:\"include\";s:32:\"stm_fonts/stmicons/personal_blog\";s:6:\"folder\";s:32:\"stm_fonts/stmicons/personal_blog\";s:5:\"style\";s:35:\"stmicons/personal_blog/stmicons.css\";s:6:\"config\";s:25:\"personal_blog/charmap.php\";}s:19:\"stmicons_politician\";a:4:{s:7:\"include\";s:29:\"stm_fonts/stmicons/politician\";s:6:\"folder\";s:29:\"stm_fonts/stmicons/politician\";s:5:\"style\";s:32:\"stmicons/politician/stmicons.css\";s:6:\"config\";s:22:\"politician/charmap.php\";}s:21:\"stmicons_psychologist\";a:4:{s:7:\"include\";s:31:\"stm_fonts/stmicons/psychologist\";s:6:\"folder\";s:31:\"stm_fonts/stmicons/psychologist\";s:5:\"style\";s:34:\"stmicons/psychologist/stmicons.css\";s:6:\"config\";s:24:\"psychologist/charmap.php\";}s:19:\"stmicons_renovation\";a:4:{s:7:\"include\";s:29:\"stm_fonts/stmicons/renovation\";s:6:\"folder\";s:29:\"stm_fonts/stmicons/renovation\";s:5:\"style\";s:32:\"stmicons/renovation/stmicons.css\";s:6:\"config\";s:22:\"renovation/charmap.php\";}s:15:\"stmicons_rental\";a:4:{s:7:\"include\";s:25:\"stm_fonts/stmicons/rental\";s:6:\"folder\";s:25:\"stm_fonts/stmicons/rental\";s:5:\"style\";s:28:\"stmicons/rental/stmicons.css\";s:6:\"config\";s:18:\"rental/charmap.php\";}s:16:\"stmicons_startup\";a:4:{s:7:\"include\";s:26:\"stm_fonts/stmicons/startup\";s:6:\"folder\";s:26:\"stm_fonts/stmicons/startup\";s:5:\"style\";s:29:\"stmicons/startup/stmicons.css\";s:6:\"config\";s:19:\"startup/charmap.php\";}s:14:\"stmicons_store\";a:4:{s:7:\"include\";s:24:\"stm_fonts/stmicons/store\";s:6:\"folder\";s:24:\"stm_fonts/stmicons/store\";s:5:\"style\";s:27:\"stmicons/store/stmicons.css\";s:6:\"config\";s:17:\"store/charmap.php\";}s:15:\"stmicons_vicons\";a:5:{s:7:\"include\";s:25:\"stm_fonts/stmicons/vicons\";s:6:\"folder\";s:25:\"stm_fonts/stmicons/vicons\";s:5:\"style\";s:28:\"stmicons/vicons/stmicons.css\";s:6:\"config\";s:18:\"vicons/charmap.php\";s:7:\"enabled\";b:1;}s:14:\"stmicons_viral\";a:4:{s:7:\"include\";s:24:\"stm_fonts/stmicons/viral\";s:6:\"folder\";s:24:\"stm_fonts/stmicons/viral\";s:5:\"style\";s:27:\"stmicons/viral/stmicons.css\";s:6:\"config\";s:17:\"viral/charmap.php\";}}','yes'),(214,'vc_version','5.7','yes'),(216,'revslider_servers','a:3:{i:0;s:22:\"themepunch-ext-b.tools\";i:1;s:22:\"themepunch-ext-c.tools\";i:2;s:22:\"themepunch-ext-a.tools\";}','yes'),(217,'revslider_server_refresh','1737006179','yes'),(218,'revslider-update-check-short','1737465707','yes'),(219,'revslider-templates-check','1737465707','yes'),(224,'revslider-library-check','1736702962','yes'),(225,'rs-library','a:3:{s:4:\"hash\";s:32:\"0fbedf953c0042911e0f27a364cf4227\";s:7:\"objects\";a:179:{i:0;a:12:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:1;a:12:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:2;a:12:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:3;a:12:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:4;a:12:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:5;a:12:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:6;a:12:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:7;a:12:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:12;a:12:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:13;a:12:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:14;a:12:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:15;a:12:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:16;a:12:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:17;a:12:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:18;a:12:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:19;a:12:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:50;a:12:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:51;a:12:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:52;a:12:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:53;a:12:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:54;a:12:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:55;a:12:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:56;a:12:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:57;a:12:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:58;a:12:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:59;a:12:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:60;a:12:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:61;a:12:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:260;a:12:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:261;a:12:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:262;a:12:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:263;a:12:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:264;a:12:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:265;a:12:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:266;a:12:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:267;a:12:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:268;a:12:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:269;a:12:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:270;a:12:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:271;a:12:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:272;a:12:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:273;a:12:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:274;a:12:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:275;a:12:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:276;a:12:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:277;a:12:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:278;a:12:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:279;a:12:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:280;a:12:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:281;a:12:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:282;a:12:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:283;a:12:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:284;a:12:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:285;a:12:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:286;a:12:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:287;a:12:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:288;a:12:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:289;a:12:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:290;a:12:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:291;a:12:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:292;a:12:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:293;a:12:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:294;a:12:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:295;a:12:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:296;a:12:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:297;a:12:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:298;a:12:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:299;a:12:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:300;a:12:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:301;a:12:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:302;a:12:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:303;a:12:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:304;a:12:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:305;a:12:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:306;a:12:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:307;a:12:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:308;a:12:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:359;a:13:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:360;a:13:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:361;a:13:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:362;a:13:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:363;a:13:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:364;a:13:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:365;a:13:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:366;a:13:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:367;a:13:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:368;a:13:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}','no'),(226,'revslider_checktables','1','yes'),(227,'rs_tables_created','1','yes'),(228,'revslider_table_version','1.0.6','yes'),(229,'revslider-global-settings','a:0:{}','yes'),(230,'revslider_update_version','5.2.5.5','yes'),(231,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(233,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.1.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";d:1551008297;s:7:\"version\";s:5:\"5.1.1\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(237,'wpb_js_composer_license_activation_notified','yes','yes'),(239,'widget_bcn_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(243,'widget_booked_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(245,'booked_version_check','2.2.3','yes'),(248,'external_updates-booked','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1737586501;s:14:\"checkedVersion\";s:5:\"2.2.3\";s:6:\"update\";O:8:\"stdClass\":7:{s:2:\"id\";i:0;s:4:\"slug\";s:6:\"booked\";s:7:\"version\";N;s:8:\"homepage\";N;s:12:\"download_url\";N;s:14:\"upgrade_notice\";N;s:8:\"filename\";s:17:\"booked/booked.php\";}}','no'),(250,'widget_mc4wp_form_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(251,'stm_layout','business','yes'),(252,'category_children','a:0:{}','yes'),(253,'project_category_children','a:0:{}','yes'),(254,'event_category_children','a:0:{}','yes'),(256,'album_category_children','a:0:{}','yes'),(257,'video_category_children','a:0:{}','yes'),(258,'staff_categories_children','a:0:{}','yes'),(259,'products_category_children','a:0:{}','yes'),(260,'booked_defaults','a:12:{s:3:\"Mon\";a:1:{s:9:\"0900-1000\";i:5;}s:11:\"Mon-details\";a:1:{s:9:\"0900-1000\";a:1:{s:5:\"title\";s:38:\"Develop the next-generation technology\";}}s:3:\"Tue\";a:1:{s:9:\"0900-1000\";i:5;}s:11:\"Tue-details\";a:1:{s:9:\"0900-1000\";a:1:{s:5:\"title\";s:38:\"Develop the next-generation technology\";}}s:3:\"Wed\";a:1:{s:9:\"0900-1000\";i:5;}s:11:\"Wed-details\";a:1:{s:9:\"0900-1000\";a:1:{s:5:\"title\";s:38:\"Develop the next-generation technology\";}}s:3:\"Thu\";a:1:{s:9:\"0900-1000\";i:5;}s:11:\"Thu-details\";a:1:{s:9:\"0900-1000\";a:1:{s:5:\"title\";s:38:\"Develop the next-generation technology\";}}s:3:\"Fri\";a:1:{s:9:\"0900-1000\";i:5;}s:11:\"Fri-details\";a:1:{s:9:\"0900-1000\";a:1:{s:5:\"title\";s:38:\"Develop the next-generation technology\";}}s:3:\"Sat\";a:1:{s:9:\"0900-1000\";i:5;}s:11:\"Sat-details\";a:1:{s:9:\"0900-1000\";a:1:{s:5:\"title\";s:38:\"Develop the next-generation technology\";}}}','yes'),(261,'booked_light_color','#3c98ff','yes'),(262,'booked_button_color','#3c98ff','yes'),(263,'booked_dark_color','#293742','yes'),(273,'mc4wp_version','4.3.3','yes'),(274,'mc4wp_flash_messages','a:0:{}','no'),(275,'leadin_options','a:13:{s:12:\"li_installed\";i:1;s:14:\"leadin_version\";s:5:\"7.0.0\";s:8:\"li_email\";s:25:\"contact@couleurvelvet.com\";s:23:\"li_updates_subscription\";i:1;s:15:\"onboarding_step\";i:1;s:19:\"onboarding_complete\";i:0;s:21:\"ignore_settings_popup\";i:0;s:14:\"data_recovered\";i:1;s:18:\"delete_flags_fixed\";i:1;s:11:\"beta_tester\";i:0;s:17:\"converted_to_tags\";i:1;s:23:\"names_added_to_contacts\";i:1;s:14:\"affiliate_code\";s:0:\"\";}','yes'),(276,'ls-plugin-version','6.7.6','yes'),(277,'ls-db-version','6.5.5','yes'),(278,'ls-installed','1','yes'),(279,'ls-date-installed','1551011100','yes'),(281,'layerslider_update_info','O:8:\"stdClass\":7:{s:5:\"basic\";O:8:\"stdClass\":13:{s:4:\"slug\";s:11:\"LayerSlider\";s:6:\"plugin\";s:27:\"LayerSlider/layerslider.php\";s:7:\"version\";s:6:\"7.14.1\";s:8:\"released\";s:10:\"2025-01-13\";s:5:\"icons\";a:3:{s:2:\"1x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:94:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:3:\"url\";s:24:\"https://layerslider.com/\";s:7:\"package\";s:0:\"\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:5:\"5.4.0\";s:14:\"upgrade_notice\";s:56:\"This update contains general improvements and bug fixes.\";s:11:\"new_version\";s:6:\"7.14.1\";}s:4:\"full\";O:8:\"stdClass\":21:{s:4:\"name\";s:14:\"LayerSlider WP\";s:8:\"homepage\";s:24:\"https://layerslider.com/\";s:5:\"p_url\";s:32:\"https://layerslider.com/pricing/\";s:7:\"version\";s:6:\"7.14.1\";s:12:\"last_updated\";s:10:\"2025-01-13\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:5:\"5.4.0\";s:6:\"rating\";s:2:\"95\";s:11:\"num_ratings\";i:3208;s:14:\"upgrade_notice\";a:3:{s:6:\"stable\";s:56:\"This update contains general improvements and bug fixes.\";s:4:\"beta\";s:56:\"This update contains general improvements and bug fixes.\";s:4:\"edge\";s:56:\"This update contains general improvements and bug fixes.\";}s:6:\"author\";s:71:\"Kreatura Media\";s:3:\"url\";s:24:\"https://layerslider.com/\";s:8:\"external\";b:1;s:9:\"file_name\";s:10:\"plugin.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:94:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:8:\"sections\";a:3:{s:9:\"changelog\";s:329:\"
\n Click here to see the release log. Don’t forget, the release log and all product-related news are also integrated right into LayerSlider. Look for the “LayerSlider News” section at the bottom of its main admin screen.\n
\";s:12:\"installation\";s:549:\"
\n Updating the plugin won’t touch your sliders or settings. New versions always have backward compatibility. You don’t have to worry about losing your work. Not sure how to update? Check the Updating section of our online documentation.\n
\n\n
\n If you’re experiencing unwanted changes, it is always a good idea to check your settings since there are probably new options to control those changes.\n
\";}s:4:\"slug\";s:11:\"LayerSlider\";s:7:\"package\";s:0:\"\";s:13:\"download_link\";s:0:\"\";}s:15:\"_latest_version\";s:6:\"7.14.1\";s:17:\"_important_notice\";a:9:{s:4:\"date\";s:10:\"2023-12-06\";s:5:\"title\";s:1:\" \";s:7:\"message\";s:557:\"UPDATE REQUIRED: You’re using an outdated version of LayerSlider, which lacks crucial fixes needed to be secure and compatible with the latest versions of PHP, WordPress, and popular 3rd party applications. The latest updates contain important security fixes, new features, countless improvements, and bug fixes. Please see the update instructions or contact us if you have any questions.\";s:5:\"image\";s:0:\"\";s:6:\"banner\";a:5:{s:5:\"class\";s:0:\"\";s:5:\"style\";s:132:\"height: auto; margin: 39px auto 0 auto !important; min-width: 700px; max-width: 1700px; padding-right: 20px; box-sizing: border-box;\";s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:7:\"content\";s:2135:\"\n\n \n \n
\n\n
\n Update Required: You’re using an outdated version of LayerSlider, which lacks crucial fixes needed to be secure and compatible with the latest versions of PHP, WordPress, and popular 3rd party applications. The latest updates contain important security fixes, new features, countless improvements, and bug fixes. Please see the update instructions or contact us if you have any questions.\n \n
\n\n
\n \";}s:11:\"min_version\";s:0:\"\";s:11:\"max_version\";s:5:\"7.2.0\";s:11:\"unactivated\";b:0;s:10:\"url_filter\";s:33:\"layerslider index.php plugins.php\";}s:14:\"_not_activated\";b:1;s:16:\"_sub_deactivated\";b:0;s:7:\"checked\";i:1737608530;}','yes'),(287,'widget_layerslider_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(288,'widget_stm_gdpr_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(289,'leadin_pluginVersion','7.0.0','yes'),(290,'hubspot_affiliate_code','https://mbsy.co/pzqQj','yes'),(291,'ls-latest-version','7.14.1','yes'),(301,'widget_stm-popular-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(302,'widget_stm-recent-comments','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(303,'widget_stm-recent-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(310,'stm_gdpr_compliance','a:4:{s:15:\"stmgdpr_general\";a:1:{i:0;a:6:{s:11:\"expire_time\";s:8:\"15768000\";s:11:\"button_text\";s:11:\"Ok, I agree\";s:13:\"popup_content\";s:90:\"This website uses cookies and asks your personal data to enhance your browsing experience.\";s:14:\"popup_bg_color\";s:7:\"#2d2e82\";s:16:\"popup_text_color\";s:4:\"#fff\";s:14:\"popup_position\";s:12:\"left_bottom_\";}}s:15:\"stmgdpr_privacy\";a:1:{i:0;a:2:{s:12:\"privacy_page\";s:1:\"0\";s:9:\"link_text\";s:14:\"Privacy Policy\";}}s:15:\"stmgdpr_plugins\";a:1:{i:0;a:6:{s:20:\"contact_form_7_label\";s:61:\"I agree with storage and handling of my data by this website.\";s:20:\"contact_form_7_error\";s:39:\"You have to accept the privacy checkbox\";s:15:\"mailchimp_label\";s:61:\"I agree with storage and handling of my data by this website.\";s:15:\"mailchimp_error\";s:39:\"You have to accept the privacy checkbox\";s:15:\"wordpress_label\";s:61:\"I agree with storage and handling of my data by this website.\";s:15:\"wordpress_error\";s:39:\"You have to accept the privacy checkbox\";}}s:19:\"stmgdpr_data_access\";a:1:{i:0;a:2:{s:12:\"error_prefix\";s:21:\"Some errors occurred:\";s:7:\"success\";s:81:\"Your request have been submitted. Check your email to validate your data request.\";}}}','yes'),(318,'recently_activated','a:0:{}','yes'),(325,'wordfence_version','7.2.2','yes'),(326,'wordfence_case','1','yes'),(327,'wordfence_installed','1','yes'),(328,'wordfenceActivated','1','yes'),(329,'wf_plugin_act_error','','yes'),(342,'duplicate_page_options','a:4:{s:21:\"duplicate_post_status\";s:5:\"draft\";s:23:\"duplicate_post_redirect\";s:7:\"to_list\";s:21:\"duplicate_post_suffix\";s:0:\"\";s:21:\"duplicate_post_editor\";s:7:\"classic\";}','yes'),(364,'rs_cache_overlay','5.4.8.2','yes'),(395,'wpb_js_google_fonts_subsets','a:1:{i:0;s:5:\"latin\";}','yes'),(396,'wpb_js_gutenberg_disable','1','yes'),(397,'wpb_js_default_template_post_type','a:0:{}','yes'),(415,'service_category_children','a:0:{}','yes'),(474,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(517,'wordfence_syncAttackDataAttempts','0','no'),(518,'wordfence_syncingAttackData','0','no'),(519,'wordfence_lastSyncAttackData','1680088022','no'),(587,'revslider-connection','1','yes'),(588,'revslider-latest-version','6.7.25','yes'),(589,'revslider-stable-version','4.2.0','yes'),(590,'revslider-notices','a:2:{i:0;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"0.9.9\";s:4:\"text\";s:952:\"
\";s:4:\"code\";s:8:\"TPSRBF24\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}}','yes'),(591,'revslider-dashboard','a:0:{}','yes'),(592,'revslider-addons','O:8:\"stdClass\":25:{s:25:\"revslider-particles-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:1:\"7\";s:9:\"releaseid\";s:1:\"7\";s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:2:\"10\";s:11:\"last_update\";s:10:\"2020-08-13\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_particles.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_particles.jpg\";s:7:\"img_md5\";s:32:\"b668a4015ddc6a532b43bb558967a062\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"20\";s:9:\"releaseid\";s:2:\"20\";s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"20\";s:11:\"last_update\";s:10:\"2020-08-11\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_bubblemorph.jpg\";s:7:\"img_md5\";s:32:\"22d03d5de3034069c6db1fdeafd467cd\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"15\";s:9:\"releaseid\";s:2:\"15\";s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"40\";s:11:\"last_update\";s:10:\"2020-10-17\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_beforeafter.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_beforeafter.jpg\";s:7:\"img_md5\";s:32:\"5a34f20417a7874e1b95693ef37a0758\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:1:\"3\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:2:\"50\";s:11:\"last_update\";s:10:\"2020-06-18\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_typewriter.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_typewriter.jpg\";s:7:\"img_md5\";s:32:\"727b604f6fd3fc55894ba50eb566efed\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"21\";s:9:\"releaseid\";s:2:\"21\";s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"70\";s:11:\"last_update\";s:10:\"2020-05-05\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_distortion.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_distortion.jpg\";s:7:\"img_md5\";s:32:\"c26c52a563008b7dc907a288c1e4bb8e\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"23\";s:9:\"releaseid\";s:2:\"23\";s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"90\";s:11:\"last_update\";s:10:\"2020-06-14\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_paintbrush.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_paintbrush.jpg\";s:7:\"img_md5\";s:32:\"308a56289b9a29d1916c2acfc141b699\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"13\";s:9:\"releaseid\";s:2:\"13\";s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"110\";s:11:\"last_update\";s:10:\"2020-05-05\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_slicey.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_slicey.jpg\";s:7:\"img_md5\";s:32:\"28afd29b7738a452194f0a0bc1d21cbe\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"10\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"125\";s:11:\"last_update\";s:10:\"2020-05-08\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_filmstrip.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_filmstrip.jpg\";s:7:\"img_md5\";s:32:\"dac40ee57d2be9aaf01faacf51ccb412\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:1:\"4\";s:9:\"releaseid\";s:1:\"4\";s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"127\";s:11:\"last_update\";s:10:\"2020-01-30\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:84:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_underconstruction.jpg\";s:8:\"img_file\";s:51:\"revslider/addons/images/addon_underconstruction.jpg\";s:7:\"img_md5\";s:32:\"17f8cba84931541c065cfb1943edafb2\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"19\";s:9:\"releaseid\";s:2:\"19\";s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"130\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_reveal.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_reveal.jpg\";s:7:\"img_md5\";s:32:\"a7ce4bf5eb6fdc1497ed6276ca623046\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"17\";s:9:\"releaseid\";s:2:\"17\";s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:28:\"Display images in 360 degree\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"135\";s:11:\"last_update\";s:10:\"2020-10-07\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:75:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_panorama.jpg\";s:8:\"img_file\";s:42:\"revslider/addons/images/addon_panorama.jpg\";s:7:\"img_md5\";s:32:\"210953d59903bed91688138cb60777d2\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"22\";s:9:\"releaseid\";s:2:\"22\";s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"150\";s:11:\"last_update\";s:10:\"2020-07-16\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_exploding.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_exploding.jpg\";s:7:\"img_md5\";s:32:\"44d60b83cdf5b29033d41feb516b47e1\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:1:\"5\";s:9:\"releaseid\";s:1:\"5\";s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"1.1.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"165\";s:11:\"last_update\";s:10:\"2020-02-20\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:80:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_socialsharing.jpg\";s:8:\"img_file\";s:47:\"revslider/addons/images/addon_socialsharing.jpg\";s:7:\"img_md5\";s:32:\"6b074630853c4f95d5337bc85e496cbe\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"14\";s:9:\"releaseid\";s:2:\"14\";s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"180\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:0:\"\";s:8:\"img_file\";s:0:\"\";s:7:\"img_md5\";s:0:\"\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"304\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"330\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:0:\"\";s:8:\"img_file\";s:0:\"\";s:7:\"img_md5\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"303\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"340\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:0:\"\";s:8:\"img_file\";s:0:\"\";s:7:\"img_md5\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:1:\"6\";s:9:\"releaseid\";s:1:\"6\";s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"380\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:0:\"\";s:8:\"img_file\";s:0:\"\";s:7:\"img_md5\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:1:\"2\";s:9:\"releaseid\";s:1:\"2\";s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"430\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/wp-gallery-addon.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/wp-gallery-addon.jpg\";s:7:\"img_md5\";s:32:\"74392a04b741d83c51e55059dbb388ef\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"302\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"500\";s:11:\"last_update\";s:10:\"2020-01-31\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:0:\"\";s:8:\"img_file\";s:0:\"\";s:7:\"img_md5\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:1:\"1\";s:9:\"releaseid\";s:1:\"8\";s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"620\";s:11:\"last_update\";s:10:\"2022-01-01\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:0:\"\";s:8:\"img_file\";s:0:\"\";s:7:\"img_md5\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:1:\"9\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"630\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:0:\"\";s:8:\"img_file\";s:0:\"\";s:7:\"img_md5\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"11\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"650\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:0:\"\";s:8:\"img_file\";s:0:\"\";s:7:\"img_md5\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"12\";s:9:\"releaseid\";s:2:\"12\";s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"660\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_wpfeatured.jpg\";s:7:\"img_md5\";s:32:\"bcc840e68194f3eb05795e1353954bda\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"16\";s:9:\"releaseid\";s:2:\"16\";s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"690\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:0:\"\";s:8:\"img_file\";s:0:\"\";s:7:\"img_md5\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"18\";s:9:\"releaseid\";s:2:\"18\";s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"710\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:0:\"\";s:8:\"img_file\";s:0:\"\";s:7:\"img_md5\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}}','yes'),(2011,'auto_core_update_notified','a:4:{s:4:\"type\";s:4:\"fail\";s:5:\"email\";s:25:\"contact@couleurvelvet.com\";s:7:\"version\";s:6:\"5.1.19\";s:9:\"timestamp\";i:1719288913;}','no'),(19725,'wpseo','a:20:{s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:4:\"12.3\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1571813970;s:13:\"myyoast-oauth\";b:0;}','yes'),(19726,'wpseo_titles','a:143:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:42:\"%%name%%, auteur sur %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:65:\"Vous avez cherché %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:38:\"Page non trouvée %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:64:\"L’article %%POSTLINK%% est apparu en premier sur %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:30:\"Erreur 404 : Page introuvable\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:13:\"Archives pour\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:7:\"Accueil\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:18:\"Vous avez cherché\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:14:\"person_logo_id\";i:0;s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:15:\"company_logo_id\";i:0;s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:16:\"title-stm_events\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-stm_events\";s:0:\"\";s:18:\"noindex-stm_events\";b:0;s:19:\"showdate-stm_events\";b:0;s:29:\"display-metabox-pt-stm_events\";b:1;s:29:\"post_types-stm_events-maintax\";i:0;s:18:\"title-stm_services\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-stm_services\";s:0:\"\";s:20:\"noindex-stm_services\";b:0;s:21:\"showdate-stm_services\";b:0;s:31:\"display-metabox-pt-stm_services\";b:1;s:31:\"post_types-stm_services-maintax\";i:0;s:21:\"title-stm_pre_content\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-stm_pre_content\";s:0:\"\";s:23:\"noindex-stm_pre_content\";b:0;s:24:\"showdate-stm_pre_content\";b:0;s:34:\"display-metabox-pt-stm_pre_content\";b:1;s:34:\"post_types-stm_pre_content-maintax\";i:0;s:20:\"title-stm_pre_footer\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-stm_pre_footer\";s:0:\"\";s:22:\"noindex-stm_pre_footer\";b:0;s:23:\"showdate-stm_pre_footer\";b:0;s:33:\"display-metabox-pt-stm_pre_footer\";b:1;s:33:\"post_types-stm_pre_footer-maintax\";i:0;s:19:\"title-stm_vacancies\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:22:\"metadesc-stm_vacancies\";s:0:\"\";s:21:\"noindex-stm_vacancies\";b:0;s:22:\"showdate-stm_vacancies\";b:0;s:32:\"display-metabox-pt-stm_vacancies\";b:1;s:32:\"post_types-stm_vacancies-maintax\";i:0;s:22:\"title-stm_media_events\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:25:\"metadesc-stm_media_events\";s:0:\"\";s:24:\"noindex-stm_media_events\";b:0;s:25:\"showdate-stm_media_events\";b:0;s:35:\"display-metabox-pt-stm_media_events\";b:1;s:35:\"post_types-stm_media_events-maintax\";i:0;s:18:\"title-stm_products\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-stm_products\";s:0:\"\";s:20:\"noindex-stm_products\";b:0;s:21:\"showdate-stm_products\";b:0;s:31:\"display-metabox-pt-stm_products\";b:1;s:31:\"post_types-stm_products-maintax\";i:0;s:18:\"title-tax-category\";s:57:\"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:57:\"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:57:\"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:33:\"title-tax-booked_custom_calendars\";s:57:\"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%\";s:36:\"metadesc-tax-booked_custom_calendars\";s:0:\"\";s:43:\"display-metabox-tax-booked_custom_calendars\";b:1;s:35:\"noindex-tax-booked_custom_calendars\";b:0;s:41:\"taxonomy-booked_custom_calendars-ptparent\";i:0;s:26:\"title-tax-project_category\";s:57:\"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-project_category\";s:0:\"\";s:36:\"display-metabox-tax-project_category\";b:1;s:28:\"noindex-tax-project_category\";b:0;s:34:\"taxonomy-project_category-ptparent\";i:0;s:24:\"title-tax-event_category\";s:57:\"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-tax-event_category\";s:0:\"\";s:34:\"display-metabox-tax-event_category\";b:1;s:26:\"noindex-tax-event_category\";b:0;s:32:\"taxonomy-event_category-ptparent\";i:0;s:26:\"title-tax-service_category\";s:57:\"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-service_category\";s:0:\"\";s:36:\"display-metabox-tax-service_category\";b:1;s:28:\"noindex-tax-service_category\";b:0;s:34:\"taxonomy-service_category-ptparent\";i:0;s:26:\"title-tax-staff_categories\";s:57:\"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-staff_categories\";s:0:\"\";s:36:\"display-metabox-tax-staff_categories\";b:1;s:28:\"noindex-tax-staff_categories\";b:0;s:34:\"taxonomy-staff_categories-ptparent\";i:0;s:27:\"title-tax-products_category\";s:57:\"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%\";s:30:\"metadesc-tax-products_category\";s:0:\"\";s:37:\"display-metabox-tax-products_category\";b:1;s:29:\"noindex-tax-products_category\";b:0;s:35:\"taxonomy-products_category-ptparent\";i:0;}','yes'),(19727,'wpseo_social','a:19:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(19728,'wpseo_flush_rewrite','1','yes'),(19736,'rewrite_rules','a:390:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:47:\"booked_appointments/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"booked_appointments/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"booked_appointments/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"booked_appointments/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"booked_appointments/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"booked_appointments/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"booked_appointments/([^/]+)/embed/?$\";s:52:\"index.php?booked_appointments=$matches[1]&embed=true\";s:40:\"booked_appointments/([^/]+)/trackback/?$\";s:46:\"index.php?booked_appointments=$matches[1]&tb=1\";s:48:\"booked_appointments/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?booked_appointments=$matches[1]&paged=$matches[2]\";s:55:\"booked_appointments/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?booked_appointments=$matches[1]&cpage=$matches[2]\";s:44:\"booked_appointments/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?booked_appointments=$matches[1]&page=$matches[2]\";s:36:\"booked_appointments/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"booked_appointments/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"booked_appointments/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"booked_appointments/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"booked_appointments/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"booked_appointments/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"custom-calendar/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:62:\"index.php?booked_custom_calendars=$matches[1]&feed=$matches[2]\";s:51:\"custom-calendar/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:62:\"index.php?booked_custom_calendars=$matches[1]&feed=$matches[2]\";s:32:\"custom-calendar/([^/]+)/embed/?$\";s:56:\"index.php?booked_custom_calendars=$matches[1]&embed=true\";s:44:\"custom-calendar/([^/]+)/page/?([0-9]{1,})/?$\";s:63:\"index.php?booked_custom_calendars=$matches[1]&paged=$matches[2]\";s:26:\"custom-calendar/([^/]+)/?$\";s:45:\"index.php?booked_custom_calendars=$matches[1]\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"cases/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"cases/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"cases/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"cases/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"cases/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"cases/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"cases/([^/]+)/embed/?$\";s:45:\"index.php?stm_projects=$matches[1]&embed=true\";s:26:\"cases/([^/]+)/trackback/?$\";s:39:\"index.php?stm_projects=$matches[1]&tb=1\";s:34:\"cases/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?stm_projects=$matches[1]&paged=$matches[2]\";s:41:\"cases/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?stm_projects=$matches[1]&cpage=$matches[2]\";s:30:\"cases/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?stm_projects=$matches[1]&page=$matches[2]\";s:22:\"cases/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"cases/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"cases/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"cases/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"cases/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"cases/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:52:\"project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:33:\"project_category/([^/]+)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:45:\"project_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:27:\"project_category/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:34:\"events/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"events/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"events/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"events/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"events/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"events/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"events/([^/]+)/embed/?$\";s:43:\"index.php?stm_events=$matches[1]&embed=true\";s:27:\"events/([^/]+)/trackback/?$\";s:37:\"index.php?stm_events=$matches[1]&tb=1\";s:35:\"events/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?stm_events=$matches[1]&paged=$matches[2]\";s:42:\"events/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?stm_events=$matches[1]&cpage=$matches[2]\";s:31:\"events/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?stm_events=$matches[1]&page=$matches[2]\";s:23:\"events/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"events/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"events/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"events/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"events/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"events/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"event_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?event_category=$matches[1]&feed=$matches[2]\";s:50:\"event_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?event_category=$matches[1]&feed=$matches[2]\";s:31:\"event_category/([^/]+)/embed/?$\";s:47:\"index.php?event_category=$matches[1]&embed=true\";s:43:\"event_category/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?event_category=$matches[1]&paged=$matches[2]\";s:25:\"event_category/([^/]+)/?$\";s:36:\"index.php?event_category=$matches[1]\";s:44:\"stm_participants/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"stm_participants/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"stm_participants/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"stm_participants/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"stm_participants/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"stm_participants/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"stm_participants/([^/]+)/embed/?$\";s:64:\"index.php?post_type=stm_participants&name=$matches[1]&embed=true\";s:37:\"stm_participants/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=stm_participants&name=$matches[1]&tb=1\";s:45:\"stm_participants/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=stm_participants&name=$matches[1]&paged=$matches[2]\";s:52:\"stm_participants/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=stm_participants&name=$matches[1]&cpage=$matches[2]\";s:41:\"stm_participants/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=stm_participants&name=$matches[1]&page=$matches[2]\";s:33:\"stm_participants/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"stm_participants/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"stm_participants/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"stm_participants/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"stm_participants/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"stm_participants/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"stm_speakers/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"stm_speakers/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"stm_speakers/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"stm_speakers/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"stm_speakers/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"stm_speakers/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"stm_speakers/([^/]+)/embed/?$\";s:60:\"index.php?post_type=stm_speakers&name=$matches[1]&embed=true\";s:33:\"stm_speakers/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=stm_speakers&name=$matches[1]&tb=1\";s:41:\"stm_speakers/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=stm_speakers&name=$matches[1]&paged=$matches[2]\";s:48:\"stm_speakers/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=stm_speakers&name=$matches[1]&cpage=$matches[2]\";s:37:\"stm_speakers/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=stm_speakers&name=$matches[1]&page=$matches[2]\";s:29:\"stm_speakers/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"stm_speakers/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"stm_speakers/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"stm_speakers/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"stm_speakers/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"stm_speakers/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"Services/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"Services/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"Services/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"Services/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"Services/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"Services/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"Services/([^/]+)/embed/?$\";s:45:\"index.php?stm_services=$matches[1]&embed=true\";s:29:\"Services/([^/]+)/trackback/?$\";s:39:\"index.php?stm_services=$matches[1]&tb=1\";s:37:\"Services/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?stm_services=$matches[1]&paged=$matches[2]\";s:44:\"Services/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?stm_services=$matches[1]&cpage=$matches[2]\";s:33:\"Services/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?stm_services=$matches[1]&page=$matches[2]\";s:25:\"Services/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"Services/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"Services/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"Services/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"Services/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"Services/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"service_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?service_category=$matches[1]&feed=$matches[2]\";s:52:\"service_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?service_category=$matches[1]&feed=$matches[2]\";s:33:\"service_category/([^/]+)/embed/?$\";s:49:\"index.php?service_category=$matches[1]&embed=true\";s:45:\"service_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?service_category=$matches[1]&paged=$matches[2]\";s:27:\"service_category/([^/]+)/?$\";s:38:\"index.php?service_category=$matches[1]\";s:36:\"sidebars/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"sidebars/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"sidebars/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"sidebars/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"sidebars/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"sidebars/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"sidebars/([^/]+)/embed/?$\";s:45:\"index.php?stm_sidebars=$matches[1]&embed=true\";s:29:\"sidebars/([^/]+)/trackback/?$\";s:39:\"index.php?stm_sidebars=$matches[1]&tb=1\";s:37:\"sidebars/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?stm_sidebars=$matches[1]&paged=$matches[2]\";s:44:\"sidebars/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?stm_sidebars=$matches[1]&cpage=$matches[2]\";s:33:\"sidebars/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?stm_sidebars=$matches[1]&page=$matches[2]\";s:25:\"sidebars/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"sidebars/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"sidebars/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"sidebars/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"sidebars/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"sidebars/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:43:\"stm_pre_content/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"stm_pre_content/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"stm_pre_content/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"stm_pre_content/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"stm_pre_content/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"stm_pre_content/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"stm_pre_content/([^/]+)/embed/?$\";s:48:\"index.php?stm_pre_content=$matches[1]&embed=true\";s:36:\"stm_pre_content/([^/]+)/trackback/?$\";s:42:\"index.php?stm_pre_content=$matches[1]&tb=1\";s:44:\"stm_pre_content/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?stm_pre_content=$matches[1]&paged=$matches[2]\";s:51:\"stm_pre_content/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?stm_pre_content=$matches[1]&cpage=$matches[2]\";s:40:\"stm_pre_content/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?stm_pre_content=$matches[1]&page=$matches[2]\";s:32:\"stm_pre_content/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"stm_pre_content/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"stm_pre_content/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"stm_pre_content/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"stm_pre_content/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"stm_pre_content/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"stm_pre_footer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"stm_pre_footer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"stm_pre_footer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"stm_pre_footer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"stm_pre_footer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"stm_pre_footer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"stm_pre_footer/([^/]+)/embed/?$\";s:47:\"index.php?stm_pre_footer=$matches[1]&embed=true\";s:35:\"stm_pre_footer/([^/]+)/trackback/?$\";s:41:\"index.php?stm_pre_footer=$matches[1]&tb=1\";s:43:\"stm_pre_footer/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?stm_pre_footer=$matches[1]&paged=$matches[2]\";s:50:\"stm_pre_footer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?stm_pre_footer=$matches[1]&cpage=$matches[2]\";s:39:\"stm_pre_footer/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?stm_pre_footer=$matches[1]&page=$matches[2]\";s:31:\"stm_pre_footer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"stm_pre_footer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"stm_pre_footer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"stm_pre_footer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"stm_pre_footer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"stm_pre_footer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"vacancies/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"vacancies/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"vacancies/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"vacancies/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"vacancies/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"vacancies/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"vacancies/([^/]+)/embed/?$\";s:46:\"index.php?stm_vacancies=$matches[1]&embed=true\";s:30:\"vacancies/([^/]+)/trackback/?$\";s:40:\"index.php?stm_vacancies=$matches[1]&tb=1\";s:38:\"vacancies/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?stm_vacancies=$matches[1]&paged=$matches[2]\";s:45:\"vacancies/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?stm_vacancies=$matches[1]&cpage=$matches[2]\";s:34:\"vacancies/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?stm_vacancies=$matches[1]&page=$matches[2]\";s:26:\"vacancies/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"vacancies/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"vacancies/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"vacancies/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"vacancies/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"vacancies/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"stm_media_events/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"stm_media_events/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"stm_media_events/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"stm_media_events/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"stm_media_events/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"stm_media_events/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"stm_media_events/([^/]+)/embed/?$\";s:49:\"index.php?stm_media_events=$matches[1]&embed=true\";s:37:\"stm_media_events/([^/]+)/trackback/?$\";s:43:\"index.php?stm_media_events=$matches[1]&tb=1\";s:45:\"stm_media_events/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?stm_media_events=$matches[1]&paged=$matches[2]\";s:52:\"stm_media_events/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?stm_media_events=$matches[1]&cpage=$matches[2]\";s:41:\"stm_media_events/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?stm_media_events=$matches[1]&page=$matches[2]\";s:33:\"stm_media_events/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"stm_media_events/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"stm_media_events/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"stm_media_events/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"stm_media_events/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"stm_media_events/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"stm_staff/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"stm_staff/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"stm_staff/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"stm_staff/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"stm_staff/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"stm_staff/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"stm_staff/([^/]+)/embed/?$\";s:42:\"index.php?stm_staff=$matches[1]&embed=true\";s:30:\"stm_staff/([^/]+)/trackback/?$\";s:36:\"index.php?stm_staff=$matches[1]&tb=1\";s:38:\"stm_staff/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?stm_staff=$matches[1]&paged=$matches[2]\";s:45:\"stm_staff/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?stm_staff=$matches[1]&cpage=$matches[2]\";s:34:\"stm_staff/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?stm_staff=$matches[1]&page=$matches[2]\";s:26:\"stm_staff/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"stm_staff/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"stm_staff/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"stm_staff/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"stm_staff/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"stm_staff/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"staff_categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?staff_categories=$matches[1]&feed=$matches[2]\";s:52:\"staff_categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?staff_categories=$matches[1]&feed=$matches[2]\";s:33:\"staff_categories/([^/]+)/embed/?$\";s:49:\"index.php?staff_categories=$matches[1]&embed=true\";s:45:\"staff_categories/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?staff_categories=$matches[1]&paged=$matches[2]\";s:27:\"staff_categories/([^/]+)/?$\";s:38:\"index.php?staff_categories=$matches[1]\";s:36:\"products/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"products/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"products/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"products/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"products/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"products/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"products/([^/]+)/embed/?$\";s:45:\"index.php?stm_products=$matches[1]&embed=true\";s:29:\"products/([^/]+)/trackback/?$\";s:39:\"index.php?stm_products=$matches[1]&tb=1\";s:37:\"products/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?stm_products=$matches[1]&paged=$matches[2]\";s:44:\"products/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?stm_products=$matches[1]&cpage=$matches[2]\";s:33:\"products/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?stm_products=$matches[1]&page=$matches[2]\";s:25:\"products/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"products/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"products/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"products/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"products/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"products/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:58:\"products_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?products_category=$matches[1]&feed=$matches[2]\";s:53:\"products_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?products_category=$matches[1]&feed=$matches[2]\";s:34:\"products_category/([^/]+)/embed/?$\";s:50:\"index.php?products_category=$matches[1]&embed=true\";s:46:\"products_category/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?products_category=$matches[1]&paged=$matches[2]\";s:28:\"products_category/([^/]+)/?$\";s:39:\"index.php?products_category=$matches[1]\";s:36:\"stm_slider/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"stm_slider/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"stm_slider/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"stm_slider/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"stm_slider/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"stm_slider/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"stm_slider/(.+?)/embed/?$\";s:43:\"index.php?stm_slider=$matches[1]&embed=true\";s:29:\"stm_slider/(.+?)/trackback/?$\";s:37:\"index.php?stm_slider=$matches[1]&tb=1\";s:37:\"stm_slider/(.+?)/page/?([0-9]{1,})/?$\";s:50:\"index.php?stm_slider=$matches[1]&paged=$matches[2]\";s:44:\"stm_slider/(.+?)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?stm_slider=$matches[1]&cpage=$matches[2]\";s:33:\"stm_slider/(.+?)(?:/([0-9]+))?/?$\";s:49:\"index.php?stm_slider=$matches[1]&page=$matches[2]\";s:38:\"mc4wp-form/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"mc4wp-form/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"mc4wp-form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"mc4wp-form/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"mc4wp-form/([^/]+)/embed/?$\";s:43:\"index.php?mc4wp-form=$matches[1]&embed=true\";s:31:\"mc4wp-form/([^/]+)/trackback/?$\";s:37:\"index.php?mc4wp-form=$matches[1]&tb=1\";s:39:\"mc4wp-form/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&paged=$matches[2]\";s:46:\"mc4wp-form/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&cpage=$matches[2]\";s:35:\"mc4wp-form/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?mc4wp-form=$matches[1]&page=$matches[2]\";s:27:\"mc4wp-form/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"mc4wp-form/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"mc4wp-form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"mc4wp-form/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=3854&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(21066,'ls-p-url','https://layerslider.com/pricing/','yes'),(32423,'seed_csp4_initial_version','5.1.0','no'),(32424,'seed_csp4_version','5.1.0','no'),(32425,'seed_csp4_settings_content','a:9:{s:6:\"status\";s:1:\"2\";s:4:\"logo\";s:75:\"http://fj-lifesciences.com/wp-content/uploads/2019/02/FJLS-bleu-300x113.png\";s:8:\"headline\";s:20:\"Maintenance en cours\";s:11:\"description\";s:0:\"\";s:13:\"footer_credit\";s:1:\"0\";s:7:\"favicon\";s:0:\"\";s:9:\"seo_title\";s:0:\"\";s:15:\"seo_description\";s:0:\"\";s:12:\"ga_analytics\";s:0:\"\";}','yes'),(32426,'seed_csp4_settings_design','a:12:{s:8:\"bg_color\";s:7:\"#fafafa\";s:8:\"bg_image\";s:0:\"\";s:8:\"bg_cover\";a:1:{i:0;s:1:\"1\";}s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:8:\"left top\";s:13:\"bg_attahcment\";s:5:\"fixed\";s:9:\"max_width\";s:0:\"\";s:10:\"text_color\";s:7:\"#666666\";s:10:\"link_color\";s:7:\"#27AE60\";s:14:\"headline_color\";s:7:\"#444444\";s:9:\"text_font\";s:6:\"_arial\";s:10:\"custom_css\";s:0:\"\";}','yes'),(32427,'seed_csp4_settings_advanced','a:2:{s:14:\"header_scripts\";s:0:\"\";s:14:\"footer_scripts\";s:0:\"\";}','yes'),(50459,'wpmembers_settings','a:25:{s:7:\"version\";s:7:\"3.3.7.1\";s:10:\"db_version\";s:5:\"2.2.0\";s:8:\"act_link\";s:1:\"0\";s:8:\"pwd_link\";s:1:\"0\";s:11:\"login_error\";s:1:\"0\";s:15:\"enable_products\";s:1:\"0\";s:11:\"clone_menus\";s:1:\"0\";s:6:\"notify\";s:1:\"1\";s:7:\"mod_reg\";s:1:\"1\";s:7:\"captcha\";s:1:\"2\";s:7:\"use_exp\";s:1:\"0\";s:9:\"use_trial\";s:1:\"0\";s:8:\"warnings\";s:1:\"0\";s:7:\"dropins\";s:1:\"0\";s:10:\"user_pages\";a:3:{s:7:\"profile\";s:0:\"\";s:8:\"register\";s:4:\"4222\";s:5:\"login\";s:4:\"4224\";}s:6:\"cssurl\";s:98:\"http://fj-lifesciences.com/wp-content/plugins/wp-members/assets/css/forms/generic-no-float.min.css\";s:12:\"select_style\";s:16:\"generic-no-float\";s:6:\"attrib\";s:1:\"0\";s:10:\"post_types\";a:0:{}s:9:\"form_tags\";a:1:{s:7:\"default\";s:20:\"Registration Default\";}s:5:\"block\";a:2:{s:4:\"post\";s:1:\"1\";s:4:\"page\";s:1:\"1\";}s:12:\"show_excerpt\";a:2:{s:4:\"post\";i:0;s:4:\"page\";i:0;}s:10:\"show_login\";a:2:{s:4:\"post\";s:1:\"1\";s:4:\"page\";s:1:\"1\";}s:8:\"show_reg\";a:2:{s:4:\"post\";s:1:\"1\";s:4:\"page\";s:1:\"1\";}s:6:\"autoex\";a:2:{s:4:\"post\";a:3:{s:7:\"enabled\";i:0;s:6:\"length\";i:0;s:4:\"text\";s:0:\"\";}s:4:\"page\";a:3:{s:7:\"enabled\";i:0;s:6:\"length\";i:0;s:4:\"text\";s:0:\"\";}}}','yes'),(50460,'wpmembers_fields','a:17:{i:0;a:7:{i:0;i:0;i:1;s:17:\"Choose a Username\";i:2;s:8:\"username\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"y\";}i:1;a:7:{i:0;i:1;i:1;s:10:\"First Name\";i:2;s:10:\"first_name\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"y\";}i:2;a:7:{i:0;i:2;i:1;s:9:\"Last Name\";i:2;s:9:\"last_name\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"y\";}i:3;a:7:{i:0;i:3;i:1;s:9:\"Address 1\";i:2;s:17:\"billing_address_1\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"n\";}i:4;a:7:{i:0;i:4;i:1;s:9:\"Address 2\";i:2;s:17:\"billing_address_2\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"n\";i:6;s:1:\"n\";}i:5;a:7:{i:0;i:5;i:1;s:4:\"City\";i:2;s:12:\"billing_city\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"n\";}i:6;a:7:{i:0;i:6;i:1;s:5:\"State\";i:2;s:13:\"billing_state\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"n\";}i:7;a:7:{i:0;i:7;i:1;s:3:\"Zip\";i:2;s:16:\"billing_postcode\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"n\";}i:8;a:7:{i:0;i:8;i:1;s:7:\"Country\";i:2;s:15:\"billing_country\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"n\";}i:9;a:7:{i:0;i:9;i:1;s:5:\"Phone\";i:2;s:13:\"billing_phone\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"n\";}i:10;a:7:{i:0;i:10;i:1;s:5:\"Email\";i:2;s:10:\"user_email\";i:3;s:5:\"email\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"y\";}i:11;a:7:{i:0;i:11;i:1;s:13:\"Confirm Email\";i:2;s:13:\"confirm_email\";i:3;s:5:\"email\";i:4;s:1:\"n\";i:5;s:1:\"n\";i:6;s:1:\"n\";}i:12;a:7:{i:0;i:12;i:1;s:7:\"Website\";i:2;s:8:\"user_url\";i:3;s:3:\"url\";i:4;s:1:\"n\";i:5;s:1:\"n\";i:6;s:1:\"y\";}i:13;a:7:{i:0;i:13;i:1;s:17:\"Biographical Info\";i:2;s:11:\"description\";i:3;s:8:\"textarea\";i:4;s:1:\"n\";i:5;s:1:\"n\";i:6;s:1:\"y\";}i:14;a:7:{i:0;i:14;i:1;s:8:\"Password\";i:2;s:8:\"password\";i:3;s:8:\"password\";i:4;s:1:\"n\";i:5;s:1:\"n\";i:6;s:1:\"n\";}i:15;a:7:{i:0;i:15;i:1;s:16:\"Confirm Password\";i:2;s:16:\"confirm_password\";i:3;s:8:\"password\";i:4;s:1:\"n\";i:5;s:1:\"n\";i:6;s:1:\"n\";}i:16;a:9:{i:0;i:16;i:1;s:16:\"Terms of Service\";i:2;s:3:\"tos\";i:3;s:8:\"checkbox\";i:4;s:1:\"n\";i:5;s:1:\"n\";i:6;s:1:\"n\";i:7;s:5:\"agree\";i:8;s:1:\"n\";}}','yes'),(50461,'wpmembers_tos','Put your TOS (Terms of Service) text here. You can use HTML markup.','yes'),(50462,'wpmembers_dialogs','a:9:{s:14:\"restricted_msg\";s:119:\"This content is restricted to site members. If you are an existing user, please log in. New users may register below.\";s:4:\"user\";s:50:\"Sorry, that username is taken, please try another.\";s:5:\"email\";s:74:\"Sorry, that email address already has an account. Please try another.\";s:7:\"success\";s:124:\"Congratulations! Your registration was successful.
You may now log in using the password that was emailed to you.\";s:11:\"editsuccess\";s:29:\"Your information was updated!\";s:11:\"pwdchangerr\";s:53:\"Passwords did not match.
Please try again.\";s:16:\"pwdchangesuccess\";s:30:\"Password successfully changed!\";s:11:\"pwdreseterr\";s:65:\"Either the username or email address do not exist in our records.\";s:15:\"pwdresetsuccess\";s:135:\"Password successfully reset!
An email containing a new password has been sent to the email address on file for your account.\";}','yes'),(50463,'wpmembers_email_newreg','a:2:{s:4:\"subj\";s:37:\"Your registration info for [blogname]\";s:4:\"body\";s:269:\"Thank you for registering for [blogname]\r\n\r\nYour registration information is below.\r\nYou may wish to retain a copy for your records.\r\n\r\nusername: [username]\r\npassword: [password]\r\n\r\nYou may log in here:\r\n[reglink]\r\n\r\nYou may change your password here:\r\n[user-profile]\r\n\";}','no'),(50464,'wpmembers_email_newmod','a:2:{s:4:\"subj\";s:40:\"Thank you for registering for [blogname]\";s:4:\"body\";s:173:\"Thank you for registering for [blogname]. \r\nYour registration has been received and is pending approval.\r\nYou will receive login instructions upon approval of your account\r\n\";}','no'),(50465,'wpmembers_email_appmod','a:2:{s:4:\"subj\";s:50:\"Your registration for [blogname] has been approved\";s:4:\"body\";s:300:\"Your registration for [blogname] has been approved.\r\n\r\nYour registration information is below.\r\nYou may wish to retain a copy for your records.\r\n\r\nusername: [username]\r\npassword: [password]\r\n\r\nYou may log in and change your password here:\r\n[user-profile]\r\n\r\nYou originally registered at:\r\n[reglink]\r\n\";}','no'),(50466,'wpmembers_email_repass','a:2:{s:4:\"subj\";s:34:\"Your password reset for [blogname]\";s:4:\"body\";s:157:\"Your password for [blogname] has been reset\r\n\r\nYour new password is included below. You may wish to retain a copy for your records.\r\n\r\npassword: [password]\r\n\";}','no'),(50467,'wpmembers_email_notify','a:2:{s:4:\"subj\";s:36:\"New user registration for [blogname]\";s:4:\"body\";s:194:\"The following user registered for [blogname]:\r\n\r\nusername: [username]\r\nemail: [email]\r\n\r\n[fields]\r\nThis user registered here:\r\n[reglink]\r\n\r\nuser IP: [user-ip]\r\n\r\nactivate user: [activate-user]\r\n\";}','no'),(50468,'wpmembers_email_footer','----------------------------------\r\nThis is an automated message from [blogname]\r\nPlease do not reply to this address','no'),(50469,'wpmembers_email_getuser','a:2:{s:4:\"subj\";s:23:\"Username for [blogname]\";s:4:\"body\";s:64:\"Your username for [blogname] is below.\r\n\r\nusername: [username]\r\n\";}','no'),(50470,'widget_widget_wpmemwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(50481,'wpmembers_email_wpfrom','fabienne.joanny@fj-lifesciences.com','yes'),(50482,'wpmembers_email_wpname','Fabienne Joanny','yes'),(59240,'revslider-update-check','1609174366','yes'),(59241,'revslider_update_info','O:8:\"stdClass\":3:{s:7:\"checked\";i:1609174366;s:5:\"basic\";O:8:\"stdClass\":7:{s:4:\"slug\";s:9:\"revslider\";s:7:\"version\";s:5:\"6.3.4\";s:7:\"package\";s:72:\"http://updates.themepunch-ext-b.tools/revslider/download.php?stable=true\";s:6:\"tested\";s:5:\"5.6.0\";s:5:\"icons\";a:1:{s:2:\"1x\";s:62:\"//updates.themepunch-ext-b.tools/revslider/logo.png?rev=6.2.23\";}s:3:\"url\";s:81:\"https://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380\";s:11:\"new_version\";s:5:\"6.3.4\";}s:4:\"full\";O:8:\"stdClass\":19:{s:7:\"banners\";a:2:{s:3:\"low\";s:64:\"//updates.themepunch-ext-b.tools/revslider/banner.png?rev=6.2.23\";s:4:\"high\";s:64:\"//updates.themepunch-ext-b.tools/revslider/banner.png?rev=6.2.23\";}s:4:\"name\";s:17:\"Slider Revolution\";s:4:\"slug\";s:9:\"revslider\";s:6:\"stable\";s:5:\"4.2.0\";s:7:\"version\";s:5:\"6.3.4\";s:6:\"tested\";s:5:\"5.6.0\";s:14:\"upgrade_notice\";a:0:{}s:11:\"last_update\";s:10:\"2020-12-23\";s:12:\"last_updated\";s:10:\"2020-12-23\";s:8:\"requires\";s:3:\"3.6\";s:6:\"author\";s:51:\"ThemePunch\";s:7:\"package\";s:72:\"http://updates.themepunch-ext-b.tools/revslider/download.php?stable=true\";s:13:\"download_link\";s:72:\"http://updates.themepunch-ext-b.tools/revslider/download.php?stable=true\";s:9:\"file_name\";s:13:\"revslider.zip\";s:15:\"active_installs\";i:7000100;s:8:\"homepage\";s:33:\"https://revolution.themepunch.com\";s:8:\"sections\";a:3:{s:11:\"description\";s:497:\"
Slider Revolution WordPress Builder Plugin
\n
Slider Revolution 6 is a new way to build rich & dynamic content for your websites. With our powerful visual editor, you can create modern designs in no time, and with no coding experience required.
Create Sliders & Carousels, Hero Headers, Content Modules, Full Websites, Dynamic Solutions and Special FX with our amazing Add-Ons.
\n
200+ templates are included in our online library. Cutting edge designs. Easily customized.
\";s:9:\"changelog\";s:151:\"
For Slider Revolution\'s changelog, please visit this site!
'),(2008,2463,'_oembed_time_fb969d6567343f5a10ecac4575a3c951','1501753913'),(2009,2691,'_wpb_shortcodes_custom_css','.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(https://images.unsplash.com/photo-1498127590000-455b36daa23a?dpr=1&auto=format&fit=crop&w=1920&h=700&q=1&cs=tinysrgb&crop=?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(2010,2691,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2011,2691,'_wpb_shortcodes_custom_css','.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/05/banner_2.jpg?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(2012,2691,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2013,2691,'_wpb_shortcodes_custom_css','.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/05/banner_2.jpg?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(2014,2691,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2015,2691,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2016,2691,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2017,2691,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2018,2691,'_wpb_shortcodes_custom_css','.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/05/banner_2.jpg?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(2019,2691,'_wpb_shortcodes_custom_css','.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/05/banner_2.jpg?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(2020,2691,'_wpb_shortcodes_custom_css','.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/05/banner_2.jpg?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(2021,2691,'_wpb_shortcodes_custom_css','.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/05/banner_2.jpg?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(2022,2691,'_wpb_vc_js_status','true'),(2023,2691,'_wp_old_slug','page-sidebar-2'),(2024,2691,'_wp_old_slug','event-sidebar-2'),(2025,2691,'_wp_old_slug','service-sidebar-2'),(2026,2691,'sticky_sidebar','true'),(2027,2691,'_dp_original','2393'),(2028,2691,'_wp_old_slug','cases-sidebar-2'),(2029,7,'_form','\n\n\n\n\n\n\n\n[submit \"Send\"]'),(2030,7,'_mail','a:8:{s:7:\"subject\";s:28:\"Super Site! \"[your-subject]\"\";s:6:\"sender\";s:36:\"[your-name] \";s:4:\"body\";s:169:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Super Site! (http://unittest.loc)\";s:9:\"recipient\";s:18:\"timur@stylemix.net\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(2031,7,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:28:\"Super Site! \"[your-subject]\"\";s:6:\"sender\";s:36:\"Super Site! \";s:4:\"body\";s:111:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Super Site! (http://unittest.loc)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:28:\"Reply-To: timur@stylemix.net\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(2032,7,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),(2033,7,'_additional_settings',''),(2034,7,'_locale','en_US'),(2035,1840,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2036,1840,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2037,1840,'_form','
\n
[text* your-name placeholder \"Name*\"]
\n
[email* your-email placeholder \"Email*\"]
\n
\n
\n
[tel your-tel placeholder \"Phone\"]
\n
[select country \"Country\" \"USA\" \"France\" \"Germany\"]
\n\n[submit class:btn class:btn_primary class:btn_outline class:btn_lg class:wtc \"Submit\"]'),(2038,1840,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:22:\"bot@stylemixthemes.com\";s:6:\"sender\";s:22:\"bot@stylemixthemes.com\";s:9:\"recipient\";s:22:\"bot@stylemixthemes.com\";s:4:\"body\";s:22:\"bot@stylemixthemes.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2039,1840,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:4:\"body\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2040,1840,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(2041,1840,'_additional_settings',''),(2042,1840,'_locale','en_US'),(2043,2035,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2044,2035,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2045,2035,'_form','
\n
[text* your-name placeholder \"Name*\"]
\n
[email* your-email placeholder \"Email\"]
\n
\n
\n
[select inquiry \"Type of inquiry\" \"Consultation\" \"Meeting\" \"Credit\"]
Bienvenue sur WordPress. Ceci est votre premier article. Modifiez où supprimez-le, puis commencez à écrire !
\n','Bonjour tout le monde !','','publish','open','open','','bonjour-tout-le-monde','','','2019-02-23 17:07:22','2019-02-23 16:07:22','',0,'http://fj-lifesciences.com/?p=1',0,'post','',1),(2,1,'2019-02-23 17:07:22','2019-02-23 16:07:22','\n
Ceci est une page d’exemple. C’est différent d’un article de blog parce qu’elle restera au même endroit et apparaîtra dans la navigation de votre site (dans la plupart des thèmes). La plupart des gens commencent par une page « À propos » qui les présente aux visiteurs du site. Cela pourrait ressembler à quelque chose comme cela :
\n\n\n\n
Bonjour ! Je suis un mécanicien qui aspire à devenir acteur, et voici mon site. J’habite à Bordeaux, j’ai un super chien baptisé Russell, et j’aime la vodka-ananas (ainsi qu’être surpris par la pluie soudaine lors de longues balades sur la plage au coucher du soleil).
\n\n\n\n
... ou quelque chose comme cela :
\n\n\n\n
La société 123 Machin Truc a été créée en 1971, et n’a cessé de proposer au public des machins-trucs de qualité depuis lors. Située à Saint-Remy-en-Bouzemont-Saint-Genest-et-Isson, 123 Machin Truc emploie 2 000 personnes, et fabrique toutes sortes de bidules super pour la communauté bouzemontoise.
\n\n\n\n
En tant que nouvel·le utilisateur ou utilisatrice de WordPress, vous devriez vous rendre sur votre tableau de bord pour supprimer cette page et créer de nouvelles pages pour votre contenu. Amusez-vous bien !
L’adresse de notre site Web est : http://fj-lifesciences.com.
Utilisation des données personnelles collectées
Commentaires
Quand vous laissez un commentaire sur notre site web, les données inscrites dans le formulaire de commentaire, mais aussi votre adresse IP et l’agent utilisateur de votre navigateur sont collectés pour nous aider à la détection des commentaires indésirables.
Une chaîne anonymisée créée à partir de votre adresse de messagerie (également appelée hash) peut être envoyée au service Gravatar pour vérifier si vous utilisez ce dernier. Les clauses de confidentialité du service Gravatar sont disponibles ici : https://automattic.com/privacy/. Après validation de votre commentaire, votre photo de profil sera visible publiquement à coté de votre commentaire.
Médias
Si vous êtes un utilisateur ou une utilisatrice enregistré·e et que vous téléversez des images sur le site web, nous vous conseillons d’éviter de téléverser des images contenant des données EXIF de coordonnées GPS. Les visiteurs de votre site web peuvent télécharger et extraire des données de localisation depuis ces images.
Formulaires de contact
Cookies
Si vous déposez un commentaire sur notre site, il vous sera proposé d’enregistrer votre nom, adresse de messagerie et site web dans des cookies. C’est uniquement pour votre confort afin de ne pas avoir à saisir ces informations si vous déposez un autre commentaire plus tard. Ces cookies expirent au bout d’un an.
Si vous avez un compte et que vous vous connectez sur ce site, un cookie temporaire sera créé afin de déterminer si votre navigateur accepte les cookies. Il ne contient pas de données personnelles et sera supprimé automatiquement à la fermeture de votre navigateur.
Lorsque vous vous connecterez, nous mettrons en place un certain nombre de cookies pour enregistrer vos informations de connexion et vos préférences d’écran. La durée de vie d’un cookie de connexion est de deux jours, celle d’un cookie d’option d’écran est d’un an. Si vous cochez « Se souvenir de moi », votre cookie de connexion sera conservé pendant deux semaines. Si vous vous déconnectez de votre compte, le cookie de connexion sera effacé.
En modifiant ou en publiant une publication, un cookie supplémentaire sera enregistré dans votre navigateur. Ce cookie ne comprend aucune donnée personnelle. Il indique simplement l’ID de la publication que vous venez de modifier. Il expire au bout d’un jour.
Contenu embarqué depuis d’autres sites
Les articles de ce site peuvent inclure des contenus intégrés (par exemple des vidéos, images, articles…). Le contenu intégré depuis d’autres sites se comporte de la même manière que si le visiteur se rendait sur cet autre site.
Ces sites web pourraient collecter des données sur vous, utiliser des cookies, embarquer des outils de suivis tiers, suivre vos interactions avec ces contenus embarqués si vous disposez d’un compte connecté sur leur site web.
Statistiques et mesures d’audience
Utilisation et transmission de vos données personnelles
Durées de stockage de vos données
Si vous laissez un commentaire, le commentaire et ses métadonnées sont conservés indéfiniment. Cela permet de reconnaître et approuver automatiquement les commentaires suivants au lieu de les laisser dans la file de modération.
Pour les utilisateurs et utilisatrices qui s’enregistrent sur notre site (si cela est possible), nous stockons également les données personnelles indiquées dans leur profil. Tous les utilisateurs et utilisatrices peuvent voir, modifier ou supprimer leurs informations personnelles à tout moment (à l’exception de leur nom d’utilisateur·ice). Les gestionnaires du site peuvent aussi voir et modifier ces informations.
Les droits que vous avez sur vos données
Si vous avez un compte ou si vous avez laissé des commentaires sur le site, vous pouvez demander à recevoir un fichier contenant toutes les données personnelles que nous possédons à votre sujet, incluant celles que vous nous avez fournies. Vous pouvez également demander la suppression des données personnelles vous concernant. Cela ne prend pas en compte les données stockées à des fins administratives, légales ou pour des raisons de sécurité.
Transmission de vos données personnelles
Les commentaires des visiteurs peuvent être vérifiés à l’aide d’un service automatisé de détection des commentaires indésirables.
Informations de contact
Informations supplémentaires
Comment nous protégeons vos données
Procédures mises en œuvre en cas de fuite de données
Les services tiers qui nous transmettent des données
Opérations de marketing automatisé et/ou de profilage réalisées à l’aide des données personnelles
Affichage des informations liées aux secteurs soumis à des régulations spécifiques
','Politique de confidentialité','','draft','closed','open','','politique-de-confidentialite','','','2019-02-23 17:07:22','2019-02-23 16:07:22','',0,'http://fj-lifesciences.com/?page_id=3',0,'page','',0),(6,1,'2019-02-24 11:38:17','2019-02-24 10:38:17','\n\n\n\n\n\n\n\n[submit \"Envoyer\"]\nFJ Life Sciences \"[your-subject]\"\nFJ Life Sciences \nDe : [your-name] <[your-email]>\nObjet : [your-subject]\n\nCorps du message :\n[your-message]\n\n-- \nCet e-mail a été envoyé via le formulaire de contact de FJ Life Sciences (http://fj-lifesciences.com)\ncontact@couleurvelvet.com\nReply-To: [your-email]\n\n0\n0\n\nFJ Life Sciences \"[your-subject]\"\nFJ Life Sciences \nCorps du message :\n[your-message]\n\n-- \nCet e-mail a été envoyé via le formulaire de contact de FJ Life Sciences (http://fj-lifesciences.com)\n[your-email]\nReply-To: contact@couleurvelvet.com\n\n0\n0\nMerci pour votre message. Il a été envoyé.\nUne erreur s’est produite lors de l’envoi de votre message. Veuillez essayer à nouveau plus tard.\nUn ou plusieurs champs contiennent une erreur. Veuillez vérifier et essayer à nouveau.\nUne erreur s’est produite lors de l’envoi de votre message. Veuillez essayer à nouveau plus tard.\nVous devez accepter les termes et conditions avant d’envoyer votre message.\nCe champ est obligatoire.\nLe champ est trop long.\nLe champ est trop court.','Formulaire de contact 1','','publish','closed','closed','','formulaire-de-contact-1','','','2019-02-24 11:38:17','2019-02-24 10:38:17','',0,'http://fj-lifesciences.com/?post_type=wpcf7_contact_form&p=6',0,'wpcf7_contact_form','',0),(7,1,'2017-09-20 05:47:55','2017-09-20 05:47:55','\n\n\n\n\n\n\n\n[submit \"Send\"]\nSuper Site! \"[your-subject]\"\n[your-name] \nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Super Site! (http://unittest.loc)\ntimur@stylemix.net\nReply-To: [your-email]\n\n0\n0\n\nSuper Site! \"[your-subject]\"\nSuper Site! \nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Super Site! (http://unittest.loc)\n[your-email]\nReply-To: timur@stylemix.net\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2017-09-20 05:47:55','2017-09-20 05:47:55','',0,'http://unittest.loc/?post_type=wpcf7_contact_form&p=7',0,'wpcf7_contact_form','',0),(1570,1,'2016-12-30 08:40:40','2016-12-30 08:40:40','body.page-two-column:not(.archive) #primary .entry-content {width:100%}\n.site-navigation-fixed.navigation-top {z-index:9999}\n.stm-login-register-form .stm-login-form form .form-group.form-checker span {color:#fff;}','twentyseventeen','','publish','closed','closed','','twentyseventeen','','','2016-12-30 08:40:40','2016-12-30 08:40:40','',0,'http://motorswp.stm/plugin/2016/12/30/twentyseventeen/',0,'custom_css','',0),(1657,1,'2017-01-02 07:05:36','2017-01-02 07:05:36','[stm_add_login_page]','Login page','','publish','closed','closed','','login-page','','','2017-01-02 07:05:36','2017-01-02 07:05:36','',0,'http://plugin.loc/?page_id=1657',0,'page','',0),(1713,1,'2017-04-13 07:28:20','2017-04-13 07:28:20','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Discover the world of Business\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505712340288{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"We consider all the drivers of change from the ground up and we’ll motivate you to make the change.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\n
About Company
\n17 years of experience helping people to find the best solutions.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\n
Our Mission
\nReducing risk and enhancing housing finance market liquidity.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=gPgMltxn-N4\" css=\".vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2650) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.8)\"][vc_column][vc_custom_heading text=\"ATTRIBUTION\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505712745624{margin-top: 33px !important;margin-bottom: 78px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505712745622{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494677731771{margin-bottom: 111px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162251965{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-bulb_b\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"CREATE NEW BUSINESS\" flip_content=\"Generate new products with higher potential and lower risks of failure. We build services for you from initial sketches to the final production.\"]\n
UNIQUE IDEAS & SOLUTIONS
\nExperience in all the major geographies, meaning we understand all underlying drivers.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162256127{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-darts\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"BRAND NEW STARTUP\" flip_content=\"Experience in all the major geographies, meaning we understand all underlying drivers. We build services for you from initial sketches to the final production.\"]\n
TARGETING & POSITIONING
\nGenerate new products with higher potential and lower risks of failure.\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492170545778{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-hands\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"62\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"24/7 SUPPORT\" flip_content=\"Generate new products with higher potential and lower risks of failure. Experience in all the major geographies, meaning we understand all underlying drivers.\"]\n
FRIENDLY CUSTOMER SERVICE
\nWe build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"OUR SERVICES\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494654282573{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494654313703{margin-bottom: 60px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"We allow you to start without having to worry about making a mistake, as we use our outstanding experience.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"17\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\n\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','Front page','','publish','closed','closed','','front-page','','','2017-04-13 07:28:20','2017-04-13 07:28:20','',0,'http://pearl.stylemixthemes.com/?page_id=1713',0,'page','',0),(1840,1,'2017-04-20 10:35:05','2017-04-20 10:35:05','
\n
[text* your-name placeholder \"Name*\"]
\n
[email* your-email placeholder \"Email*\"]
\n
\n
\n
[tel your-tel placeholder \"Phone\"]
\n
[select country \"Country\" \"USA\" \"France\" \"Germany\"]
\n\n[submit class:btn class:btn_primary class:btn_outline class:btn_lg class:wtc \"Submit\"]\n1\nbot@stylemixthemes.com\nbot@stylemixthemes.com\nbot@stylemixthemes.com\nbot@stylemixthemes.com\n\n\n\n\n\n\n\n\n\n\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Request a callback','','publish','closed','closed','','untitled','','','2017-04-20 10:35:05','2017-04-20 10:35:05','',0,'http://pearl.stylemixthemes.com/?post_type=wpcf7_contact_form&p=1840',0,'wpcf7_contact_form','',0),(1851,1,'2010-04-21 11:38:03','2010-04-21 11:38:03','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
\n
Growth through innovation/creativity:\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees
\n
\n[/vc_column_text][vc_column_text]\n
\n
Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.
\n
\n[/vc_column_text][vc_column_text]\n
\n
Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
\n
\n[/vc_column_text][/vc_column][/vc_row]','Retail banks wake up to digital lending','','publish','open','open','','retail-banks-wake-up-to-digital-lending','','','2010-04-21 11:38:03','2010-04-21 11:38:03','',0,'http://pearl.stylemixthemes.com/blog/2017/04/21/companies-in-nj-launched-a-joint-project-on-three-tower-hall/',0,'post','',0),(1859,1,'2015-04-21 12:58:03','2015-04-21 12:58:03','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
\n
Growth through innovation/creativity:\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees
\n
\n[/vc_column_text][vc_column_text]\n
\n
Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.
\n
\n[/vc_column_text][vc_column_text]\n
\n
Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
\n
\n[/vc_column_text][/vc_column][/vc_row]','Three quarters of construction workers victim of large-scale','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc iaculis purus at lectus viverra rutrum ut vel eros. ','publish','open','open','','three-quarters-of-construction-workers-victim-of-large-scale','','','2015-04-21 12:58:03','2015-04-21 12:58:03','',0,'http://pearl.stylemixthemes.com/blog/2017/04/21/retail-banks-wake-up-to-digital-lending-2/',0,'post','',0),(1895,1,'2017-04-24 13:11:53','2017-04-24 13:11:53','[vc_row css=\".vc_custom_1494667726640{margin-bottom: 38px !important;}\"][vc_column css=\".vc_custom_1494840796298{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"Society where there is understanding \" font_container=\"tag:h2|font_size:34|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1501570837435{margin-bottom: 54px !important;}\"][vc_column_text]Founded in 1988, Putnam Associates has been serving global biopharmaceutical, diagnostics, and medical device clients, along with private equity and venture capital clients, providing world class strategic advice based on sophisticated, robust analytics. Our focus enables us to provide customized, actionable recommendations that draw on robust problem framing, cutting-edge methodologies, deep therapeutic area knowledge, extensive global networks of health care stakeholders, and expert synthesis across scientific, clinical, and business disciplines.\n\nOur consultants have similar professional and educational backgrounds to those at generalist strategy consulting firms but with a significant advantage: 100% of Putnam’s work is dedicated to maximizing the value of the pharmaceutical, biotechnology, diagnostic and device products. We serve clients who market many of the world’s best-known biopharmaceuticals, and who are leveraging the genomics and “big data” revolutions month by month with new breakthrough therapies and higher quality patient care.[/vc_column_text][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-12 vc_col-md-12\"][vc_single_image image=\"3814\" img_size=\"350x203\" onclick=\"link_image\" css=\".vc_custom_1501839912866{margin-top: 4px !important;margin-bottom: 33px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-12 vc_col-md-12\"][vc_single_image image=\"3812\" img_size=\"350x203\" onclick=\"link_image\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1501744183900{margin-bottom: 85px !important;padding-top: 99px !important;padding-bottom: 40px !important;background-color: #eceff2 !important;}\"][vc_column css=\".vc_custom_1501744195707{margin-bottom: 33px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_icontext font_size=\"26\" line_height=\"35\" font_family=\"stm_mf\" icon_size=\"58\" icon_margin=\"23\" icon_class=\"mtc\" text=\"MORE THAN 25 YEARS OF EXPERIENCE\" icon=\"stmicon-diagramm_svg\" css=\".vc_custom_1494667777920{margin-bottom: 16px !important;}\"][vc_column_text css=\".vc_custom_1494667798929{margin-bottom: 29px !important;}\"]Our consultants have similar professional and educational backgrounds to those at generalist strategy consulting firms but with a significant advantage: 100% of Putnam’s work is dedicated to maximizing the value of the pharmaceutical, biotechnology, diagnostic and device products.[/vc_column_text][stm_button button_style=\"outline\" button_size=\"lg\" button_pos=\"left\" link=\"url:%2Fhistory|title:Our%20History||\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_progress_bar values=\"%5B%7B%22label%22%3A%22Integrity%22%2C%22value%22%3A%2285%22%2C%22color%22%3A%22custom%22%2C%22customcolor%22%3A%22%233c98ff%22%2C%22customtxtcolor%22%3A%22%23222222%22%7D%5D\" bgcolor=\"white\" css=\".vc_custom_1494668387228{margin-bottom: 58px !important;}\"][vc_progress_bar values=\"%5B%7B%22label%22%3A%22OPERATIONAL%20EXCELLENCE%22%2C%22value%22%3A%2250%22%2C%22color%22%3A%22custom%22%2C%22customcolor%22%3A%22%233c98ff%22%2C%22customtxtcolor%22%3A%22%23222222%22%7D%5D\" bgcolor=\"white\" css=\".vc_custom_1494668392313{margin-bottom: 58px !important;}\"][vc_progress_bar values=\"%5B%7B%22label%22%3A%22INNOVATION%22%2C%22value%22%3A%2260%22%2C%22color%22%3A%22custom%22%2C%22customcolor%22%3A%22%233c98ff%22%2C%22customtxtcolor%22%3A%22%23222222%22%7D%5D\" bgcolor=\"white\" css=\".vc_custom_1494668397972{margin-bottom: 58px !important;}\"][vc_progress_bar values=\"%5B%7B%22label%22%3A%22CONTINUOUS%20IMPROVEMENT%22%2C%22value%22%3A%2278%22%2C%22color%22%3A%22custom%22%2C%22customcolor%22%3A%22%233c98ff%22%2C%22customtxtcolor%22%3A%22%23222222%22%7D%5D\" bgcolor=\"white\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1493116352369{margin-bottom: 90px !important;}\"][vc_column][vc_custom_heading text=\"Bringing quality and safety to life.\n\n\" font_container=\"tag:h3|font_size:35|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_custom_heading text=\"Watch our presentation video\" font_container=\"tag:h5|font_size:20|text_align:center|color:%2395959d|line_height:24px\" use_theme_fonts=\"yes\" css=\".vc_custom_1494668557781{margin-bottom: 62px !important;}\" el_class=\"fwn\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=JIG6nhdsxbo\" image=\"3813\" height=\"575\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1501839879845{margin-bottom: 100px !important;}\" gradient_animation=\"#EE7752,#E73C7E,#23A6D5,#23D5AB\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%23|title:Get%20in%20touch||\"]\n
Just send us your questions and we will give you the help you need.
\n[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1493123147364{margin-bottom: 30px !important;}\"][vc_column width=\"1/3\" css=\".vc_custom_1493120834872{margin-bottom: 30px !important;}\"][vc_single_image image=\"3813\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Our focus enables us to provide customized, actionable recommendations that draw.\" font_container=\"tag:h3|font_size:30|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" css=\".vc_custom_1493117061966{margin-bottom: 25px !important;}\"][vc_column_text]\n
Our focus enables us to provide customized, actionable recommendations that draw on robust problem framing, cutting-edge methodologies, deep therapeutic area knowledge, extensive global networks of health care stakeholders, and expert synthesis across scientific, clinical, and business disciplines.
\n[/vc_column_text][vc_column_text css=\".vc_custom_1493118554084{margin-bottom: 64px !important;}\"]Putnam’s work is dedicated to maximizing the value of the pharmaceutical, biotechnology, diagnostic and device products. We serve clients who market many of the world’s best-known biopharmaceuticals, and who are leveraging the genomics and “big data” revolutions month by month with new breakthrough therapies and higher quality patient care.[/vc_column_text][vc_column_text el_class=\"pull-left\"]\n
Bernie Clinton
\nFOUNDER[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1494661064903{border-top-width: 1px !important;padding-top: 50px !important;border-top-color: #dddddd !important;border-top-style: solid !important;}\"][vc_column][stm_partners partners=\"%5B%7B%22logo%22%3A%223815%22%2C%22url%22%3A%22%23%22%2C%22title%22%3A%22ARAMIZ%22%2C%22description%22%3A%22Wonderful%20Partner%20in%20the%20sphere%20of%20advances%20in%20technology%2C%20sustainability%2C%20lean%20practices%2C%20and%20field%20operations%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%7D%5D\" image_size=\"120x50\" grayscale=\"stm_partners_grayscale\" style=\"style_3\"][/vc_column][/vc_row]','About Company','','publish','closed','closed','','about-us','','','2017-04-24 13:11:53','2017-04-24 13:11:53','',0,'http://pearl.stylemixthemes.com/?page_id=1895',0,'page','',0),(1974,1,'2017-04-26 04:54:57','2017-04-26 04:54:57','[vc_row][vc_column][vc_column_text][booked-calendar style=\"list\"][/vc_column_text][/vc_column][/vc_row]','Appointments','','publish','closed','closed','','appointments','','','2017-04-26 04:54:57','2017-04-26 04:54:57','',0,'http://pearl.stylemixthemes.com/?page_id=1974',0,'page','',0),(1977,1,'2017-05-01 00:00:00','2017-05-01 00:00:00','','May 4, 2017 @ 12:00 am (User: 2)','','publish','closed','closed','','may-4-2017-1200-am-user-2','','','2017-05-01 00:00:00','2017-05-01 00:00:00','',0,'http://pearl.stylemixthemes.com/?post_type=booked_appointments&p=1977',0,'booked_appointments','',0),(1979,1,'2017-04-01 00:00:00','2017-04-01 00:00:00','','April 27, 2017 @ 12:00 am (User: 3)','','publish','closed','closed','','april-27-2017-1200-am-user-3','','','2017-04-01 00:00:00','2017-04-01 00:00:00','',0,'http://pearl.stylemixthemes.com/?post_type=booked_appointments&p=1979',0,'booked_appointments','',0),(1985,1,'2017-04-26 10:36:46','2017-04-26 10:36:46','[vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"We work on the forefront\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494669983201{margin-bottom: 37px !important;}\"][vc_custom_heading text=\"To learn more about our service offerings and industry expertise or to have an Consulting professional contact you directly, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][vc_column css=\".vc_custom_1494841354209{margin-top: 9px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][stm_contact style=\"style_2\" name=\"Sarah Milovsky\" image=\"3813\" image_size=\"80x80\" job=\"Head of communications\" phone=\"(33) 745 128 9714\" css=\".vc_custom_1494670272519{margin-bottom: 37px !important;}\"][stm_contact style=\"style_2\" name=\"Johnson Doe\" image=\"3814\" image_size=\"80x80\" job=\"Head of communications\" phone=\"(33) 745 128 9715\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column css=\".vc_custom_1494670211434{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #3c98ff !important;}\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"ADDRESS\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"6122 Collins Street West Victoria\n8007 Australia\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-contact_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"CONTACT US\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Telephone: (33) 745 128 9714\nFAX: (33) 745 128 9715\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1493210054916{padding-top: 5px !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@consulting.com\n\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3Ainfo%40consulting.com|||\" css=\".vc_custom_1493210006464{margin-bottom: 0px !important;}\"][vc_custom_heading text=\"brandon@consulting.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3Abrandon%40consulting.com|||\" css=\".vc_custom_1493210016939{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1493266864861{margin-top: -109px !important;margin-bottom: 100px !important;}\"][vc_column][stm_google_map map_height=\"542px\" map_zoom=\"18\" disable_carousel=\"disable\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJhZG1pbmlzdHJhdGl2ZSUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIybGFiZWxzLnRleHQuZmlsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJjb2xvciUyMiUzQSUyMCUyMiUyMzQ0NDQ0NCUyMiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU1RCUwQSUyMCUyMCUyMCUyMCU3RCUyQyUwQSUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmZlYXR1cmVUeXBlJTIyJTNBJTIwJTIyYWRtaW5pc3RyYXRpdmUubG9jYWxpdHklMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmdlb21ldHJ5JTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnZpc2liaWxpdHklMjIlM0ElMjAlMjJzaW1wbGlmaWVkJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyY29sb3IlMjIlM0ElMjAlMjIlMjMwM2U2ZWMlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMmxhbmRzY2FwZSUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIyYWxsJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmNvbG9yJTIyJTNBJTIwJTIyJTIzZjJmMmYyJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJwb2klMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmFsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJ2aXNpYmlsaXR5JTIyJTNBJTIwJTIyb2ZmJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJyb2FkJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZWxlbWVudFR5cGUlMjIlM0ElMjAlMjJhbGwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJzdHlsZXJzJTIyJTNBJTIwJTVCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc2F0dXJhdGlvbiUyMiUzQSUyMC0xMDAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJsaWdodG5lc3MlMjIlM0ElMjA0NSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU1RCUwQSUyMCUyMCUyMCUyMCU3RCUyQyUwQSUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmZlYXR1cmVUeXBlJTIyJTNBJTIwJTIycm9hZC5oaWdod2F5JTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZWxlbWVudFR5cGUlMjIlM0ElMjAlMjJhbGwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJzdHlsZXJzJTIyJTNBJTIwJTVCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIydmlzaWJpbGl0eSUyMiUzQSUyMCUyMnNpbXBsaWZpZWQlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMnJvYWQuYXJ0ZXJpYWwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmxhYmVscy5pY29uJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnZpc2liaWxpdHklMjIlM0ElMjAlMjJvZmYlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMnRyYW5zaXQlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmFsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJ2aXNpYmlsaXR5JTIyJTNBJTIwJTIyb2ZmJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJ3YXRlciUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIyYWxsJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmNvbG9yJTIyJTNBJTIwJTIyJTIzNDZiY2VjJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIydmlzaWJpbGl0eSUyMiUzQSUyMCUyMm9uJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTBBJTVE\"][stm_google_map_address title=\"Brooklyn\" lat=\"40.678178\" lng=\"-73.944158\"][/stm_google_map][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"FEEDBACK FORM\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1494670373967{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1493272247743{margin-bottom: 66px !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"2035\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','Contacts','','publish','closed','closed','','contacts','','','2017-04-26 10:36:46','2017-04-26 10:36:46','',0,'http://pearl.stylemixthemes.com/?page_id=1985',0,'page','',0),(2035,1,'2017-04-27 05:38:38','2017-04-27 05:38:38','
\n
[text* your-name placeholder \"Name*\"]
\n
[email* your-email placeholder \"Email\"]
\n
\n
\n
[select inquiry \"Type of inquiry\" \"Consultation\" \"Meeting\" \"Credit\"]
\n1\nbot@stylemixthemes.com\nbot@stylemixthemes.com\nbot@stylemixthemes.com\nbot@stylemixthemes.com\n\n\n\n\n\n\n\n\n\n\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact us','','publish','closed','closed','','contact-us','','','2017-04-27 05:38:38','2017-04-27 05:38:38','',0,'http://pearl.stylemixthemes.com/?post_type=wpcf7_contact_form&p=2035',0,'wpcf7_contact_form','',0),(2041,1,'2017-04-27 06:37:32','2017-04-27 06:37:32','[vc_row][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"We have high standards and take pride in all we do.\" font_container=\"tag:h2|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1502194800384{margin-bottom: 70px !important;}\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1493277705762{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1493277700179{margin-bottom: 30px !important;}\"][vc_column_text css=\".vc_custom_1502194936338{margin-bottom: 26px !important;}\"]With the cannabis industry ever expanding, customers have a myriad of options of where to buy their products which in turn raises the bar for competing dispensaries to earn their business. Since the cannabis industry is as of yet quite unregulated as far as quality assurance of product and cannabis training, the responsibility to ensure customer service and product quality is on the business.[/vc_column_text][stm_iconlist icon=\"stmicon-thumbs-up\" iconsize=\"19\" margins=\"13\" line_height=\"25\"]\n
\n
This value remains continuous in our thoughts, a defined intention across.
\n
Everyone deserves respect, transparency, and honesty - the three pillars
\n
\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_column_text]We will save your dispensary money by identifying and eliminating any compliance issues (such as proper packaging, proper IDing, budtender to customer ratio, etc.), which in turn eliminates penalty and code violation fees and ensures repeat customer business and word of mouth recommendations that you will earn based upon the tested/proven quality of your products. Not only do we keep compliance/regulations issues in check and ensure quality control of the product, we also keep management informed of employee product knowledge and customer service. All of this equates more profit for the business. High Standards has two primary goals: to set the standards for customer service and experience.[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" el_class=\"mbc\" css=\".vc_custom_1494660155114{margin-bottom: 104px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1501824008946{padding-right: 25% !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\" el_class=\"stm_default_paddings\"][stm_spacer height=\"98\" height_tablet=\"60\" height_mobile=\"50\" height_tablet_landscape=\"40\"][vc_custom_heading text=\"We are true to ourselves, and commit to always perform at our best.\" font_container=\"tag:h4|font_size:26|text_align:left|color:%23ffffff|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1501824510986{margin-bottom: 0px !important;}\"][stm_spacer height=\"42\" height_tablet=\"42\" height_mobile=\"30\" height_tablet_landscape=\"20\"][vc_column_text]We believe that we are outstanding. Not because we say it, but because we work hard at it. We are dedicated, committed and focused. We believe that every person will reach their personal best and overcome any challenge through a shared culture and ethos.[/vc_column_text][stm_spacer height=\"75\" height_tablet=\"30\" height_mobile=\"25\" height_tablet_landscape=\"0\"][/vc_column][vc_column stretch=\"right\" css=\".vc_custom_1501822927639{padding-top: 400px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/2&cs=tinysrgb&crop=?id=2060) !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494660238714{margin-bottom: 53px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1493292901073{margin-bottom: 30px !important;padding-right: 30px !important;}\"][vc_custom_heading text=\"OUR VISION\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:30px\" use_theme_fonts=\"yes\" css=\".vc_custom_1493286312092{margin-bottom: 40px !important;}\"][stm_icon_box icon=\"stmicon-eye_b\" icon_size=\"51\" icon_width=\"60\" style=\"style_3\" css=\".vc_custom_1493287005441{margin-bottom: 9px !important;}\"]\n
REAL MULTIPURPOSE THEME
\nWe provide outstanding service through teamwork, accountability and innovation of which is reflected in the quality of our results.[/stm_icon_box][stm_icon_box icon=\"stmicon-coin\" icon_size=\"46\" icon_width=\"60\" style=\"style_3\" css=\".vc_custom_1501744312363{margin-bottom: 6px !important;}\"]\n
ECO MONEY
\nWith up to 10 currency accounts with 45 currencies supported, you can instantly receive and send money to almost anyone anywhere in the world, anytime.[/stm_icon_box][stm_icon_box icon=\"stmicon-atom\" icon_size=\"51\" icon_width=\"60\" style=\"style_3\"]\n
FULLY CUSTOMIZABLE
\nTeamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"WHY WE EXIST\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:30px\" use_theme_fonts=\"yes\" css=\".vc_custom_1494660186116{margin-bottom: 35px !important;}\"][vc_column_text]Most of our clients come to us after working with another consultant or not getting the results they were expecting from implementing Tabs3 or PracticeMaster on their own. Regardless of your circumstances, chances are we can help you in reaching your objectives and provide a clear cost/time savings benefit analysis before you make the commitment.\n\nThis is the cornerstone of everything we do. We care about your law firm, your people, your specific needs, and results that you can use and measure immediately.\n\nOur clients entrust us to solve difficult problems in a manner that is secure and confidential from our first contact with them. Trust is the first attribute our clients recognize when we discuss solutions rather than problems.[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1494498544236{margin-bottom: 100px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/2&cs=tinysrgb&crop=?id=2088) !important;}\" stm_transparent_bg=\"rgba(0,0,0,0.5)\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][vc_custom_heading text=\"We are true to ourselves, and commit to always perform at our best.\" font_container=\"tag:h2|text_align:center|color:%23ffffff|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494660277535{padding-top: 110px !important;padding-right: 20px !important;padding-bottom: 80px !important;padding-left: 20px !important;}\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row equal_height=\"yes\"][vc_column width=\"2/3\" css=\".vc_custom_1493295440318{margin-bottom: 30px !important;}\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h4|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494660326912{margin-top: -7px !important;margin-bottom: 48px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1493293487425-2092e5a5-cbc1\"][vc_column_text]\n
\n\nShaping culture has been our sole focus since we were founded 40 years ago. We have worked in more than 50 countries around the world and are able to deliver our work in ten languages.\n\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493293537066-c50ab8fb-1e6f\"][vc_column_text]Value engineering is based on a methodology developed by Lawrence Mines, who worked for the General Nizer Company in the USA during the Second World War. Because of the war, there were shortages of materials and certain finished products.\n\nHowever, manufacturing was running at maximum capacity, and ideas were needed to expand production.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493293536404-6bf98bd8-607f\"][vc_column_text]\n\nWe support CEOs, CFOs, controllers and treasurers to optimise the structure of their finance functions to improve their contribution to the business. We structure our support to ensure that finance addresses the challenges of achieving appropriate standards of control, efficient back office opportunities and support to the business through insight and challenge.\n\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493293535707-9add18a4-46a2\"][vc_column_text]We can also provide consultancy services to design and deliver development programs for business analysts at any level. We can help define the knowledge and key skills required for new or existing roles, assessing current or required competency levels and putting in place development programs.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1493295137464{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_row_inner][vc_column_inner css=\".vc_custom_1494660390212{padding-top: 101px !important;padding-bottom: 62px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/2&cs=tinysrgb&crop=?id=2095) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"96\" icon=\"stmicon-notebook_b\" icon_custom_color=\"#ffffff\" css=\".vc_custom_1493295381402{margin-bottom: 32px !important;}\"][vc_custom_heading text=\"OPERATIONAL EXCELLENCE\" font_container=\"tag:h4|font_size:26|text_align:center|color:%23ffffff|line_height:35px\" use_theme_fonts=\"yes\" css=\".vc_custom_1493295457849{margin-bottom: 38px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_text css=\".vc_custom_1493295625340{padding-right: 30px !important;padding-left: 30px !important;}\"]\n
We provide the best value to our customers by continuously refining our processes and cost structure.
\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Mission','','publish','closed','closed','','mission','','','2017-04-27 06:37:32','2017-04-27 06:37:32','',0,'http://pearl.stylemixthemes.com/?page_id=2041',0,'page','',0),(2109,1,'2017-04-27 12:25:13','2017-04-27 12:25:13','[vc_row][vc_column][stm_staff_container style=\"style_3\"][stm_staff name=\"Bernie clinton\" image_size=\"255x277\" job=\"Senior Advisor\" description=\"Bernie Clinton is a dedicated water professional who combines analytic and organizational skills for project work and support to network development around irrigation, water, sanitation and hygiene in urban and rural areas.\" full_description=\"Bernie Clinton is a dedicated water professional who combines analytic and organizational skills for project work and support to network development around irrigation, water, sanitation and hygiene in urban and rural areas.\" image=\"3814\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" gplus=\"#\" email=\"timur@stylemix.net\" phone=\"345345435\" skype=\"skype\"][stm_staff name=\"Ashley hardy\" image_size=\"255x277\" job=\"VP Sales and Marketing\" description=\"Ashley Hardy is Managing Director of Skat Foundation and Senior Knowledge Management Specialist. She has more than 20 years of working experience in International Cooperation. Her key competencies are in supporting and facilitating participatory processes, organizational learning, and strategic planning. Bertha is passionate about embracing dialogue, learning and co-creation processes in her work.\n\n\" full_description=\"Ashley Hardy is Managing Director of Skat Foundation and Senior Knowledge Management Specialist. She has more than 20 years of working experience in International Cooperation. Her key competencies are in supporting and facilitating participatory processes, organizational learning, and strategic planning. Bertha is passionate about embracing dialogue, learning and co-creation processes in her work.\" image=\"3813\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" gplus=\"#\"][stm_staff name=\"Gina Kennedy\" image_size=\"255x277\" job=\"Chief Marketing Officer\" description=\"Gina Kennedy likes to laugh a lot whenever possible. She has worked to improve access to drinking water in developing countries for 18 years, particularly in relation to groundwater and borehole drilling and service sustainability. She is a skilled researcher and facilitators, with extensive experience of leading international and interdisciplinary teams.\n\n\" full_description=\"Gina Kennedy likes to laugh a lot whenever possible. She has worked to improve access to drinking water in developing countries for 18 years, particularly in relation to groundwater and borehole drilling and service sustainability. She is a skilled researcher and facilitators, with extensive experience of leading international and interdisciplinary teams.\" image=\"3813\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" gplus=\"#\"][stm_staff name=\"Dennis Norrist\" image_size=\"255x277\" job=\"Chief Marketing Officer\" description=\"Dennis Norrisе has complemented experience in all aspects of architectural design, planning, general building construction and facility management in large public works projects for housing schemes, education and health facilities, including basic education infrastructure, community colleges, universities as well as hospitals and dispensaries.\n\n\" image=\"3814\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" gplus=\"#\" full_description=\"Dennis Norris has complemented experience in all aspects of architectural design, planning, general building construction and facility management in large public works projects for housing schemes, education and health facilities, including basic education infrastructure, community colleges, universities as well as hospitals and dispensaries.\n\"][stm_staff name=\"Fernando Torres\" image_size=\"255x277\" job=\"Administrator\" description=\"Fernando Torres is an experienced water and environmental sanitation specialist who combines technical expertise, backstopping proficiency and strategic reasoning for challenges in water supply, sanitation, water governance and rural infrastructure.\n\n\" full_description=\"Fernando Torres is an experienced water and environmental sanitation specialist who combines technical expertise, backstopping proficiency and strategic reasoning for challenges in water supply, sanitation, water governance and rural infrastructure.\n\n\" image=\"3813\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" gplus=\"#\"][/stm_staff_container][/vc_column][/vc_row]','Our team','','publish','closed','closed','','our-team','','','2017-04-27 12:25:13','2017-04-27 12:25:13','',0,'http://pearl.stylemixthemes.com/?page_id=2109',0,'page','',0),(2114,1,'2017-04-27 12:46:00','2017-04-27 12:46:00','[vc_row][vc_column][stm_post_type_list post_type=\"stm_projects\" title=\"Featured Cases\" num=\"3\" size=\"58x58\"][stm_button button_pos=\"fullwidth\" button_icon_pos=\"left\" button_icon=\"fa fa-file-text-o\" button_icon_class=\"custom\" button_icon_color=\"#ffffff\" button_icon_size=\"20\" button_divider=\"divider\" link=\"url:%2Fwp-content%2Fuploads%2F2017%2F05%2FENERGY-STAR.pdf|title:Download%20Brochure|target:%20_blank|\" css=\".vc_custom_1505818771236{margin-bottom: 40px !important;}\"][stm_testimonials number_row=\"1\" crop=\"130\" bullets=\"false\" img_size=\"52x52\" style=\"style_4\" number=\"3\" css=\".vc_custom_1505818879539{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}\"][stm_media_gallery post_type=\"stm_services\" title=\"See our gallery\" num=\"6\" size=\"75x75\"][/vc_column][/vc_row]','Page sidebar','','publish','closed','closed','','page-sidebar','','','2017-04-27 12:46:00','2017-04-27 12:46:00','',0,'http://pearl.stylemixthemes.com/?post_type=stm_sidebars&p=2114',0,'stm_sidebars','',0),(2132,1,'2017-05-01 04:23:33','2017-05-01 04:23:33','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"More than 50 years experience\" font_container=\"tag:h2|text_align:center|color:%23222222|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1493700386282{margin-bottom: 30px !important;}\"][vc_custom_heading text=\"Company was founded in 2005 in St. Louis, Missouri, as a manufacturer of electric motors and fans. Over the past 10-plus years, we have grown from a regional company into a global technology solutions powerhouse.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\" css=\".vc_custom_1493701149153{margin-bottom: 60px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][stm_posttimeline length=\"35\" year=\"true\" title=\"true\" categories=\"54\"][/vc_column][/vc_row]','Our history','','publish','closed','closed','','our-history','','','2017-05-01 04:23:33','2017-05-01 04:23:33','',0,'http://pearl.stylemixthemes.com/?page_id=2132',0,'page','',0),(2142,1,'1965-05-01 05:13:41','1965-05-01 05:13:41','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
\n
Growth through innovation/creativity:\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees
\n
\n[/vc_column_text][vc_column_text]\n
\n
Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.
\n
\n[/vc_column_text][vc_column_text]\n
\n
Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
\n
\n[/vc_column_text][/vc_column][/vc_row]','First company introducing and opening','Two Scotland-born brothers, Charles and Alexander Meston, see a tremendous business opportunity in developing a reliable electric motor. ','publish','open','open','','first-opening','','','1965-05-01 05:13:41','1965-05-01 05:13:41','',0,'http://pearl.stylemixthemes.com/?p=2142',0,'post','',0),(2144,1,'1968-05-01 05:15:16','1968-05-01 05:15:16','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
\n
Growth through innovation/creativity:\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees
\n
\n[/vc_column_text][vc_column_text]\n
\n
Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.
\n
\n[/vc_column_text][vc_column_text]\n
\n
Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
\n
\n[/vc_column_text][/vc_column][/vc_row]','Fierce Competition develop from companies','Emerson introduces the Parker scalloped blade design, moving air more quietly and efficiently. A design breakthrough upgrades Emerson.\n','publish','open','open','','fierce-competition-develops','','','1968-05-01 05:15:16','1968-05-01 05:15:16','',0,'http://pearl.stylemixthemes.com/?p=2144',0,'post','',0),(2146,1,'2017-05-01 05:16:07','2017-05-01 00:16:07','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1502167026073{margin-bottom: 30px !important;}\"][vc_column_text]As online marketing strategies continue to evolve, the development of microsites has proven to be highly effective. Microsites are an auxiliary to your company\'s primary website, with the main distinction being that microsites are often focused on a specific product or content theme.\n\nWhether functioning as an independent website or as a subdomain, microsites can be utilized to further a range of strategic objectives during a product launch. In addition to supporting sales efforts, microsites help to open distributor channels, generate industry awareness, boost search engine optimization efforts, and sculpt a unique, ownable brand image.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1502166992219{margin-bottom: 30px !important;}\"][vc_column_text]Effective integrated campaigns use direct mail, email, and brochure/sell sheets (among other tactics) to drive prospects to a microsite where they can view product specifications or informational videos. Give users the tools to download PDFs, order online, contact your company for more information, or find a nearby retailer where they can purchase your products. Both traditional and online PR can be used in the same fashion. By publicizing the launch of the product where your target audience spends time online, you can drive valuable traffic and interested users to the microsite. Furthermore, PR can notify industry publications of your product, where you might garner a review.[/vc_column_text][vc_column_text]\n
Microsites realize their full potential when used to complement other multi-channel marketing efforts by presenting relevant and in-depth information about a particular product. Ideally, your agency partner should develop a campaign that aligns strategy and messaging both online and off.
\n[/vc_column_text][vc_column_text]Remember that the greatest feature of a microsite is its infinite \"trackability.\" You can measure the metrics that matter while gleaning valuable customer insight from user behavior data, search terms, and content engagement. The track, measure and analyze the data provided by your web analytics tools to determine how to maximize the results of your product launch.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
\n
GROWTH THROUGH INNOVATION/CREATIVITY:Rather than be constrained by ideas for the new products, new services, and new markets coming from just a few people.
\n
\n[/vc_column_text][vc_column_text]\n
\n
Increased profits:The corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
Higher business values:The link between profits and business value means that the moment a corporation creates a new sustainable level of profit.
\n
\n[/vc_column_text][vc_column_text]\n
\n
Lower staff turnover:This, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
\n
\n[/vc_column_text][/vc_column][/vc_row]','Paves the way for an eventual merger','Emerson sales reach $17.1 billion, an 11 percent increase over the prior year. Emerson airs its first-ever TV commercials to spotlight.\n','publish','open','open','','paves-the-way-for-an-eventual-merger','','','2017-05-01 05:16:07','2017-05-01 00:16:07','',0,'http://pearl.stylemixthemes.com/?p=2146',0,'post','',0),(2156,1,'1967-05-01 10:46:21','1967-05-01 10:46:21','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
\n
Growth through innovation/creativity:\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees
\n
\n[/vc_column_text][vc_column_text]\n
\n
Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.
\n
\n[/vc_column_text][vc_column_text]\n
\n
Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
\n
\n[/vc_column_text][/vc_column][/vc_row]','First product is introduced to the world','The fledgling company builds its business around AC motors and manufactures the first electric fans sold in North America.\n\n','publish','open','open','','1967-product-is-introduced','','','1967-05-01 10:46:21','1967-05-01 10:46:21','',0,'http://pearl.stylemixthemes.com/blog/2017/05/01/first-opening-2/',0,'post','',0),(2160,1,'1990-05-01 10:49:11','1990-05-01 10:49:11','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
\n
Growth through innovation/creativity:\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees
\n
\n[/vc_column_text][vc_column_text]\n
\n
Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.
\n
\n[/vc_column_text][vc_column_text]\n
\n
Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
\n
\n[/vc_column_text][/vc_column][/vc_row]','Parker scalloped blade design','Joseph Newman is named the president and sets out to stabilize the company’s balance sheet. He moves the company to mass production.','publish','open','open','','parker-scalloped-blade-design','','','1990-05-01 10:49:11','1990-05-01 10:49:11','',0,'http://pearl.stylemixthemes.com/blog/2017/05/01/1971-product-is-introduced-2/',0,'post','',0),(2163,1,'2000-05-01 10:50:08','2000-05-01 10:50:08','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
\n
Growth through innovation/creativity:\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees
\n
\n[/vc_column_text][vc_column_text]\n
\n
Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.
\n
\n[/vc_column_text][vc_column_text]\n
\n
Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
\n
\n[/vc_column_text][/vc_column][/vc_row]','Design breakthrough upgrades product','Emerson introduces the Parker scalloped blade design, moving air more quietly and efficiently. Which are then used to power countless.','publish','open','open','','a-design-breakthrough-upgrades-product','','','2000-05-01 10:50:08','2000-05-01 10:50:08','',0,'http://pearl.stylemixthemes.com/blog/2017/05/01/1971-product-is-introduced-2/',0,'post','',0),(2166,1,'1980-05-01 12:24:31','1980-05-01 12:24:31','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
\n
Growth through innovation/creativity:\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees
\n
\n[/vc_column_text][vc_column_text]\n
\n
Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.
\n
\n[/vc_column_text][vc_column_text]\n
\n
Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
\n
\n[/vc_column_text][/vc_column][/vc_row]','Company expands into eight story factory-building','In St. Louis, Emerson displays its product line in the dazzling Palace of Electricity as the nationwide demand for electricity continues to soar.','publish','open','open','','%d1%81ompany-expands-into-a-new-eight-story-factory-building-in-st-louis','','','1980-05-01 12:24:31','1980-05-01 12:24:31','',0,'http://pearl.stylemixthemes.com/blog/2017/05/01/a-design-breakthrough-upgrades-product-2/',0,'post','',0),(2171,1,'1985-05-01 12:35:20','1985-05-01 12:35:20','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
\n
Growth through innovation/creativity:\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees
\n
\n[/vc_column_text][vc_column_text]\n
\n
Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.
\n
\n[/vc_column_text][vc_column_text]\n
\n
Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
\n
\n[/vc_column_text][/vc_column][/vc_row]','Joseph Newman is named president','Herbert I. Finch becomes president during the ‘Roaring Twenties’ of general prosperity. But by the end of his tenure, the company.\n','publish','open','open','','joseph-newman-is-named-president-and-sets-out-to-stabilize-the-companys-balance-sheet','','','1985-05-01 12:35:20','1985-05-01 12:35:20','',0,'http://pearl.stylemixthemes.com/blog/2017/05/01/company-expands-into-a-new-eight-story-factory-building-in-st-louis/',0,'post','',0),(2181,1,'1974-05-02 04:24:03','1974-05-02 04:24:03','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
\n
Growth through innovation/creativity:\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees
\n
\n[/vc_column_text][vc_column_text]\n
\n
Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.
\n
\n[/vc_column_text][vc_column_text]\n
\n
Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
\n
\n[/vc_column_text][/vc_column][/vc_row]','Company announces range of security products.','Design breakthrough upgrades Emerson Motors to a more useful horsepower, which is then used to power countless time and effort-saving','publish','open','open','','company-announces-a-range-of-advanced-security-products-and-solutions','','','1974-05-02 04:24:03','1974-05-02 04:24:03','',0,'http://pearl.stylemixthemes.com/blog/2017/05/02/first-opening-2/',0,'post','',0),(2184,1,'2017-05-02 04:27:13','2017-05-01 23:27:13','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1502167026073{margin-bottom: 30px !important;}\"][vc_column_text]As online marketing strategies continue to evolve, the development of microsites has proven to be highly effective. Microsites are an auxiliary to your company\'s primary website, with the main distinction being that microsites are often focused on a specific product or content theme.\n\nWhether functioning as an independent website or as a subdomain, microsites can be utilized to further a range of strategic objectives during a product launch. In addition to supporting sales efforts, microsites help to open distributor channels, generate industry awareness, boost search engine optimization efforts, and sculpt a unique, ownable brand image.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1502166992219{margin-bottom: 30px !important;}\"][vc_column_text]Effective integrated campaigns use direct mail, email, and brochure/sell sheets (among other tactics) to drive prospects to a microsite where they can view product specifications or informational videos. Give users the tools to download PDFs, order online, contact your company for more information, or find a nearby retailer where they can purchase your products. Both traditional and online PR can be used in the same fashion. By publicizing the launch of the product where your target audience spends time online, you can drive valuable traffic and interested users to the microsite. Furthermore, PR can notify industry publications of your product, where you might garner a review.[/vc_column_text][vc_column_text]\n
Microsites realize their full potential when used to complement other multi-channel marketing efforts by presenting relevant and in-depth information about a particular product. Ideally, your agency partner should develop a campaign that aligns strategy and messaging both online and off.
\n[/vc_column_text][vc_column_text]Remember that the greatest feature of a microsite is its infinite \"trackability.\" You can measure the metrics that matter while gleaning valuable customer insight from user behavior data, search terms, and content engagement. The track, measure and analyze the data provided by your web analytics tools to determine how to maximize the results of your product launch.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
\n
GROWTH THROUGH INNOVATION/CREATIVITY:\nRather than be constrained by ideas for the new products, new services, and new markets coming from just a few people.
\n
\n[/vc_column_text][vc_column_text]\n
\n
Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit.
\n
\n[/vc_column_text][vc_column_text]\n
\n
Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
\n
\n[/vc_column_text][/vc_column][/vc_row]','Company launches new software channel','Emerson acquires Aperture, a leading provider of data center management software. Emerson reported 140,700 employees worldwide that year.\n','publish','open','open','','company-launches-new-software-channel-reseller-program','','','2017-05-02 04:27:13','2017-05-01 23:27:13','',0,'http://pearl.stylemixthemes.com/blog/2017/05/02/paves-the-way-for-an-eventual-merger-2/',0,'post','',0),(2188,1,'1983-05-02 04:27:58','1983-05-02 04:27:58','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
\n
Growth through innovation/creativity:\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees
\n
\n[/vc_column_text][vc_column_text]\n
\n
Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.
\n
\n[/vc_column_text][vc_column_text]\n
\n
Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
\n
\n[/vc_column_text][/vc_column][/vc_row]','Company Newman is named president and sets','Under the leadership of Thomas Meston, the company expands into a new, eight-story factory building in St. Louis. Becomes president.\n','publish','open','open','','company-newman-is-named-president-and-sets-out-to-stabilize-the-companys-balance-sheet-2','','','1983-05-02 04:27:58','1983-05-02 04:27:58','',0,'http://pearl.stylemixthemes.com/blog/2017/05/02/joseph-newman-is-named-president-and-sets-out-to-stabilize-the-companys-balance-sheet-2/',0,'post','',0),(2191,1,'1982-05-02 04:42:47','1982-05-02 04:42:47','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
\n
Growth through innovation/creativity:\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees
\n
\n[/vc_column_text][vc_column_text]\n
\n
Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.
\n
\n[/vc_column_text][vc_column_text]\n
\n
Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
\n
\n[/vc_column_text][/vc_column][/vc_row]','Company completes security certification','By the end of World War I, Emerson’s annual sales approach $3 million dollars. Under the leadership, the company expands into a new.\n\n','publish','open','open','','company-completes-security-certification-for-multi-client-outsourcing-centers','','','1982-05-02 04:42:47','1982-05-02 04:42:47','',0,'http://pearl.stylemixthemes.com/blog/2017/05/02/company-announces-new-focused-strategy-building-on-the-companys-strengths/',0,'post','',0),(2194,1,'1990-05-02 04:44:14','1990-05-02 04:44:14','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n\nGrowth through innovation/creativity:\n\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees\n\n[/vc_column_text][vc_column_text]\n\nIncreased profits:\n\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.\n\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n\nHigher business values:\n\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.\n\n[/vc_column_text][vc_column_text]\n\nLower staff turnover:\n\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.\n\n[/vc_column_text][/vc_column][/vc_row]','Company opens green design data center','The company shortens its name to “Emerson” and launches a new brand strategy with a new corporate logo to reflect technology leadership.','publish','open','open','','company-opens-a-data-center-with-innovative-green-design','','','1990-05-02 04:44:14','1990-05-02 04:44:14','',0,'http://pearl.stylemixthemes.com/blog/2017/05/02/a-design-breakthrough-upgrades-product-2/',0,'post','',0),(2200,1,'2017-05-02 05:37:34','2017-05-02 05:37:34','[vc_row][vc_column][vc_column_text]The beginning is a critical time in event marketing. We are motivated and moved to make something happen from bringing people together for brand awareness and lead generation. Without question, this is the time to put together a few major pieces that will make the event process move smoothly. If done quickly, it can make the event better or more realistic for the hosts.[/vc_column_text][stm_schedule][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%2C%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%5D\" stm_event_lesson_title=\"Day 1\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 2\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%5D\" stm_event_lesson_title=\"Day 3\" datepicker=\"5/7/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 4\" datepicker=\"5/8/17\"][/stm_schedule][/vc_column][/vc_row]','Executive Retreats and Programs','He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency;','publish','closed','closed','','executive-retreats-and-incentive-programs','','','2017-05-02 05:37:34','2017-05-02 05:37:34','',0,'http://pearl.stylemixthemes.com/?post_type=stm_events&p=2200',0,'stm_events','',0),(2221,1,'2017-05-02 11:16:26','2017-05-02 11:16:26','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Our experiences define our identity\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_custom_heading text=\"From a regional company into a global technology solutions powerhouse\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\" css=\".vc_custom_1501493783465{margin-bottom: 60px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][stm_events_list per_row=\"\" posts_per_page=\"10\"][/vc_column][/vc_row]','Events','','publish','closed','closed','','events-list','','','2017-05-02 11:16:26','2017-05-02 11:16:26','',0,'http://pearl.stylemixthemes.com/?page_id=2221',0,'page','',0),(2234,1,'2017-05-03 04:47:38','2017-05-03 04:47:38','[vc_row][vc_column][vc_wp_search][stm_post_type_list post_type=\"stm_projects\" title=\"Featured Cases\" num=\"3\" size=\"58x58\"][stm_button button_pos=\"fullwidth\" button_icon_pos=\"left\" button_icon=\"fa fa-file-text-o\" button_icon_class=\"custom\" button_icon_color=\"#ffffff\" button_icon_size=\"20\" button_divider=\"divider\" link=\"url:%2Fwp-content%2Fuploads%2F2017%2F05%2FENERGY-STAR.pdf|title:Download%20Brochure|target:%20_blank|\" css=\".vc_custom_1505818361378{margin-bottom: 40px !important;}\"][stm_testimonials crop=\"130\" bullets=\"false\" img_size=\"52x52\" style=\"style_4\" number=\"3\" css=\".vc_custom_1493377761793{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #3c98ff !important;border-bottom-style: solid !important;}\"][stm_media_gallery post_type=\"stm_services\" title=\"See our gallery\" num=\"6\" size=\"75x75\"][vc_row_inner css=\".vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner css=\".vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/2&cs=tinysrgb&crop=?id=2258) !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"85\" icon=\"stmicon-buddy\" icon_custom_color=\"#ffffff\" css=\".vc_custom_1493986709016{margin-bottom: 20px !important;}\"][vc_custom_heading text=\"how can we help you?\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text css=\".vc_custom_1493986758202{margin-bottom: 25px !important;}\"]\n
We provide the best value to our customers by continuously refining our
\n[/vc_column_text][stm_button button_style=\"outline\" button_pos=\"center\" button_color=\"white\" link=\"url:%2Fcontacts|title:Contact%20us||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Event sidebar','','publish','closed','closed','','event-sidebar','','','2017-05-03 04:47:38','2017-05-03 04:47:38','',0,'http://pearl.stylemixthemes.com/sidebars/page-sidebar-2/',0,'stm_sidebars','',0),(2250,1,'2017-05-04 17:43:01','2017-05-04 12:43:01','','Amanda Seyfried','','publish','closed','closed','','amanda-seyfried','','','2017-05-04 17:43:01','2017-05-04 12:43:01','',0,'http://pearl.stylemixthemes.com/?post_type=stm_speakers&p=2250',0,'stm_speakers','',0),(2251,1,'2017-05-04 17:43:34','2017-05-04 12:43:34','','Bernard Lesser','','publish','closed','closed','','bernard-lesser','','','2017-05-04 17:43:34','2017-05-04 12:43:34','',0,'http://pearl.stylemixthemes.com/?post_type=stm_speakers&p=2251',0,'stm_speakers','',0),(2252,1,'2017-05-05 10:06:59','2017-05-05 05:06:59','','Adam Buschemi','','publish','closed','closed','','adam-buschemi','','','2017-05-05 10:06:59','2017-05-05 05:06:59','',0,'http://pearl.stylemixthemes.com/?post_type=stm_speakers&p=2252',0,'stm_speakers','',0),(2253,1,'2017-05-05 10:07:30','2017-05-05 05:07:30','','Bianca Hammound','','publish','closed','closed','','bianca-hammound','','','2017-05-05 10:07:30','2017-05-05 05:07:30','',0,'http://pearl.stylemixthemes.com/?post_type=stm_speakers&p=2253',0,'stm_speakers','',0),(2254,1,'2017-05-05 10:08:31','2017-05-05 05:08:31','','Christian Marcil','','publish','closed','closed','','christian-marcil','','','2017-05-05 10:08:31','2017-05-05 05:08:31','',0,'http://pearl.stylemixthemes.com/?post_type=stm_speakers&p=2254',0,'stm_speakers','',0),(2270,1,'2017-05-08 09:44:13','2017-05-08 04:44:13','[vc_row][vc_column][vc_custom_heading text=\"We have high standards in all we do.\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1501582835468{margin-bottom: 30px !important;}\"][vc_column_text]Our people have decades of experience addressing our client’s most pressing business problems. A full-service consulting firm, we solve our client’s problems in an agile manner that reduces complexity and leads to early successes. This allows our clients to focus on their future knowing that their present is secure. Our solution offerings work together to provide our clients everything they need to transform into an effective, digital organization.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][stm_services style=\"style_2\" img_size=\"255x253\"][/vc_column][/vc_row]','Our Services','','publish','closed','closed','','our-services','','','2017-05-08 09:44:13','2017-05-08 04:44:13','',0,'http://pearl.stylemixthemes.com/?page_id=2270',0,'page','',0),(2286,1,'2017-05-08 11:59:28','2017-05-08 06:59:28','[vc_row][vc_column][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]Simple Business Solutions has generated thousands of dollars in annual cost savings for businesses. Simple\'s comprehensive cost reduction analysis is performed on contingency, which means Simple is compensated only if cost savings are identified for your business. Cut costs and imagine what you could do with all that money added to your bottom line...[/vc_column_text][vc_single_image source=\"featured_image\" img_size=\"820x400\"][vc_column_text]\n
Want to Increase Sales in a Down Economy?
\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"Business planning & strategy\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234020661{margin-bottom: 26px !important;}\"][vc_column_text css=\".vc_custom_1494235286024{margin-bottom: 34px !important;}\"]Our clients are often surprised by the possibilities we present to them; by thinking outside the box we present exciting new ventures:[/vc_column_text][vc_column_text]\n\nWork fewer hours — and make more money\nAttract and retain quality, high-paying customers\nManage your time so you’ll get more done in less time\nHone sharp leadership skills to manage your team\nAutomate your business, so you can leave for days,\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234318457{margin-bottom: 24px !important;}\"][vc_round_chart stroke_width=\"2\" values=\"%5B%7B%22title%22%3A%22Option%201%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22turquoise%22%7D%2C%7B%22title%22%3A%22Option%202%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22pink%22%7D%2C%7B%22title%22%3A%22Option%203%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22mulled-wine%22%7D%5D\" el_class=\"small_chart\" css=\".vc_custom_1494234342834{margin-bottom: 2px !important;}\"][vc_column_text el_class=\"stm-effects_opacity\"]You can transform your business to a revenue-producing asset that lets you work as much or as little as you want.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494240191005{margin-bottom: 60px !important;}\"][vc_column][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1494235408945-11809e1e-ed7b\"][vc_column_text]Simple\'s strategic marketing methodology has helped local businesses and others across the western U.S. achieve record growth during one of the worst economic periods in U.S. history. How? By auditing the effectiveness of current marketing efforts, developing and executing the right marketing strategy, then measuring and maximizing results to increase sales.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1494235463242-c72de02e-e1c7\"][vc_column_text]Simple Business Solutions helps businesses differentiate from competitors and make a lasting impression on prospects and customers. Simple dissects the ‘decision journey’ and gains insight into customer perceptions about your business and your competitors. Armed with this insight, Simple builds a powerful, memorable brand to establish your identity in a crowded marketplace.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"competitor research & analysis\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240021552{margin-bottom: 31px !important;}\"][stm_charts design=\"bar\" x_values=\"JAN; FEB; MAR; APR; MAY; JUN;\" values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%20%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2035%3B%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"400\" height=\"320\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240095242{margin-bottom: 36px !important;}\"][vc_column_text css=\".vc_custom_1494240118978{margin-bottom: 30px !important;}\"]\n\nA strong business plan requires going beyond intuition and experience, and supporting your idea with fact-based market research. Investors need to have confidence in your understanding of the market, so don\'t let yourself down by skimping on research. We have access to fee-based, subscriber-only resources such as:\n\n[/vc_column_text][vc_column_text]\n\nDon James/Semplice – Article and News research\nHighVoltageBusiness – Company Research\nGoovers – Company and Industry Research\nIRISpace – Industry Research\nLexos-Nexos – Company, Industry, Market Research\nPronounce – market analysis report “slices”\n[/vc_column_text][/vc_column][/vc_row]','Investment planning & strategy','Investment planning & strategy Maecenas cursus mauris libero, a imperdiet enim pellentesque id. Aliquam erat volutpat. Suspendisse sit amet sapien at risus efficitur sagittis.','publish','closed','closed','','investment-planning-strategy','','','2017-05-08 11:59:28','2017-05-08 06:59:28','',0,'http://pearl.stylemixthemes.com/?post_type=stm_services&p=2286',0,'stm_services','',0),(2291,1,'2017-05-08 15:44:06','2017-05-08 10:44:06','[vc_row css=\".vc_custom_1494240569197{margin-top: 6px !important;}\"][vc_column][stm_post_type_list post_type=\"stm_services\" style=\"style_2\" title=\"Our Services\" num=\"-1\" size=\"58x58\" css=\".vc_custom_1505819029784{border-top-width: 3px !important;border-bottom-width: 0px !important;padding-top: 25px !important;padding-bottom: 0px !important;border-top-color: #ea3a60 !important;border-top-style: solid !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}\"][vc_wp_search][stm_testimonials crop=\"130\" bullets=\"false\" img_size=\"52x52\" style=\"style_4\" number=\"3\" css=\".vc_custom_1493377761793{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #3c98ff !important;border-bottom-style: solid !important;}\"][stm_media_gallery post_type=\"stm_services\" title=\"See our gallery\" num=\"6\" size=\"75x75\"][vc_row_inner css=\".vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner css=\".vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2258) !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"85\" icon=\"stmicon-buddy\" icon_custom_color=\"#ffffff\" css=\".vc_custom_1493986709016{margin-bottom: 20px !important;}\"][vc_custom_heading text=\"how can we help you?\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text css=\".vc_custom_1493986758202{margin-bottom: 25px !important;}\"]\n
We provide the best value to our customers by continuously refining our
\n[/vc_column_text][stm_button button_style=\"outline\" button_pos=\"center\" button_color=\"white\" link=\"url:%2Fcontacts|title:Contact%20us||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Service sidebar','','publish','closed','closed','','service-sidebar','','','2017-05-08 15:44:06','2017-05-08 10:44:06','',0,'http://pearl.stylemixthemes.com/sidebars/event-sidebar-2/',0,'stm_sidebars','',0),(2292,1,'2017-05-08 16:08:41','2017-05-08 11:08:41','[vc_row][vc_column][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]Simple Business Solutions has generated thousands of dollars in annual cost savings for businesses. Simple\'s comprehensive cost reduction analysis is performed on contingency, which means Simple is compensated only if cost savings are identified for your business. Cut costs and imagine what you could do with all that money added to your bottom line...[/vc_column_text][vc_single_image source=\"featured_image\" img_size=\"820x400\"][vc_column_text]\n
Want to Increase Sales in a Down Economy?
\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"Business planning & strategy\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234020661{margin-bottom: 26px !important;}\"][vc_column_text css=\".vc_custom_1494235286024{margin-bottom: 34px !important;}\"]Our clients are often surprised by the possibilities we present to them; by thinking outside the box we present exciting new ventures:[/vc_column_text][vc_column_text]\n\nWork fewer hours — and make more money\nAttract and retain quality, high-paying customers\nManage your time so you’ll get more done in less time\nHone sharp leadership skills to manage your team\nAutomate your business, so you can leave for days,\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234318457{margin-bottom: 24px !important;}\"][vc_round_chart stroke_width=\"2\" values=\"%5B%7B%22title%22%3A%22Option%201%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22turquoise%22%7D%2C%7B%22title%22%3A%22Option%202%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22pink%22%7D%2C%7B%22title%22%3A%22Option%203%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22mulled-wine%22%7D%5D\" el_class=\"small_chart\" css=\".vc_custom_1494234342834{margin-bottom: 2px !important;}\"][vc_column_text el_class=\"stm-effects_opacity\"]You can transform your business to a revenue-producing asset that lets you work as much or as little as you want.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494240191005{margin-bottom: 60px !important;}\"][vc_column][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1494235408945-11809e1e-ed7b\"][vc_column_text]Simple\'s strategic marketing methodology has helped local businesses and others across the western U.S. achieve record growth during one of the worst economic periods in U.S. history. How? By auditing the effectiveness of current marketing efforts, developing and executing the right marketing strategy, then measuring and maximizing results to increase sales.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1494235463242-c72de02e-e1c7\"][vc_column_text]Simple Business Solutions helps businesses differentiate from competitors and make a lasting impression on prospects and customers. Simple dissects the ‘decision journey’ and gains insight into customer perceptions about your business and your competitors. Armed with this insight, Simple builds a powerful, memorable brand to establish your identity in a crowded marketplace.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"competitor research & analysis\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240021552{margin-bottom: 31px !important;}\"][stm_charts design=\"bar\" x_values=\"JAN; FEB; MAR; APR; MAY; JUN;\" values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%20%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2035%3B%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"400\" height=\"320\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240095242{margin-bottom: 36px !important;}\"][vc_column_text css=\".vc_custom_1494240118978{margin-bottom: 30px !important;}\"]\n\nA strong business plan requires going beyond intuition and experience, and supporting your idea with fact-based market research. Investors need to have confidence in your understanding of the market, so don\'t let yourself down by skimping on research. We have access to fee-based, subscriber-only resources such as:\n\n[/vc_column_text][vc_column_text]\n\nDon James/Semplice – Article and News research\nHighVoltageBusiness – Company Research\nGoovers – Company and Industry Research\nIRISpace – Industry Research\nLexos-Nexos – Company, Industry, Market Research\nPronounce – market analysis report “slices”\n[/vc_column_text][/vc_column][/vc_row]','Strategic & commercial approach','Investment planning & strategy Maecenas cursus mauris libero, a imperdiet enim pellentesque id. Aliquam erat volutpat. Suspendisse sit amet sapien at risus efficitur sagittis.','publish','closed','closed','','investment-planning-strategy-2','','','2017-05-08 16:08:41','2017-05-08 11:08:41','',0,'http://pearl.stylemixthemes.com/services/investment-planning-strategy-2/',0,'stm_services','',0),(2293,1,'2017-05-08 16:09:17','2017-05-08 11:09:17','[vc_row][vc_column][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]Simple Business Solutions has generated thousands of dollars in annual cost savings for businesses. Simple\'s comprehensive cost reduction analysis is performed on contingency, which means Simple is compensated only if cost savings are identified for your business. Cut costs and imagine what you could do with all that money added to your bottom line...[/vc_column_text][vc_single_image source=\"featured_image\" img_size=\"820x400\"][vc_column_text]\n
Want to Increase Sales in a Down Economy?
\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"Business planning & strategy\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234020661{margin-bottom: 26px !important;}\"][vc_column_text css=\".vc_custom_1494235286024{margin-bottom: 34px !important;}\"]Our clients are often surprised by the possibilities we present to them; by thinking outside the box we present exciting new ventures:[/vc_column_text][vc_column_text]\n\nWork fewer hours — and make more money\nAttract and retain quality, high-paying customers\nManage your time so you’ll get more done in less time\nHone sharp leadership skills to manage your team\nAutomate your business, so you can leave for days,\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234318457{margin-bottom: 24px !important;}\"][vc_round_chart stroke_width=\"2\" values=\"%5B%7B%22title%22%3A%22Option%201%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22turquoise%22%7D%2C%7B%22title%22%3A%22Option%202%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22pink%22%7D%2C%7B%22title%22%3A%22Option%203%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22mulled-wine%22%7D%5D\" el_class=\"small_chart\" css=\".vc_custom_1494234342834{margin-bottom: 2px !important;}\"][vc_column_text el_class=\"stm-effects_opacity\"]You can transform your business to a revenue-producing asset that lets you work as much or as little as you want.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494240191005{margin-bottom: 60px !important;}\"][vc_column][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1494235408945-11809e1e-ed7b\"][vc_column_text]Simple\'s strategic marketing methodology has helped local businesses and others across the western U.S. achieve record growth during one of the worst economic periods in U.S. history. How? By auditing the effectiveness of current marketing efforts, developing and executing the right marketing strategy, then measuring and maximizing results to increase sales.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1494235463242-c72de02e-e1c7\"][vc_column_text]Simple Business Solutions helps businesses differentiate from competitors and make a lasting impression on prospects and customers. Simple dissects the ‘decision journey’ and gains insight into customer perceptions about your business and your competitors. Armed with this insight, Simple builds a powerful, memorable brand to establish your identity in a crowded marketplace.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"competitor research & analysis\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240021552{margin-bottom: 31px !important;}\"][stm_charts design=\"bar\" x_values=\"JAN; FEB; MAR; APR; MAY; JUN;\" values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%20%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2035%3B%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"400\" height=\"320\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240095242{margin-bottom: 36px !important;}\"][vc_column_text css=\".vc_custom_1494240118978{margin-bottom: 30px !important;}\"]\n\nA strong business plan requires going beyond intuition and experience, and supporting your idea with fact-based market research. Investors need to have confidence in your understanding of the market, so don\'t let yourself down by skimping on research. We have access to fee-based, subscriber-only resources such as:\n\n[/vc_column_text][vc_column_text]\n\nDon James/Semplice – Article and News research\nHighVoltageBusiness – Company Research\nGoovers – Company and Industry Research\nIRISpace – Industry Research\nLexos-Nexos – Company, Industry, Market Research\nPronounce – market analysis report “slices”\n[/vc_column_text][/vc_column][/vc_row]','Biopharma and Sciences from our life','Investment planning & strategy Maecenas cursus mauris libero, a imperdiet enim pellentesque id. Aliquam erat volutpat. Suspendisse sit amet sapien at risus efficitur sagittis.','publish','closed','closed','','biopharma-and-life-sciences','','','2017-05-08 16:09:17','2017-05-08 11:09:17','',0,'http://pearl.stylemixthemes.com/services/strategic-commercial-approach/',0,'stm_services','',0),(2294,1,'2017-05-08 16:09:18','2017-05-08 11:09:18','[vc_row][vc_column][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]Simple Business Solutions has generated thousands of dollars in annual cost savings for businesses. Simple\'s comprehensive cost reduction analysis is performed on contingency, which means Simple is compensated only if cost savings are identified for your business. Cut costs and imagine what you could do with all that money added to your bottom line...[/vc_column_text][vc_single_image source=\"featured_image\" img_size=\"820x400\"][vc_column_text]\n
Want to Increase Sales in a Down Economy?
\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"Business planning & strategy\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234020661{margin-bottom: 26px !important;}\"][vc_column_text css=\".vc_custom_1494235286024{margin-bottom: 34px !important;}\"]Our clients are often surprised by the possibilities we present to them; by thinking outside the box we present exciting new ventures:[/vc_column_text][vc_column_text]\n\nWork fewer hours — and make more money\nAttract and retain quality, high-paying customers\nManage your time so you’ll get more done in less time\nHone sharp leadership skills to manage your team\nAutomate your business, so you can leave for days,\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234318457{margin-bottom: 24px !important;}\"][vc_round_chart stroke_width=\"2\" values=\"%5B%7B%22title%22%3A%22Option%201%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22turquoise%22%7D%2C%7B%22title%22%3A%22Option%202%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22pink%22%7D%2C%7B%22title%22%3A%22Option%203%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22mulled-wine%22%7D%5D\" el_class=\"small_chart\" css=\".vc_custom_1494234342834{margin-bottom: 2px !important;}\"][vc_column_text el_class=\"stm-effects_opacity\"]You can transform your business to a revenue-producing asset that lets you work as much or as little as you want.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494240191005{margin-bottom: 60px !important;}\"][vc_column][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1494235408945-11809e1e-ed7b\"][vc_column_text]Simple\'s strategic marketing methodology has helped local businesses and others across the western U.S. achieve record growth during one of the worst economic periods in U.S. history. How? By auditing the effectiveness of current marketing efforts, developing and executing the right marketing strategy, then measuring and maximizing results to increase sales.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1494235463242-c72de02e-e1c7\"][vc_column_text]Simple Business Solutions helps businesses differentiate from competitors and make a lasting impression on prospects and customers. Simple dissects the ‘decision journey’ and gains insight into customer perceptions about your business and your competitors. Armed with this insight, Simple builds a powerful, memorable brand to establish your identity in a crowded marketplace.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"competitor research & analysis\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240021552{margin-bottom: 31px !important;}\"][stm_charts design=\"bar\" x_values=\"JAN; FEB; MAR; APR; MAY; JUN;\" values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%20%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2035%3B%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"400\" height=\"320\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240095242{margin-bottom: 36px !important;}\"][vc_column_text css=\".vc_custom_1494240118978{margin-bottom: 30px !important;}\"]\n\nA strong business plan requires going beyond intuition and experience, and supporting your idea with fact-based market research. Investors need to have confidence in your understanding of the market, so don\'t let yourself down by skimping on research. We have access to fee-based, subscriber-only resources such as:\n\n[/vc_column_text][vc_column_text]\n\nDon James/Semplice – Article and News research\nHighVoltageBusiness – Company Research\nGoovers – Company and Industry Research\nIRISpace – Industry Research\nLexos-Nexos – Company, Industry, Market Research\nPronounce – market analysis report “slices”\n[/vc_column_text][/vc_column][/vc_row]','International Business Opportunities','Investment planning & strategy Maecenas cursus mauris libero, a imperdiet enim pellentesque id. Aliquam erat volutpat. Suspendisse sit amet sapien at risus efficitur sagittis.','publish','closed','closed','','international-business-opportunities','','','2017-05-08 16:09:18','2017-05-08 11:09:18','',0,'http://pearl.stylemixthemes.com/services/strategic-commercial-approach/',0,'stm_services','',0),(2295,1,'2017-05-08 16:12:21','2017-05-08 11:12:21','[vc_row][vc_column][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]Simple Business Solutions has generated thousands of dollars in annual cost savings for businesses. Simple\'s comprehensive cost reduction analysis is performed on contingency, which means Simple is compensated only if cost savings are identified for your business. Cut costs and imagine what you could do with all that money added to your bottom line...[/vc_column_text][vc_single_image source=\"featured_image\" img_size=\"820x400\"][vc_column_text]\n
Want to Increase Sales in a Down Economy?
\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"Business planning & strategy\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234020661{margin-bottom: 26px !important;}\"][vc_column_text css=\".vc_custom_1494235286024{margin-bottom: 34px !important;}\"]Our clients are often surprised by the possibilities we present to them; by thinking outside the box we present exciting new ventures:[/vc_column_text][vc_column_text]\n\nWork fewer hours — and make more money\nAttract and retain quality, high-paying customers\nManage your time so you’ll get more done in less time\nHone sharp leadership skills to manage your team\nAutomate your business, so you can leave for days,\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234318457{margin-bottom: 24px !important;}\"][vc_round_chart stroke_width=\"2\" values=\"%5B%7B%22title%22%3A%22Option%201%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22turquoise%22%7D%2C%7B%22title%22%3A%22Option%202%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22pink%22%7D%2C%7B%22title%22%3A%22Option%203%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22mulled-wine%22%7D%5D\" el_class=\"small_chart\" css=\".vc_custom_1494234342834{margin-bottom: 2px !important;}\"][vc_column_text el_class=\"stm-effects_opacity\"]You can transform your business to a revenue-producing asset that lets you work as much or as little as you want.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494240191005{margin-bottom: 60px !important;}\"][vc_column][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1494235408945-11809e1e-ed7b\"][vc_column_text]Simple\'s strategic marketing methodology has helped local businesses and others across the western U.S. achieve record growth during one of the worst economic periods in U.S. history. How? By auditing the effectiveness of current marketing efforts, developing and executing the right marketing strategy, then measuring and maximizing results to increase sales.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1494235463242-c72de02e-e1c7\"][vc_column_text]Simple Business Solutions helps businesses differentiate from competitors and make a lasting impression on prospects and customers. Simple dissects the ‘decision journey’ and gains insight into customer perceptions about your business and your competitors. Armed with this insight, Simple builds a powerful, memorable brand to establish your identity in a crowded marketplace.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"competitor research & analysis\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240021552{margin-bottom: 31px !important;}\"][stm_charts design=\"bar\" x_values=\"JAN; FEB; MAR; APR; MAY; JUN;\" values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%20%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2035%3B%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"400\" height=\"320\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240095242{margin-bottom: 36px !important;}\"][vc_column_text css=\".vc_custom_1494240118978{margin-bottom: 30px !important;}\"]\n\nA strong business plan requires going beyond intuition and experience, and supporting your idea with fact-based market research. Investors need to have confidence in your understanding of the market, so don\'t let yourself down by skimping on research. We have access to fee-based, subscriber-only resources such as:\n\n[/vc_column_text][vc_column_text]\n\nDon James/Semplice – Article and News research\nHighVoltageBusiness – Company Research\nGoovers – Company and Industry Research\nIRISpace – Industry Research\nLexos-Nexos – Company, Industry, Market Research\nPronounce – market analysis report “slices”\n[/vc_column_text][/vc_column][/vc_row]','Competitive research & Assurance','Investment planning & strategy Maecenas cursus mauris libero, a imperdiet enim pellentesque id. Aliquam erat volutpat. Suspendisse sit amet sapien at risus efficitur sagittis.','publish','closed','closed','','competitive-research-assurance','','','2017-05-08 16:12:21','2017-05-08 11:12:21','',0,'http://pearl.stylemixthemes.com/services/international-business-opportunities-2/',0,'stm_services','',0),(2296,1,'2017-05-08 16:12:54','2017-05-08 11:12:54','[vc_row][vc_column][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]Simple Business Solutions has generated thousands of dollars in annual cost savings for businesses. Simple\'s comprehensive cost reduction analysis is performed on contingency, which means Simple is compensated only if cost savings are identified for your business. Cut costs and imagine what you could do with all that money added to your bottom line...[/vc_column_text][vc_single_image source=\"featured_image\" img_size=\"820x400\"][vc_column_text]\n
Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group.
\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"Business planning & strategy\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234020661{margin-bottom: 26px !important;}\"][vc_column_text css=\".vc_custom_1494235286024{margin-bottom: 34px !important;}\"]Our clients are often surprised by the possibilities we present to them; by thinking outside the box we present exciting new ventures:[/vc_column_text][vc_column_text]\n
\n
Work fewer hours — and make more money
\n
Attract and retain quality, high-paying customers
\n
Manage your time so you’ll get more done in less time
\n
Hone sharp leadership skills to manage your team
\n
Automate your business, so you can leave for days
\n
\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234318457{margin-bottom: 24px !important;}\"][vc_round_chart stroke_width=\"2\" values=\"%5B%7B%22title%22%3A%22Option%201%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22turquoise%22%7D%2C%7B%22title%22%3A%22Option%202%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22pink%22%7D%2C%7B%22title%22%3A%22Option%203%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22mulled-wine%22%7D%5D\" el_class=\"small_chart\" css=\".vc_custom_1494234342834{margin-bottom: 2px !important;}\"][vc_column_text el_class=\"stm-effects_opacity\"]You can transform your business to a revenue-producing asset that lets you work as much or as little as you want.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494240191005{margin-bottom: 60px !important;}\"][vc_column][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1494235408945-11809e1e-ed7b\"][vc_column_text]Simple\'s strategic marketing methodology has helped local businesses and others across the western U.S. achieve record growth during one of the worst economic periods in U.S. history. How? By auditing the effectiveness of current marketing efforts, developing and executing the right marketing strategy, then measuring and maximizing results to increase sales.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1494235463242-c72de02e-e1c7\"][vc_column_text]Simple Business Solutions helps businesses differentiate from competitors and make a lasting impression on prospects and customers. Simple dissects the ‘decision journey’ and gains insight into customer perceptions about your business and your competitors. Armed with this insight, Simple builds a powerful, memorable brand to establish your identity in a crowded marketplace.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"competitor research & analysis\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240021552{margin-bottom: 31px !important;}\"][stm_charts design=\"bar\" x_values=\"JAN; FEB; MAR; APR; MAY; JUN;\" values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%20%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2035%3B%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"400\" height=\"320\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240095242{margin-bottom: 36px !important;}\"][vc_column_text css=\".vc_custom_1494240118978{margin-bottom: 30px !important;}\"]\n\nA strong business plan requires going beyond intuition and experience, and supporting your idea with fact-based market research. Investors need to have confidence in your understanding of the market, so don\'t let yourself down by skimping on research. We have access to fee-based, subscriber-only resources such as:\n\n[/vc_column_text][vc_column_text]\n
\n\n','Subscribe','','publish','closed','closed','','subscribe','','','2017-05-10 18:42:26','2017-05-10 13:42:26','',0,'http://pearl.stylemixthemes.com/mc4wp-form/subscribe/',0,'mc4wp-form','',0),(2322,1,'2017-05-11 09:15:44','2017-05-11 04:15:44','[vc_row][vc_column offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"Our people are our greatest assets\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Our people make us different — energetic about supporting and challenging our clients in equal measure. We’re passionate about making a measurable impact in all we do. Our unique culture and approach deliver enduring results, true to each client’s specific situation. We’ll always do the right thing by our clients, our people and our communities.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\" css=\".vc_custom_1494674071436{margin-bottom: 35px !important;}\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1494476238894-624c1335-ab7d\"][vc_column_text]Company has a key role to play in unlocking the continent’s potential. The talent recruited and developed by businesses will play a major role in achieving economic independence. As a partner connecting top employers with exceptional people, you will lead the talent agenda with Global Career Company.\n\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1494476238924-391ec7d6-16aa\"][vc_column_text]In an entrepreneurial environment, you take the lead in your own career, choosing to make an impact in one or more of our teams, and also across the wider business. Your work will make a difference you can see, to our candidates, clients, products and beyond.\n\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1494476321000-b46ecee2-9cc5\"][vc_column_text]As well as the satisfaction of taking part in the African talent agenda, we offer competitive salaries, quick promotion pathways, and career development. We have a brilliant, international and multi-cultural team – see what they think about working with us.\n\n[/vc_column_text][/vc_tta_section][/vc_tta_accordion][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=dQ-62uOrTXE\" image=\"3814\" height=\"438\" css=\".vc_custom_1501830464724{margin-bottom: 60px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494477245885{margin-bottom: 25px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1494477240970{margin-bottom: 30px !important;}\"][vc_custom_heading text=\"Benefits and rewards\" font_container=\"tag:h4|font_size:26|text_align:left|line_height:30px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494477983606{margin-top: -4px !important;margin-bottom: 16px !important;}\"][vc_column_text css=\".vc_custom_1494478072819{margin-bottom: 24px !important;}\"]\n
We care for our clients\' business as our business. We think and act like business partners, not academic advisors. We share our clients\' aspirations, work to understand their reality, and align our incentives with their objectives — so they know we\'re in this together.
\n[/vc_column_text][vc_column_text]\n
Personal impact, mentoring, and teamwork are just a few of share our clients’ aspirations, work to understand their reality, and align our incentives with their objectives — so they know we’re in this together.
Employees respond to appreciation at work, especially when it’s expressed through recognition of their efforts because it confirms their work is valued. A simple thank you goes a long way and will not only make your employees feel good, but will actually benefit your business in the process. Here’s how:
\n[/vc_column_text][vc_column_text]It’s well-known that engaged staff are significantly more productive, working efficiently and proactively in order to do a good job. If efforts are likely to be praised and rewarded, then it makes sense that a member of staff will work harder to receive such employee recognition\n\nRecognizing an employee’s efforts demonstrates that the job they’re doing is valuable to the business. It sends the message that their hard work is worth rewarding and therefore must be important. This, in turn, makes the individual feel that they are making a difference.\n\n[/vc_column_text][/vc_column][/vc_row]','Careers','','publish','closed','closed','','careers','','','2017-05-11 09:15:44','2017-05-11 04:15:44','',0,'http://pearl.stylemixthemes.com/?page_id=2322',0,'page','',0),(2340,1,'2017-05-11 09:50:55','2017-05-11 04:50:55','[vc_row][vc_column][vc_custom_heading text=\"Responsibilities Include:\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494504781359{margin-bottom: 35px !important;}\"][vc_column_text css=\".vc_custom_1501837782438{margin-bottom: 30px !important;}\" el_class=\"main_font\"]\n
\n
Collaborating closely with Investor Relations, operations.\nEach month the program is extended out for the further 24th month and strategies are set for the newly identified issues. The vacancy control program should be a forward looking program that focuses on the next period of 24 months in the shopping center.
Poorly matched tenant mix initiatives within the property to optimize retail sales opportunities.\nFacing the facts of a property vacancy and dealing with them professionally in a timely way, will usually minimize the vacancy downtime. You can then keep the income and outgoings following for the landlord at reasonable levels.
The development of a larger property in the same location that attracts tenants away from your property.\nFor this very reason, it pays to have a Vacancy Control Programme (VCP) in your retail property. The vacancy control program should be a forward looking program that focuses on the next period of 24 months in the shopping center.
\n
\n[/vc_column_text][vc_custom_heading text=\"Qualifications\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501838661201{margin-bottom: 35px !important;padding-top: 15px !important;}\"][stm_iconlist icon=\"fa fa-long-arrow-right\" margins=\"15\"]\n\nBachelor’s or Master’s Degree from a top university, CFA or equivalent credentials are a plus.\nExperience articulating complex systematic investment strategies in a straightforward, comprehensible manner.\nVerifying compliance of critical networking equipment with policies and requirements.\nExperience working with sophisticated institutional investors and managing day to day relationships.\nProviding requirements and guidance for internal network separation/segmentation and access control;\n[/stm_iconlist][/vc_column][/vc_row]','PORTFOLIO RESEARCH ANALYST','Like it or not you will get vacancies in your shopping center. As a shopping center or leasing manager in the property, it is essential that you minimize the impact of any vacancy and the frequency of vacancies within the property.','publish','closed','closed','','portfolio-research-analyst','','','2017-05-11 09:50:55','2017-05-11 04:50:55','',0,'http://pearl.stylemixthemes.com/?post_type=stm_vacancies&p=2340',0,'stm_vacancies','',0),(2360,1,'2017-05-11 17:41:25','2017-05-11 12:41:25','[vc_row][vc_column][vc_custom_heading text=\"Responsibilities Include:\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494504781359{margin-bottom: 35px !important;}\"][vc_column_text css=\".vc_custom_1501837782438{margin-bottom: 30px !important;}\" el_class=\"main_font\"]\n
\n
Collaborating closely with Investor Relations, operations.\nEach month the program is extended out for the further 24th month and strategies are set for the newly identified issues. The vacancy control program should be a forward looking program that focuses on the next period of 24 months in the shopping center.
Poorly matched tenant mix initiatives within the property to optimize retail sales opportunities.\nFacing the facts of a property vacancy and dealing with them professionally in a timely way, will usually minimize the vacancy downtime. You can then keep the income and outgoings following for the landlord at reasonable levels.
The development of a larger property in the same location that attracts tenants away from your property.\nFor this very reason, it pays to have a Vacancy Control Programme (VCP) in your retail property. The vacancy control program should be a forward looking program that focuses on the next period of 24 months in the shopping center.
\n
\n[/vc_column_text][vc_custom_heading text=\"Qualifications\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501838661201{margin-bottom: 35px !important;padding-top: 15px !important;}\"][stm_iconlist icon=\"fa fa-long-arrow-right\" margins=\"15\"]\n\nBachelor’s or Master’s Degree from a top university, CFA or equivalent credentials are a plus.\nExperience articulating complex systematic investment strategies in a straightforward, comprehensible manner.\nVerifying compliance of critical networking equipment with policies and requirements.\nExperience working with sophisticated institutional investors and managing day to day relationships.\nProviding requirements and guidance for internal network separation/segmentation and access control;\n[/stm_iconlist][/vc_column][/vc_row]','BUSINESS ANALYST ALPHA CAPTURE','These simple processes set the rules for a vacancy control and minimisation. Every retail shopping centre should have a vacancy control programme incorporating these and other factors of decision. In this way the property can be allowed to perform effectively whilst under the pressure of a vacant area.','publish','closed','closed','','business-analyst-alpha-capture','','','2017-05-11 17:41:25','2017-05-11 12:41:25','',0,'http://pearl.stylemixthemes.com/vacancies/investor-relations-associate-2/',0,'stm_vacancies','',0),(2361,1,'2017-05-11 17:41:26','2017-05-11 12:41:26','[vc_row][vc_column][vc_custom_heading text=\"Responsibilities Include:\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494504781359{margin-bottom: 35px !important;}\"][vc_column_text css=\".vc_custom_1501837782438{margin-bottom: 30px !important;}\" el_class=\"main_font\"]\n
\n
Collaborating closely with Investor Relations, operations.\nEach month the program is extended out for the further 24th month and strategies are set for the newly identified issues. The vacancy control program should be a forward looking program that focuses on the next period of 24 months in the shopping center.
Poorly matched tenant mix initiatives within the property to optimize retail sales opportunities.\nFacing the facts of a property vacancy and dealing with them professionally in a timely way, will usually minimize the vacancy downtime. You can then keep the income and outgoings following for the landlord at reasonable levels.
The development of a larger property in the same location that attracts tenants away from your property.\nFor this very reason, it pays to have a Vacancy Control Programme (VCP) in your retail property. The vacancy control program should be a forward looking program that focuses on the next period of 24 months in the shopping center.
\n
\n[/vc_column_text][vc_custom_heading text=\"Qualifications\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501838661201{margin-bottom: 35px !important;padding-top: 15px !important;}\"][stm_iconlist icon=\"fa fa-long-arrow-right\" margins=\"15\"]\n\nBachelor’s or Master’s Degree from a top university, CFA or equivalent credentials are a plus.\nExperience articulating complex systematic investment strategies in a straightforward, comprehensible manner.\nVerifying compliance of critical networking equipment with policies and requirements.\nExperience working with sophisticated institutional investors and managing day to day relationships.\nProviding requirements and guidance for internal network separation/segmentation and access control;\n[/stm_iconlist][/vc_column][/vc_row]','MARKET IMPACT ANALYST','These simple processes set the rules for a vacancy control and minimisation. Every retail shopping centre should have a vacancy control programme incorporating these and other factors of decision. In this way the property can be allowed to perform effectively whilst under the pressure of a vacant area.','publish','closed','closed','','market-impact-quantitative-analyst','','','2017-05-11 17:41:26','2017-05-11 12:41:26','',0,'http://pearl.stylemixthemes.com/vacancies/investor-relations-associate-3/',0,'stm_vacancies','',0),(2366,1,'2017-05-11 17:53:35','2017-05-11 12:53:35','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Our experiences define our identity\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494507412025{margin-bottom: 30px !important;}\"][vc_custom_heading text=\"Over the past 10-plus years, we have grown from a regional company into a global technology solutions powerhouse.\" font_container=\"tag:h4|text_align:center|color:%23a6a6a6\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\" css=\".vc_custom_1505820957383{margin-bottom: 48px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][stm_gallery post_type=\"stm_projects\" number=\"9\" img_size=\"390x235\" style=\"style_2\"][/vc_column][/vc_row]','Cases','','publish','closed','closed','','our-cases','','','2017-05-11 17:53:35','2017-05-11 12:53:35','',0,'http://pearl.stylemixthemes.com/?page_id=2366',0,'page','',0),(2383,1,'2017-05-12 09:41:09','2017-05-12 04:41:09','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Pear Business to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3813\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845868949{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
\n
\n
Improve sales and operations and production planning:
\nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\n
\n
\n
Gadgets that inspire you and production planning:
\nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\n
\n
\n
International Partners production operations :
\nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1505825466164-cf3d7329-f2ba\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\n
\n
\n
International Partners production operations :
\nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\n
\n
\n
Gadgets that inspire you and production planning:
\nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
\n
\n
Improve sales and operations and production planning:
\nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1505825465246-136dc403-6ec6\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\n
\n
\n
Gadgets that inspire you and production planning:
\nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
\n
\n
Improve sales and operations and production planning:
\nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\n
\n
\n
International Partners production operations :
\nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
\n
\n[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','How to collect all ideas in a single project','The effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables','publish','closed','closed','','how-to-collect-all-ideas-in-one-project','','','2017-05-12 09:41:09','2017-05-12 04:41:09','',0,'http://pearl.stylemixthemes.com/case/pricing-games-technology-company-boast/',0,'stm_projects','',0),(2393,1,'2017-05-12 10:47:37','2017-05-12 05:47:37','[vc_row][vc_column][stm_post_type_list post_type=\"stm_projects\" title=\"Featured Cases\" num=\"3\" size=\"58x58\" css=\".vc_custom_1494571068327{margin-bottom: 30px !important;border-bottom-width: 3px !important;padding-top: 0px !important;padding-bottom: 30px !important;border-bottom-color: #3c98ff !important;border-bottom-style: solid !important;}\"][stm_button button_pos=\"fullwidth\" button_icon_pos=\"left\" button_icon=\"fa fa-file-text-o\" button_icon_class=\"custom\" button_icon_color=\"#ffffff\" button_icon_size=\"20\" button_divider=\"divider\" link=\"url:%2Fwp-content%2Fuploads%2F2017%2F05%2FENERGY-STAR.pdf|title:Download%20Brochure|target:%20_blank|\" css=\".vc_custom_1505825376509{margin-bottom: 40px !important;}\"][stm_testimonials number_row=\"1\" crop=\"130\" bullets=\"false\" img_size=\"52x52\" style=\"style_4\" number=\"3\" css=\".vc_custom_1505825365694{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}\"][stm_media_gallery post_type=\"stm_services\" title=\"See our gallery\" num=\"6\" size=\"75x75\"][vc_row_inner css=\".vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner css=\".vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2258) !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"85\" icon=\"stmicon-buddy\" icon_custom_color=\"#ffffff\" css=\".vc_custom_1493986709016{margin-bottom: 20px !important;}\"][vc_custom_heading text=\"how can we help you?\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text css=\".vc_custom_1493986758202{margin-bottom: 25px !important;}\"]\n
We provide the best value to our customers by continuously refining our
\n[/vc_column_text][stm_button button_style=\"outline\" button_pos=\"center\" button_color=\"white\" link=\"url:%2Fcontacts|title:Contact%20Us||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Cases sidebar','','publish','closed','closed','','cases-sidebar','','','2017-05-12 10:47:37','2017-05-12 05:47:37','',0,'http://pearl.stylemixthemes.com/sidebars/service-sidebar-2/',0,'stm_sidebars','',0),(2436,1,'2017-05-15 14:49:43','2017-05-15 09:49:43','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Pear Business to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3812\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845868949{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
\n
\n
Improve sales and operations and production planning:
\nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\n
\n
\n
Gadgets that inspire you and production planning:
\nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\n
\n
\n
International Partners production operations :
\nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1502167968391{margin-bottom: 25px !important;}\"]\n
\n
\n
Problems Vs Solutions
\nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Developing a strategy and roadmap for clients','Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart','publish','closed','closed','','developing-a-strategy-and-roadmap-for-clients-2','','','2017-05-15 14:49:43','2017-05-15 09:49:43','',0,'http://pearl.stylemixthemes.com/cases/how-to-collect-all-ideas-in-a-single-project/',0,'stm_projects','',0),(2437,1,'2017-05-15 14:49:46','2017-05-15 09:49:46','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Pear Business to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3814\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845868949{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
\n
\n
Improve sales and operations and production planning:
\nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\n
\n
\n
Gadgets that inspire you and production planning:
\nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\n
\n
\n
International Partners production operations :
\nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1502167968391{margin-bottom: 25px !important;}\"]\n
\n
\n
Problems Vs Solutions
\nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Management of generation changes in businesses',' For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution.','publish','closed','closed','','management-of-generation-changes-in-businesses-2','','','2017-05-15 14:49:46','2017-05-15 09:49:46','',0,'http://pearl.stylemixthemes.com/cases/how-to-collect-all-ideas-in-a-single-project/',0,'stm_projects','',0),(2438,1,'2017-05-15 14:49:49','2017-05-15 09:49:49','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Pear Business to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3815\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845868949{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
\n
\n
Improve sales and operations and production planning:
\nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\n
\n
\n
Gadgets that inspire you and production planning:
\nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\n
\n
\n
International Partners production operations :
\nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1502167968391{margin-bottom: 25px !important;}\"]\n
\n
\n
Problems Vs Solutions
\nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Business Planning, Strategy & Execution','In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability','publish','closed','closed','','business-planning-strategy-execution-2','','','2017-05-15 14:49:49','2017-05-15 09:49:49','',0,'http://pearl.stylemixthemes.com/cases/how-to-collect-all-ideas-in-a-single-project/',0,'stm_projects','',0),(2439,1,'2017-05-15 14:49:52','2017-05-15 09:49:52','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Consulting WP to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3813\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501846037808{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
\n
\n
Improve sales and operations and production planning:
\nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1501754887744{margin-bottom: 25px !important;}\"]\n
\n
\n
Gadgets that inspire you and production planning:
\nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.\n\n
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1501755024962{margin-bottom: 25px !important;}\"]\n
\n
\n
International Partners production operations :
\nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1501755099149{margin-bottom: 25px !important;}\"]\n
\n
\n
Problems Vs Solutions
\nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Constructing the best-in-class global assets',' Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace.','publish','closed','closed','','constructing-the-best-in-class-global-assets','','','2017-05-15 14:49:52','2017-05-15 09:49:52','',0,'http://pearl.stylemixthemes.com/cases/how-to-collect-all-ideas-in-a-single-project/',0,'stm_projects','',0),(2440,1,'2017-05-15 14:49:55','2017-05-15 09:49:55','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Consulting WP to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3814\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501846037808{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
\n
\n
Improve sales and operations and production planning:
\nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1501754887744{margin-bottom: 25px !important;}\"]\n
\n
\n
Gadgets that inspire you and production planning:
\nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.\n\n
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1501755024962{margin-bottom: 25px !important;}\"]\n
\n
\n
International Partners production operations :
\nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1501755099149{margin-bottom: 25px !important;}\"]\n
\n
\n
Problems Vs Solutions
\nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Transformation sparks financial income for all',' Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace.','publish','closed','closed','','transformation-sparks-financial-income-for-all','','','2017-05-15 14:49:55','2017-05-15 09:49:55','',0,'http://pearl.stylemixthemes.com/cases/how-to-collect-all-ideas-in-a-single-project/',0,'stm_projects','',0),(2441,1,'2017-05-15 14:50:01','2017-05-15 09:50:01','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Consulting WP to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3815\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501846037808{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
\n
\n
Improve sales and operations and production planning:
\nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1501754887744{margin-bottom: 25px !important;}\"]\n
\n
\n
Gadgets that inspire you and production planning:
\nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.\n\n
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1501755024962{margin-bottom: 25px !important;}\"]\n
\n
\n
International Partners production operations :
\nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1501755099149{margin-bottom: 25px !important;}\"]\n
\n
\n
Problems Vs Solutions
\nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Developing a strategy and roadmap for clients','The teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.','publish','closed','closed','','developing-a-strategy-and-roadmap-for-clients','','','2017-05-15 14:50:01','2017-05-15 09:50:01','',0,'http://pearl.stylemixthemes.com/cases/how-to-collect-all-ideas-in-a-single-project/',0,'stm_projects','',0),(2442,1,'2017-05-15 14:50:04','2017-05-15 09:50:04','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Pear Business to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3812\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845868949{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
\n
\n
Improve sales and operations and production planning:
\nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\n
\n
\n
Gadgets that inspire you and production planning:
\nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\n
\n
\n
International Partners production operations :
\nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1502167968391{margin-bottom: 25px !important;}\"]\n
\n
\n
Problems Vs Solutions
\nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Business Planning, Strategy & Execution','You look at the problem from all sides until you think you know that problem, but it still blocks your path.','publish','closed','closed','','business-planning-strategy-execution','','','2017-05-15 14:50:04','2017-05-15 09:50:04','',0,'http://pearl.stylemixthemes.com/cases/how-to-collect-all-ideas-in-a-single-project/',0,'stm_projects','',0),(2443,1,'2017-05-15 14:50:07','2017-05-15 09:50:07','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Pear Business to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3814\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845868949{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
\n
\n
Improve sales and operations and production planning:
\nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\n
\n
\n
Gadgets that inspire you and production planning:
\nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\n
\n
\n
International Partners production operations :
\nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1502167968391{margin-bottom: 25px !important;}\"]\n
\n
\n
Problems Vs Solutions
\nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Management of generation changes in businesses','The teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure.','publish','closed','closed','','management-of-generation-changes-in-businesses','','','2017-05-15 14:50:07','2017-05-15 09:50:07','',0,'http://pearl.stylemixthemes.com/cases/how-to-collect-all-ideas-in-a-single-project/',0,'stm_projects','',0),(2444,1,'2017-05-15 14:52:50','2017-05-15 09:52:50','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Pear Business to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3812\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845868949{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
\n
\n
Improve sales and operations and production planning:
\nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\n
\n
\n
Gadgets that inspire you and production planning:
\nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\n
\n
\n
International Partners production operations :
\nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1502167968391{margin-bottom: 25px !important;}\"]\n
\n
\n
Problems Vs Solutions
\nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Business Planning, Strategy & Execution','When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.','publish','closed','closed','','business-planning-strategy-execution-3','','','2017-05-15 14:52:50','2017-05-15 09:52:50','',0,'http://pearl.stylemixthemes.com/cases/business-planning-strategy-execution-3/',0,'stm_projects','',0),(2445,1,'2017-05-15 14:52:54','2017-05-15 09:52:54','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Pear Business to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3815\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845868949{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
\n
\n
Improve sales and operations and production planning:
\nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\n
\n
\n
Gadgets that inspire you and production planning:
\nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\n
\n
\n
International Partners production operations :
\nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1502167968391{margin-bottom: 25px !important;}\"]\n
\n
\n
Problems Vs Solutions
\nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Developing a strategy and roadmap for clients','The work addressed three critical issues for Pharm Ltd.:','publish','closed','closed','','developing-a-strategy-and-roadmap-for-clients-3','','','2017-05-15 14:52:54','2017-05-15 09:52:54','',0,'http://pearl.stylemixthemes.com/cases/developing-a-strategy-and-roadmap-for-clients-3/',0,'stm_projects','',0),(2446,1,'2017-05-15 14:53:08','2017-05-15 09:53:08','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Pear Business to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3814\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845868949{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
\n
\n
Improve sales and operations and production planning:
\nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\n
\n
\n
Gadgets that inspire you and production planning:
\nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\n
\n
\n
International Partners production operations :
\nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1502167968391{margin-bottom: 25px !important;}\"]\n
\n
\n
Problems Vs Solutions
\nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Management of generation changes in businesses','The world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today.','publish','closed','closed','','management-of-generation-changes-in-businesses-3','','','2017-05-15 14:53:08','2017-05-15 09:53:08','',0,'http://pearl.stylemixthemes.com/cases/management-of-generation-changes-in-businesses-3/',0,'stm_projects','',0),(2447,1,'2017-05-15 14:53:19','2017-05-15 09:53:19','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Pear Business to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3815\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845868949{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
\n
\n
Improve sales and operations and production planning:
\nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\n
\n
\n
Gadgets that inspire you and production planning:
\nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\n
\n
\n
International Partners production operations :
\nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1502167968391{margin-bottom: 25px !important;}\"]\n
\n
\n
Problems Vs Solutions
\nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Developing a strategy and roadmap for clients','Pharm Ltd. leadership turned to Pear Business to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.','publish','closed','closed','','developing-a-strategy-and-roadmap-for-clients-3-2','','','2017-05-15 14:53:19','2017-05-15 09:53:19','',0,'http://pearl.stylemixthemes.com/cases/developing-a-strategy-and-roadmap-for-clients-4/',0,'stm_projects','',0),(2448,1,'2017-05-15 14:53:21','2017-05-15 09:53:21','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Pear Business to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3814\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845868949{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
\n
\n
Improve sales and operations and production planning:
\nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\n
\n
\n
Gadgets that inspire you and production planning:
\nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
\n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\n
\n
\n
International Partners production operations :
\nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1502167968391{margin-bottom: 25px !important;}\"]\n
\n
\n
Problems Vs Solutions
\nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Business Planning, Strategy & Execution','The teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process','publish','closed','closed','','business-planning-strategy-execution-3-2','','','2017-05-15 14:53:21','2017-05-15 09:53:21','',0,'http://pearl.stylemixthemes.com/cases/business-planning-strategy-execution-4/',0,'stm_projects','',0),(2449,1,'2023-05-15 15:05:46','2023-05-15 10:05:46','[vc_row][vc_column][vc_column_text]The beginning is a critical time in event marketing. We are motivated and moved to make something happen from bringing people together for brand awareness and lead generation. Without question, this is the time to put together a few major pieces that will make the event process move smoothly. If done quickly, it can make the event better or more realistic for the hosts.[/vc_column_text][stm_schedule][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%2C%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%5D\" stm_event_lesson_title=\"Day 1\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 2\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%5D\" stm_event_lesson_title=\"Day 3\" datepicker=\"5/7/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 4\" datepicker=\"5/8/17\"][/stm_schedule][/vc_column][/vc_row]','PlanIt Earth (For a global Event Planner)','He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.','publish','closed','closed','','planit-earth-for-a-global-event-planner','','','2023-05-15 15:05:46','2023-05-15 10:05:46','',0,'http://pearl.stylemixthemes.com/events/executive-retreats-and-programs/',0,'stm_events','',0),(2450,1,'2022-06-15 15:05:49','2022-06-15 10:05:49','[vc_row][vc_column][vc_column_text]The beginning is a critical time in event marketing. We are motivated and moved to make something happen from bringing people together for brand awareness and lead generation. Without question, this is the time to put together a few major pieces that will make the event process move smoothly. If done quickly, it can make the event better or more realistic for the hosts.[/vc_column_text][stm_schedule][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%2C%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%5D\" stm_event_lesson_title=\"Day 1\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 2\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%5D\" stm_event_lesson_title=\"Day 3\" datepicker=\"5/7/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 4\" datepicker=\"5/8/17\"][/stm_schedule][/vc_column][/vc_row]','Business name ideas for event','He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.','publish','closed','closed','','business-name-ideas-for-event','','','2022-06-15 15:05:49','2022-06-15 10:05:49','',0,'http://pearl.stylemixthemes.com/events/executive-retreats-and-programs/',0,'stm_events','',0),(2451,1,'2019-05-24 15:05:51','2019-05-24 10:05:51','[vc_row][vc_column][vc_column_text]The beginning is a critical time in event marketing. We are motivated and moved to make something happen from bringing people together for brand awareness and lead generation. Without question, this is the time to put together a few major pieces that will make the event process move smoothly. If done quickly, it can make the event better or more realistic for the hosts.[/vc_column_text][stm_schedule][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%2C%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%5D\" stm_event_lesson_title=\"Day 1\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 2\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%5D\" stm_event_lesson_title=\"Day 3\" datepicker=\"5/7/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 4\" datepicker=\"5/8/17\"][/stm_schedule][/vc_column][/vc_row]','A clever business name suggests creativity','He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.','publish','closed','closed','','a-clever-business-name-suggests-creativity','','','2019-05-24 15:05:51','2019-05-24 10:05:51','',0,'http://pearl.stylemixthemes.com/events/executive-retreats-and-programs/',0,'stm_events','',0),(2452,1,'2022-08-15 15:05:53','2022-08-15 10:05:53','[vc_row][vc_column][vc_column_text]The beginning is a critical time in event marketing. We are motivated and moved to make something happen from bringing people together for brand awareness and lead generation. Without question, this is the time to put together a few major pieces that will make the event process move smoothly. If done quickly, it can make the event better or more realistic for the hosts.[/vc_column_text][stm_schedule][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%2C%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%5D\" stm_event_lesson_title=\"Day 1\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 2\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%5D\" stm_event_lesson_title=\"Day 3\" datepicker=\"5/7/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 4\" datepicker=\"5/8/17\"][/stm_schedule][/vc_column][/vc_row]','A good name is easy to remember','He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.','publish','closed','closed','','a-good-name-is-easy-to-remember','','','2022-08-15 15:05:53','2022-08-15 10:05:53','',0,'http://pearl.stylemixthemes.com/events/executive-retreats-and-programs/',0,'stm_events','',0),(2453,1,'2022-07-22 15:05:55','2022-07-22 10:05:55','[vc_row][vc_column][vc_column_text]The beginning is a critical time in event marketing. We are motivated and moved to make something happen from bringing people together for brand awareness and lead generation. Without question, this is the time to put together a few major pieces that will make the event process move smoothly. If done quickly, it can make the event better or more realistic for the hosts.[/vc_column_text][stm_schedule][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%2C%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%5D\" stm_event_lesson_title=\"Day 1\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 2\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%5D\" stm_event_lesson_title=\"Day 3\" datepicker=\"5/7/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 4\" datepicker=\"5/8/17\"][/stm_schedule][/vc_column][/vc_row]','Your business name is a key part','He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.','publish','closed','closed','','your-business-name-is-a-key-part','','','2022-07-22 15:05:55','2022-07-22 10:05:55','',0,'http://pearl.stylemixthemes.com/events/executive-retreats-and-programs/',0,'stm_events','',0),(2454,1,'2021-07-18 15:05:57','2021-07-18 10:05:57','[vc_row][vc_column][vc_column_text]The beginning is a critical time in event marketing. We are motivated and moved to make something happen from bringing people together for brand awareness and lead generation. Without question, this is the time to put together a few major pieces that will make the event process move smoothly. If done quickly, it can make the event better or more realistic for the hosts.[/vc_column_text][stm_schedule][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%2C%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%5D\" stm_event_lesson_title=\"Day 1\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 2\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%5D\" stm_event_lesson_title=\"Day 3\" datepicker=\"5/7/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 4\" datepicker=\"5/8/17\"][/stm_schedule][/vc_column][/vc_row]','Monumental Event Planning','He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.','publish','closed','closed','','monumental-event-planning','','','2021-07-18 15:05:57','2021-07-18 10:05:57','',0,'http://pearl.stylemixthemes.com/events/executive-retreats-and-programs/',0,'stm_events','',0),(2455,1,'2020-06-15 15:05:59','2020-06-15 10:05:59','[vc_row][vc_column][vc_column_text]The beginning is a critical time in event marketing. We are motivated and moved to make something happen from bringing people together for brand awareness and lead generation. Without question, this is the time to put together a few major pieces that will make the event process move smoothly. If done quickly, it can make the event better or more realistic for the hosts.[/vc_column_text][stm_schedule][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%2C%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%5D\" stm_event_lesson_title=\"Day 1\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 2\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%5D\" stm_event_lesson_title=\"Day 3\" datepicker=\"5/7/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 4\" datepicker=\"5/8/17\"][/stm_schedule][/vc_column][/vc_row]','Phenomenal Event Planning','He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.','publish','closed','closed','','phenomenal-event-planning','','','2020-06-15 15:05:59','2020-06-15 10:05:59','',0,'http://pearl.stylemixthemes.com/events/executive-retreats-and-programs/',0,'stm_events','',0),(2456,1,'2017-07-15 15:06:02','2017-07-15 10:06:02','[vc_row][vc_column][vc_column_text]The beginning is a critical time in event marketing. We are motivated and moved to make something happen from bringing people together for brand awareness and lead generation. Without question, this is the time to put together a few major pieces that will make the event process move smoothly. If done quickly, it can make the event better or more realistic for the hosts.[/vc_column_text][stm_schedule][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%2C%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%5D\" stm_event_lesson_title=\"Day 1\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 2\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%5D\" stm_event_lesson_title=\"Day 3\" datepicker=\"5/7/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 4\" datepicker=\"5/8/17\"][/stm_schedule][/vc_column][/vc_row]','Wonder Works Event Planning','He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.','publish','closed','closed','','wonder-works-event-planning','','','2017-07-15 15:06:02','2017-07-15 10:06:02','',0,'http://pearl.stylemixthemes.com/events/executive-retreats-and-programs/',0,'stm_events','',0),(2457,1,'2020-08-03 15:06:03','2020-08-03 10:06:03','[vc_row][vc_column][vc_column_text]The beginning is a critical time in event marketing. We are motivated and moved to make something happen from bringing people together for brand awareness and lead generation. Without question, this is the time to put together a few major pieces that will make the event process move smoothly. If done quickly, it can make the event better or more realistic for the hosts.[/vc_column_text][stm_schedule][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%2C%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%5D\" stm_event_lesson_title=\"Day 1\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 2\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%5D\" stm_event_lesson_title=\"Day 3\" datepicker=\"5/7/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 4\" datepicker=\"5/8/17\"][/stm_schedule][/vc_column][/vc_row]','Affairs to Remember','He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.','publish','closed','closed','','affairs-to-remember','','','2020-08-03 15:06:03','2020-08-03 10:06:03','',0,'http://pearl.stylemixthemes.com/events/executive-retreats-and-programs/',0,'stm_events','',0),(2458,1,'2018-10-24 15:06:05','2018-10-24 10:06:05','[vc_row][vc_column][vc_column_text]The beginning is a critical time in event marketing. We are motivated and moved to make something happen from bringing people together for brand awareness and lead generation. Without question, this is the time to put together a few major pieces that will make the event process move smoothly. If done quickly, it can make the event better or more realistic for the hosts.[/vc_column_text][stm_schedule][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%2C%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%5D\" stm_event_lesson_title=\"Day 1\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 2\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%5D\" stm_event_lesson_title=\"Day 3\" datepicker=\"5/7/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 4\" datepicker=\"5/8/17\"][/stm_schedule][/vc_column][/vc_row]','Thought Processes and see what Happen','He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.','publish','closed','closed','','thought-processes-and-see-what-happen','','','2018-10-24 15:06:05','2018-10-24 10:06:05','',0,'http://pearl.stylemixthemes.com/events/executive-retreats-and-programs/',0,'stm_events','',0),(2459,1,'2019-05-15 15:06:07','2019-05-15 10:06:07','[vc_row][vc_column][vc_column_text]The beginning is a critical time in event marketing. We are motivated and moved to make something happen from bringing people together for brand awareness and lead generation. Without question, this is the time to put together a few major pieces that will make the event process move smoothly. If done quickly, it can make the event better or more realistic for the hosts.[/vc_column_text][stm_schedule][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%2C%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%5D\" stm_event_lesson_title=\"Day 1\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 2\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%5D\" stm_event_lesson_title=\"Day 3\" datepicker=\"5/7/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 4\" datepicker=\"5/8/17\"][/stm_schedule][/vc_column][/vc_row]','If You do all those things Effectively, You can’t miss','He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.','publish','closed','closed','','if-you-do-all-those-things-effectively-you-cant-miss','','','2019-05-15 15:06:07','2019-05-15 10:06:07','',0,'http://pearl.stylemixthemes.com/events/executive-retreats-and-programs/',0,'stm_events','',0),(2460,1,'2019-07-15 15:06:10','2019-07-15 10:06:10','[vc_row][vc_column][vc_column_text]The beginning is a critical time in event marketing. We are motivated and moved to make something happen from bringing people together for brand awareness and lead generation. Without question, this is the time to put together a few major pieces that will make the event process move smoothly. If done quickly, it can make the event better or more realistic for the hosts.[/vc_column_text][stm_schedule][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%2C%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%5D\" stm_event_lesson_title=\"Day 1\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 2\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%5D\" stm_event_lesson_title=\"Day 3\" datepicker=\"5/7/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 4\" datepicker=\"5/8/17\"][/stm_schedule][/vc_column][/vc_row]','Executive Retreats and Programs','He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.','publish','closed','closed','','executive-retreats-and-incentive-programs-13','','','2019-07-15 15:06:10','2019-07-15 10:06:10','',0,'http://pearl.stylemixthemes.com/events/executive-retreats-and-programs/',0,'stm_events','',0),(2461,1,'2017-05-15 15:28:03','2017-05-15 10:28:03','[vc_row][vc_column][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]Simple Business Solutions has generated thousands of dollars in annual cost savings for businesses. Simple\'s comprehensive cost reduction analysis is performed on contingency, which means Simple is compensated only if cost savings are identified for your business. Cut costs and imagine what you could do with all that money added to your bottom line...[/vc_column_text][vc_single_image source=\"featured_image\" img_size=\"820x400\"][vc_column_text]\n
Want to Increase Sales in a Down Economy?
\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"Business planning & strategy\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234020661{margin-bottom: 26px !important;}\"][vc_column_text css=\".vc_custom_1494235286024{margin-bottom: 34px !important;}\"]Our clients are often surprised by the possibilities we present to them; by thinking outside the box we present exciting new ventures:[/vc_column_text][vc_column_text]\n\nWork fewer hours — and make more money\nAttract and retain quality, high-paying customers\nManage your time so you’ll get more done in less time\nHone sharp leadership skills to manage your team\nAutomate your business, so you can leave for days,\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234318457{margin-bottom: 24px !important;}\"][vc_round_chart stroke_width=\"2\" values=\"%5B%7B%22title%22%3A%22Option%201%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22turquoise%22%7D%2C%7B%22title%22%3A%22Option%202%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22pink%22%7D%2C%7B%22title%22%3A%22Option%203%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22mulled-wine%22%7D%5D\" el_class=\"small_chart\" css=\".vc_custom_1494234342834{margin-bottom: 2px !important;}\"][vc_column_text el_class=\"stm-effects_opacity\"]You can transform your business to a revenue-producing asset that lets you work as much or as little as you want.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494240191005{margin-bottom: 60px !important;}\"][vc_column][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1494235408945-11809e1e-ed7b\"][vc_column_text]Simple\'s strategic marketing methodology has helped local businesses and others across the western U.S. achieve record growth during one of the worst economic periods in U.S. history. How? By auditing the effectiveness of current marketing efforts, developing and executing the right marketing strategy, then measuring and maximizing results to increase sales.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1494235463242-c72de02e-e1c7\"][vc_column_text]Simple Business Solutions helps businesses differentiate from competitors and make a lasting impression on prospects and customers. Simple dissects the ‘decision journey’ and gains insight into customer perceptions about your business and your competitors. Armed with this insight, Simple builds a powerful, memorable brand to establish your identity in a crowded marketplace.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"competitor research & analysis\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240021552{margin-bottom: 31px !important;}\"][stm_charts design=\"bar\" x_values=\"JAN; FEB; MAR; APR; MAY; JUN;\" values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%20%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2035%3B%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"400\" height=\"320\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240095242{margin-bottom: 36px !important;}\"][vc_column_text css=\".vc_custom_1494240118978{margin-bottom: 30px !important;}\"]\n\nA strong business plan requires going beyond intuition and experience, and supporting your idea with fact-based market research. Investors need to have confidence in your understanding of the market, so don\'t let yourself down by skimping on research. We have access to fee-based, subscriber-only resources such as:\n\n[/vc_column_text][vc_column_text]\n\nDon James/Semplice – Article and News research\nHighVoltageBusiness – Company Research\nGoovers – Company and Industry Research\nIRISpace – Industry Research\nLexos-Nexos – Company, Industry, Market Research\nPronounce – market analysis report “slices”\n[/vc_column_text][/vc_column][/vc_row]','Strategic & commercial approach','Investment planning & strategy Maecenas cursus mauris libero, a imperdiet enim pellentesque id. Aliquam erat volutpat. Suspendisse sit amet sapien at risus efficitur sagittis.','publish','closed','closed','','investment-planning-strategy-2-2','','','2017-05-15 15:28:03','2017-05-15 10:28:03','',0,'http://pearl.stylemixthemes.com/services/strategic-commercial-approach/',0,'stm_services','',0),(2462,1,'2017-05-15 15:28:05','2017-05-15 10:28:05','[vc_row][vc_column][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]Simple Business Solutions has generated thousands of dollars in annual cost savings for businesses. Simple\'s comprehensive cost reduction analysis is performed on contingency, which means Simple is compensated only if cost savings are identified for your business. Cut costs and imagine what you could do with all that money added to your bottom line...[/vc_column_text][vc_single_image source=\"featured_image\" img_size=\"820x400\"][vc_column_text]\n
Want to Increase Sales in a Down Economy?
\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"Business planning & strategy\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234020661{margin-bottom: 26px !important;}\"][vc_column_text css=\".vc_custom_1494235286024{margin-bottom: 34px !important;}\"]Our clients are often surprised by the possibilities we present to them; by thinking outside the box we present exciting new ventures:[/vc_column_text][vc_column_text]\n\nWork fewer hours — and make more money\nAttract and retain quality, high-paying customers\nManage your time so you’ll get more done in less time\nHone sharp leadership skills to manage your team\nAutomate your business, so you can leave for days,\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234318457{margin-bottom: 24px !important;}\"][vc_round_chart stroke_width=\"2\" values=\"%5B%7B%22title%22%3A%22Option%201%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22turquoise%22%7D%2C%7B%22title%22%3A%22Option%202%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22pink%22%7D%2C%7B%22title%22%3A%22Option%203%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22mulled-wine%22%7D%5D\" el_class=\"small_chart\" css=\".vc_custom_1494234342834{margin-bottom: 2px !important;}\"][vc_column_text el_class=\"stm-effects_opacity\"]You can transform your business to a revenue-producing asset that lets you work as much or as little as you want.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494240191005{margin-bottom: 60px !important;}\"][vc_column][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1494235408945-11809e1e-ed7b\"][vc_column_text]Simple\'s strategic marketing methodology has helped local businesses and others across the western U.S. achieve record growth during one of the worst economic periods in U.S. history. How? By auditing the effectiveness of current marketing efforts, developing and executing the right marketing strategy, then measuring and maximizing results to increase sales.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1494235463242-c72de02e-e1c7\"][vc_column_text]Simple Business Solutions helps businesses differentiate from competitors and make a lasting impression on prospects and customers. Simple dissects the ‘decision journey’ and gains insight into customer perceptions about your business and your competitors. Armed with this insight, Simple builds a powerful, memorable brand to establish your identity in a crowded marketplace.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"competitor research & analysis\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240021552{margin-bottom: 31px !important;}\"][stm_charts design=\"bar\" x_values=\"JAN; FEB; MAR; APR; MAY; JUN;\" values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%20%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2035%3B%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"400\" height=\"320\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240095242{margin-bottom: 36px !important;}\"][vc_column_text css=\".vc_custom_1494240118978{margin-bottom: 30px !important;}\"]\n\nA strong business plan requires going beyond intuition and experience, and supporting your idea with fact-based market research. Investors need to have confidence in your understanding of the market, so don\'t let yourself down by skimping on research. We have access to fee-based, subscriber-only resources such as:\n\n[/vc_column_text][vc_column_text]\n\nDon James/Semplice – Article and News research\nHighVoltageBusiness – Company Research\nGoovers – Company and Industry Research\nIRISpace – Industry Research\nLexos-Nexos – Company, Industry, Market Research\nPronounce – market analysis report “slices”\n[/vc_column_text][/vc_column][/vc_row]','International Business Opportunities','Investment planning & strategy Maecenas cursus mauris libero, a imperdiet enim pellentesque id. Aliquam erat volutpat. Suspendisse sit amet sapien at risus efficitur sagittis.','publish','closed','closed','','international-business-opportunities-2','','','2017-05-15 15:28:05','2017-05-15 10:28:05','',0,'http://pearl.stylemixthemes.com/services/international-business-opportunities-2/',0,'stm_services','',0),(2463,1,'2017-05-15 15:28:08','2017-05-15 10:28:08','[vc_row][vc_column][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]Simple Business Solutions has generated thousands of dollars in annual cost savings for businesses. Simple\'s comprehensive cost reduction analysis is performed on contingency, which means Simple is compensated only if cost savings are identified for your business. Cut costs and imagine what you could do with all that money added to your bottom line...[/vc_column_text][vc_single_image source=\"featured_image\" img_size=\"820x400\"][vc_column_text]\n
Want to Increase Sales in a Down Economy?
\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"Business planning & strategy\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234020661{margin-bottom: 26px !important;}\"][vc_column_text css=\".vc_custom_1494235286024{margin-bottom: 34px !important;}\"]Our clients are often surprised by the possibilities we present to them; by thinking outside the box we present exciting new ventures:[/vc_column_text][vc_column_text]\n\nWork fewer hours — and make more money\nAttract and retain quality, high-paying customers\nManage your time so you’ll get more done in less time\nHone sharp leadership skills to manage your team\nAutomate your business, so you can leave for days,\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234318457{margin-bottom: 24px !important;}\"][vc_round_chart stroke_width=\"2\" values=\"%5B%7B%22title%22%3A%22Option%201%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22turquoise%22%7D%2C%7B%22title%22%3A%22Option%202%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22pink%22%7D%2C%7B%22title%22%3A%22Option%203%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22mulled-wine%22%7D%5D\" el_class=\"small_chart\" css=\".vc_custom_1494234342834{margin-bottom: 2px !important;}\"][vc_column_text el_class=\"stm-effects_opacity\"]You can transform your business to a revenue-producing asset that lets you work as much or as little as you want.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494240191005{margin-bottom: 60px !important;}\"][vc_column][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1494235408945-11809e1e-ed7b\"][vc_column_text]Simple\'s strategic marketing methodology has helped local businesses and others across the western U.S. achieve record growth during one of the worst economic periods in U.S. history. How? By auditing the effectiveness of current marketing efforts, developing and executing the right marketing strategy, then measuring and maximizing results to increase sales.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1494235463242-c72de02e-e1c7\"][vc_column_text]Simple Business Solutions helps businesses differentiate from competitors and make a lasting impression on prospects and customers. Simple dissects the ‘decision journey’ and gains insight into customer perceptions about your business and your competitors. Armed with this insight, Simple builds a powerful, memorable brand to establish your identity in a crowded marketplace.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"competitor research & analysis\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240021552{margin-bottom: 31px !important;}\"][stm_charts design=\"bar\" x_values=\"JAN; FEB; MAR; APR; MAY; JUN;\" values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%20%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2035%3B%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"400\" height=\"320\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240095242{margin-bottom: 36px !important;}\"][vc_column_text css=\".vc_custom_1494240118978{margin-bottom: 30px !important;}\"]\n\nA strong business plan requires going beyond intuition and experience, and supporting your idea with fact-based market research. Investors need to have confidence in your understanding of the market, so don\'t let yourself down by skimping on research. We have access to fee-based, subscriber-only resources such as:\n\n[/vc_column_text][vc_column_text]\n\nDon James/Semplice – Article and News research\nHighVoltageBusiness – Company Research\nGoovers – Company and Industry Research\nIRISpace – Industry Research\nLexos-Nexos – Company, Industry, Market Research\nPronounce – market analysis report “slices”\n[/vc_column_text][/vc_column][/vc_row]','Investment planning & strategy','Investment planning & strategy Maecenas cursus mauris libero, a imperdiet enim pellentesque id. Aliquam erat volutpat. Suspendisse sit amet sapien at risus efficitur sagittis.','publish','closed','closed','','investment-planning-strategy-3','','','2017-05-15 15:28:08','2017-05-15 10:28:08','',0,'http://pearl.stylemixthemes.com/services/investment-planning-strategy-3/',0,'stm_services','',0),(2614,1,'2017-09-11 15:54:04','0000-00-00 00:00:00','','Main slider','','draft','closed','closed','','','','','2017-09-11 15:54:04','0000-00-00 00:00:00','',0,'http://pearl.stylemixthemes.com/?post_type=stm_slider&p=2614',0,'stm_slider','',0),(2639,1,'2017-09-11 15:54:06','2017-09-11 10:54:06','','Slide 3','','publish','closed','closed','','2639-2','','','2017-09-11 15:54:06','2017-09-11 10:54:06','',2614,'http://pearl.stylemixthemes.com/stm_slider/2639-2/',3,'stm_slider','',0),(2641,1,'2017-09-11 15:54:06','2017-09-11 10:54:06','','Slide 1','','publish','closed','closed','','2641-2','','','2017-09-11 15:54:06','2017-09-11 10:54:06','',2614,'http://pearl.stylemixthemes.com/stm_slider/2641-2/',1,'stm_slider','',0),(2646,1,'2017-09-11 15:54:06','2017-09-11 10:54:06','','Slide 2','','publish','closed','closed','','2646-2','','','2017-09-11 15:54:06','2017-09-11 10:54:06','',2614,'http://pearl.stylemixthemes.com/stm_slider/2646-2/',2,'stm_slider','',0),(2675,1,'2017-06-29 17:01:17','2017-06-29 12:01:17','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"More than 50 years experience\" font_container=\"tag:h2|text_align:center|color:%23222222|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1493700386282{margin-bottom: 30px !important;}\"][vc_custom_heading text=\"Company was founded in 2005 in St. Louis, Missouri, as a manufacturer of electric motors and fans. Over the past 10-plus years, we have grown from a regional company into a global technology solutions powerhouse.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\" css=\".vc_custom_1493701149153{margin-bottom: 60px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1498737663704{padding-top: 60px !important;padding-bottom: 40px !important;background-color: #e5e6ea !important;}\"][vc_column][stm_posttimeline length=\"35\" image_size=\"455x255\" style=\"style_2\" year=\"true\" title=\"true\" categories=\"54\"][/vc_column][/vc_row]','Our history 2','','publish','closed','closed','','our-history-2','','','2017-06-29 17:01:17','2017-06-29 12:01:17','',0,'http://pearl.stylemixthemes.com/?page_id=2675',0,'page','',0),(2680,1,'2017-07-07 10:20:05','2017-07-07 05:20:05','','Timmy','','publish','closed','closed','','timmy','','','2017-07-07 10:20:05','2017-07-07 05:20:05','',0,'http://pearl.stylemixthemes.com/stm_participants/timmy/',0,'stm_participants','',0),(2686,1,'2017-07-10 16:49:40','2017-07-10 11:49:40','[woocommerce_checkout]','Checkout','','publish','closed','closed','','checkout','','','2017-07-10 16:49:40','2017-07-10 11:49:40','',0,'http://pearl.stylemixthemes.com/cart-2/',0,'page','',0),(2691,1,'2017-07-11 14:01:24','2017-07-11 09:01:24','[vc_row][vc_column][vc_wp_search][vc_widget_sidebar sidebar_id=\"shop_sidebar\"][vc_row_inner css=\".vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner css=\".vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2258) !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"85\" icon=\"stmicon-buddy\" icon_custom_color=\"#ffffff\" css=\".vc_custom_1493986709016{margin-bottom: 20px !important;}\"][vc_custom_heading text=\"how can we help you?\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text css=\".vc_custom_1493986758202{margin-bottom: 25px !important;}\"]\n
We provide the best value to our customers by continuously refining our
\n[/vc_column_text][stm_button button_style=\"outline\" button_pos=\"center\" button_color=\"white\" link=\"url:%2Fcontacts|title:Contact%20Us||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Shop sidebar','','publish','closed','closed','','shop-sidebar','','','2017-07-11 14:01:24','2017-07-11 09:01:24','',0,'http://pearl.stylemixthemes.com/sidebars/cases-sidebar-2/',0,'stm_sidebars','',0),(2818,1,'2017-07-25 15:26:06','2017-07-25 10:26:06','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1500972939005{margin-bottom: 15px !important;}\"][vc_custom_heading text=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc iaculis purus at lectus viverra rutrum ut vel eros. \" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\" css=\".vc_custom_1495000377079{margin-bottom: 50px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1500981008460{margin-bottom: 90px !important;}\"][vc_column][stm_services_carousel posts_per_page=\"4\" loop=\"yes\" style=\"\"]\n
Carousel
\nGlobally known for our ability to handle every last detail of our customers’ particular logistics and forwarding needs, TransCargo’s Special Services team takes care of all your logistics.[/stm_services_carousel][/vc_column][/vc_row][vc_row css=\".vc_custom_1500981025937{margin-bottom: 30px !important;}\"][vc_column][vc_custom_heading text=\"Services grid 1\" font_container=\"tag:h2|text_align:center|color:%23293742\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501049490562{margin-bottom: 50px !important;}\"][stm_services number=\"3\" pagination=\"off\" per_row=\"3\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1500981033521{margin-bottom: 30px !important;}\"][vc_column][vc_custom_heading text=\"Services grid 2\" font_container=\"tag:h2|text_align:center|color:%23293742\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501049557833{margin-bottom: 50px !important;}\"][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x255\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1500979269986{margin-bottom: 70px !important;}\"][vc_column][vc_custom_heading text=\"Services grid 3\" font_container=\"tag:h2|text_align:center|color:%23293742\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501049549385{margin-bottom: 50px !important;}\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_3\" img_size=\"540x340\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1500981209716{margin-bottom: 70px !important;}\"][vc_column][vc_custom_heading text=\"Services grid 4\" font_container=\"tag:h2|text_align:center|color:%23293742\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501049542920{margin-bottom: 50px !important;}\"][stm_services number=\"6\" pagination=\"off\" per_row=\"3\" style=\"style_4\" img_size=\"255x255\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1500981033521{margin-bottom: 30px !important;}\"][vc_column][vc_custom_heading text=\"Services grid 5\" font_container=\"tag:h2|text_align:center|color:%23293742\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501049537532{margin-bottom: 50px !important;}\"][stm_services number=\"3\" pagination=\"off\" per_row=\"3\" style=\"style_5\" img_size=\"350x250\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1500981033521{margin-bottom: 30px !important;}\"][vc_column][vc_custom_heading text=\"Services grid 6\" font_container=\"tag:h2|text_align:center|color:%23293742\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501049532630{margin-bottom: 50px !important;}\"][stm_services number=\"3\" pagination=\"off\" per_row=\"3\" style=\"style_6\" img_size=\"360x250\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1500981033521{margin-bottom: 30px !important;}\"][vc_column][vc_custom_heading text=\"Services grid 7\" font_container=\"tag:h2|text_align:center|color:%23293742\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501049519622{margin-bottom: 50px !important;}\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_7\" img_size=\"360x250\"][/vc_column][/vc_row]','Services','','publish','closed','closed','','services-element','','','2017-07-25 15:26:06','2017-07-25 10:26:06','',0,'http://pearl.stylemixthemes.com/?page_id=2818',0,'page','',0),(2983,1,'2017-07-26 15:53:43','2017-07-26 10:53:43','[vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"Business planning & strategy\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234020661{margin-bottom: 26px !important;}\"][vc_column_text css=\".vc_custom_1494235286024{margin-bottom: 34px !important;}\"]Our clients are often surprised by the possibilities we present to them; by thinking outside the box we present exciting new ventures:[/vc_column_text][vc_column_text]\n
\n
Work fewer hours — and make more money
\n
Attract and retain quality, high-paying customers
\n
Manage your time so you’ll get more done in less time
\n
Hone sharp leadership skills to manage your team
\n
Automate your business, so you can leave for days,
\n
\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Round chart\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1501066666641{margin-bottom: 24px !important;}\"][vc_round_chart stroke_width=\"2\" values=\"%5B%7B%22title%22%3A%22Option%201%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22turquoise%22%7D%2C%7B%22title%22%3A%22Option%202%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22pink%22%7D%2C%7B%22title%22%3A%22Option%203%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22mulled-wine%22%7D%5D\" el_class=\"small_chart\" css=\".vc_custom_1494234342834{margin-bottom: 2px !important;}\"][vc_column_text el_class=\"stm-effects_opacity\"]You can transform your business to a revenue-producing asset that lets you work as much or as little as you want.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"Graphic chart\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1501066676584{margin-bottom: 31px !important;}\"][stm_charts design=\"bar\" x_values=\"JAN; FEB; MAR; APR; MAY; JUN;\" values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%20%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2035%3B%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"400\" height=\"320\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240095242{margin-bottom: 36px !important;}\"][vc_column_text css=\".vc_custom_1494240118978{margin-bottom: 30px !important;}\"]\n\nA strong business plan requires going beyond intuition and experience, and supporting your idea with fact-based market research. Investors need to have confidence in your understanding of the market, so don\'t let yourself down by skimping on research. We have access to fee-based, subscriber-only resources such as:\n\n[/vc_column_text][vc_column_text]\n
\n
Don James/Semplice – Article and News research
\n
HighVoltageBusiness – Company Research
\n
Goovers – Company and Industry Research
\n
IRISpace – Industry Research
\n
Lexos-Nexos – Company, Industry, Market Research
\n
Pronounce – market analysis report “slices”
\n
\n[/vc_column_text][/vc_column][/vc_row]','Progress','','publish','closed','closed','','progress-elements','','','2017-07-26 15:53:43','2017-07-26 10:53:43','',0,'http://pearl.stylemixthemes.com/?page_id=2983',0,'page','',0),(3002,1,'2017-07-26 16:16:29','2017-07-26 11:16:29','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1501067279189{margin-bottom: 70px !important;}\"][vc_column][vc_custom_heading text=\"Partners 1\" font_container=\"tag:h2|text_align:left|color:%23293742\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501067912940{margin-bottom: 30px !important;}\"][stm_partners partners=\"%5B%7B%22logo%22%3A%223013%22%2C%22url%22%3A%22%23partner1%22%7D%2C%7B%22logo%22%3A%223012%22%2C%22url%22%3A%22%23partner2%22%7D%2C%7B%22logo%22%3A%223011%22%2C%22url%22%3A%22%23partner3%22%7D%2C%7B%22logo%22%3A%223010%22%2C%22url%22%3A%22%23partner4%22%7D%2C%7B%22logo%22%3A%223009%22%2C%22url%22%3A%22%23partner5%22%7D%2C%7B%22logo%22%3A%223013%22%2C%22url%22%3A%22%23partner6%22%7D%5D\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1501067279189{margin-bottom: 70px !important;}\"][vc_column][vc_custom_heading text=\"Partners 1 Grayscale\" font_container=\"tag:h2|text_align:left|color:%23293742\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501068924802{margin-bottom: 30px !important;}\"][stm_partners partners=\"%5B%7B%22logo%22%3A%223013%22%2C%22url%22%3A%22%23partner1%22%7D%2C%7B%22logo%22%3A%223012%22%2C%22url%22%3A%22%23partner2%22%7D%2C%7B%22logo%22%3A%223011%22%2C%22url%22%3A%22%23partner3%22%7D%2C%7B%22logo%22%3A%223010%22%2C%22url%22%3A%22%23partner4%22%7D%2C%7B%22logo%22%3A%223009%22%2C%22url%22%3A%22%23partner5%22%7D%2C%7B%22logo%22%3A%223013%22%2C%22url%22%3A%22%23partner6%22%7D%5D\" grayscale=\"stm_partners_grayscale\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1501067279189{margin-bottom: 70px !important;}\"][vc_column][vc_custom_heading text=\"Partners 2\" font_container=\"tag:h2|text_align:left|color:%23293742\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501067920924{margin-bottom: 30px !important;}\"][stm_partners partners=\"%5B%7B%22logo%22%3A%223013%22%2C%22url%22%3A%22%23partner1%22%2C%22title%22%3A%22MASTERSTUDY%22%2C%22description%22%3A%22Wonderful%20Partner%20in%20the%20sphere%20of%20advances%20in%20technology%2C%20sustainability%2C%20lean%20practices%2C%20building%20information%20modeling%2C%20learning%20and%20development%2C%20and%20field%20operations%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%7D%2C%7B%22logo%22%3A%223012%22%2C%22url%22%3A%22%23partner2%22%2C%22title%22%3A%22MOTORS%22%2C%22description%22%3A%22Amazing%20Contractor%20that%20can%20be%20trusted%20and%20relied%20on%20and%20whose%20work%20quality%20can%20be%20guaranteed%20without%20any%20hesitation.%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%7D%2C%7B%22logo%22%3A%223011%22%2C%22url%22%3A%22%23partner3%22%2C%22title%22%3A%22CONSULTING%22%2C%22description%22%3A%22Wonderful%20Partner%20in%20the%20sphere%20of%20advances%20in%20technology%2C%20sustainability%2C%20lean%20practices%2C%20building%20information%20modeling%2C%20learning%20and%20development.%22%7D%2C%7B%22logo%22%3A%223010%22%2C%22url%22%3A%22%23partner4%22%2C%22title%22%3A%22HAPPYCHILD%22%2C%22description%22%3A%22Amazing%20Contractor%20that%20can%20be%20trusted%20and%20relied%20on%20and%20whose%20work%20quality%20can%20be%20guaranteed%20without%20any%20hesitation.%22%7D%2C%7B%22logo%22%3A%223009%22%2C%22url%22%3A%22%23partner5%22%2C%22title%22%3A%22SMARTY%20UNIVERSITY%22%2C%22description%22%3A%22Wonderful%20Partner%20in%20the%20sphere%20of%20advances%20in%20technology%2C%20sustainability%2C%20lean%20practices%2C%20building%20information%20modeling%2C%20learning%20and%20development%2C%20and%20field%20operations%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%7D%5D\" style=\"style_2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1501067279189{margin-bottom: 70px !important;}\"][vc_column][vc_custom_heading text=\"Partners 3\" font_container=\"tag:h2|text_align:left|color:%23293742\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501068808222{margin-bottom: 30px !important;}\"][stm_partners partners=\"%5B%7B%22logo%22%3A%223012%22%2C%22url%22%3A%22%23partner2%22%2C%22title%22%3A%22MOTORS%22%2C%22description%22%3A%22Amazing%20Contractor%20that%20can%20be%20trusted%20and%20relied%20on%20and%20whose%20work%20quality%20can%20be%20guaranteed%20without%20any%20hesitation.%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%7D%2C%7B%22logo%22%3A%223011%22%2C%22url%22%3A%22%23partner3%22%2C%22title%22%3A%22CONSULTING%22%2C%22description%22%3A%22Wonderful%20Partner%20in%20the%20sphere%20of%20advances%20in%20technology%2C%20sustainability%2C%20lean%20practices%2C%20building%20information%20modeling%2C%20learning%20and%20development.%22%7D%2C%7B%22logo%22%3A%223010%22%2C%22url%22%3A%22%23partner4%22%2C%22title%22%3A%22HAPPYCHILD%22%2C%22description%22%3A%22Amazing%20Contractor%20that%20can%20be%20trusted%20and%20relied%20on%20and%20whose%20work%20quality%20can%20be%20guaranteed%20without%20any%20hesitation.%22%7D%2C%7B%22logo%22%3A%223009%22%2C%22url%22%3A%22%23partner5%22%2C%22title%22%3A%22SMARTY%20UNIVERSITY%22%2C%22description%22%3A%22Wonderful%20Partner%20in%20the%20sphere%20of%20advances%20in%20technology%2C%20sustainability%2C%20lean%20practices%2C%20building%20information%20modeling%2C%20learning%20and%20development%2C%20and%20field%20operations%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%7D%5D\" style=\"style_3\"][/vc_column][/vc_row]','Partners','','publish','closed','closed','','partners-element','','','2017-07-26 16:16:29','2017-07-26 11:16:29','',0,'http://pearl.stylemixthemes.com/?page_id=3002',0,'page','',0),(3081,1,'2017-07-27 11:19:36','2017-07-27 06:19:36','[vc_row css=\".vc_custom_1501136938193{margin-bottom: 40px !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Post timeline 1\" font_container=\"tag:h2|text_align:center|color:%23222222|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1501134659315{margin-bottom: 30px !important;}\"][vc_custom_heading text=\"Company was founded in 2005 in St. Louis, Missouri, as a manufacturer of electric motors and fans. Over the past 10-plus years, we have grown from a regional company into a global technology solutions powerhouse.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\" css=\".vc_custom_1493701149153{margin-bottom: 60px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501136946682{margin-bottom: 70px !important;}\"][vc_column][stm_posttimeline length=\"35\" year=\"true\" title=\"true\" categories=\"54\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501136951350{margin-bottom: 40px !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Post timeline 2\" font_container=\"tag:h2|text_align:center|color:%23222222|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1501136843379{margin-bottom: 30px !important;}\"][vc_custom_heading text=\"Company was founded in 2005 in St. Louis, Missouri, as a manufacturer of electric motors and fans. Over the past 10-plus years, we have grown from a regional company into a global technology solutions powerhouse.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\" css=\".vc_custom_1493701149153{margin-bottom: 60px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1501137553420{margin-bottom: -60px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #e5e6ea !important;}\"][vc_column][stm_posttimeline length=\"35\" image_size=\"455x255\" style=\"style_2\" year=\"true\" title=\"true\" categories=\"54\"][/vc_column][/vc_row]','Post timeline','','publish','closed','closed','','post-timeline','','','2017-07-27 11:19:36','2017-07-27 06:19:36','',0,'http://pearl.stylemixthemes.com/?page_id=3081',0,'page','',0),(3096,1,'2017-07-27 12:08:21','2017-07-27 07:08:21','[vc_row css=\".vc_custom_1501136938193{margin-bottom: 40px !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:center|color:%23222222|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1501137781404{margin-bottom: 30px !important;}\"][vc_custom_heading text=\"Company was founded in 2005 in St. Louis, Missouri, as a manufacturer of electric motors and fans. Over the past 10-plus years, we have grown from a regional company into a global technology solutions powerhouse.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\" css=\".vc_custom_1493701149153{margin-bottom: 60px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][stm_separator color=\"custom\" custom_color=\"#80deea\" sep_width=\"100%\" sep_height=\"5px\" css=\".vc_custom_1501147106464{margin-bottom: 50px !important;}\"][vc_text_separator title=\"SEPARATOR WITH TEXT LEFT\" title_align=\"separator_align_left\" color=\"custom\" border_width=\"2\" title_color=\"custom\" title_custom_color=\"#80deea\" title_size=\"18\" line_height=\"24\" accent_color=\"#80deea\" css=\".vc_custom_1501147117523{margin-bottom: 50px !important;}\"][vc_text_separator title=\"SEPARATOR WITH TEXT\" color=\"custom\" border_width=\"2\" title_color=\"custom\" title_custom_color=\"#00897b\" title_size=\"18\" line_height=\"24\" accent_color=\"#00897b\" css=\".vc_custom_1501147122957{margin-bottom: 50px !important;}\"][vc_text_separator title=\"SEPARATOR WITH TEXT LEFT\" title_align=\"separator_align_right\" color=\"custom\" border_width=\"2\" title_color=\"custom\" title_custom_color=\"#0277bd\" title_size=\"18\" line_height=\"24\" accent_color=\"#0277bd\" css=\".vc_custom_1501147129088{margin-bottom: 50px !important;}\"][stm_separator color=\"custom\" custom_color=\"#1a237e\" sep_width=\"100%\" sep_height=\"5px\" css=\".vc_custom_1501147133496{margin-bottom: 50px !important;}\"][vc_text_separator title=\"SEPARATOR WITH ICON LEFT\" i_icon_fontawesome=\"stmicon-camera2\" i_color=\"custom\" title_align=\"separator_align_left\" color=\"custom\" border_width=\"2\" title_color=\"custom\" title_custom_color=\"#7cb342\" add_icon=\"true\" i_custom_color=\"#7cb342\" accent_color=\"#7cb342\" title_size=\"18\" line_height=\"24\" css=\".vc_custom_1501147143713{margin-bottom: 50px !important;}\"][vc_text_separator title=\"SEPARATOR WITH ICON\" i_icon_fontawesome=\"stmicon-archive\" i_color=\"custom\" color=\"custom\" border_width=\"2\" title_color=\"custom\" title_custom_color=\"#e64a19\" add_icon=\"true\" i_custom_color=\"#e64a19\" accent_color=\"#e64a19\" title_size=\"18\" line_height=\"24\" css=\".vc_custom_1501147149146{margin-bottom: 50px !important;}\"][vc_text_separator title=\"SEPARATOR WITH ICON RIGHT\" i_icon_fontawesome=\"stmicon-heart3\" i_color=\"custom\" title_align=\"separator_align_right\" color=\"custom\" border_width=\"2\" title_color=\"custom\" title_custom_color=\"#9c27b0\" add_icon=\"true\" i_custom_color=\"#9c27b0\" accent_color=\"#9c27b0\" title_size=\"18\" line_height=\"24\" css=\".vc_custom_1501147183789{margin-bottom: 50px !important;}\"][stm_separator color=\"custom\" custom_color=\"#7cb342\" sep_width=\"100%\" sep_height=\"5px\" css=\".vc_custom_1501147189086{margin-bottom: 50px !important;}\"][vc_text_separator title=\"\" i_icon_fontawesome=\"stmicon-drop\" i_color=\"custom\" title_align=\"separator_align_left\" color=\"custom\" border_width=\"2\" title_color=\"custom\" title_custom_color=\"#e64a19\" add_icon=\"true\" i_custom_color=\"#d81b60\" accent_color=\"#d81b60\" title_size=\"18\" line_height=\"24\" css=\".vc_custom_1501147194059{margin-bottom: 50px !important;}\"][vc_text_separator title=\"\" i_icon_fontawesome=\"stmicon-moon2\" i_color=\"custom\" color=\"custom\" border_width=\"2\" title_color=\"custom\" title_custom_color=\"#e64a19\" add_icon=\"true\" i_custom_color=\"#ffc107\" accent_color=\"#ffc107\" title_size=\"18\" line_height=\"24\" css=\".vc_custom_1501147199761{margin-bottom: 50px !important;}\"][vc_text_separator title=\"\" i_icon_fontawesome=\"stmicon-star\" i_color=\"custom\" title_align=\"separator_align_right\" color=\"custom\" border_width=\"2\" title_color=\"custom\" title_custom_color=\"#e64a19\" add_icon=\"true\" i_custom_color=\"#7cb342\" accent_color=\"#7cb342\" title_size=\"18\" line_height=\"24\" css=\".vc_custom_1501147229181{margin-bottom: 70px !important;}\"][stm_separator color=\"custom\" custom_color=\"#c62828\" sep_width=\"100%\" sep_height=\"5px\" css=\".vc_custom_1501147031875{margin-bottom: 27px !important;}\"][/vc_column][/vc_row]','Separator','','publish','closed','closed','','separator','','','2017-07-27 12:08:21','2017-07-27 07:08:21','',0,'http://pearl.stylemixthemes.com/?page_id=3096',0,'page','',0),(3327,1,'2017-07-28 15:29:21','2017-07-28 10:29:21','[vc_row css=\".vc_custom_1501233737274{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Vacancies style 1\" font_container=\"tag:h2|text_align:left|color:%23293742\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501238075731{margin-bottom: 40px !important;}\"][stm_vacancies][/vc_column][/vc_row][vc_row css=\".vc_custom_1501233737274{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Vacancies style 2\" font_container=\"tag:h2|text_align:left|color:%23293742\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501238081611{margin-bottom: 40px !important;}\"][stm_vacancies style=\"style_2\"][/vc_column][/vc_row]','Vacancies','','publish','closed','closed','','vacancies-element','','','2017-07-28 15:29:21','2017-07-28 10:29:21','',0,'http://pearl.stylemixthemes.com/?page_id=3327',0,'page','',0),(3375,1,'2017-07-31 16:41:23','2017-07-31 11:41:23','','TEST TEST','','publish','closed','closed','','test-test','','','2017-07-31 16:41:23','2017-07-31 11:41:23','',0,'http://pearl.stylemixthemes.com/stm_participants/test-test/',0,'stm_participants','',0),(3376,1,'2017-07-31 17:07:17','2017-07-31 12:07:17','','Stylemix','','publish','closed','closed','','stylemix','','','2017-07-31 17:07:17','2017-07-31 12:07:17','',0,'http://pearl.stylemixthemes.com/stm_participants/stylemix/',0,'stm_participants','',0),(3381,1,'2017-08-01 00:00:00','0000-00-00 00:00:00','','August 1, 2017 @ 4:00 pm (User: 1)','','draft','closed','closed','','','','','2017-08-01 00:00:00','0000-00-00 00:00:00','',0,'http://pearl.stylemixthemes.com/?post_type=booked_appointments&p=3381',0,'booked_appointments','',0),(3384,1,'2017-08-01 00:00:00','0000-00-00 00:00:00','','August 1, 2017 @ 12:00 pm (User: 1)','','draft','closed','closed','','','','','2017-08-01 00:00:00','0000-00-00 00:00:00','',0,'http://pearl.stylemixthemes.com/?post_type=booked_appointments&p=3384',0,'booked_appointments','',0),(3568,1,'2017-08-01 00:00:00','0000-00-00 00:00:00','','August 10, 2017 @ 9:00 am (User: Guest)','','draft','closed','closed','','','','','2017-08-01 00:00:00','0000-00-00 00:00:00','',0,'http://pearl.stylemixthemes.com/?post_type=booked_appointments&p=3568',0,'booked_appointments','',0),(3616,1,'2017-08-09 12:20:22','2017-08-09 07:20:22','','Dmitriy Dmitriy','','publish','closed','closed','','dmitriy-dmitriy','','','2017-08-09 12:20:22','2017-08-09 07:20:22','',0,'http://pearl.stylemixthemes.com/stm_participants/dmitriy-dmitriy/',0,'stm_participants','',0),(3618,1,'2017-08-10 10:51:39','2017-08-10 05:51:39','','ВШьф','','publish','closed','closed','','%d0%b2%d1%88%d1%8c%d1%84','','','2017-08-10 10:51:39','2017-08-10 05:51:39','',0,'http://pearl.stylemixthemes.com/stm_participants/%d0%b2%d1%88%d1%8c%d1%84/',0,'stm_participants','',0),(3630,1,'2017-08-01 00:00:00','0000-00-00 00:00:00','','August 30, 2017 @ 2:00 pm (User: 1)','','draft','closed','closed','','','','','2017-08-01 00:00:00','0000-00-00 00:00:00','',0,'http://pearl.stylemixthemes.com/?post_type=booked_appointments&p=3630',0,'booked_appointments','',0),(3632,1,'2017-08-01 00:00:00','0000-00-00 00:00:00','','August 31, 2017 @ 2:00 pm (User: Guest)','','draft','closed','closed','','','','','2017-08-01 00:00:00','0000-00-00 00:00:00','',0,'http://pearl.stylemixthemes.com/?post_type=booked_appointments&p=3632',0,'booked_appointments','',0),(3635,1,'2017-09-01 00:00:00','0000-00-00 00:00:00','','September 5, 2017 @ 9:00 am (User: Guest)','','draft','closed','closed','','','','','2017-09-01 00:00:00','0000-00-00 00:00:00','',0,'http://pearl.stylemixthemes.com/?post_type=booked_appointments&p=3635',0,'booked_appointments','',0),(3636,1,'2019-02-24 11:38:45','2019-02-24 10:38:45','','Pages','','publish','closed','closed','','pages','','','2019-02-24 11:38:45','2019-02-24 10:38:45','',0,'http://fj-lifesciences.com/2019/02/24/pages/',2,'nav_menu_item','',0),(3728,1,'2005-02-08 12:48:28','2005-02-08 12:48:28','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
\n
Growth through innovation/creativity:\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees
\n
\n[/vc_column_text][vc_column_text]\n
\n
Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.
\n
\n[/vc_column_text][vc_column_text]\n
\n
Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
\r\n[/vc_column_text][/vc_column][/vc_row]','En construction','','inherit','closed','closed','','3840-revision-v1','','','2019-02-24 14:00:44','2019-02-24 13:00:44','',3840,'http://fj-lifesciences.com/2019/02/24/3840-revision-v1/',0,'revision','',0),(3854,1,'2019-02-24 14:22:33','2019-02-24 13:22:33','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4190\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" stm_transparent_bg=\"#ffffff\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"25\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551977281322{margin-bottom: 40px !important;padding-top: 60px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','publish','closed','closed','','welcome','','','2019-10-23 09:04:22','2019-10-23 07:04:22','',0,'http://fj-lifesciences.com/?page_id=3854',0,'page','',0),(3855,1,'2019-02-24 14:22:33','2019-02-24 13:22:33','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Discover the world of Business\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505712340288{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"We consider all the drivers of change from the ground up and we’ll motivate you to make the change.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n
About Company
\r\n17 years of experience helping people to find the best solutions.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Mission
\r\nReducing risk and enhancing housing finance market liquidity.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=gPgMltxn-N4\" css=\".vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2650) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.8)\"][vc_column][vc_custom_heading text=\"ATTRIBUTION\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505712745624{margin-top: 33px !important;margin-bottom: 78px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505712745622{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494677731771{margin-bottom: 111px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162251965{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-bulb_b\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"CREATE NEW BUSINESS\" flip_content=\"Generate new products with higher potential and lower risks of failure. We build services for you from initial sketches to the final production.\"]\r\n
UNIQUE IDEAS & SOLUTIONS
\r\nExperience in all the major geographies, meaning we understand all underlying drivers.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162256127{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-darts\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"BRAND NEW STARTUP\" flip_content=\"Experience in all the major geographies, meaning we understand all underlying drivers. We build services for you from initial sketches to the final production.\"]\r\n
TARGETING & POSITIONING
\r\nGenerate new products with higher potential and lower risks of failure.\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492170545778{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-hands\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"62\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"24/7 SUPPORT\" flip_content=\"Generate new products with higher potential and lower risks of failure. Experience in all the major geographies, meaning we understand all underlying drivers.\"]\r\n
FRIENDLY CUSTOMER SERVICE
\r\nWe build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"OUR SERVICES\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494654282573{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494654313703{margin-bottom: 60px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"We allow you to start without having to worry about making a mistake, as we use our outstanding experience.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"17\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:22:33','2019-02-24 13:22:33','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3856,1,'2019-03-11 12:16:59','2019-03-11 11:16:59','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4190\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" stm_transparent_bg=\"#ffffff\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"25\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551977281322{margin-bottom: 40px !important;padding-top: 60px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-autosave-v1','','','2019-03-11 12:16:59','2019-03-11 11:16:59','',3854,'http://fj-lifesciences.com/2019/02/24/3854-autosave-v1/',0,'revision','',0),(3857,1,'2019-02-24 14:31:47','2019-02-24 13:31:47','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION \" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders.\r\n\r\nLong-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_iconlist icon=\"stmicon-check3\"]Menstrual cycle disorders[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n
About Company
\r\n17 years of experience helping people to find the best solutions.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Mission
\r\nReducing risk and enhancing housing finance market liquidity.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=gPgMltxn-N4\" css=\".vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2650) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.8)\"][vc_column][vc_custom_heading text=\"ATTRIBUTION\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505712745624{margin-top: 33px !important;margin-bottom: 78px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505712745622{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494677731771{margin-bottom: 111px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162251965{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-bulb_b\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"CREATE NEW BUSINESS\" flip_content=\"Generate new products with higher potential and lower risks of failure. We build services for you from initial sketches to the final production.\"]\r\n
UNIQUE IDEAS & SOLUTIONS
\r\nExperience in all the major geographies, meaning we understand all underlying drivers.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162256127{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-darts\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"BRAND NEW STARTUP\" flip_content=\"Experience in all the major geographies, meaning we understand all underlying drivers. We build services for you from initial sketches to the final production.\"]\r\n
TARGETING & POSITIONING
\r\nGenerate new products with higher potential and lower risks of failure.\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492170545778{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-hands\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"62\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"24/7 SUPPORT\" flip_content=\"Generate new products with higher potential and lower risks of failure. Experience in all the major geographies, meaning we understand all underlying drivers.\"]\r\n
FRIENDLY CUSTOMER SERVICE
\r\nWe build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"OUR SERVICES\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494654282573{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494654313703{margin-bottom: 60px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"We allow you to start without having to worry about making a mistake, as we use our outstanding experience.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:31:47','2019-02-24 13:31:47','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3858,1,'2019-02-24 14:33:28','2019-02-24 13:33:28','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_iconlist icon_color=\"ttc\" icon=\"stmicon-check3\"]Menstrual cycle disorders[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n
About Company
\r\n17 years of experience helping people to find the best solutions.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Mission
\r\nReducing risk and enhancing housing finance market liquidity.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=gPgMltxn-N4\" css=\".vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2650) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.8)\"][vc_column][vc_custom_heading text=\"ATTRIBUTION\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505712745624{margin-top: 33px !important;margin-bottom: 78px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505712745622{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494677731771{margin-bottom: 111px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162251965{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-bulb_b\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"CREATE NEW BUSINESS\" flip_content=\"Generate new products with higher potential and lower risks of failure. We build services for you from initial sketches to the final production.\"]\r\n
UNIQUE IDEAS & SOLUTIONS
\r\nExperience in all the major geographies, meaning we understand all underlying drivers.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162256127{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-darts\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"BRAND NEW STARTUP\" flip_content=\"Experience in all the major geographies, meaning we understand all underlying drivers. We build services for you from initial sketches to the final production.\"]\r\n
TARGETING & POSITIONING
\r\nGenerate new products with higher potential and lower risks of failure.\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492170545778{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-hands\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"62\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"24/7 SUPPORT\" flip_content=\"Generate new products with higher potential and lower risks of failure. Experience in all the major geographies, meaning we understand all underlying drivers.\"]\r\n
FRIENDLY CUSTOMER SERVICE
\r\nWe build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"OUR SERVICES\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494654282573{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494654313703{margin-bottom: 60px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"We allow you to start without having to worry about making a mistake, as we use our outstanding experience.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:33:28','2019-02-24 13:33:28','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3859,1,'2019-02-24 14:34:40','2019-02-24 13:34:40','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_iconlist icon_color=\"ttc\" icon=\"stmicon-check3\"]\r\n
\r\n17 years of experience helping people to find the best solutions.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Mission
\r\nReducing risk and enhancing housing finance market liquidity.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=gPgMltxn-N4\" css=\".vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2650) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.8)\"][vc_column][vc_custom_heading text=\"ATTRIBUTION\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505712745624{margin-top: 33px !important;margin-bottom: 78px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505712745622{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494677731771{margin-bottom: 111px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162251965{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-bulb_b\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"CREATE NEW BUSINESS\" flip_content=\"Generate new products with higher potential and lower risks of failure. We build services for you from initial sketches to the final production.\"]\r\n
UNIQUE IDEAS & SOLUTIONS
\r\nExperience in all the major geographies, meaning we understand all underlying drivers.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162256127{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-darts\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"BRAND NEW STARTUP\" flip_content=\"Experience in all the major geographies, meaning we understand all underlying drivers. We build services for you from initial sketches to the final production.\"]\r\n
TARGETING & POSITIONING
\r\nGenerate new products with higher potential and lower risks of failure.\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492170545778{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-hands\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"62\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"24/7 SUPPORT\" flip_content=\"Generate new products with higher potential and lower risks of failure. Experience in all the major geographies, meaning we understand all underlying drivers.\"]\r\n
FRIENDLY CUSTOMER SERVICE
\r\nWe build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"OUR SERVICES\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494654282573{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494654313703{margin-bottom: 60px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"We allow you to start without having to worry about making a mistake, as we use our outstanding experience.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:34:40','2019-02-24 13:34:40','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3860,1,'2019-02-24 14:36:19','2019-02-24 13:36:19','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\n17 years of experience helping people to find the best solutions.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Mission
\r\nReducing risk and enhancing housing finance market liquidity.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=gPgMltxn-N4\" css=\".vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2650) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.8)\"][vc_column][vc_custom_heading text=\"ATTRIBUTION\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505712745624{margin-top: 33px !important;margin-bottom: 78px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505712745622{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494677731771{margin-bottom: 111px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162251965{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-bulb_b\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"CREATE NEW BUSINESS\" flip_content=\"Generate new products with higher potential and lower risks of failure. We build services for you from initial sketches to the final production.\"]\r\n
UNIQUE IDEAS & SOLUTIONS
\r\nExperience in all the major geographies, meaning we understand all underlying drivers.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162256127{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-darts\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"BRAND NEW STARTUP\" flip_content=\"Experience in all the major geographies, meaning we understand all underlying drivers. We build services for you from initial sketches to the final production.\"]\r\n
TARGETING & POSITIONING
\r\nGenerate new products with higher potential and lower risks of failure.\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492170545778{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-hands\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"62\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"24/7 SUPPORT\" flip_content=\"Generate new products with higher potential and lower risks of failure. Experience in all the major geographies, meaning we understand all underlying drivers.\"]\r\n
FRIENDLY CUSTOMER SERVICE
\r\nWe build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"OUR SERVICES\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494654282573{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494654313703{margin-bottom: 60px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"We allow you to start without having to worry about making a mistake, as we use our outstanding experience.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:36:19','2019-02-24 13:36:19','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3861,1,'2019-02-24 14:41:16','2019-02-24 13:41:16','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\n17 years of experience helping people to find the best solutions.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Mission
\r\nReducing risk and enhancing housing finance market liquidity.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=gPgMltxn-N4\" css=\".vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2650) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.8)\"][vc_column][vc_custom_heading text=\"ATTRIBUTION\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505712745624{margin-top: 33px !important;margin-bottom: 78px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505712745622{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494677731771{margin-bottom: 111px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162251965{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-bulb_b\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"CREATE NEW BUSINESS\" flip_content=\"Generate new products with higher potential and lower risks of failure. We build services for you from initial sketches to the final production.\"]\r\n
UNIQUE IDEAS & SOLUTIONS
\r\nExperience in all the major geographies, meaning we understand all underlying drivers.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162256127{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-darts\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"BRAND NEW STARTUP\" flip_content=\"Experience in all the major geographies, meaning we understand all underlying drivers. We build services for you from initial sketches to the final production.\"]\r\n
TARGETING & POSITIONING
\r\nGenerate new products with higher potential and lower risks of failure.\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492170545778{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-hands\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"62\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"24/7 SUPPORT\" flip_content=\"Generate new products with higher potential and lower risks of failure. Experience in all the major geographies, meaning we understand all underlying drivers.\"]\r\n
FRIENDLY CUSTOMER SERVICE
\r\nWe build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"OUR SERVICES\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494654282573{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494654313703{margin-bottom: 60px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"We allow you to start without having to worry about making a mistake, as we use our outstanding experience.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:41:16','2019-02-24 13:41:16','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3862,1,'2019-02-24 14:41:53','2019-02-24 13:41:53','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\n17 years of experience helping people to find the best solutions.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Mission
\r\nReducing risk and enhancing housing finance market liquidity.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=gPgMltxn-N4\" css=\".vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2650) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.8)\"][vc_column][vc_custom_heading text=\"ATTRIBUTION\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505712745624{margin-top: 33px !important;margin-bottom: 78px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505712745622{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494677731771{margin-bottom: 111px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162251965{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-bulb_b\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"CREATE NEW BUSINESS\" flip_content=\"Generate new products with higher potential and lower risks of failure. We build services for you from initial sketches to the final production.\"]\r\n
UNIQUE IDEAS & SOLUTIONS
\r\nExperience in all the major geographies, meaning we understand all underlying drivers.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162256127{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-darts\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"BRAND NEW STARTUP\" flip_content=\"Experience in all the major geographies, meaning we understand all underlying drivers. We build services for you from initial sketches to the final production.\"]\r\n
TARGETING & POSITIONING
\r\nGenerate new products with higher potential and lower risks of failure.\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492170545778{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-hands\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"62\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"24/7 SUPPORT\" flip_content=\"Generate new products with higher potential and lower risks of failure. Experience in all the major geographies, meaning we understand all underlying drivers.\"]\r\n
FRIENDLY CUSTOMER SERVICE
\r\nWe build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"OUR SERVICES\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494654282573{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494654313703{margin-bottom: 60px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"We allow you to start without having to worry about making a mistake, as we use our outstanding experience.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:41:53','2019-02-24 13:41:53','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3863,1,'2019-02-24 14:46:20','2019-02-24 13:46:20','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=gPgMltxn-N4\" css=\".vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2650) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.8)\"][vc_column][vc_custom_heading text=\"ATTRIBUTION\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505712745624{margin-top: 33px !important;margin-bottom: 78px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505712745622{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494677731771{margin-bottom: 111px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162251965{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-bulb_b\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"CREATE NEW BUSINESS\" flip_content=\"Generate new products with higher potential and lower risks of failure. We build services for you from initial sketches to the final production.\"]\r\n
UNIQUE IDEAS & SOLUTIONS
\r\nExperience in all the major geographies, meaning we understand all underlying drivers.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162256127{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-darts\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"BRAND NEW STARTUP\" flip_content=\"Experience in all the major geographies, meaning we understand all underlying drivers. We build services for you from initial sketches to the final production.\"]\r\n
TARGETING & POSITIONING
\r\nGenerate new products with higher potential and lower risks of failure.\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492170545778{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-hands\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"62\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"24/7 SUPPORT\" flip_content=\"Generate new products with higher potential and lower risks of failure. Experience in all the major geographies, meaning we understand all underlying drivers.\"]\r\n
FRIENDLY CUSTOMER SERVICE
\r\nWe build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"OUR SERVICES\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494654282573{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494654313703{margin-bottom: 60px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"We allow you to start without having to worry about making a mistake, as we use our outstanding experience.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:46:20','2019-02-24 13:46:20','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3864,1,'2019-02-24 14:50:04','2019-02-24 13:50:04','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:50:04','2019-02-24 13:50:04','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3865,1,'2019-02-24 14:52:28','2019-02-24 13:52:28','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:52:28','2019-02-24 13:52:28','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3866,1,'2019-02-24 14:53:03','2019-02-24 13:53:03','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_3\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:53:03','2019-02-24 13:53:03','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3867,1,'2019-02-24 14:54:28','2019-02-24 13:54:28','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_11\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:54:28','2019-02-24 13:54:28','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3868,1,'2019-02-24 14:55:03','2019-02-24 13:55:03','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"5\" style=\"style_5\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:55:03','2019-02-24 13:55:03','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3869,1,'2019-02-24 14:55:42','2019-02-24 13:55:42','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"5\" style=\"style_2\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:55:42','2019-02-24 13:55:42','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3872,1,'2019-02-24 15:00:13','2019-02-24 14:00:13','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"5\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 15:00:13','2019-02-24 14:00:13','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3874,1,'2019-02-24 15:08:59','2019-02-24 14:08:59','','CHRONOMAG-PREGNANCY-ANG','','inherit','closed','closed','','chronomag-pregnancy-ang','','','2019-02-24 15:08:59','2019-02-24 14:08:59','',0,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-PREGNANCY-ANG.jpg',0,'attachment','image/jpeg',0),(3875,1,'2019-02-24 15:09:03','2019-02-24 14:09:03','','CHRONOMAG-MOOD-ANG','','inherit','closed','closed','','chronomag-mood-ang','','','2019-02-24 15:09:03','2019-02-24 14:09:03','',0,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-MOOD-ANG.jpg',0,'attachment','image/jpeg',0),(3876,1,'2019-02-24 15:09:07','2019-02-24 14:09:07','','CHRONOMAG-MENSTRUAL-ANG','','inherit','closed','closed','','chronomag-menstrual-ang','','','2019-02-24 15:09:07','2019-02-24 14:09:07','',0,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-MENSTRUAL-ANG.jpg',0,'attachment','image/jpeg',0),(3877,1,'2019-02-24 15:09:14','2019-02-24 14:09:14','','CHRONOMAG-MENOPAUSE-ANG','','inherit','closed','closed','','chronomag-menopause-ang','','','2019-02-24 15:09:14','2019-02-24 14:09:14','',0,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-MENOPAUSE-ANG.jpg',0,'attachment','image/jpeg',0),(3878,1,'2019-02-24 15:09:18','2019-02-24 14:09:18','','CHRONOMAG-DAILY-BALANCE-ANG','','inherit','closed','closed','','chronomag-daily-balance-ang','','','2019-02-24 15:09:18','2019-02-24 14:09:18','',0,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-DAILY-BALANCE-ANG.jpg',0,'attachment','image/jpeg',0),(3879,1,'2019-02-24 15:09:24','2019-02-24 14:09:24','','CHRONOMAG-CARDIO+ANG','','inherit','closed','closed','','chronomag-cardioang','','','2019-02-24 15:09:24','2019-02-24 14:09:24','',0,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-CARDIOANG.jpg',0,'attachment','image/jpeg',0),(3880,1,'2019-02-24 15:09:29','2019-02-24 14:09:29','','CHRONOMAG-BONES+ANG','','inherit','closed','closed','','chronomag-bonesang','','','2019-02-24 15:09:29','2019-02-24 14:09:29','',0,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-BONESANG.jpg',0,'attachment','image/jpeg',0),(3884,1,'2019-02-24 15:25:25','2019-02-24 14:25:25','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Pear Business to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\r\n\r\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3814\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845868949{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\r\n
\r\n
\r\n
Improve sales and operations and production planning:
\r\nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
\r\n
\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\r\n
\r\n
\r\n
Gadgets that inspire you and production planning:
\r\nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
\r\n
\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\r\n
\r\n
\r\n
International Partners production operations :
\r\nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
\r\n
\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1502167968391{margin-bottom: 25px !important;}\"]\r\n
\r\n
\r\n
Problems Vs Solutions
\r\nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
\r\n
\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Business Planning, Strategy & Execution','The teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process','inherit','closed','closed','','2448-autosave-v1','','','2019-02-24 15:25:25','2019-02-24 14:25:25','',2448,'http://fj-lifesciences.com/2019/02/24/2448-autosave-v1/',0,'revision','',0),(3885,1,'2019-02-24 15:39:09','2019-02-24 14:39:09','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"5\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][stm_products number=\"5\" load_more=\"false\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 15:39:09','2019-02-24 14:39:09','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3886,1,'2019-02-24 15:39:35','0000-00-00 00:00:00','','Women','','draft','closed','closed','','','','','2019-02-24 15:39:35','2019-02-24 14:39:35','',0,'http://fj-lifesciences.com/?post_type=stm_products&p=3886',0,'stm_products','',0),(3887,1,'2019-02-24 15:40:35','2019-02-24 14:40:35','','Pearl Page import placeholder','','inherit','closed','closed','','pearl-page-import-placeholder','','','2019-02-24 15:40:35','2019-02-24 14:40:35','',1,'http://fj-lifesciences.com/wp-content/uploads/2019/02/pearl_pli_placeholder.png',0,'attachment','image/png',0),(3888,1,'2019-02-24 15:47:02','2019-02-24 14:47:02','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"5\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" images_qty=\"4\" images=\"3812,3813,3814,3815,3837\"][vc_images_carousel][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 15:47:02','2019-02-24 14:47:02','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3889,1,'2019-02-24 15:49:39','2019-02-24 14:49:39','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"5\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 15:49:39','2019-02-24 14:49:39','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3894,1,'2019-03-01 14:31:52','2019-03-01 13:31:52','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277407162{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\'s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4072\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter:[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n
Menstrual cycle disorders
\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explains menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period.\r\n
Pregnancy
\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage, impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n
Menopausal disorders
\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n
Mood disorders
\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation is helpful for mood and bipolar disorders, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1551622604339{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex\r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"200x362\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row]','Women’s Health','','publish','closed','closed','','women','','','2019-03-18 18:48:41','2019-03-18 17:48:41','',0,'http://fj-lifesciences.com/?post_type=stm_services&p=3894',0,'stm_services','',0),(3895,1,'2019-02-24 16:31:52','2019-02-24 15:31:52','[vc_row][vc_column][vc_custom_heading text=\"Women\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter :\r\n\r\nMenstrual cycle disorders\r\n\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explain menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period\r\n\r\nPregnancy\r\n\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, a magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage , impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n\r\nMenopausal disorders\r\n\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n\r\nMood disorders\r\n\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation allows is helpful for mood and bipolar disorder, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.\r\n\r\nMagnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\r\n\r\nThe wide range of Women’s Health & Well-being product based on CHRONOMAG® Technology for a safe and better tolerated supplementation\r\n\r\nThe products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row]','Women','','inherit','closed','closed','','3894-revision-v1','','','2019-02-24 16:31:52','2019-02-24 15:31:52','',3894,'http://fj-lifesciences.com/2019/02/24/3894-revision-v1/',0,'revision','',0),(3906,1,'2019-02-24 16:40:27','2019-02-24 15:40:27','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"6\" pagination=\"off\" per_row=\"5\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 16:40:27','2019-02-24 15:40:27','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3909,1,'2019-02-24 16:46:59','2019-02-24 15:46:59','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 16:46:59','2019-02-24 15:46:59','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3910,1,'2019-02-24 16:51:07','2019-02-24 15:51:07','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 16:51:07','2019-02-24 15:51:07','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3911,1,'2019-02-24 16:52:01','2019-02-24 15:52:01','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551023518837{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 16:52:01','2019-02-24 15:52:01','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3915,1,'2019-02-24 17:02:59','2019-02-24 16:02:59','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024177307{margin-bottom: 40px !important;padding-top: -30px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:02:59','2019-02-24 16:02:59','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3916,1,'2019-02-24 17:03:35','2019-02-24 16:03:35','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024213028{margin-top: -30px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:03:35','2019-02-24 16:03:35','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3917,1,'2019-02-24 17:04:03','2019-02-24 16:04:03','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024240026{margin-top: -45px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:04:03','2019-02-24 16:04:03','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3918,1,'2019-02-24 17:14:08','2019-02-24 16:14:08','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551024774797{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\" validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:14:08','2019-02-24 16:14:08','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3919,1,'2019-02-24 17:15:10','2019-02-24 16:15:10','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024907710{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551024774797{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:15:10','2019-02-24 16:15:10','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3920,1,'2019-02-24 17:16:44','2019-02-24 16:16:44','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024907710{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551024774797{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:16:44','2019-02-24 16:16:44','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3921,1,'2019-02-24 17:17:56','2019-02-24 16:17:56','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024907710{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551024774797{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:17:56','2019-02-24 16:17:56','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (3922,1,'2019-02-24 17:20:57','2019-02-24 16:20:57','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024907710{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551024774797{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:20:57','2019-02-24 16:20:57','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3923,1,'2019-02-24 17:22:08','2019-02-24 16:22:08','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024907710{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551024774797{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:22:08','2019-02-24 16:22:08','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3924,1,'2019-02-24 17:23:45','2019-02-24 16:23:45','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024907710{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551024774797{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:23:45','2019-02-24 16:23:45','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3925,1,'2019-02-24 17:24:29','2019-02-24 16:24:29','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025466470{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551024774797{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:24:29','2019-02-24 16:24:29','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3926,1,'2019-02-24 17:25:24','2019-02-24 16:25:24','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025521422{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551024774797{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:25:24','2019-02-24 16:25:24','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3927,1,'2019-02-24 17:26:01','2019-02-24 16:26:01','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551024774797{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:26:01','2019-02-24 16:26:01','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3928,1,'2019-02-24 17:34:18','2019-02-24 16:34:18','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551024774797{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551025930917{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:34:18','2019-02-24 16:34:18','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3929,1,'2019-02-24 17:37:05','2019-02-24 16:37:05','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026220790{margin-bottom: 40px !important;padding-top: 87px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/revslider/homeslider/man-1.jpg?id=3839) !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551024774797{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551025930917{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:37:05','2019-02-24 16:37:05','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3930,1,'2019-02-24 17:38:59','2019-02-24 16:38:59','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026337018{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551024774797{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551025930917{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:38:59','2019-02-24 16:38:59','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3931,1,'2019-02-24 17:41:12','2019-02-24 16:41:12','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026469684{padding-top: 118px !important;padding-bottom: 82px !important;background-color: #8224e3 !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551025930917{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:41:12','2019-02-24 16:41:12','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3932,1,'2019-02-24 17:42:32','2019-02-24 16:42:32','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026547594{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"rgba(129,194,232,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551025930917{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:42:32','2019-02-24 16:42:32','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3933,1,'2019-02-24 17:43:31','2019-02-24 16:43:31','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026608682{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"rgba(216,39,145,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551025930917{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:43:31','2019-02-24 16:43:31','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3934,1,'2019-02-24 17:44:31','2019-02-24 16:44:31','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026668937{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"rgba(191,82,174,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551025930917{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:44:31','2019-02-24 16:44:31','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3935,1,'2019-02-24 17:46:19','2019-02-24 16:46:19','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026776428{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#db2e75\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551025930917{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:46:19','2019-02-24 16:46:19','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3938,1,'2019-02-24 17:54:00','2019-02-24 16:54:00','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551025930917{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:54:00','2019-02-24 16:54:00','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3939,1,'2019-02-24 17:54:55','2019-02-24 16:54:55','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551025930917{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:54:55','2019-02-24 16:54:55','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3940,1,'2019-02-24 18:06:50','2019-02-24 17:06:50','','home-banner-fj-life-sciences','','inherit','closed','closed','','home-banner-fj-life-sciences','','','2019-02-24 18:06:50','2019-02-24 17:06:50','',0,'http://fj-lifesciences.com/wp-content/uploads/2019/02/home-banner-fj-life-sciences.jpg',0,'attachment','image/jpeg',0),(3941,1,'2019-02-24 18:12:59','2019-02-24 17:12:59','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"home banner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551025930917{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 18:12:59','2019-02-24 17:12:59','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3942,1,'2019-02-24 18:15:19','2019-02-24 17:15:19','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551025930917{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 18:15:19','2019-02-24 17:15:19','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3943,1,'2019-02-24 18:16:12','2019-02-24 17:16:12','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551025930917{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 18:16:12','2019-02-24 17:16:12','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3944,1,'2019-02-24 18:17:05','2019-02-24 17:17:05','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 18:17:05','2019-02-24 17:17:05','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3947,1,'2019-02-24 18:30:26','2019-02-24 17:30:26','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 18:30:26','2019-02-24 17:30:26','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3948,1,'2019-02-24 18:31:19','2019-02-24 17:31:19','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 18:31:19','2019-02-24 17:31:19','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3949,1,'2019-02-24 18:32:31','2019-02-24 17:32:31','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 18:32:31','2019-02-24 17:32:31','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3950,1,'2019-02-24 18:33:28','2019-02-24 17:33:28','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 18:33:28','2019-02-24 17:33:28','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3951,1,'2019-02-24 18:34:45','2019-02-24 17:34:45','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x150\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 18:34:45','2019-02-24 17:34:45','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3952,1,'2019-02-24 18:35:13','2019-02-24 17:35:13','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 18:35:13','2019-02-24 17:35:13','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3953,1,'2019-02-24 18:40:25','2019-02-24 17:40:25','','home-banner-fj-life-sciences-2','','inherit','closed','closed','','home-banner-fj-life-sciences-2','','','2019-02-24 18:40:25','2019-02-24 17:40:25','',0,'http://fj-lifesciences.com/wp-content/uploads/2019/02/home-banner-fj-life-sciences-2.jpg',0,'attachment','image/jpeg',0),(3956,1,'2019-02-24 18:56:20','2019-02-24 17:56:20','[vc_row][vc_column][stm_spacer height=\"150\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"For more information about these product ranges, the opportunity to distribute it, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"HEAD OFFICE\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"FJ LIFE SCIENCES\r\nLe Parc Continental B,\r\n2 place Stanislas\r\n06400 Cannes, France\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@fj-lifesciences.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3A%20info%40fj-lifesciences.com|||\" css=\".vc_custom_1551042532554{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"4084\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column][stm_spacer height=\"600\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551454660955{margin-top: 100px !important;}\"][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"Enter in contact with us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1551042892503{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"3981\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','publish','closed','closed','','contact-us','','','2019-03-01 16:37:58','2019-03-01 15:37:58','',0,'http://fj-lifesciences.com/?page_id=3956',0,'page','',0),(3957,1,'2019-02-24 18:56:20','2019-02-24 17:56:20','[vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"We work on the forefront\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494669983201{margin-bottom: 37px !important;}\"][vc_custom_heading text=\"To learn more about our service offerings and industry expertise or to have an Consulting professional contact you directly, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][vc_column css=\".vc_custom_1494841354209{margin-top: 9px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][stm_contact style=\"style_2\" name=\"Sarah Milovsky\" image=\"3813\" image_size=\"80x80\" job=\"Head of communications\" phone=\"(33) 745 128 9714\" css=\".vc_custom_1494670272519{margin-bottom: 37px !important;}\"][stm_contact style=\"style_2\" name=\"Johnson Doe\" image=\"3814\" image_size=\"80x80\" job=\"Head of communications\" phone=\"(33) 745 128 9715\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column css=\".vc_custom_1494670211434{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #3c98ff !important;}\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"ADDRESS\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"6122 Collins Street West Victoria\r\n8007 Australia\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-contact_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"CONTACT US\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Telephone: (33) 745 128 9714\r\nFAX: (33) 745 128 9715\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1493210054916{padding-top: 5px !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@consulting.com\r\n\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3Ainfo%40consulting.com|||\" css=\".vc_custom_1493210006464{margin-bottom: 0px !important;}\"][vc_custom_heading text=\"brandon@consulting.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3Abrandon%40consulting.com|||\" css=\".vc_custom_1493210016939{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1493266864861{margin-top: -109px !important;margin-bottom: 100px !important;}\"][vc_column][stm_google_map map_height=\"542px\" map_zoom=\"18\" disable_carousel=\"disable\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJhZG1pbmlzdHJhdGl2ZSUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIybGFiZWxzLnRleHQuZmlsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJjb2xvciUyMiUzQSUyMCUyMiUyMzQ0NDQ0NCUyMiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU1RCUwQSUyMCUyMCUyMCUyMCU3RCUyQyUwQSUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmZlYXR1cmVUeXBlJTIyJTNBJTIwJTIyYWRtaW5pc3RyYXRpdmUubG9jYWxpdHklMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmdlb21ldHJ5JTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnZpc2liaWxpdHklMjIlM0ElMjAlMjJzaW1wbGlmaWVkJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyY29sb3IlMjIlM0ElMjAlMjIlMjMwM2U2ZWMlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMmxhbmRzY2FwZSUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIyYWxsJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmNvbG9yJTIyJTNBJTIwJTIyJTIzZjJmMmYyJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJwb2klMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmFsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJ2aXNpYmlsaXR5JTIyJTNBJTIwJTIyb2ZmJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJyb2FkJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZWxlbWVudFR5cGUlMjIlM0ElMjAlMjJhbGwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJzdHlsZXJzJTIyJTNBJTIwJTVCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc2F0dXJhdGlvbiUyMiUzQSUyMC0xMDAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJsaWdodG5lc3MlMjIlM0ElMjA0NSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU1RCUwQSUyMCUyMCUyMCUyMCU3RCUyQyUwQSUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmZlYXR1cmVUeXBlJTIyJTNBJTIwJTIycm9hZC5oaWdod2F5JTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZWxlbWVudFR5cGUlMjIlM0ElMjAlMjJhbGwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJzdHlsZXJzJTIyJTNBJTIwJTVCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIydmlzaWJpbGl0eSUyMiUzQSUyMCUyMnNpbXBsaWZpZWQlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMnJvYWQuYXJ0ZXJpYWwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmxhYmVscy5pY29uJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnZpc2liaWxpdHklMjIlM0ElMjAlMjJvZmYlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMnRyYW5zaXQlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmFsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJ2aXNpYmlsaXR5JTIyJTNBJTIwJTIyb2ZmJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJ3YXRlciUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIyYWxsJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmNvbG9yJTIyJTNBJTIwJTIyJTIzNDZiY2VjJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIydmlzaWJpbGl0eSUyMiUzQSUyMCUyMm9uJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTBBJTVE\"][stm_google_map_address title=\"Brooklyn\" lat=\"40.678178\" lng=\"-73.944158\"][/stm_google_map][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"FEEDBACK FORM\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1494670373967{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1493272247743{margin-bottom: 66px !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"2035\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','inherit','closed','closed','','3956-revision-v1','','','2019-02-24 18:56:20','2019-02-24 17:56:20','',3956,'http://fj-lifesciences.com/2019/02/24/3956-revision-v1/',0,'revision','',0),(3959,1,'2019-02-24 19:13:30','2019-02-24 18:13:30','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" css=\".vc_custom_1551459395582{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries.\r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Our commitment\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551961193645{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]\"Prolonged magnesium deficiencies can be associated with aggravation of physical and/or emotional disorders inducing metabolic changes and chronic pathologies including women’s health issues, muscle and skeletal disorders, type 2 diabetes and cardiovascular disease. It occurs in various life stages or health conditions and even when using certain drugs over a long period of time. Existing solutions were not adequate, therefore we invented the “Bioprogrammable” CHRONOMAG® Technology. An unique and innovative form of magnesium specifically designed for long-term use without risk of gastrointestinal disorders.\r\n\r\nCHRONOMAG® aims to compensate from minor to severe chronic magnesium deficiencies in various health conditions.\r\n\r\nDuring this research we also discovered new applications of magnesium in cosmetology.\r\n\r\nAs such, FJ LIFE SCIENCES has developed a wide range of products combining the CHRONOMAG® Technology with active ingredients (natural origin) in various applications for sportspeople, women and the elderly as well as for certain chronic patients\".\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]Fabienne JOANNY, Pharm. D, is the CEO of FJ LIFE SCIENCES and President and R&D Director of FJ RECHERCHE & DEVELOPPEMENT, a research organization approved by the French Ministry of Research.\r\n\r\nAs a pharmaceutical and clinical researcher on magnesium since 1993, she wrote - in partnership with INSERM (The French National Institute of Health and Medical Research) - technological and clinic reference studies and authored a pharmaceutical and medical resource book on magnesium. She discovered and developed CHRONOMAG®, an innovative technology of Bioprogrammable magnesium\r\n\r\nPrior to embracing her entrepreneurial life, she served as advisor (Innovation and development advisor, R&D advisor) for major companies, including Sanofi-Aventis, Merck Medication Familial, Merck Schering, Boehringer Ingelheim, L’Oréal, Horphag, Innéov, Yves Rocher, Lise Watier and Marcelle.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551459540914{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]A research organization approved by the French Research Ministry.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4145\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','publish','closed','closed','','our-company','','','2019-03-11 12:19:06','2019-03-11 11:19:06','',0,'http://fj-lifesciences.com/?page_id=3959',0,'page','',0),(3960,1,'2019-02-24 19:13:30','2019-02-24 18:13:30','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-02-24 19:13:30','2019-02-24 18:13:30','',3959,'http://fj-lifesciences.com/2019/02/24/3959-revision-v1/',0,'revision','',0),(3961,1,'2019-02-24 19:19:58','2019-02-24 18:19:58','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"250\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552930475548{margin-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"\" image=\"4003\"]\r\n
Active ingredients Complex
\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552929998768{margin-top: 40px !important;margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552930628092{margin-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product\r\nfor a synergistic effect on the skin based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n
Inside\r\nMAGNETTOPIA® Smart tablet
\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','publish','closed','closed','','our-innovation','','','2019-03-18 18:37:11','2019-03-18 17:37:11','',0,'http://fj-lifesciences.com/?page_id=3961',0,'page','',0),(3962,1,'2019-02-24 19:19:58','2019-02-24 18:19:58','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-02-24 19:19:58','2019-02-24 18:19:58','',3961,'http://fj-lifesciences.com/2019/02/24/3961-revision-v1/',0,'revision','',0),(3963,1,'2019-02-24 19:23:46','2019-02-24 18:23:46','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Our offer\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551278413807{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"FJ LIFE SCIENCES offers innovative formulations in a collaborative and\r\nmodular mode\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_column_text]\r\n
OFFER OF PATENTED PRODUCTS
\r\nWith an original approach that takes into account the strategy of the Company as well as its positioning, budget, planning and marketing targets.[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\n
Innovative products available with Patent and Brand name, considering scientific, technical and marketingenvironments on an international basis.
\r\nWith the proposal for multi-modal licenses[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\n
Patent
\r\n
Brand name
\r\n
Distribution
\r\n
Conformity of formulas with the local regulations
\r\n
Manufacturing, quality control and batches release in coordination with the manufacturers
\r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4082\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our offer','','publish','closed','closed','','our-offer','','','2019-03-03 15:09:38','2019-03-03 14:09:38','',0,'http://fj-lifesciences.com/?page_id=3963',0,'page','',0),(3964,1,'2019-02-24 19:23:46','2019-02-24 18:23:46','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row]','FJ Life Sciences Our offer','','inherit','closed','closed','','3963-revision-v1','','','2019-02-24 19:23:46','2019-02-24 18:23:46','',3963,'http://fj-lifesciences.com/2019/02/24/3963-revision-v1/',0,'revision','',0),(3965,1,'2019-02-24 19:29:28','2019-02-24 18:29:28','','Our offer','','publish','closed','closed','','3965','','','2019-03-04 13:24:33','2019-03-04 12:24:33','',0,'http://fj-lifesciences.com/?p=3965',2,'nav_menu_item','',0),(3966,1,'2019-02-24 19:29:28','2019-02-24 18:29:28','','Our innovation','','publish','closed','closed','','3966','','','2019-03-04 13:24:33','2019-03-04 12:24:33','',0,'http://fj-lifesciences.com/?p=3966',3,'nav_menu_item','',0),(3967,1,'2019-02-24 19:29:28','2019-02-24 18:29:28','','Our company','','publish','closed','closed','','3967','','','2019-03-04 13:24:33','2019-03-04 12:24:33','',0,'http://fj-lifesciences.com/?p=3967',1,'nav_menu_item','',0),(3968,1,'2019-02-24 19:29:28','2019-02-24 18:29:28','','Contact us','','publish','closed','closed','','3968','','','2019-03-04 13:24:33','2019-03-04 12:24:33','',0,'http://fj-lifesciences.com/?p=3968',4,'nav_menu_item','',0),(3969,1,'2019-02-24 19:28:45','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2019-02-24 19:28:45','0000-00-00 00:00:00','',0,'http://fj-lifesciences.com/?p=3969',1,'nav_menu_item','',0),(3970,1,'2019-02-24 19:36:50','2019-02-24 18:36:50','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][vc_btn title=\"Go to Chronomag website\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 19:36:50','2019-02-24 18:36:50','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3971,1,'2019-02-24 19:38:02','2019-02-24 18:38:02','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_btn title=\"Go to Chronomag website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 19:38:02','2019-02-24 18:38:02','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3972,1,'2019-02-24 19:39:35','2019-02-24 18:39:35','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_spacer height=\"50\"][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_btn title=\"Go to Chronomag website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 19:39:35','2019-02-24 18:39:35','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3973,1,'2019-02-24 19:40:03','2019-02-24 18:40:03','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_spacer height=\"30\"][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_btn title=\"Go to Chronomag website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 19:40:03','2019-02-24 18:40:03','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3975,1,'2019-02-24 22:15:27','2019-02-24 21:15:27','[vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"We work on the forefront\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494669983201{margin-bottom: 37px !important;}\"][vc_custom_heading text=\"To learn more about our service offerings and industry expertise or to have an Consulting professional contact you directly, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"HEAD OFFICE\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"FJ LIFE SCIENCES\r\nLe Parc Continental B,\r\n2 place Stanislas\r\n06400 Cannes, France\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@fj-lifesciences.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3A%20info%40fj-lifesciences.com|||\" css=\".vc_custom_1551042532554{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1493266864861{margin-top: -109px !important;margin-bottom: 100px !important;}\"][vc_column][stm_google_map map_height=\"542px\" map_zoom=\"18\" disable_carousel=\"disable\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJhZG1pbmlzdHJhdGl2ZSUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIybGFiZWxzLnRleHQuZmlsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJjb2xvciUyMiUzQSUyMCUyMiUyMzQ0NDQ0NCUyMiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU1RCUwQSUyMCUyMCUyMCUyMCU3RCUyQyUwQSUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmZlYXR1cmVUeXBlJTIyJTNBJTIwJTIyYWRtaW5pc3RyYXRpdmUubG9jYWxpdHklMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmdlb21ldHJ5JTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnZpc2liaWxpdHklMjIlM0ElMjAlMjJzaW1wbGlmaWVkJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyY29sb3IlMjIlM0ElMjAlMjIlMjMwM2U2ZWMlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMmxhbmRzY2FwZSUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIyYWxsJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmNvbG9yJTIyJTNBJTIwJTIyJTIzZjJmMmYyJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJwb2klMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmFsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJ2aXNpYmlsaXR5JTIyJTNBJTIwJTIyb2ZmJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJyb2FkJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZWxlbWVudFR5cGUlMjIlM0ElMjAlMjJhbGwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJzdHlsZXJzJTIyJTNBJTIwJTVCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc2F0dXJhdGlvbiUyMiUzQSUyMC0xMDAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJsaWdodG5lc3MlMjIlM0ElMjA0NSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU1RCUwQSUyMCUyMCUyMCUyMCU3RCUyQyUwQSUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmZlYXR1cmVUeXBlJTIyJTNBJTIwJTIycm9hZC5oaWdod2F5JTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZWxlbWVudFR5cGUlMjIlM0ElMjAlMjJhbGwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJzdHlsZXJzJTIyJTNBJTIwJTVCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIydmlzaWJpbGl0eSUyMiUzQSUyMCUyMnNpbXBsaWZpZWQlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMnJvYWQuYXJ0ZXJpYWwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmxhYmVscy5pY29uJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnZpc2liaWxpdHklMjIlM0ElMjAlMjJvZmYlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMnRyYW5zaXQlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmFsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJ2aXNpYmlsaXR5JTIyJTNBJTIwJTIyb2ZmJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJ3YXRlciUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIyYWxsJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmNvbG9yJTIyJTNBJTIwJTIyJTIzNDZiY2VjJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIydmlzaWJpbGl0eSUyMiUzQSUyMCUyMm9uJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTBBJTVE\"][stm_google_map_address title=\"Cannes\" lat=\"43.5537929\" lng=\"7.00828219999994\"][/stm_google_map][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"Enter in contact with us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1551042892503{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1493272247743{margin-bottom: 66px !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"2035\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','inherit','closed','closed','','3956-revision-v1','','','2019-02-24 22:15:27','2019-02-24 21:15:27','',3956,'http://fj-lifesciences.com/2019/02/24/3956-revision-v1/',0,'revision','',0),(3976,1,'2019-02-24 22:17:47','2019-02-24 21:17:47','[vc_row][vc_column][stm_spacer height=\"100\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"We work on the forefront\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494669983201{margin-bottom: 37px !important;}\"][vc_custom_heading text=\"To learn more about our service offerings and industry expertise or to have an Consulting professional contact you directly, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"HEAD OFFICE\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"FJ LIFE SCIENCES\r\nLe Parc Continental B,\r\n2 place Stanislas\r\n06400 Cannes, France\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@fj-lifesciences.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3A%20info%40fj-lifesciences.com|||\" css=\".vc_custom_1551042532554{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1493266864861{margin-top: -109px !important;margin-bottom: 100px !important;}\"][vc_column][stm_google_map map_height=\"542px\" map_zoom=\"18\" disable_carousel=\"disable\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJhZG1pbmlzdHJhdGl2ZSUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIybGFiZWxzLnRleHQuZmlsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJjb2xvciUyMiUzQSUyMCUyMiUyMzQ0NDQ0NCUyMiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU1RCUwQSUyMCUyMCUyMCUyMCU3RCUyQyUwQSUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmZlYXR1cmVUeXBlJTIyJTNBJTIwJTIyYWRtaW5pc3RyYXRpdmUubG9jYWxpdHklMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmdlb21ldHJ5JTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnZpc2liaWxpdHklMjIlM0ElMjAlMjJzaW1wbGlmaWVkJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyY29sb3IlMjIlM0ElMjAlMjIlMjMwM2U2ZWMlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMmxhbmRzY2FwZSUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIyYWxsJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmNvbG9yJTIyJTNBJTIwJTIyJTIzZjJmMmYyJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJwb2klMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmFsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJ2aXNpYmlsaXR5JTIyJTNBJTIwJTIyb2ZmJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJyb2FkJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZWxlbWVudFR5cGUlMjIlM0ElMjAlMjJhbGwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJzdHlsZXJzJTIyJTNBJTIwJTVCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc2F0dXJhdGlvbiUyMiUzQSUyMC0xMDAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJsaWdodG5lc3MlMjIlM0ElMjA0NSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU1RCUwQSUyMCUyMCUyMCUyMCU3RCUyQyUwQSUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmZlYXR1cmVUeXBlJTIyJTNBJTIwJTIycm9hZC5oaWdod2F5JTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZWxlbWVudFR5cGUlMjIlM0ElMjAlMjJhbGwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJzdHlsZXJzJTIyJTNBJTIwJTVCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIydmlzaWJpbGl0eSUyMiUzQSUyMCUyMnNpbXBsaWZpZWQlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMnJvYWQuYXJ0ZXJpYWwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmxhYmVscy5pY29uJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnZpc2liaWxpdHklMjIlM0ElMjAlMjJvZmYlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMnRyYW5zaXQlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmFsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJ2aXNpYmlsaXR5JTIyJTNBJTIwJTIyb2ZmJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJ3YXRlciUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIyYWxsJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmNvbG9yJTIyJTNBJTIwJTIyJTIzNDZiY2VjJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIydmlzaWJpbGl0eSUyMiUzQSUyMCUyMm9uJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTBBJTVE\"][stm_google_map_address title=\"Cannes\" lat=\"43.5537929\" lng=\"7.00828219999994\"][/stm_google_map][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"Enter in contact with us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1551042892503{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1493272247743{margin-bottom: 66px !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"2035\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','inherit','closed','closed','','3956-revision-v1','','','2019-02-24 22:17:47','2019-02-24 21:17:47','',3956,'http://fj-lifesciences.com/2019/02/24/3956-revision-v1/',0,'revision','',0),(3977,1,'2019-02-24 22:18:06','2019-02-24 21:18:06','[vc_row][vc_column][stm_spacer height=\"150\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"We work on the forefront\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494669983201{margin-bottom: 37px !important;}\"][vc_custom_heading text=\"To learn more about our service offerings and industry expertise or to have an Consulting professional contact you directly, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"HEAD OFFICE\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"FJ LIFE SCIENCES\r\nLe Parc Continental B,\r\n2 place Stanislas\r\n06400 Cannes, France\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@fj-lifesciences.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3A%20info%40fj-lifesciences.com|||\" css=\".vc_custom_1551042532554{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1493266864861{margin-top: -109px !important;margin-bottom: 100px !important;}\"][vc_column][stm_google_map map_height=\"542px\" map_zoom=\"18\" disable_carousel=\"disable\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJhZG1pbmlzdHJhdGl2ZSUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIybGFiZWxzLnRleHQuZmlsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJjb2xvciUyMiUzQSUyMCUyMiUyMzQ0NDQ0NCUyMiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU1RCUwQSUyMCUyMCUyMCUyMCU3RCUyQyUwQSUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmZlYXR1cmVUeXBlJTIyJTNBJTIwJTIyYWRtaW5pc3RyYXRpdmUubG9jYWxpdHklMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmdlb21ldHJ5JTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnZpc2liaWxpdHklMjIlM0ElMjAlMjJzaW1wbGlmaWVkJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyY29sb3IlMjIlM0ElMjAlMjIlMjMwM2U2ZWMlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMmxhbmRzY2FwZSUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIyYWxsJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmNvbG9yJTIyJTNBJTIwJTIyJTIzZjJmMmYyJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJwb2klMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmFsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJ2aXNpYmlsaXR5JTIyJTNBJTIwJTIyb2ZmJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJyb2FkJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZWxlbWVudFR5cGUlMjIlM0ElMjAlMjJhbGwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJzdHlsZXJzJTIyJTNBJTIwJTVCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc2F0dXJhdGlvbiUyMiUzQSUyMC0xMDAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJsaWdodG5lc3MlMjIlM0ElMjA0NSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU1RCUwQSUyMCUyMCUyMCUyMCU3RCUyQyUwQSUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmZlYXR1cmVUeXBlJTIyJTNBJTIwJTIycm9hZC5oaWdod2F5JTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZWxlbWVudFR5cGUlMjIlM0ElMjAlMjJhbGwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJzdHlsZXJzJTIyJTNBJTIwJTVCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIydmlzaWJpbGl0eSUyMiUzQSUyMCUyMnNpbXBsaWZpZWQlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMnJvYWQuYXJ0ZXJpYWwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmxhYmVscy5pY29uJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnZpc2liaWxpdHklMjIlM0ElMjAlMjJvZmYlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMnRyYW5zaXQlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmFsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJ2aXNpYmlsaXR5JTIyJTNBJTIwJTIyb2ZmJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJ3YXRlciUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIyYWxsJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmNvbG9yJTIyJTNBJTIwJTIyJTIzNDZiY2VjJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIydmlzaWJpbGl0eSUyMiUzQSUyMCUyMm9uJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTBBJTVE\"][stm_google_map_address title=\"Cannes\" lat=\"43.5537929\" lng=\"7.00828219999994\"][/stm_google_map][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"Enter in contact with us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1551042892503{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1493272247743{margin-bottom: 66px !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"2035\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','inherit','closed','closed','','3956-revision-v1','','','2019-02-24 22:18:06','2019-02-24 21:18:06','',3956,'http://fj-lifesciences.com/2019/02/24/3956-revision-v1/',0,'revision','',0),(3978,1,'2019-02-24 22:19:08','2019-02-24 21:19:08','[vc_row][vc_column][stm_spacer height=\"150\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"We work on the forefront\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494669983201{margin-bottom: 37px !important;}\"][vc_custom_heading text=\"To learn more about our service offerings and industry expertise or to have an Consulting professional contact you directly, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"HEAD OFFICE\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"FJ LIFE SCIENCES\r\nLe Parc Continental B,\r\n2 place Stanislas\r\n06400 Cannes, France\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@fj-lifesciences.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3A%20info%40fj-lifesciences.com|||\" css=\".vc_custom_1551042532554{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"Enter in contact with us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1551042892503{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1493272247743{margin-bottom: 66px !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"2035\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','inherit','closed','closed','','3956-revision-v1','','','2019-02-24 22:19:08','2019-02-24 21:19:08','',3956,'http://fj-lifesciences.com/2019/02/24/3956-revision-v1/',0,'revision','',0),(3979,1,'2019-02-24 22:19:45','2019-02-24 21:19:45','[vc_row][vc_column][stm_spacer height=\"150\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"We work on the forefront\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494669983201{margin-bottom: 37px !important;}\"][vc_custom_heading text=\"To learn more about our service offerings and industry expertise or to have an Consulting professional contact you directly, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"HEAD OFFICE\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"FJ LIFE SCIENCES\r\nLe Parc Continental B,\r\n2 place Stanislas\r\n06400 Cannes, France\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@fj-lifesciences.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3A%20info%40fj-lifesciences.com|||\" css=\".vc_custom_1551042532554{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][stm_spacer height=\"30\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"Enter in contact with us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1551042892503{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1493272247743{margin-bottom: 66px !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"2035\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','inherit','closed','closed','','3956-revision-v1','','','2019-02-24 22:19:45','2019-02-24 21:19:45','',3956,'http://fj-lifesciences.com/2019/02/24/3956-revision-v1/',0,'revision','',0),(3980,1,'2019-02-24 22:20:06','2019-02-24 21:20:06','[vc_row][vc_column][stm_spacer height=\"150\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"We work on the forefront\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494669983201{margin-bottom: 37px !important;}\"][vc_custom_heading text=\"To learn more about our service offerings and industry expertise or to have an Consulting professional contact you directly, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"HEAD OFFICE\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"FJ LIFE SCIENCES\r\nLe Parc Continental B,\r\n2 place Stanislas\r\n06400 Cannes, France\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@fj-lifesciences.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3A%20info%40fj-lifesciences.com|||\" css=\".vc_custom_1551042532554{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][stm_spacer height=\"50\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"Enter in contact with us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1551042892503{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1493272247743{margin-bottom: 66px !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"2035\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','inherit','closed','closed','','3956-revision-v1','','','2019-02-24 22:20:06','2019-02-24 21:20:06','',3956,'http://fj-lifesciences.com/2019/02/24/3956-revision-v1/',0,'revision','',0),(3981,1,'2019-02-24 22:20:57','2019-02-24 21:20:57','
\n1\nContact form website FJ Life Sciences\ncontact@fj-lifesciences.com\nfabienne.joanny@fj-lifesciences.com\nNom du contact : [your-name]\r\nNom de la société : [your-company]\r\nRôle du contact : [your-position]\r\nAdresse email du contact : [your-email]\r\nTéléphone du contact : [your-phone]\r\n\r\n\r\nMessage : [your-message]\n\n\n\n\n\n\n\n\n\n\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact us_FJ','','publish','closed','closed','','contact-us_copy','','','2020-01-13 18:37:33','2020-01-13 17:37:33','',0,'http://fj-lifesciences.com/?post_type=wpcf7_contact_form&p=3981',0,'wpcf7_contact_form','',0),(3982,1,'2019-02-24 22:28:08','2019-02-24 21:28:08','[vc_row][vc_column][stm_spacer height=\"150\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"We work on the forefront\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494669983201{margin-bottom: 37px !important;}\"][vc_custom_heading text=\"To learn more about our service offerings and industry expertise or to have an Consulting professional contact you directly, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"HEAD OFFICE\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"FJ LIFE SCIENCES\r\nLe Parc Continental B,\r\n2 place Stanislas\r\n06400 Cannes, France\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@fj-lifesciences.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3A%20info%40fj-lifesciences.com|||\" css=\".vc_custom_1551042532554{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][stm_spacer height=\"50\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"Enter in contact with us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1551042892503{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1493272247743{margin-bottom: 66px !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"3981\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','inherit','closed','closed','','3956-revision-v1','','','2019-02-24 22:28:08','2019-02-24 21:28:08','',3956,'http://fj-lifesciences.com/2019/02/24/3956-revision-v1/',0,'revision','',0),(3983,1,'2019-02-24 22:33:02','2019-02-24 21:33:02','[vc_row][vc_column][stm_spacer height=\"200\"][vc_column_text]\r\n
Website under development.
\r\n[/vc_column_text][/vc_column][/vc_row]','En construction','','inherit','closed','closed','','3840-revision-v1','','','2019-02-24 22:33:02','2019-02-24 21:33:02','',3840,'http://fj-lifesciences.com/2019/02/24/3840-revision-v1/',0,'revision','',0),(3984,1,'2019-02-27 10:20:10','2019-02-27 09:20:10','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"X\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_spacer height=\"30\"][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_btn title=\"Go to Chronomag website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-27 10:20:10','2019-02-27 09:20:10','',3854,'http://fj-lifesciences.com/2019/02/27/3854-revision-v1/',0,'revision','',0),(3985,1,'2019-02-27 10:22:37','2019-02-27 09:22:37','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"X\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ Life Sciences proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_spacer height=\"30\"][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_btn title=\"Go to Chronomag website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-27 10:22:37','2019-02-27 09:22:37','',3854,'http://fj-lifesciences.com/2019/02/27/3854-revision-v1/',0,'revision','',0),(3986,1,'2019-02-27 10:29:24','2019-02-27 09:29:24','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"X\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ Life Sciences proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259757199{margin-bottom: 40px !important;padding-top: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_spacer height=\"30\"][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_btn title=\"Go to Chronomag website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-27 10:29:24','2019-02-27 09:29:24','',3854,'http://fj-lifesciences.com/2019/02/27/3854-revision-v1/',0,'revision','',0),(3987,1,'2019-02-27 10:32:16','2019-02-27 09:32:16','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"X\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ Life Sciences proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259757199{margin-bottom: 40px !important;padding-top: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_spacer height=\"30\"][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_btn title=\"Go to Chronomag website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-27 10:32:16','2019-02-27 09:32:16','',3854,'http://fj-lifesciences.com/2019/02/27/3854-revision-v1/',0,'revision','',0),(3988,1,'2019-02-27 10:33:35','2019-02-27 09:33:35','','Article scientifique','','inherit','closed','closed','','article-scientifique','','','2019-02-27 10:33:35','2019-02-27 09:33:35','',3854,'http://fj-lifesciences.com/wp-content/uploads/2019/02/Article-scientifique.png',0,'attachment','image/png',0),(3989,1,'2019-02-27 10:37:07','2019-02-27 09:37:07','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"X\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ Life Sciences proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_spacer height=\"30\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
FJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Our commitment\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551961193645{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]\"Prolonged magnesium deficiencies can be associated with aggravation of physical and/or emotional disorders inducing metabolic changes and chronic pathologies including women’s health issues, muscle and skeletal disorders, type 2 diabetes and cardiovascular disease. It occurs in various life stages or health conditions and even when using certain drugs over a long period of time. Existing solutions are not adequate, therefore we invented the “Bioprogrammable” CHRONOMAG® Technology. An unique and innovative form of magnesium specifically designed for long-term use without risk of gastrointestinal disorders.
\n
CHRONOMAG® aims to compensate from minor to severe chronic magnesium deficiencies in various health conditions.
\n
During this research we also discovered new applications of magnesium in cosmetology.
\n
As such, FJ LIFE SCIENCES has developed a wide range of products combining the CHRONOMAG® Technology with active ingredients (natural origin) in various applications for sportspeople, women and the elderly as well as for certain chronic patients\".
\n
Fabienne JOANNY \nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets, \nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]
\n
Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
\n
[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]Fabienne JOANNY, Pharm. D, is the CEO of FJ LIFE SCIENCES and President and R&D Director of FJ RECHERCHE & DEVELOPPEMENT, a research organization approved by the French Ministry of Research.
\n
As a pharmaceutical and clinical researcher on magnesium since 1993, she wrote - in partnership with INSERM (The French National Institute of Health and Medical Research) - technological and clinic reference studies and authored a pharmaceutical and medical resource book on magnesium. She discovered and developed CHRONOMAG®, an innovative technology of Bioprogrammable magnesium
\n
Prior to embracing her entrepreneurial life, she served as advisor (Innovation and development advisor, R&D advisor) for major companies, including Sanofi-Aventis, Merck Medication Familial, Merck Schering, Boehringer Ingelheim, L’Oréal, Horphag, Innéov, Yves Rocher, Lise Watier and Marcelle.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551459540914{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]
[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4145\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]
\n','FJ Life Sciences Our company','','inherit','closed','closed','','3959-autosave-v1','','','2019-03-07 13:22:17','2019-03-07 12:22:17','',3959,'http://fj-lifesciences.com/2019/02/27/3959-autosave-v1/',0,'revision','',0),(3992,1,'2019-02-27 10:47:01','2019-02-27 09:47:01','','molÇcule et microscope bleu et vert','','inherit','closed','closed','','molccule-et-microscope-bleu-et-vert','','','2019-02-27 10:47:01','2019-02-27 09:47:01','',3959,'http://fj-lifesciences.com/wp-content/uploads/2019/02/molÇcule-et-microscope-bleu-et-vert.jpg',0,'attachment','image/jpeg',0),(3993,1,'2019-02-27 10:48:55','2019-02-27 09:48:55','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries.\r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-02-27 10:48:55','2019-02-27 09:48:55','',3959,'http://fj-lifesciences.com/2019/02/27/3959-revision-v1/',0,'revision','',0),(3994,1,'2019-02-27 10:53:09','2019-02-27 09:53:09','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries.\r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-02-27 10:53:09','2019-02-27 09:53:09','',3959,'http://fj-lifesciences.com/2019/02/27/3959-revision-v1/',0,'revision','',0),(3995,1,'2019-02-27 10:55:12','2019-02-27 09:55:12','','Le_magnesium_aujourd_hui_et_demain-751x1024','','inherit','closed','closed','','le_magnesium_aujourd_hui_et_demain-751x1024','','','2019-02-27 10:55:12','2019-02-27 09:55:12','',3959,'http://fj-lifesciences.com/wp-content/uploads/2019/02/Le_magnesium_aujourd_hui_et_demain-751x1024.jpg',0,'attachment','image/jpeg',0),(3996,1,'2019-02-27 10:58:08','2019-02-27 09:58:08','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries.\r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
\r\n
Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]Doctor of pharmacy and industrial pharmacy.\r\n\r\nCEO of FJ LIFE SCIENCES and President and R&D Director of FJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.\r\n\r\nPharmaceutical and clinical researcher on magnesium since 1993.\r\n\r\nDeveloper of the innovative CHRONOMAG® technology of bio-programmable magnesium.\r\n\r\nScientist owner of international patents technology.\r\n\r\nInnovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.\r\n\r\nStrategic R&D advisor for L\'Oreal, Sanofi-Aventis, Merck Medication Familiale, Merck Schering, Boehringer Ingelheim, Inneov, Horphag.\r\n\r\nWriter of technological and clinic reference studies.\r\n\r\nWriter of a pharmaceutical and medical resource book on magnesium (in partnership with INSERM).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-02-27 10:58:08','2019-02-27 09:58:08','',3959,'http://fj-lifesciences.com/2019/02/27/3959-revision-v1/',0,'revision','',0),(3997,1,'2019-02-27 11:00:31','2019-02-27 10:00:31','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries.\r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
\r\n
Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]Doctor of pharmacy and industrial pharmacy.\r\n\r\nCEO of FJ LIFE SCIENCES and President and R&D Director of FJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.\r\n\r\nPharmaceutical and clinical researcher on magnesium since 1993.\r\n\r\nDeveloper of the innovative CHRONOMAG® technology of bio-programmable magnesium.\r\n\r\nScientist owner of international patents technology.\r\n\r\nInnovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.\r\n\r\nStrategic R&D advisor for L\'Oreal, Sanofi-Aventis, Merck Medication Familiale, Merck Schering, Boehringer Ingelheim, Inneov, Horphag.\r\n\r\nWriter of technological and clinic reference studies.\r\n\r\nWriter of a pharmaceutical and medical resource book on magnesium (in partnership with INSERM).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-02-27 11:00:31','2019-02-27 10:00:31','',3959,'http://fj-lifesciences.com/2019/02/27/3959-revision-v1/',0,'revision','',0),(3998,1,'2019-02-27 11:04:55','2019-02-27 10:04:55','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries.\r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
\r\n
Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]Doctor of pharmacy and industrial pharmacy.\r\n\r\nCEO of FJ LIFE SCIENCES and President and R&D Director of FJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.\r\n\r\nPharmaceutical and clinical researcher on magnesium since 1993.\r\n\r\nDeveloper of the innovative CHRONOMAG® technology of bio-programmable magnesium.\r\n\r\nScientist owner of international patents technology.\r\n\r\nInnovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.\r\n\r\nStrategic R&D advisor for L\'Oreal, Sanofi-Aventis, Merck Medication Familiale, Merck Schering, Boehringer Ingelheim, Inneov, Horphag.\r\n\r\nWriter of technological and clinic reference studies.\r\n\r\nWriter of a pharmaceutical and medical resource book on magnesium (in partnership with INSERM).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-02-27 11:04:55','2019-02-27 10:04:55','',3959,'http://fj-lifesciences.com/2019/02/27/3959-revision-v1/',0,'revision','',0),(3999,1,'2019-02-27 11:05:45','2019-02-27 10:05:45','','Fabienne-Joanny','','inherit','closed','closed','','fabienne-joanny','','','2019-02-27 11:05:45','2019-02-27 10:05:45','',3959,'http://fj-lifesciences.com/wp-content/uploads/2019/02/Fabienne-Joanny.jpg',0,'attachment','image/jpeg',0),(4000,1,'2019-02-27 11:27:21','2019-02-27 10:27:21','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries.\r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
\r\n
Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]Doctor of pharmacy and industrial pharmacy.\r\n\r\nCEO of FJ LIFE SCIENCES and President and R&D Director of FJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.\r\n\r\nPharmaceutical and clinical researcher on magnesium since 1993.\r\n\r\nDeveloper of the innovative CHRONOMAG® technology of bio-programmable magnesium.\r\n\r\nScientist owner of international patents technology.\r\n\r\nInnovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.\r\n\r\nStrategic R&D advisor for L\'Oreal, Sanofi-Aventis, Merck Medication Familiale, Merck Schering, Boehringer Ingelheim, Inneov, Horphag.\r\n\r\nWriter of technological and clinic reference studies.\r\n\r\nWriter of a pharmaceutical and medical resource book on magnesium (in partnership with INSERM).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]« Grace aux connaissances que j’ai acquise de l’innovation dans le domaine des substances d’origine naturelle et des technologies au niveau international, j’ai élaboré différentes formules pour la Santé, le bien-être et la Beauté que j’ai protégé par des brevets.\r\n\r\nFJ LIFE SCIENCES est une société que j’ai fondée en 2008, ayant pour objectif la commercialisation de mes inventions auprès de partenaires internationaux à travers des licences, après validation industrielle et clinique de mes formules.\r\n\r\nC’est ainsi que j’ai créé la technologie CHRONOMAG®, unique forme de magnésium conçue pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux, notamment pour équilibrer les sub-carences et les carences chroniques de magnésium à long terme. En 2018, les derniers brevets d’inventions internationaux ont été délivrés et les résultats de l’étude clinique de biodisponibilité menée en collaboration avec l’INSERM a été publiée. FJ LIFE SCIENCES propose depuis 2019 cette invention aux industriels de la pharmacie et de la dermo-cosmétique au travers d’une gamme complète pour différentes applications où l’hypomagnésemie sur le long terme peut induire des désordres ou des pathologies sévères. »\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-02-27 11:27:21','2019-02-27 10:27:21','',3959,'http://fj-lifesciences.com/2019/02/27/3959-revision-v1/',0,'revision','',0),(4001,1,'2019-02-27 11:28:47','2019-02-27 10:28:47','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries.\r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
\r\n
Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]Doctor of pharmacy and industrial pharmacy.\r\nCEO of FJ LIFE SCIENCES and President and R&D Director of FJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.\r\nPharmaceutical and clinical researcher on magnesium since 1993.\r\nDeveloper of the innovative CHRONOMAG® technology of bio-programmable magnesium.\r\nScientist owner of international patents technology.\r\nInnovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.\r\nStrategic R&D advisor for L\'Oreal, Sanofi-Aventis, Merck Medication Familiale, Merck Schering, Boehringer Ingelheim, Inneov, Horphag.\r\nWriter of technological and clinic reference studies.\r\nWriter of a pharmaceutical and medical resource book on magnesium (in partnership with INSERM).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]« Grace aux connaissances que j’ai acquise de l’innovation dans le domaine des substances d’origine naturelle et des technologies au niveau international, j’ai élaboré différentes formules pour la Santé, le bien-être et la Beauté que j’ai protégé par des brevets.\r\n\r\nFJ LIFE SCIENCES est une société que j’ai fondée en 2008, ayant pour objectif la commercialisation de mes inventions auprès de partenaires internationaux à travers des licences, après validation industrielle et clinique de mes formules.\r\n\r\nC’est ainsi que j’ai créé la technologie CHRONOMAG®, unique forme de magnésium conçue pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux, notamment pour équilibrer les sub-carences et les carences chroniques de magnésium à long terme. En 2018, les derniers brevets d’inventions internationaux ont été délivrés et les résultats de l’étude clinique de biodisponibilité menée en collaboration avec l’INSERM a été publiée. FJ LIFE SCIENCES propose depuis 2019 cette invention aux industriels de la pharmacie et de la dermo-cosmétique au travers d’une gamme complète pour différentes applications où l’hypomagnésemie sur le long terme peut induire des désordres ou des pathologies sévères. »\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-02-27 11:28:47','2019-02-27 10:28:47','',3959,'http://fj-lifesciences.com/2019/02/27/3959-revision-v1/',0,'revision','',0),(4002,1,'2019-03-18 18:34:40','2019-03-18 17:34:40','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"250\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552930475548{margin-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"\" image=\"4003\"]\r\n
Active ingredients Complex
\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552929998768{margin-top: 40px !important;margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product\r\nfor a synergistic effect on the skin based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n
Inside\r\nMAGNETTOPIA® Smart tablet
\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-autosave-v1','','','2019-03-18 18:34:40','2019-03-18 17:34:40','',3961,'http://fj-lifesciences.com/2019/02/27/3961-autosave-v1/',0,'revision','',0),(4003,1,'2019-02-27 11:45:56','2019-02-27 10:45:56','','chronomag-technology_active-ingredients-complex_blister','','inherit','closed','closed','','chronomag-technology_active-ingredients-complex_blister','','','2019-02-27 11:45:56','2019-02-27 10:45:56','',3961,'http://fj-lifesciences.com/wp-content/uploads/2019/02/chronomag-technology_active-ingredients-complex_blister.png',0,'attachment','image/png',0),(4004,1,'2019-02-27 11:45:57','2019-02-27 10:45:57','','chronomag-techonology_blister','','inherit','closed','closed','','chronomag-techonology_blister','','','2019-02-27 11:45:57','2019-02-27 10:45:57','',3961,'http://fj-lifesciences.com/wp-content/uploads/2019/02/chronomag-techonology_blister.png',0,'attachment','image/png',0),(4005,1,'2019-02-27 11:52:34','2019-02-27 10:52:34','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based on patented CHRONOMAG® Technology\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][vc_single_image image=\"4003\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n
\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-02-27 11:52:34','2019-02-27 10:52:34','',3961,'http://fj-lifesciences.com/2019/02/27/3961-revision-v1/',0,'revision','',0),(4006,1,'2019-02-27 12:01:28','2019-02-27 11:01:28','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based on patented CHRONOMAG® Technology\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][vc_single_image image=\"4003\" img_size=\"100x173\" alignment=\"center\"][vc_column_text]\r\n
\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-02-27 12:01:28','2019-02-27 11:01:28','',3961,'http://fj-lifesciences.com/2019/02/27/3961-revision-v1/',0,'revision','',0),(4007,1,'2019-02-27 12:36:08','2019-02-27 11:36:08','','magnettopia-COMPRIME','','inherit','closed','closed','','magnettopia-comprime','','','2019-02-27 12:36:08','2019-02-27 11:36:08','',3961,'http://fj-lifesciences.com/wp-content/uploads/2019/02/magnettopia-COMPRIME.png',0,'attachment','image/png',0),(4008,1,'2019-02-27 12:36:14','2019-02-27 11:36:14','','magnettopia-GOUTTE','','inherit','closed','closed','','magnettopia-goutte','','','2019-02-27 12:36:14','2019-02-27 11:36:14','',3961,'http://fj-lifesciences.com/wp-content/uploads/2019/02/magnettopia-GOUTTE.png',0,'attachment','image/png',0),(4009,1,'2019-02-27 12:40:16','2019-02-27 11:40:16','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based on patented CHRONOMAG® Technology\" font_container=\"tag:h4|font_size:30px|text_align:center|color:%23a6a6a7|line_height:32px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4003\"]\r\n
Active ingredients Complex
\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551267242704{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product for a synergistic effect on the skin based on CHRONOMAG® Technology\" font_container=\"tag:h4|font_size:30px|text_align:center|color:%23a6a6a7|line_height:32px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\n\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x200\" style=\"style_11\" image=\"4007\"]\r\n
Inside\r\nMAGNETTOPIA® Smart tablet
\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-02-27 12:40:16','2019-02-27 11:40:16','',3961,'http://fj-lifesciences.com/2019/02/27/3961-revision-v1/',0,'revision','',0),(4010,1,'2019-02-27 12:40:40','2019-02-27 11:40:40','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based on patented CHRONOMAG® Technology\" font_container=\"tag:h4|font_size:30px|text_align:center|color:%23a6a6a7|line_height:32px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4003\"]\r\n
Active ingredients Complex
\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551267242704{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product for a synergistic effect on the skin based on CHRONOMAG® Technology\" font_container=\"tag:h4|font_size:30px|text_align:center|color:%23a6a6a7|line_height:32px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\n\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x200\" style=\"style_11\" image=\"4007\"]\r\n
Inside\r\nMAGNETTOPIA® Smart tablet
\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-02-27 12:40:40','2019-02-27 11:40:40','',3961,'http://fj-lifesciences.com/2019/02/27/3961-revision-v1/',0,'revision','',0),(4011,1,'2019-02-27 12:42:32','2019-02-27 11:42:32','[vc_row][vc_column][stm_spacer height=\"150\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"For more information about these product ranges, the opportunity to distribute it, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"HEAD OFFICE\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"FJ LIFE SCIENCES\r\nLe Parc Continental B,\r\n2 place Stanislas\r\n06400 Cannes, France\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@fj-lifesciences.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3A%20info%40fj-lifesciences.com|||\" css=\".vc_custom_1551042532554{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][stm_spacer height=\"50\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"Enter in contact with us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1551042892503{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1493272247743{margin-bottom: 66px !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"3981\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','inherit','closed','closed','','3956-revision-v1','','','2019-02-27 12:42:32','2019-02-27 11:42:32','',3956,'http://fj-lifesciences.com/2019/02/27/3956-revision-v1/',0,'revision','',0),(4012,1,'2019-03-18 18:24:16','2019-03-18 17:24:16','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277407162{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\'s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4072\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter:[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n
Menstrual cycle disorders
\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explains menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period.\r\n
Pregnancy
\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage, impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n
Menopausal disorders
\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n
Mood disorders
\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation is helpful for mood and bipolar disorders, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1551622604339{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex\r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"200x362\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row]','Women’s Health','','inherit','closed','closed','','3894-autosave-v1','','','2019-03-18 18:24:16','2019-03-18 17:24:16','',3894,'http://fj-lifesciences.com/2019/02/27/3894-autosave-v1/',0,'revision','',0),(4013,1,'2019-02-27 13:22:40','2019-02-27 12:22:40','','Female manager discussing business','Group of people on a business meeting','inherit','closed','closed','','female-manager-discussing-business','','','2019-02-27 13:22:40','2019-02-27 12:22:40','',3894,'http://fj-lifesciences.com/wp-content/uploads/2019/02/iStock-915741300.jpg',0,'attachment','image/jpeg',0),(4014,1,'2019-02-27 13:24:10','2019-02-27 12:24:10','[vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter :[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4013\" img_size=\"medium\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Menstrual cycle disorders\r\n\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explain menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period\r\n\r\nPregnancy\r\n\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, a magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage , impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n\r\nMenopausal disorders\r\n\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n\r\nMood disorders\r\n\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation allows is helpful for mood and bipolar disorder, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.\r\n\r\nMagnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\r\n\r\nThe wide range of Women’s Health & Well-being product based on CHRONOMAG® Technology for a safe and better tolerated supplementation\r\n\r\nThe products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row]','Women’s Health','','inherit','closed','closed','','3894-revision-v1','','','2019-02-27 13:24:10','2019-02-27 12:24:10','',3894,'http://fj-lifesciences.com/2019/02/27/3894-revision-v1/',0,'revision','',0),(4015,1,'2019-02-27 13:36:10','2019-02-27 12:36:10','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4013\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter:[/vc_column_text][vc_column_text]Menstrual cycle disorders\r\n\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explains menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period.\r\n\r\nPregnancy\r\n\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage, impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n\r\nMenopausal disorders\r\n\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n\r\nMood disorders\r\n\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation is helpful for mood and bipolar disorders, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277370273{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"FAMILY’S HEALTH\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4017\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The cumulative long-term effects of chronic stress and sleep deprivation have been associated with serious health conditions, including increased risk of stroke, hypertension, diabetes, depression, and obesity. In comparison to men, women are twice as likely to experience this problem.
\r\n
These conditions are leading families to search for products designed to help them every day get restful and restorative sleep, particularly as they become aware of the risks.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4215\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4214\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]
\r\n
Mood disorders
\r\n
Modern lifestyle and Western industrial diet enhance the reduction of magnesium in our food which directly contributes to marginal or absolute magnesium deficiency. Moreover, magnesium deficiency can be secondary to another disease or a therapeutic agent; hence, features of a primary disease may mask or complicate magnesium deficiency.
\r\n
Magnesium is involved in many enzymatic reactions and a proper magnesium supplementation allows to: relieves muscle spasms (cramps), is helpful for mood and bipolar disorders (anxiety, irritability, depression), promotes proper nervous system function, contributes to a normal energy production and controls psychological functions. A link between magnesium deficiency and stress is also well established. Moreover, both stress and magnesium deficit can depress the immune system and reduce resistance to infection.
\r\n
Sleep disorders
\r\n
Fatigue is a state of overtiredness, and sometimes does not disappear even after sleep or rest. The causes of fatigue are innumerable and, much of the time, they work together. Causes include lack of sleep, medical conditions, stress, and hormonal imbalances. Fatigue is debilitating and can affect everyday life; in some of the severest cases, a person might not even be able to get out of bed.
\r\n
A decline in magnesium status is associated with various symptoms such as nausea, muscular weakness, irritability, fatigue or insomnia.
\r\n
An adequate and long-term magnesium supplementation is essential for optimal circulating levels of oxygen and energy use by the body to contribute to a reduction of tiredness and fatigue.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552931176117{padding-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"The Family\'s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.
\r\n
These products range dedicated to the Family aims to improve emotional and sleep disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex
\r\n','Family’s Health','','publish','closed','closed','','family','','','2019-03-25 14:18:50','2019-03-25 13:18:50','',0,'http://fj-lifesciences.com/?post_type=stm_services&p=4016',0,'stm_services','',0),(4017,1,'2019-02-27 13:42:22','2019-02-27 12:42:22','','chronomag_family_dog','','inherit','closed','closed','','chronomag_family_dog','','','2019-02-27 13:42:22','2019-02-27 12:42:22','',4016,'http://fj-lifesciences.com/wp-content/uploads/2019/02/chronomag_family_dog.jpg',0,'attachment','image/jpeg',0),(4018,1,'2019-02-27 13:46:48','2019-02-27 12:46:48','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"FAMILY’S HEALTH\r\n\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4017\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The cumulative long-term effects of chronic stress and sleep deprivation have been associated with serious health conditions, including increased risk of stroke, hypertension, diabetes, depression, and obesity. In comparison to men, women are twice as likely to experience this problem.\r\n\r\nThese conditions are leading families to search for products designed to help them every day get restful and restorative sleep, particularly as they become aware of the risks.[/vc_column_text][vc_column_text]Mood disorders\r\n\r\nModern lifestyle and Western industrial diet enhance the reduction of magnesium in our food which directly contributes to marginal or absolute magnesium deficiency. Moreover, magnesium deficiency can be secondary to another disease or a therapeutic agent; hence, features of a primary disease may mask or complicate magnesium deficiency.\r\n\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation allows to: relieves muscle spasms (cramps), is helpful for mood and bipolar disorders (anxiety, irritability, depression), promotes proper nervous system function, contributes to a normal energy production and controls psychological functions. A link between magnesium deficiency and stress is also well established. Moreover, both stress and magnesium deficit can depress the immune system and reduce resistance to infection.\r\n\r\nSleep disorders\r\n\r\nFatigue is a state of overtiredness, and sometimes does not disappear even after sleep or rest. The causes of fatigue are innumerable and, much of the time, they work together. Causes include lack of sleep, medical conditions, stress, and hormonal imbalances. Fatigue is debilitating and can affect everyday life; in some of the severest cases, a person might not even be able to get out of bed.\r\n\r\nA decline in magnesium status is associated with various symptoms such as nausea, muscular weakness, irritability, fatigue or insomnia.\r\n\r\nAn adequate and long-term magnesium supplementation is essential for optimal circulating levels of oxygen and energy use by the body to contribute to a reduction of tiredness and fatigue.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range dedicated to the Family aims to improve emotional and sleep disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277314011{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Seniors\' Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4021\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The Seniors’ Health products range responds daily to specific deficiencies in nutrients, particularly magnesium, which occur with increasing age and with cellular and metabolic disorders.
\r\n
In particular, long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at this crucial life stage.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4216\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4213\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, is associated in the long run with aggravation of physical and / or cognitive disorders such as:[/vc_column_text][vc_column_text]
\r\n
Bone and joint health alteration
\r\n
After a peak in early adulthood, muscle mass tends to decline with increasing age, and this can be associated with decline in strength and musculoskeletal function. Ageing is also associated with significant changes in bones and joints. With age, bone mass or density tends to fall, particularly among postmenopausal women.
\r\n
This can progress to a point where the risk of fracture is significantly increased (a condition known as osteoporosis) which has serious implications for disability, reduced quality of life and mortality. Articular cartilage undergoes significant structural, molecular, cellular and mechanical changes with age, increasing the vulnerability of the tissue to degeneration. These and other age-related declines ultimately impact on broader musculoskeletal function and movement.
\r\n
As being a major storage site of body, magnesium is an important element for bone tissue. Although, bone mineral content is lost and osteoporosis develops during magnesium-deficient states, it can easily be replaced by a proper magnesium supplementation which may have a restorative effect on bone and joint tissues.
\r\n
Neurological and cognitive disorders
\r\n
Many cognitive functions begin to decrease at a relatively young age, with different functions decreasing at different rates. Some deterioration in memory and the speed of information processing is common, and complaints about it are frequently reported by older people.
\r\n
Physiological concentrations of magnesium are essential for synaptic conduction, and required for normal functioning of the nervous system. It has various effects at different concentrations on intellectual and neuronal functions through several signaling pathways that have important roles in chronic neuronal degeneration and subsequent development of dementia.
\r\n
Magnesium has long been known as a key nutrient for optimal brain function more specifically in learning and memory as a result of its beneficial effect on synaptic plasticity and density.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Ageing represents a major risk factor for magnesium deficit. Total body magnesium content tends to decrease with age, with bone being the main storage compartment of body magnesium. \r\nAlterations of magnesium metabolism in the elderly include a reduction of magnesium intake, a decrease of intestinal absorption, and an increase of urinary and fecal magnesium excretion, all these changes indicating a tendency to a magnesium deficit with ageing. An external intake by food supplements guaranteeing long-term supplementation without gastro-intestinal side effects could thus be necessary in this vulnerable population.\" font_container=\"tag:h4|font_size:14px|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1552931762765{padding-top: 2% !important;padding-right: 2% !important;padding-bottom: 2% !important;padding-left: 2% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Seniors’ Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.
\r\n
These products range aims to improve specific Seniors’ disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex
\r\n','Senior’s Health','','publish','closed','closed','','seniors','','','2019-03-25 14:14:17','2019-03-25 13:14:17','',0,'http://fj-lifesciences.com/?post_type=stm_services&p=4020',0,'stm_services','',0),(4021,1,'2019-02-27 13:50:12','2019-02-27 12:50:12','','Couple Seeniors','','inherit','closed','closed','','couple-seeniors','','','2019-02-27 13:50:12','2019-02-27 12:50:12','',4020,'http://fj-lifesciences.com/wp-content/uploads/2019/02/Couple-Seeniors.jpg',0,'attachment','image/jpeg',0),(4022,1,'2019-02-27 13:52:21','2019-02-27 12:52:21','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Seniors\' Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4021\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The Seniors’ Health products range responds daily to specific deficiencies in nutrients, particularly magnesium, which occur with increasing age and with cellular and metabolic disorders.\r\n\r\nIn particular, long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at this crucial life stage.\r\n\r\nInternational research has shown that magnesium deficiency, diagnosed too late, is associated in the long run with aggravation of physical and / or cognitive disorders such as:[/vc_column_text][vc_column_text]Bone and joint health alteration\r\n\r\nAfter a peak in early adulthood, muscle mass tends to decline with increasing age, and this can be associated with decline in strength and musculoskeletal function. Ageing is also associated with significant changes in bones and joints. With age, bone mass or density tends to fall, particularly among postmenopausal women.\r\n\r\nThis can progress to a point where the risk of fracture is significantly increased (a condition known as osteoporosis) which has serious implications for disability, reduced quality of life and mortality. Articular cartilage undergoes significant structural, molecular, cellular and mechanical changes with age, increasing the vulnerability of the tissue to degeneration. These and other age-related declines ultimately impact on broader musculoskeletal function and movement.\r\n\r\nAs being a major storage site of body, magnesium is an important element for bone tissue. Although, bone mineral content is lost and osteoporosis develops during magnesium-deficient states, it can easily be replaced by a proper magnesium supplementation which may have a restorative effect on bone and joint tissues.\r\n\r\nNeurological and cognitive disorders\r\n\r\nMany cognitive functions begin to decrease at a relatively young age, with different functions decreasing at different rates. Some deterioration in memory and the speed of information processing is common, and complaints about it are frequently reported by older people.\r\n\r\nPhysiological concentrations of magnesium are essential for synaptic conduction, and required for normal functioning of the nervous system. It has various effects at different concentrations on intellectual and neuronal functions through several signaling pathways that have important roles in chronic neuronal degeneration and subsequent development of dementia.\r\n\r\nMagnesium has long been known as a key nutrient for optimal brain function more specifically in learning and memory as a result of its beneficial effect on synaptic plasticity and density.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Ageing represents a major risk factor for magnesium deficit. Total body magnesium content tends to decrease with age, with bone being the main storage compartment of body magnesium.\r\nAlterations of magnesium metabolism in the elderly include a reduction of magnesium intake, a decrease of intestinal absorption, and an increase of urinary and fecal magnesium excretion, all these changes indicating a tendency to a magnesium deficit with ageing. An external intake by food supplements guaranteeing long-term supplementation without gastro-intestinal side effects could thus be necessary in this vulnerable population.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Seniors’ Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Seniors’ disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3880\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Senior’s Health','','inherit','closed','closed','','4020-revision-v1','','','2019-02-27 13:52:21','2019-02-27 12:52:21','',4020,'http://fj-lifesciences.com/2019/02/27/4020-revision-v1/',0,'revision','',0),(4023,1,'2019-02-27 13:53:35','2019-02-27 12:53:35','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\'s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4013\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter:[/vc_column_text][vc_column_text]Menstrual cycle disorders\r\n\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explains menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period.\r\n\r\nPregnancy\r\n\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage, impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n\r\nMenopausal disorders\r\n\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n\r\nMood disorders\r\n\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation is helpful for mood and bipolar disorders, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277285434{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Sportspeople’s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long-term magnesium supplementation for a better muscular performance and recovery\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]It is now widely recognized that regular physical activity has beneficial effects on health and the prevention of many diseases. It is therefore important to have an adequate food intake to cover the body\'s needs according to the intensity of physical activity practiced. These needs are increased among sportspeople who engage in intense physical activity, particularly during competitive periods. In addition, physical exercise itself can contribute to magnesium deficiency.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4217\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4212\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4211\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4210\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4209\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][vc_column_text]Magnesium is particularly involved in cardiac and skeletalmuscle development and function andparticipates in nerve regulation and muscle relaxation after contraction through its physiological calcium channel antagonist properties. It contributes to lipid metabolism, blood sugar and blood pressure regulation, and protein synthesis.
\r\n
Magnesium improves energy metabolism in the muscles for a better adaptation and recovery of the body from physical stress.
\r\n
The amount of magnesium within an organism must be continuously regulated over a long period particularly in sportspeople, due to the increased magnesium loss following physical exercise:
\r\n
\r\n
Needs of the body are increased in athletes practicing daily physical activity or during competitive and stressing periods.
\r\n
\r\n
\r\n
Intense physical activity apparently increases urinary and sweat losses of nutrients, mainly magnesium (i.e. increasing magnesium requirements by 10-20%).
\r\n
\r\n
\r\n
Magnesium, one of the most important nutrient allows to adapt the response and the energy metabolism of cardiac and skeletal muscles according to the physical effort required.
[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552981356614{padding-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"The Sportspeople’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]
\r\n
A wide Sports products range for the preparation of the body to a physical effort and for the recovery phase:
[/stm_iconlist][stm_spacer height=\"25\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.
\r\n
The active ingredients included in the CHRONOMAG® Sports products contribute as well to the preparation of the body to a physical effort as to the recovery phase necessary for a good physical performance. These active ingredients allow to create, physically and mentally, the best conditions for the smooth running of physical activity by improving the adaptation to stress caused by intense physical exercise, without impairing physical performance.
\r\n
These products range aims to improve Sports performance and recovery and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex
\r\n','Sportspeople’s Health','','publish','closed','closed','','sports','','','2019-03-25 14:17:07','2019-03-25 13:17:07','',0,'http://fj-lifesciences.com/?post_type=stm_services&p=4024',0,'stm_services','',0),(4025,1,'2019-02-27 13:54:56','2019-02-27 12:54:56','','Sport_2','','inherit','closed','closed','','sport_2','','','2019-02-27 13:54:56','2019-02-27 12:54:56','',4024,'http://fj-lifesciences.com/wp-content/uploads/2019/02/Sport_2.jpg',0,'attachment','image/jpeg',0),(4026,1,'2019-02-27 13:56:33','2019-02-27 12:56:33','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Sportspeople’s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long-term magnesium supplementation for a better muscular performance and recovery\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]It is now widely recognized that regular physical activity has beneficial effects on health and the prevention of many diseases. It is therefore important to have an adequate food intake to cover the body\'s needs according to the intensity of physical activity practiced. These needs are increased among sportspeople who engage in intense physical activity, particularly during competitive periods. In addition, physical exercise itself can contribute to magnesium deficiency.\r\n\r\nMagnesium is particularly involved in cardiac and skeletalmuscle development and function andparticipates in nerve regulation and muscle relaxation after contraction through its physiological calcium channel antagonist properties. It contributes to lipid metabolism, blood sugar and blood pressure regulation, and protein synthesis.\r\n\r\nMagnesium improves energy metabolism in the muscles for a better adaptation and recovery of the body from physical stress.\r\n\r\nThe amount of magnesium within an organism must be continuously regulated over a long period particularly in sportspeople, due to the increased magnesium loss following physical exercise:\r\n
\r\n
Needs of the body are increased in athletes practicing daily physical activity or during competitive and stressing periods.
\r\n
\r\n
\r\n
Intense physical activity apparently increases urinary and sweat losses of nutrients, mainly magnesium (i.e. increasing magnesium requirements by 10-20%).
\r\n
\r\n
\r\n
Magnesium, one of the most important nutrient allows to adapt the response and the energy metabolism of cardiac and skeletal muscles according to the physical effort required.
\r\n
\r\n
Roles of magnesium in athletes
\r\n
\r\n
muscle contraction and heartbeat
\r\n
cardiac and skeletal muscles function
\r\n
oxygen uptake
\r\n
electrolyte balance
\r\n
energy metabolism, particularly ATP
\r\n
plays a role in exercise performance
\r\n
reduces muscle cramps
\r\n
reduces fatigue and anxiety
\r\n
\r\n[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row]','Sportspeople’s Health','','inherit','closed','closed','','4024-revision-v1','','','2019-02-27 13:56:33','2019-02-27 12:56:33','',4024,'http://fj-lifesciences.com/2019/02/27/4024-revision-v1/',0,'revision','',0),(4027,1,'2019-02-27 13:58:32','2019-02-27 12:58:32','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Sportspeople’s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long-term magnesium supplementation for a better muscular performance and recovery\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]It is now widely recognized that regular physical activity has beneficial effects on health and the prevention of many diseases. It is therefore important to have an adequate food intake to cover the body\'s needs according to the intensity of physical activity practiced. These needs are increased among sportspeople who engage in intense physical activity, particularly during competitive periods. In addition, physical exercise itself can contribute to magnesium deficiency.\r\n\r\nMagnesium is particularly involved in cardiac and skeletalmuscle development and function andparticipates in nerve regulation and muscle relaxation after contraction through its physiological calcium channel antagonist properties. It contributes to lipid metabolism, blood sugar and blood pressure regulation, and protein synthesis.\r\n\r\nMagnesium improves energy metabolism in the muscles for a better adaptation and recovery of the body from physical stress.\r\n\r\nThe amount of magnesium within an organism must be continuously regulated over a long period particularly in sportspeople, due to the increased magnesium loss following physical exercise:\r\n
\r\n
Needs of the body are increased in athletes practicing daily physical activity or during competitive and stressing periods.
\r\n
\r\n
\r\n
Intense physical activity apparently increases urinary and sweat losses of nutrients, mainly magnesium (i.e. increasing magnesium requirements by 10-20%).
\r\n
\r\n
\r\n
Magnesium, one of the most important nutrient allows to adapt the response and the energy metabolism of cardiac and skeletal muscles according to the physical effort required.
\r\n
\r\n\r\n
Roles of magnesium in athletes
\r\n
\r\n
muscle contraction and heartbeat
\r\n
cardiac and skeletal muscles function
\r\n
oxygen uptake
\r\n
electrolyte balance
\r\n
energy metabolism, particularly ATP
\r\n
plays a role in exercise performance
\r\n
reduces muscle cramps
\r\n
reduces fatigue and anxiety
\r\n
\r\n[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Sportspeople’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThe active ingredients included in the CHRONOMAG® Sports products contribute as well to the preparation of the body to a physical effort as to the recovery phase necessary for a good physical performance. These active ingredients allow to create, physically and mentally, the best conditions for the smooth running of physical activity by improving the adaptation to stress caused by intense physical exercise, without impairing physical performance.\r\n\r\nThese products range aims to improve Sports performance and recovery and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277314011{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Seniors\' Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4021\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The Seniors’ Health products range responds daily to specific deficiencies in nutrients, particularly magnesium, which occur with increasing age and with cellular and metabolic disorders.
\n
In particular, long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at this crucial life stage.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4216\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4166\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, is associated in the long run with aggravation of physical and / or cognitive disorders such as:[/vc_column_text][vc_column_text]
\n
Bone and joint health alteration
\n
After a peak in early adulthood, muscle mass tends to decline with increasing age, and this can be associated with decline in strength and musculoskeletal function. Ageing is also associated with significant changes in bones and joints. With age, bone mass or density tends to fall, particularly among postmenopausal women.
\n
This can progress to a point where the risk of fracture is significantly increased (a condition known as osteoporosis) which has serious implications for disability, reduced quality of life and mortality. Articular cartilage undergoes significant structural, molecular, cellular and mechanical changes with age, increasing the vulnerability of the tissue to degeneration. These and other age-related declines ultimately impact on broader musculoskeletal function and movement.
\n
As being a major storage site of body, magnesium is an important element for bone tissue. Although, bone mineral content is lost and osteoporosis develops during magnesium-deficient states, it can easily be replaced by a proper magnesium supplementation which may have a restorative effect on bone and joint tissues.
\n
Neurological and cognitive disorders
\n
Many cognitive functions begin to decrease at a relatively young age, with different functions decreasing at different rates. Some deterioration in memory and the speed of information processing is common, and complaints about it are frequently reported by older people.
\n
Physiological concentrations of magnesium are essential for synaptic conduction, and required for normal functioning of the nervous system. It has various effects at different concentrations on intellectual and neuronal functions through several signaling pathways that have important roles in chronic neuronal degeneration and subsequent development of dementia.
\n
Magnesium has long been known as a key nutrient for optimal brain function more specifically in learning and memory as a result of its beneficial effect on synaptic plasticity and density.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Ageing represents a major risk factor for magnesium deficit. Total body magnesium content tends to decrease with age, with bone being the main storage compartment of body magnesium. \nAlterations of magnesium metabolism in the elderly include a reduction of magnesium intake, a decrease of intestinal absorption, and an increase of urinary and fecal magnesium excretion, all these changes indicating a tendency to a magnesium deficit with ageing. An external intake by food supplements guaranteeing long-term supplementation without gastro-intestinal side effects could thus be necessary in this vulnerable population.\" font_container=\"tag:h4|font_size:14px|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1552931762765{padding-top: 2% !important;padding-right: 2% !important;padding-bottom: 2% !important;padding-left: 2% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Seniors’ Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.
\n
These products range aims to improve specific Seniors’ disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex
\n','Senior’s Health','','inherit','closed','closed','','4020-autosave-v1','','','2019-03-25 14:14:13','2019-03-25 13:14:13','',4020,'http://fj-lifesciences.com/2019/02/27/4020-autosave-v1/',0,'revision','',0),(4029,1,'2019-02-27 14:00:49','2019-02-27 13:00:49','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Seniors\' Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4021\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The Seniors’ Health products range responds daily to specific deficiencies in nutrients, particularly magnesium, which occur with increasing age and with cellular and metabolic disorders.\r\n\r\nIn particular, long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at this crucial life stage.\r\n\r\nInternational research has shown that magnesium deficiency, diagnosed too late, is associated in the long run with aggravation of physical and / or cognitive disorders such as:[/vc_column_text][vc_column_text]\r\n
Bone and joint health alteration
\r\nAfter a peak in early adulthood, muscle mass tends to decline with increasing age, and this can be associated with decline in strength and musculoskeletal function. Ageing is also associated with significant changes in bones and joints. With age, bone mass or density tends to fall, particularly among postmenopausal women.\r\n\r\nThis can progress to a point where the risk of fracture is significantly increased (a condition known as osteoporosis) which has serious implications for disability, reduced quality of life and mortality. Articular cartilage undergoes significant structural, molecular, cellular and mechanical changes with age, increasing the vulnerability of the tissue to degeneration. These and other age-related declines ultimately impact on broader musculoskeletal function and movement.\r\n\r\nAs being a major storage site of body, magnesium is an important element for bone tissue. Although, bone mineral content is lost and osteoporosis develops during magnesium-deficient states, it can easily be replaced by a proper magnesium supplementation which may have a restorative effect on bone and joint tissues.\r\n
Neurological and cognitive disorders
\r\nMany cognitive functions begin to decrease at a relatively young age, with different functions decreasing at different rates. Some deterioration in memory and the speed of information processing is common, and complaints about it are frequently reported by older people.\r\n\r\nPhysiological concentrations of magnesium are essential for synaptic conduction, and required for normal functioning of the nervous system. It has various effects at different concentrations on intellectual and neuronal functions through several signaling pathways that have important roles in chronic neuronal degeneration and subsequent development of dementia.\r\n\r\nMagnesium has long been known as a key nutrient for optimal brain function more specifically in learning and memory as a result of its beneficial effect on synaptic plasticity and density.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Ageing represents a major risk factor for magnesium deficit. Total body magnesium content tends to decrease with age, with bone being the main storage compartment of body magnesium.\r\nAlterations of magnesium metabolism in the elderly include a reduction of magnesium intake, a decrease of intestinal absorption, and an increase of urinary and fecal magnesium excretion, all these changes indicating a tendency to a magnesium deficit with ageing. An external intake by food supplements guaranteeing long-term supplementation without gastro-intestinal side effects could thus be necessary in this vulnerable population.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Seniors’ Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Seniors’ disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3880\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Senior’s Health','','inherit','closed','closed','','4020-revision-v1','','','2019-02-27 14:00:49','2019-02-27 13:00:49','',4020,'http://fj-lifesciences.com/2019/02/27/4020-revision-v1/',0,'revision','',0),(4030,1,'2019-02-27 14:01:27','2019-02-27 13:01:27','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"FAMILY’S HEALTH\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4017\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The cumulative long-term effects of chronic stress and sleep deprivation have been associated with serious health conditions, including increased risk of stroke, hypertension, diabetes, depression, and obesity. In comparison to men, women are twice as likely to experience this problem.\r\n\r\nThese conditions are leading families to search for products designed to help them every day get restful and restorative sleep, particularly as they become aware of the risks.[/vc_column_text][vc_column_text]\r\n
Mood disorders
\r\nModern lifestyle and Western industrial diet enhance the reduction of magnesium in our food which directly contributes to marginal or absolute magnesium deficiency. Moreover, magnesium deficiency can be secondary to another disease or a therapeutic agent; hence, features of a primary disease may mask or complicate magnesium deficiency.\r\n\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation allows to: relieves muscle spasms (cramps), is helpful for mood and bipolar disorders (anxiety, irritability, depression), promotes proper nervous system function, contributes to a normal energy production and controls psychological functions. A link between magnesium deficiency and stress is also well established. Moreover, both stress and magnesium deficit can depress the immune system and reduce resistance to infection.\r\n
Sleep disorders
\r\nFatigue is a state of overtiredness, and sometimes does not disappear even after sleep or rest. The causes of fatigue are innumerable and, much of the time, they work together. Causes include lack of sleep, medical conditions, stress, and hormonal imbalances. Fatigue is debilitating and can affect everyday life; in some of the severest cases, a person might not even be able to get out of bed.\r\n\r\nA decline in magnesium status is associated with various symptoms such as nausea, muscular weakness, irritability, fatigue or insomnia.\r\n\r\nAn adequate and long-term magnesium supplementation is essential for optimal circulating levels of oxygen and energy use by the body to contribute to a reduction of tiredness and fatigue.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range dedicated to the Family aims to improve emotional and sleep disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3878\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Family’s Health','','inherit','closed','closed','','4016-revision-v1','','','2019-02-27 14:01:27','2019-02-27 13:01:27','',4016,'http://fj-lifesciences.com/2019/02/27/4016-revision-v1/',0,'revision','',0),(4031,1,'2019-02-27 14:02:16','2019-02-27 13:02:16','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\'s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4013\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter:[/vc_column_text][vc_column_text]\r\n
Menstrual cycle disorders
\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explains menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period.\r\n
Pregnancy
\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage, impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n
Menopausal disorders
\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n
Mood disorders
\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation is helpful for mood and bipolar disorders, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row]','Women’s Health','','inherit','closed','closed','','3894-revision-v1','','','2019-02-27 14:02:16','2019-02-27 13:02:16','',3894,'http://fj-lifesciences.com/2019/02/27/3894-revision-v1/',0,'revision','',0),(4032,1,'2019-02-27 14:04:12','2019-02-27 13:04:12','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"FAMILY’S HEALTH\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4017\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The cumulative long-term effects of chronic stress and sleep deprivation have been associated with serious health conditions, including increased risk of stroke, hypertension, diabetes, depression, and obesity. In comparison to men, women are twice as likely to experience this problem.\r\n\r\nThese conditions are leading families to search for products designed to help them every day get restful and restorative sleep, particularly as they become aware of the risks.[/vc_column_text][vc_column_text]\r\n
Mood disorders
\r\nModern lifestyle and Western industrial diet enhance the reduction of magnesium in our food which directly contributes to marginal or absolute magnesium deficiency. Moreover, magnesium deficiency can be secondary to another disease or a therapeutic agent; hence, features of a primary disease may mask or complicate magnesium deficiency.\r\n\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation allows to: relieves muscle spasms (cramps), is helpful for mood and bipolar disorders (anxiety, irritability, depression), promotes proper nervous system function, contributes to a normal energy production and controls psychological functions. A link between magnesium deficiency and stress is also well established. Moreover, both stress and magnesium deficit can depress the immune system and reduce resistance to infection.\r\n
Sleep disorders
\r\nFatigue is a state of overtiredness, and sometimes does not disappear even after sleep or rest. The causes of fatigue are innumerable and, much of the time, they work together. Causes include lack of sleep, medical conditions, stress, and hormonal imbalances. Fatigue is debilitating and can affect everyday life; in some of the severest cases, a person might not even be able to get out of bed.\r\n\r\nA decline in magnesium status is associated with various symptoms such as nausea, muscular weakness, irritability, fatigue or insomnia.\r\n\r\nAn adequate and long-term magnesium supplementation is essential for optimal circulating levels of oxygen and energy use by the body to contribute to a reduction of tiredness and fatigue.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range dedicated to the Family aims to improve emotional and sleep disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3878\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Family’s Health','','inherit','closed','closed','','4016-revision-v1','','','2019-02-27 14:04:12','2019-02-27 13:04:12','',4016,'http://fj-lifesciences.com/2019/02/27/4016-revision-v1/',0,'revision','',0),(4033,1,'2019-02-27 14:04:43','2019-02-27 13:04:43','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Seniors\' Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4021\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The Seniors’ Health products range responds daily to specific deficiencies in nutrients, particularly magnesium, which occur with increasing age and with cellular and metabolic disorders.\r\n\r\nIn particular, long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at this crucial life stage.\r\n\r\nInternational research has shown that magnesium deficiency, diagnosed too late, is associated in the long run with aggravation of physical and / or cognitive disorders such as:[/vc_column_text][vc_column_text]\r\n
Bone and joint health alteration
\r\nAfter a peak in early adulthood, muscle mass tends to decline with increasing age, and this can be associated with decline in strength and musculoskeletal function. Ageing is also associated with significant changes in bones and joints. With age, bone mass or density tends to fall, particularly among postmenopausal women.\r\n\r\nThis can progress to a point where the risk of fracture is significantly increased (a condition known as osteoporosis) which has serious implications for disability, reduced quality of life and mortality. Articular cartilage undergoes significant structural, molecular, cellular and mechanical changes with age, increasing the vulnerability of the tissue to degeneration. These and other age-related declines ultimately impact on broader musculoskeletal function and movement.\r\n\r\nAs being a major storage site of body, magnesium is an important element for bone tissue. Although, bone mineral content is lost and osteoporosis develops during magnesium-deficient states, it can easily be replaced by a proper magnesium supplementation which may have a restorative effect on bone and joint tissues.\r\n
Neurological and cognitive disorders
\r\nMany cognitive functions begin to decrease at a relatively young age, with different functions decreasing at different rates. Some deterioration in memory and the speed of information processing is common, and complaints about it are frequently reported by older people.\r\n\r\nPhysiological concentrations of magnesium are essential for synaptic conduction, and required for normal functioning of the nervous system. It has various effects at different concentrations on intellectual and neuronal functions through several signaling pathways that have important roles in chronic neuronal degeneration and subsequent development of dementia.\r\n\r\nMagnesium has long been known as a key nutrient for optimal brain function more specifically in learning and memory as a result of its beneficial effect on synaptic plasticity and density.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Ageing represents a major risk factor for magnesium deficit. Total body magnesium content tends to decrease with age, with bone being the main storage compartment of body magnesium.\r\nAlterations of magnesium metabolism in the elderly include a reduction of magnesium intake, a decrease of intestinal absorption, and an increase of urinary and fecal magnesium excretion, all these changes indicating a tendency to a magnesium deficit with ageing. An external intake by food supplements guaranteeing long-term supplementation without gastro-intestinal side effects could thus be necessary in this vulnerable population.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Seniors’ Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Seniors’ disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3880\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Senior’s Health','','inherit','closed','closed','','4020-revision-v1','','','2019-02-27 14:04:43','2019-02-27 13:04:43','',4020,'http://fj-lifesciences.com/2019/02/27/4020-revision-v1/',0,'revision','',0),(4034,1,'2019-02-27 14:13:58','2019-02-27 13:13:58','','Business office building in London,','Modern Office Architecture','inherit','closed','closed','','business-office-building-in-london','','','2019-02-27 14:13:58','2019-02-27 13:13:58','',3854,'http://fj-lifesciences.com/wp-content/uploads/2019/02/iStock-911607890.jpg',0,'attachment','image/jpeg',0),(4035,1,'2019-02-27 14:14:28','2019-02-27 13:14:28','','Scientists discussing in the laboratory, using computer','Scientist Working in The Laboratory ++Screenshot is custom made for shooting++','inherit','closed','closed','','scientists-discussing-in-the-laboratory-using-computer','','','2019-02-27 14:14:28','2019-02-27 13:14:28','',3854,'http://fj-lifesciences.com/wp-content/uploads/2019/02/iStock-916075448.jpg',0,'attachment','image/jpeg',0),(4036,1,'2019-02-27 14:15:13','2019-02-27 13:15:13','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"X\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ Life Sciences proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_spacer height=\"30\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
THE IDEAL PARTNER FOR PATIENT WITH TYPE 2 DIABETES
\r\nAccording to the Office of Dietary Supplement (NIH), people with type 2 diabetes are more likely than others to be at risk of magnesium inadequacy.\r\n\r\nHypomagnesaemia occurs in 13.5 to 47.7% of patients in type 2 diabetes and is mainly induced by a decrease in intestinal magnesium absorption and an increase in urinary excretion of magnesium due to poor renal reabsorption.\r\n\r\nInternational clinicians suggest that magnesium supplementation may delay diabetes worsening and ward off the onset of type 2 diabetes life threatening complications (hypertension, cardiovascular disease, retinopathy, nephropathy, depression).\r\n\r\nChromium is a mineral that might be linked with decrease in fasting plasma glucose level and lowering hemoglobin A1C. Nevertheless, without proper supplementation, blood chromium levels in patients with type 2 diabetes decreased by around 30% compared to healthy subjects.\r\n\r\nOffering an improved solution to address magnesium and chromium inadequacy, CHRONOMAG® GC was conceived to improve quality of life of patients affected by type 2 diabetes and its long-term complications.[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][vc_single_image image=\"4091\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]CHRONOMAG® GC is adapted to long-term use for patients with type 2 diabetes and includes an optimal combination of:\r\n
Delivers “low-dose” magnesium highly absorbed in phase with natural physiological absorption process.
\r\n
Ensures repletion in magnesium and chromium blood levels.
\r\n
Acts in compliance with the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance.
\r\n
Improves glycemic control and quality of life.
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row]','Type 2 Diabetes supporting care CHRONOMAG®GC','','publish','closed','closed','','diabetes-2','','','2019-03-03 15:31:54','2019-03-03 14:31:54','',0,'http://fj-lifesciences.com/?post_type=stm_services&p=4037',0,'stm_services','',0),(4038,1,'2019-02-27 14:28:18','2019-02-27 13:28:18','','chronomag_medecin_ordonnance','','inherit','closed','closed','','chronomag_medecin_ordonnance','','','2019-02-27 14:28:18','2019-02-27 13:28:18','',4037,'http://fj-lifesciences.com/wp-content/uploads/2019/02/chronomag_medecin_ordonnance.jpg',0,'attachment','image/jpeg',0),(4039,1,'2019-02-27 14:28:33','2019-02-27 13:28:33','','Patting on some obligatory moisturizer','Shot of an attractive young woman applying moisturizer to her face while looking in the bathroom mirror','inherit','closed','closed','','patting-on-some-obligatory-moisturizer','','','2019-02-27 14:28:33','2019-02-27 13:28:33','',4037,'http://fj-lifesciences.com/wp-content/uploads/2019/02/iStock-809831576.jpg',0,'attachment','image/jpeg',0),(4040,1,'2019-02-27 14:34:20','2019-02-27 13:34:20','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"TYPE 2 DIABETES SUPPORTING CARE: CHRONOMAG®GC\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4038\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n
THE IDEAL PARTNER FOR PATIENT WITH TYPE 2 DIABETES
\r\nAccording to the Office of Dietary Supplement (NIH), people with type 2 diabetes are more likely than others to be at risk of magnesium inadequacy.\r\n\r\nHypomagnesaemia occurs in 13.5 to 47.7% of patients in type 2 diabetes and is mainly induced by a decrease in intestinal magnesium absorption and an increase in urinary excretion of magnesium due to poor renal reabsorption.\r\n\r\nInternational clinicians suggest that magnesium supplementation may delay diabetes worsening and ward off the onset of type 2 diabetes life threatening complications (hypertension, cardiovascular disease, retinopathy, nephropathy, depression).\r\n\r\nChromium is a mineral that might be linked with decrease in fasting plasma glucose level and lowering hemoglobin A1C. Nevertheless, without proper supplementation, blood chromium levels in patients with type 2 diabetes decreased by around 30% compared to healthy subjects.\r\n\r\nOffering an improved solution to address magnesium and chromium inadequacy, CHRONOMAG® GC was conceived to improve quality of life of patients affected by type 2 diabetes and its long-term complications.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]CHRONOMAG® GC is adapted to long-term use for patients with type 2 diabetes and includes an optimal combination of:\r\n
THE IDEAL PARTNER FOR PATIENT WITH TYPE 2 DIABETES
\r\nAccording to the Office of Dietary Supplement (NIH), people with type 2 diabetes are more likely than others to be at risk of magnesium inadequacy.\r\n\r\nHypomagnesaemia occurs in 13.5 to 47.7% of patients in type 2 diabetes and is mainly induced by a decrease in intestinal magnesium absorption and an increase in urinary excretion of magnesium due to poor renal reabsorption.\r\n\r\nInternational clinicians suggest that magnesium supplementation may delay diabetes worsening and ward off the onset of type 2 diabetes life threatening complications (hypertension, cardiovascular disease, retinopathy, nephropathy, depression).\r\n\r\nChromium is a mineral that might be linked with decrease in fasting plasma glucose level and lowering hemoglobin A1C. Nevertheless, without proper supplementation, blood chromium levels in patients with type 2 diabetes decreased by around 30% compared to healthy subjects.\r\n\r\nOffering an improved solution to address magnesium and chromium inadequacy, CHRONOMAG® GC was conceived to improve quality of life of patients affected by type 2 diabetes and its long-term complications.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]CHRONOMAG® GC is adapted to long-term use for patients with type 2 diabetes and includes an optimal combination of:\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
Innovative topical magnesium application\r\nwith a concentrated [MgTTopia] complex
\r\n[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]CHRONOMAG® GC is adapted to long-term use for patients with type 2 diabetes and includes an optimal combination of:\r\n
\r\n[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]CHRONOMAG® GC is adapted to long-term use for patients with type 2 diabetes and includes an optimal combination of:\r\n
\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\n\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist icon=\"stmicon-check3\"]\r\n
\r\n
Cancer
\r\n
Type 2 diabetes
\r\n
Cardiovascular disease
\r\n
Bone disorders
\r\n
…
\r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Skin Disorders – DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-revision-v1','','','2019-02-27 14:56:27','2019-02-27 13:56:27','',4042,'http://fj-lifesciences.com/2019/02/27/4042-revision-v1/',0,'revision','',0),(4049,1,'2019-02-27 15:11:53','2019-02-27 14:11:53','','Network of business concept.','Network of business concept.','inherit','closed','closed','','network-of-business-concept','','','2019-02-27 15:11:53','2019-02-27 14:11:53','',3959,'http://fj-lifesciences.com/wp-content/uploads/2019/02/iStock-916346734.jpg',0,'attachment','image/jpeg',0),(4050,1,'2019-02-27 15:13:57','2019-02-27 14:13:57','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries.\r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
\r\n
Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]Doctor of pharmacy and industrial pharmacy.\r\nCEO of FJ LIFE SCIENCES and President and R&D Director of FJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.\r\nPharmaceutical and clinical researcher on magnesium since 1993.\r\nDeveloper of the innovative CHRONOMAG® technology of bio-programmable magnesium.\r\nScientist owner of international patents technology.\r\nInnovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.\r\nStrategic R&D advisor for L\'Oreal, Sanofi-Aventis, Merck Medication Familiale, Merck Schering, Boehringer Ingelheim, Inneov, Horphag.\r\nWriter of technological and clinic reference studies.\r\nWriter of a pharmaceutical and medical resource book on magnesium (in partnership with INSERM).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]« Grace aux connaissances que j’ai acquise de l’innovation dans le domaine des substances d’origine naturelle et des technologies au niveau international, j’ai élaboré différentes formules pour la Santé, le bien-être et la Beauté que j’ai protégé par des brevets.\r\n\r\nFJ LIFE SCIENCES est une société que j’ai fondée en 2008, ayant pour objectif la commercialisation de mes inventions auprès de partenaires internationaux à travers des licences, après validation industrielle et clinique de mes formules.\r\n\r\nC’est ainsi que j’ai créé la technologie CHRONOMAG®, unique forme de magnésium conçue pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux, notamment pour équilibrer les sub-carences et les carences chroniques de magnésium à long terme. En 2018, les derniers brevets d’inventions internationaux ont été délivrés et les résultats de l’étude clinique de biodisponibilité menée en collaboration avec l’INSERM a été publiée. FJ LIFE SCIENCES propose depuis 2019 cette invention aux industriels de la pharmacie et de la dermo-cosmétique au travers d’une gamme complète pour différentes applications où l’hypomagnésemie sur le long terme peut induire des désordres ou des pathologies sévères. »\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-02-27 15:13:57','2019-02-27 14:13:57','',3959,'http://fj-lifesciences.com/2019/02/27/3959-revision-v1/',0,'revision','',0),(4051,1,'2019-02-27 15:15:36','2019-02-27 14:15:36','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based on patented CHRONOMAG® Technology\" font_container=\"tag:h4|font_size:30px|text_align:center|color:%23a6a6a7|line_height:32px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4003\"]\r\n
Active ingredients Complex
\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551267242704{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product for a synergistic effect on the skin based on CHRONOMAG® Technology\" font_container=\"tag:h4|font_size:30px|text_align:center|color:%23a6a6a7|line_height:32px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n
Inside\r\nMAGNETTOPIA® Smart tablet
\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist icon=\"stmicon-check3\"]\r\n
THE IDEAL PARTNER FOR PATIENT WITH TYPE 2 DIABETES
\r\nAccording to the Office of Dietary Supplement (NIH), people with type 2 diabetes are more likely than others to be at risk of magnesium inadequacy.\r\n\r\nHypomagnesaemia occurs in 13.5 to 47.7% of patients in type 2 diabetes and is mainly induced by a decrease in intestinal magnesium absorption and an increase in urinary excretion of magnesium due to poor renal reabsorption.\r\n\r\nInternational clinicians suggest that magnesium supplementation may delay diabetes worsening and ward off the onset of type 2 diabetes life threatening complications (hypertension, cardiovascular disease, retinopathy, nephropathy, depression).\r\n\r\nChromium is a mineral that might be linked with decrease in fasting plasma glucose level and lowering hemoglobin A1C. Nevertheless, without proper supplementation, blood chromium levels in patients with type 2 diabetes decreased by around 30% compared to healthy subjects.\r\n\r\nOffering an improved solution to address magnesium and chromium inadequacy, CHRONOMAG® GC was conceived to improve quality of life of patients affected by type 2 diabetes and its long-term complications.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]CHRONOMAG® GC is adapted to long-term use for patients with type 2 diabetes and includes an optimal combination of:\r\n
Delivers “low-dose” magnesium highly absorbed in phase with natural physiological absorption process.
\r\n
Ensures repletion in magnesium and chromium blood levels.
\r\n
Acts in compliance with the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance.
\r\n
Improves glycemic control and quality of life.
\r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Type 2 Diabetes supporting care - CHRONOMAG®GC','','inherit','closed','closed','','4037-revision-v1','','','2019-02-27 15:21:02','2019-02-27 14:21:02','',4037,'http://fj-lifesciences.com/2019/02/27/4037-revision-v1/',0,'revision','',0),(4055,1,'2019-02-27 15:21:31','2019-02-27 14:21:31','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277285434{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Sportspeople’s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long-term magnesium supplementation for a better muscular performance and recovery\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]It is now widely recognized that regular physical activity has beneficial effects on health and the prevention of many diseases. It is therefore important to have an adequate food intake to cover the body\'s needs according to the intensity of physical activity practiced. These needs are increased among sportspeople who engage in intense physical activity, particularly during competitive periods. In addition, physical exercise itself can contribute to magnesium deficiency.\r\n\r\nMagnesium is particularly involved in cardiac and skeletalmuscle development and function andparticipates in nerve regulation and muscle relaxation after contraction through its physiological calcium channel antagonist properties. It contributes to lipid metabolism, blood sugar and blood pressure regulation, and protein synthesis.\r\n\r\nMagnesium improves energy metabolism in the muscles for a better adaptation and recovery of the body from physical stress.\r\n\r\nThe amount of magnesium within an organism must be continuously regulated over a long period particularly in sportspeople, due to the increased magnesium loss following physical exercise:\r\n
\r\n
Needs of the body are increased in athletes practicing daily physical activity or during competitive and stressing periods.
\r\n
\r\n
\r\n
Intense physical activity apparently increases urinary and sweat losses of nutrients, mainly magnesium (i.e. increasing magnesium requirements by 10-20%).
\r\n
\r\n
\r\n
Magnesium, one of the most important nutrient allows to adapt the response and the energy metabolism of cardiac and skeletal muscles according to the physical effort required.
\r\n
\r\n\r\n
Roles of magnesium in athletes
\r\n
\r\n
muscle contraction and heartbeat
\r\n
cardiac and skeletal muscles function
\r\n
oxygen uptake
\r\n
electrolyte balance
\r\n
energy metabolism, particularly ATP
\r\n
plays a role in exercise performance
\r\n
reduces muscle cramps
\r\n
reduces fatigue and anxiety
\r\n
\r\n[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Sportspeople’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThe active ingredients included in the CHRONOMAG® Sports products contribute as well to the preparation of the body to a physical effort as to the recovery phase necessary for a good physical performance. These active ingredients allow to create, physically and mentally, the best conditions for the smooth running of physical activity by improving the adaptation to stress caused by intense physical exercise, without impairing physical performance.\r\n\r\nThese products range aims to improve Sports performance and recovery and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"3879\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Sportspeople’s Health','','inherit','closed','closed','','4024-revision-v1','','','2019-02-27 15:21:31','2019-02-27 14:21:31','',4024,'http://fj-lifesciences.com/2019/02/27/4024-revision-v1/',0,'revision','',0),(4056,1,'2019-02-27 15:22:08','2019-02-27 14:22:08','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277314011{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Seniors\' Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4021\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The Seniors’ Health products range responds daily to specific deficiencies in nutrients, particularly magnesium, which occur with increasing age and with cellular and metabolic disorders.\r\n\r\nIn particular, long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at this crucial life stage.\r\n\r\nInternational research has shown that magnesium deficiency, diagnosed too late, is associated in the long run with aggravation of physical and / or cognitive disorders such as:[/vc_column_text][vc_column_text]\r\n
Bone and joint health alteration
\r\nAfter a peak in early adulthood, muscle mass tends to decline with increasing age, and this can be associated with decline in strength and musculoskeletal function. Ageing is also associated with significant changes in bones and joints. With age, bone mass or density tends to fall, particularly among postmenopausal women.\r\n\r\nThis can progress to a point where the risk of fracture is significantly increased (a condition known as osteoporosis) which has serious implications for disability, reduced quality of life and mortality. Articular cartilage undergoes significant structural, molecular, cellular and mechanical changes with age, increasing the vulnerability of the tissue to degeneration. These and other age-related declines ultimately impact on broader musculoskeletal function and movement.\r\n\r\nAs being a major storage site of body, magnesium is an important element for bone tissue. Although, bone mineral content is lost and osteoporosis develops during magnesium-deficient states, it can easily be replaced by a proper magnesium supplementation which may have a restorative effect on bone and joint tissues.\r\n
Neurological and cognitive disorders
\r\nMany cognitive functions begin to decrease at a relatively young age, with different functions decreasing at different rates. Some deterioration in memory and the speed of information processing is common, and complaints about it are frequently reported by older people.\r\n\r\nPhysiological concentrations of magnesium are essential for synaptic conduction, and required for normal functioning of the nervous system. It has various effects at different concentrations on intellectual and neuronal functions through several signaling pathways that have important roles in chronic neuronal degeneration and subsequent development of dementia.\r\n\r\nMagnesium has long been known as a key nutrient for optimal brain function more specifically in learning and memory as a result of its beneficial effect on synaptic plasticity and density.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Ageing represents a major risk factor for magnesium deficit. Total body magnesium content tends to decrease with age, with bone being the main storage compartment of body magnesium.\r\nAlterations of magnesium metabolism in the elderly include a reduction of magnesium intake, a decrease of intestinal absorption, and an increase of urinary and fecal magnesium excretion, all these changes indicating a tendency to a magnesium deficit with ageing. An external intake by food supplements guaranteeing long-term supplementation without gastro-intestinal side effects could thus be necessary in this vulnerable population.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Seniors’ Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Seniors’ disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3880\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Senior’s Health','','inherit','closed','closed','','4020-revision-v1','','','2019-02-27 15:22:08','2019-02-27 14:22:08','',4020,'http://fj-lifesciences.com/2019/02/27/4020-revision-v1/',0,'revision','',0),(4057,1,'2019-02-27 15:22:59','2019-02-27 14:22:59','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277370273{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"FAMILY’S HEALTH\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4017\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The cumulative long-term effects of chronic stress and sleep deprivation have been associated with serious health conditions, including increased risk of stroke, hypertension, diabetes, depression, and obesity. In comparison to men, women are twice as likely to experience this problem.\r\n\r\nThese conditions are leading families to search for products designed to help them every day get restful and restorative sleep, particularly as they become aware of the risks.[/vc_column_text][vc_column_text]\r\n
Mood disorders
\r\nModern lifestyle and Western industrial diet enhance the reduction of magnesium in our food which directly contributes to marginal or absolute magnesium deficiency. Moreover, magnesium deficiency can be secondary to another disease or a therapeutic agent; hence, features of a primary disease may mask or complicate magnesium deficiency.\r\n\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation allows to: relieves muscle spasms (cramps), is helpful for mood and bipolar disorders (anxiety, irritability, depression), promotes proper nervous system function, contributes to a normal energy production and controls psychological functions. A link between magnesium deficiency and stress is also well established. Moreover, both stress and magnesium deficit can depress the immune system and reduce resistance to infection.\r\n
Sleep disorders
\r\nFatigue is a state of overtiredness, and sometimes does not disappear even after sleep or rest. The causes of fatigue are innumerable and, much of the time, they work together. Causes include lack of sleep, medical conditions, stress, and hormonal imbalances. Fatigue is debilitating and can affect everyday life; in some of the severest cases, a person might not even be able to get out of bed.\r\n\r\nA decline in magnesium status is associated with various symptoms such as nausea, muscular weakness, irritability, fatigue or insomnia.\r\n\r\nAn adequate and long-term magnesium supplementation is essential for optimal circulating levels of oxygen and energy use by the body to contribute to a reduction of tiredness and fatigue.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range dedicated to the Family aims to improve emotional and sleep disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3878\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Family’s Health','','inherit','closed','closed','','4016-revision-v1','','','2019-02-27 15:22:59','2019-02-27 14:22:59','',4016,'http://fj-lifesciences.com/2019/02/27/4016-revision-v1/',0,'revision','',0),(4058,1,'2019-02-27 15:23:35','2019-02-27 14:23:35','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277407162{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\'s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4013\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter:[/vc_column_text][vc_column_text]\r\n
Menstrual cycle disorders
\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explains menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period.\r\n
Pregnancy
\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage, impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n
Menopausal disorders
\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n
Mood disorders
\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation is helpful for mood and bipolar disorders, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"4059\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
With an original approach that takes into account the strategy of the Company as well as its positioning, budget, planning and marketing targets.[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]
\n
\n
Innovative products available with Patent and Brand name, considering scientific, technical and marketingenvironments on an international basis.
\r\nWith an original approach that takes into account the strategy of the Company as well as its positioning, budget, planning and marketing targets.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist icon=\"stmicon-check3\"]\r\n
\r\n
Innovative products available with Patent and Brand name, considering scientific, technical and marketingenvironments on an international basis.
\r\nWith the proposal for multi-modal licenses[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist icon=\"stmicon-check3\"]\r\n
\r\n
Patent
\r\n
Brand name
\r\n
Distribution
\r\n
Conformity of formulas with the local regulations
\r\n
Manufacturing, quality control and batches release in coordination with the manufacturers
\r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','FJ Life Sciences Our offer','','inherit','closed','closed','','3963-revision-v1','','','2019-02-27 15:43:58','2019-02-27 14:43:58','',3963,'http://fj-lifesciences.com/2019/02/27/3963-revision-v1/',0,'revision','',0),(4069,1,'2019-03-01 14:45:40','2019-03-01 13:45:40','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"X\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_spacer height=\"30\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_btn title=\"Go to Chronomag website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_single_image image=\"3988\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-01 14:45:40','2019-03-01 13:45:40','',3854,'http://fj-lifesciences.com/2019/03/01/3854-revision-v1/',0,'revision','',0),(4071,1,'2019-03-01 15:43:17','2019-03-01 14:43:17','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_spacer height=\"30\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_btn title=\"Go to Chronomag website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_single_image image=\"3988\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-01 15:43:17','2019-03-01 14:43:17','',3854,'http://fj-lifesciences.com/2019/03/01/3854-revision-v1/',0,'revision','',0),(4072,1,'2019-03-01 15:44:47','2019-03-01 14:44:47','','Three female generations.','Three generations of women hugging and looking at camera.','inherit','closed','closed','','three-female-generations','','','2019-03-01 15:44:47','2019-03-01 14:44:47','',3894,'http://fj-lifesciences.com/wp-content/uploads/2019/02/iStock-466931579.jpg',0,'attachment','image/jpeg',0),(4073,1,'2019-03-01 15:48:15','2019-03-01 14:48:15','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277407162{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\'s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4072\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter:[/vc_column_text][vc_column_text]\r\n
Menstrual cycle disorders
\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explains menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period.\r\n
Pregnancy
\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage, impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n
Menopausal disorders
\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n
Mood disorders
\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation is helpful for mood and bipolar disorders, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
\r\n
Cancer
\r\n
Type 2 diabetes
\r\n
Cardiovascular disease
\r\n
Bone disorders
\r\n
…
\r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Skin Disorders – DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-revision-v1','','','2019-03-01 15:54:04','2019-03-01 14:54:04','',4042,'http://fj-lifesciences.com/2019/03/01/4042-revision-v1/',0,'revision','',0),(4076,1,'2019-03-01 16:02:04','2019-03-01 15:02:04','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_spacer height=\"30\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_btn title=\"Go to Chronomag website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_single_image image=\"3988\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-01 16:02:04','2019-03-01 15:02:04','',3854,'http://fj-lifesciences.com/2019/03/01/3854-revision-v1/',0,'revision','',0),(4077,1,'2019-03-01 16:05:33','2019-03-01 15:05:33','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_spacer height=\"30\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452646264{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_single_image image=\"3988\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-01 16:05:33','2019-03-01 15:05:33','',3854,'http://fj-lifesciences.com/2019/03/01/3854-revision-v1/',0,'revision','',0),(4078,1,'2019-03-01 16:06:24','2019-03-01 15:06:24','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_spacer height=\"30\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452646264{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_single_image image=\"3988\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-01 16:06:24','2019-03-01 15:06:24','',3854,'http://fj-lifesciences.com/2019/03/01/3854-revision-v1/',0,'revision','',0),(4079,1,'2019-03-01 16:08:19','2019-03-01 15:08:19','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452646264{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_single_image image=\"3988\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-01 16:08:19','2019-03-01 15:08:19','',3854,'http://fj-lifesciences.com/2019/03/01/3854-revision-v1/',0,'revision','',0),(4080,1,'2019-03-01 16:13:29','2019-03-01 15:13:29','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries.\r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]« Grace aux connaissances que j’ai acquise de l’innovation dans le domaine des substances d’origine naturelle et des technologies au niveau international, j’ai élaboré différentes formules pour la Santé, le bien-être et la Beauté que j’ai protégé par des brevets.\r\n\r\nFJ LIFE SCIENCES est une société que j’ai fondée en 2008, ayant pour objectif la commercialisation de mes inventions auprès de partenaires internationaux à travers des licences, après validation industrielle et clinique de mes formules.\r\n\r\nC’est ainsi que j’ai créé la technologie CHRONOMAG®, unique forme de magnésium conçue pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux, notamment pour équilibrer les sub-carences et les carences chroniques de magnésium à long terme. En 2018, les derniers brevets d’inventions internationaux ont été délivrés et les résultats de l’étude clinique de biodisponibilité menée en collaboration avec l’INSERM a été publiée. FJ LIFE SCIENCES propose depuis 2019 cette invention aux industriels de la pharmacie et de la dermo-cosmétique au travers d’une gamme complète pour différentes applications où l’hypomagnésemie sur le long terme peut induire des désordres ou des pathologies sévères. »\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
\r\n
Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]Doctor of pharmacy and industrial pharmacy.\r\nCEO of FJ LIFE SCIENCES and President and R&D Director of FJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.\r\nPharmaceutical and clinical researcher on magnesium since 1993.\r\nDeveloper of the innovative CHRONOMAG® technology of bio-programmable magnesium.\r\nScientist owner of international patents technology.\r\nInnovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.\r\nStrategic R&D advisor for L\'Oreal, Sanofi-Aventis, Merck Medication Familiale, Merck Schering, Boehringer Ingelheim, Inneov, Horphag.\r\nWriter of technological and clinic reference studies.\r\nWriter of a pharmaceutical and medical resource book on magnesium (in partnership with INSERM).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-03-01 16:13:29','2019-03-01 15:13:29','',3959,'http://fj-lifesciences.com/2019/03/01/3959-revision-v1/',0,'revision','',0),(4081,1,'2019-03-01 16:17:33','2019-03-01 15:17:33','','Blisters comprimes bleus et blancs','','inherit','closed','closed','','blisters-comprimes-bleus-et-blancs','','','2019-03-01 16:17:33','2019-03-01 15:17:33','',3963,'http://fj-lifesciences.com/wp-content/uploads/2019/03/Blisters-comprimes-bleus-et-blancs.jpg',0,'attachment','image/jpeg',0),(4082,1,'2019-03-01 16:21:34','2019-03-01 15:21:34','','air traffic','air traffic concept: world connections map over businessman hand','inherit','closed','closed','','air-traffic','','','2019-03-01 16:21:34','2019-03-01 15:21:34','',3963,'http://fj-lifesciences.com/wp-content/uploads/2019/03/AdobeStock_72977021.jpeg',0,'attachment','image/jpeg',0),(4083,1,'2019-03-01 16:21:56','2019-03-01 15:21:56','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Our offer\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551278413807{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"FJ LIFE SCIENCES offers innovative formulations in a collaborative and modular mode:\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_column_text]\r\n
OFFER OF PATENTED PRODUCTS
\r\nWith an original approach that takes into account the strategy of the Company as well as its positioning, budget, planning and marketing targets.[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
\r\n
Innovative products available with Patent and Brand name, considering scientific, technical and marketingenvironments on an international basis.
\r\nWith the proposal for multi-modal licenses[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
\r\n
Patent
\r\n
Brand name
\r\n
Distribution
\r\n
Conformity of formulas with the local regulations
\r\n
Manufacturing, quality control and batches release in coordination with the manufacturers
\r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4082\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our offer','','inherit','closed','closed','','3963-revision-v1','','','2019-03-01 16:21:56','2019-03-01 15:21:56','',3963,'http://fj-lifesciences.com/2019/03/01/3963-revision-v1/',0,'revision','',0),(4084,1,'2019-03-01 16:30:20','2019-03-01 15:30:20','','chronomag_cannes_3','','inherit','closed','closed','','chronomag_cannes_3','','','2019-03-01 16:30:20','2019-03-01 15:30:20','',3956,'http://fj-lifesciences.com/wp-content/uploads/2019/03/chronomag_cannes_3.jpg',0,'attachment','image/jpeg',0),(4085,1,'2019-03-01 16:37:46','2019-03-01 15:37:46','[vc_row][vc_column][stm_spacer height=\"150\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"For more information about these product ranges, the opportunity to distribute it, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"HEAD OFFICE\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"FJ LIFE SCIENCES\r\nLe Parc Continental B,\r\n2 place Stanislas\r\n06400 Cannes, France\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@fj-lifesciences.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3A%20info%40fj-lifesciences.com|||\" css=\".vc_custom_1551042532554{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"4084\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column][stm_spacer height=\"600\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551454660955{margin-top: 100px !important;}\"][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"Enter in contact with us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1551042892503{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"3981\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','inherit','closed','closed','','3956-autosave-v1','','','2019-03-01 16:37:46','2019-03-01 15:37:46','',3956,'http://fj-lifesciences.com/2019/03/01/3956-autosave-v1/',0,'revision','',0),(4086,1,'2019-03-01 16:35:20','2019-03-01 15:35:20','[vc_row][vc_column][stm_spacer height=\"150\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"For more information about these product ranges, the opportunity to distribute it, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"HEAD OFFICE\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"FJ LIFE SCIENCES\r\nLe Parc Continental B,\r\n2 place Stanislas\r\n06400 Cannes, France\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@fj-lifesciences.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3A%20info%40fj-lifesciences.com|||\" css=\".vc_custom_1551042532554{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"4084\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column][stm_spacer height=\"600\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"Enter in contact with us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1551042892503{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1493272247743{margin-bottom: 66px !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][stm_spacer height=\"50\"][contact-form-7 id=\"3981\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','inherit','closed','closed','','3956-revision-v1','','','2019-03-01 16:35:20','2019-03-01 15:35:20','',3956,'http://fj-lifesciences.com/2019/03/01/3956-revision-v1/',0,'revision','',0),(4087,1,'2019-03-01 16:36:45','2019-03-01 15:36:45','[vc_row][vc_column][stm_spacer height=\"150\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"For more information about these product ranges, the opportunity to distribute it, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"HEAD OFFICE\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"FJ LIFE SCIENCES\r\nLe Parc Continental B,\r\n2 place Stanislas\r\n06400 Cannes, France\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@fj-lifesciences.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3A%20info%40fj-lifesciences.com|||\" css=\".vc_custom_1551042532554{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"4084\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column][stm_spacer height=\"600\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"Enter in contact with us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1551042892503{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551454580927{margin-top: 100px !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"3981\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','inherit','closed','closed','','3956-revision-v1','','','2019-03-01 16:36:45','2019-03-01 15:36:45','',3956,'http://fj-lifesciences.com/2019/03/01/3956-revision-v1/',0,'revision','',0),(4088,1,'2019-03-01 16:37:58','2019-03-01 15:37:58','[vc_row][vc_column][stm_spacer height=\"150\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"For more information about these product ranges, the opportunity to distribute it, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"HEAD OFFICE\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"FJ LIFE SCIENCES\r\nLe Parc Continental B,\r\n2 place Stanislas\r\n06400 Cannes, France\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@fj-lifesciences.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3A%20info%40fj-lifesciences.com|||\" css=\".vc_custom_1551042532554{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"4084\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column][stm_spacer height=\"600\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551454660955{margin-top: 100px !important;}\"][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"Enter in contact with us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1551042892503{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"3981\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','inherit','closed','closed','','3956-revision-v1','','','2019-03-01 16:37:58','2019-03-01 15:37:58','',3956,'http://fj-lifesciences.com/2019/03/01/3956-revision-v1/',0,'revision','',0),(4090,1,'2019-03-01 16:47:37','2019-03-01 15:47:37','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277285434{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Sportspeople’s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long-term magnesium supplementation for a better muscular performance and recovery\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]It is now widely recognized that regular physical activity has beneficial effects on health and the prevention of many diseases. It is therefore important to have an adequate food intake to cover the body\'s needs according to the intensity of physical activity practiced. These needs are increased among sportspeople who engage in intense physical activity, particularly during competitive periods. In addition, physical exercise itself can contribute to magnesium deficiency.\r\n\r\nMagnesium is particularly involved in cardiac and skeletalmuscle development and function andparticipates in nerve regulation and muscle relaxation after contraction through its physiological calcium channel antagonist properties. It contributes to lipid metabolism, blood sugar and blood pressure regulation, and protein synthesis.\r\n\r\nMagnesium improves energy metabolism in the muscles for a better adaptation and recovery of the body from physical stress.\r\n\r\nThe amount of magnesium within an organism must be continuously regulated over a long period particularly in sportspeople, due to the increased magnesium loss following physical exercise:\r\n
\r\n
Needs of the body are increased in athletes practicing daily physical activity or during competitive and stressing periods.
\r\n
\r\n
\r\n
Intense physical activity apparently increases urinary and sweat losses of nutrients, mainly magnesium (i.e. increasing magnesium requirements by 10-20%).
\r\n
\r\n
\r\n
Magnesium, one of the most important nutrient allows to adapt the response and the energy metabolism of cardiac and skeletal muscles according to the physical effort required.
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Sportspeople’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThe active ingredients included in the CHRONOMAG® Sports products contribute as well to the preparation of the body to a physical effort as to the recovery phase necessary for a good physical performance. These active ingredients allow to create, physically and mentally, the best conditions for the smooth running of physical activity by improving the adaptation to stress caused by intense physical exercise, without impairing physical performance.\r\n\r\nThese products range aims to improve Sports performance and recovery and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
THE IDEAL PARTNER FOR PATIENT WITH TYPE 2 DIABETES
\r\nAccording to the Office of Dietary Supplement (NIH), people with type 2 diabetes are more likely than others to be at risk of magnesium inadequacy.\r\n\r\nHypomagnesaemia occurs in 13.5 to 47.7% of patients in type 2 diabetes and is mainly induced by a decrease in intestinal magnesium absorption and an increase in urinary excretion of magnesium due to poor renal reabsorption.\r\n\r\nInternational clinicians suggest that magnesium supplementation may delay diabetes worsening and ward off the onset of type 2 diabetes life threatening complications (hypertension, cardiovascular disease, retinopathy, nephropathy, depression).\r\n\r\nChromium is a mineral that might be linked with decrease in fasting plasma glucose level and lowering hemoglobin A1C. Nevertheless, without proper supplementation, blood chromium levels in patients with type 2 diabetes decreased by around 30% compared to healthy subjects.\r\n\r\nOffering an improved solution to address magnesium and chromium inadequacy, CHRONOMAG® GC was conceived to improve quality of life of patients affected by type 2 diabetes and its long-term complications.[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][vc_single_image image=\"4091\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]CHRONOMAG® GC is adapted to long-term use for patients with type 2 diabetes and includes an optimal combination of:\r\n
THE IDEAL PARTNER FOR PATIENT WITH TYPE 2 DIABETES
\r\nAccording to the Office of Dietary Supplement (NIH), people with type 2 diabetes are more likely than others to be at risk of magnesium inadequacy.\r\n\r\nHypomagnesaemia occurs in 13.5 to 47.7% of patients in type 2 diabetes and is mainly induced by a decrease in intestinal magnesium absorption and an increase in urinary excretion of magnesium due to poor renal reabsorption.\r\n\r\nInternational clinicians suggest that magnesium supplementation may delay diabetes worsening and ward off the onset of type 2 diabetes life threatening complications (hypertension, cardiovascular disease, retinopathy, nephropathy, depression).\r\n\r\nChromium is a mineral that might be linked with decrease in fasting plasma glucose level and lowering hemoglobin A1C. Nevertheless, without proper supplementation, blood chromium levels in patients with type 2 diabetes decreased by around 30% compared to healthy subjects.\r\n\r\nOffering an improved solution to address magnesium and chromium inadequacy, CHRONOMAG® GC was conceived to improve quality of life of patients affected by type 2 diabetes and its long-term complications.[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][vc_single_image image=\"4091\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]CHRONOMAG® GC is adapted to long-term use for patients with type 2 diabetes and includes an optimal combination of:\r\n
THE IDEAL PARTNER FOR PATIENT WITH TYPE 2 DIABETES
\r\nAccording to the Office of Dietary Supplement (NIH), people with type 2 diabetes are more likely than others to be at risk of magnesium inadequacy.\r\n\r\nHypomagnesaemia occurs in 13.5 to 47.7% of patients in type 2 diabetes and is mainly induced by a decrease in intestinal magnesium absorption and an increase in urinary excretion of magnesium due to poor renal reabsorption.\r\n\r\nInternational clinicians suggest that magnesium supplementation may delay diabetes worsening and ward off the onset of type 2 diabetes life threatening complications (hypertension, cardiovascular disease, retinopathy, nephropathy, depression).\r\n\r\nChromium is a mineral that might be linked with decrease in fasting plasma glucose level and lowering hemoglobin A1C. Nevertheless, without proper supplementation, blood chromium levels in patients with type 2 diabetes decreased by around 30% compared to healthy subjects.\r\n\r\nOffering an improved solution to address magnesium and chromium inadequacy, CHRONOMAG® GC was conceived to improve quality of life of patients affected by type 2 diabetes and its long-term complications.[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][vc_single_image image=\"4091\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]CHRONOMAG® GC is adapted to long-term use for patients with type 2 diabetes and includes an optimal combination of:\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
THE IDEAL PARTNER FOR PATIENT WITH TYPE 2 DIABETES
\r\nAccording to the Office of Dietary Supplement (NIH), people with type 2 diabetes are more likely than others to be at risk of magnesium inadequacy.\r\n\r\nHypomagnesaemia occurs in 13.5 to 47.7% of patients in type 2 diabetes and is mainly induced by a decrease in intestinal magnesium absorption and an increase in urinary excretion of magnesium due to poor renal reabsorption.\r\n\r\nInternational clinicians suggest that magnesium supplementation may delay diabetes worsening and ward off the onset of type 2 diabetes life threatening complications (hypertension, cardiovascular disease, retinopathy, nephropathy, depression).\r\n\r\nChromium is a mineral that might be linked with decrease in fasting plasma glucose level and lowering hemoglobin A1C. Nevertheless, without proper supplementation, blood chromium levels in patients with type 2 diabetes decreased by around 30% compared to healthy subjects.\r\n\r\nOffering an improved solution to address magnesium and chromium inadequacy, CHRONOMAG® GC was conceived to improve quality of life of patients affected by type 2 diabetes and its long-term complications.[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][vc_single_image image=\"4091\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]CHRONOMAG® GC is adapted to long-term use for patients with type 2 diabetes and includes an optimal combination of:\r\n
Delivers “low-dose” magnesium highly absorbed in phase with natural physiological absorption process.
\r\n
Ensures repletion in magnesium and chromium blood levels.
\r\n
Acts in compliance with the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance.
\r\n
Improves glycemic control and quality of life.
\r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Type 2 Diabetes supporting care CHRONOMAG®GC','','inherit','closed','closed','','4037-revision-v1','','','2019-03-01 17:42:21','2019-03-01 16:42:21','',4037,'http://fj-lifesciences.com/2019/03/01/4037-revision-v1/',0,'revision','',0),(4104,1,'2019-03-01 17:45:49','2019-03-01 16:45:49','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_single_image image=\"3988\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-01 17:45:49','2019-03-01 16:45:49','',3854,'http://fj-lifesciences.com/2019/03/01/3854-revision-v1/',0,'revision','',0),(4105,1,'2019-03-01 17:47:33','2019-03-01 16:47:33','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551458846567{border-radius: 2px !important;}\"][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_single_image image=\"3988\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-01 17:47:33','2019-03-01 16:47:33','',3854,'http://fj-lifesciences.com/2019/03/01/3854-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (4106,1,'2019-03-01 17:48:08','2019-03-01 16:48:08','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551458885683{border-radius: 2px !important;}\"][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_single_image image=\"3988\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-01 17:48:08','2019-03-01 16:48:08','',3854,'http://fj-lifesciences.com/2019/03/01/3854-revision-v1/',0,'revision','',0),(4107,1,'2019-03-01 17:48:57','2019-03-01 16:48:57','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551458933621{border-radius: 2px !important;}\"][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_single_image image=\"3988\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-01 17:48:57','2019-03-01 16:48:57','',3854,'http://fj-lifesciences.com/2019/03/01/3854-revision-v1/',0,'revision','',0),(4108,1,'2019-03-01 17:49:46','2019-03-01 16:49:46','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551458933621{border-radius: 2px !important;}\"][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_single_image image=\"3988\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-01 17:49:46','2019-03-01 16:49:46','',3854,'http://fj-lifesciences.com/2019/03/01/3854-revision-v1/',0,'revision','',0),(4109,1,'2019-03-01 17:53:24','2019-03-01 16:53:24','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries.\r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health,\r\nwell-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551459197992{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]« Grace aux connaissances que j’ai acquise de l’innovation dans le domaine des substances d’origine naturelle et des technologies au niveau international, j’ai élaboré différentes formules pour la Santé, le bien-être et la Beauté que j’ai protégé par des brevets.\r\n\r\nFJ LIFE SCIENCES est une société que j’ai fondée en 2008, ayant pour objectif la commercialisation de mes inventions auprès de partenaires internationaux à travers des licences, après validation industrielle et clinique de mes formules.\r\n\r\nC’est ainsi que j’ai créé la technologie CHRONOMAG®, unique forme de magnésium conçue pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux, notamment pour équilibrer les sub-carences et les carences chroniques de magnésium à long terme. En 2018, les derniers brevets d’inventions internationaux ont été délivrés et les résultats de l’étude clinique de biodisponibilité menée en collaboration avec l’INSERM a été publiée. FJ LIFE SCIENCES propose depuis 2019 cette invention aux industriels de la pharmacie et de la dermo-cosmétique au travers d’une gamme complète pour différentes applications où l’hypomagnésemie sur le long terme peut induire des désordres ou des pathologies sévères. »\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
\r\n
Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]Doctor of pharmacy and industrial pharmacy.\r\nCEO of FJ LIFE SCIENCES and President and R&D Director of FJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.\r\nPharmaceutical and clinical researcher on magnesium since 1993.\r\nDeveloper of the innovative CHRONOMAG® technology of bio-programmable magnesium.\r\nScientist owner of international patents technology.\r\nInnovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.\r\nStrategic R&D advisor for L\'Oreal, Sanofi-Aventis, Merck Medication Familiale, Merck Schering, Boehringer Ingelheim, Inneov, Horphag.\r\nWriter of technological and clinic reference studies.\r\nWriter of a pharmaceutical and medical resource book on magnesium (in partnership with INSERM).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-03-01 17:53:24','2019-03-01 16:53:24','',3959,'http://fj-lifesciences.com/2019/03/01/3959-revision-v1/',0,'revision','',0),(4110,1,'2019-03-01 17:55:59','2019-03-01 16:55:59','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries.\r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health,\r\nwell-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551459197992{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]« Grace aux connaissances que j’ai acquise de l’innovation dans le domaine des substances d’origine naturelle et des technologies au niveau international, j’ai élaboré différentes formules pour la Santé, le bien-être et la Beauté que j’ai protégé par des brevets.\r\n\r\nFJ LIFE SCIENCES est une société que j’ai fondée en 2008, ayant pour objectif la commercialisation de mes inventions auprès de partenaires internationaux à travers des licences, après validation industrielle et clinique de mes formules.\r\n\r\nC’est ainsi que j’ai créé la technologie CHRONOMAG®, unique forme de magnésium conçue pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux, notamment pour équilibrer les sub-carences et les carences chroniques de magnésium à long terme. En 2018, les derniers brevets d’inventions internationaux ont été délivrés et les résultats de l’étude clinique de biodisponibilité menée en collaboration avec l’INSERM a été publiée. FJ LIFE SCIENCES propose depuis 2019 cette invention aux industriels de la pharmacie et de la dermo-cosmétique au travers d’une gamme complète pour différentes applications où l’hypomagnésemie sur le long terme peut induire des désordres ou des pathologies sévères. »\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
\r\n
Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-03-01 17:55:59','2019-03-01 16:55:59','',3959,'http://fj-lifesciences.com/2019/03/01/3959-revision-v1/',0,'revision','',0),(4111,1,'2019-03-01 17:56:38','2019-03-01 16:56:38','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" css=\".vc_custom_1551459395582{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries.\r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health,\r\nwell-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551459197992{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]« Grace aux connaissances que j’ai acquise de l’innovation dans le domaine des substances d’origine naturelle et des technologies au niveau international, j’ai élaboré différentes formules pour la Santé, le bien-être et la Beauté que j’ai protégé par des brevets.\r\n\r\nFJ LIFE SCIENCES est une société que j’ai fondée en 2008, ayant pour objectif la commercialisation de mes inventions auprès de partenaires internationaux à travers des licences, après validation industrielle et clinique de mes formules.\r\n\r\nC’est ainsi que j’ai créé la technologie CHRONOMAG®, unique forme de magnésium conçue pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux, notamment pour équilibrer les sub-carences et les carences chroniques de magnésium à long terme. En 2018, les derniers brevets d’inventions internationaux ont été délivrés et les résultats de l’étude clinique de biodisponibilité menée en collaboration avec l’INSERM a été publiée. FJ LIFE SCIENCES propose depuis 2019 cette invention aux industriels de la pharmacie et de la dermo-cosmétique au travers d’une gamme complète pour différentes applications où l’hypomagnésemie sur le long terme peut induire des désordres ou des pathologies sévères. »\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
\r\n
Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-03-01 17:56:38','2019-03-01 16:56:38','',3959,'http://fj-lifesciences.com/2019/03/01/3959-revision-v1/',0,'revision','',0),(4112,1,'2019-03-01 17:58:42','2019-03-01 16:58:42','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" css=\".vc_custom_1551459395582{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries.\r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health,\r\nwell-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551459197992{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]« Grace aux connaissances que j’ai acquise de l’innovation dans le domaine des substances d’origine naturelle et des technologies au niveau international, j’ai élaboré différentes formules pour la Santé, le bien-être et la Beauté que j’ai protégé par des brevets.\r\n\r\nFJ LIFE SCIENCES est une société que j’ai fondée en 2008, ayant pour objectif la commercialisation de mes inventions auprès de partenaires internationaux à travers des licences, après validation industrielle et clinique de mes formules.\r\n\r\nC’est ainsi que j’ai créé la technologie CHRONOMAG®, unique forme de magnésium conçue pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux, notamment pour équilibrer les sub-carences et les carences chroniques de magnésium à long terme. En 2018, les derniers brevets d’inventions internationaux ont été délivrés et les résultats de l’étude clinique de biodisponibilité menée en collaboration avec l’INSERM a été publiée. FJ LIFE SCIENCES propose depuis 2019 cette invention aux industriels de la pharmacie et de la dermo-cosmétique au travers d’une gamme complète pour différentes applications où l’hypomagnésemie sur le long terme peut induire des désordres ou des pathologies sévères. »\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
\r\n
Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
CEO of FJ LIFE SCIENCES and President and R&D Director of<br />FJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.
\r\n
Pharmaceutical and clinical researcher on magnesium since 1993.
\r\n
Developer of the innovative CHRONOMAG® technology of Bioprogrammable magnesium.
\r\n
Scientist owner of international patents technology.
\r\n
Innovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-03-01 17:58:42','2019-03-01 16:58:42','',3959,'http://fj-lifesciences.com/2019/03/01/3959-revision-v1/',0,'revision','',0),(4113,1,'2019-03-01 17:59:04','2019-03-01 16:59:04','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" css=\".vc_custom_1551459395582{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries.\r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health,\r\nwell-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551459197992{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]« Grace aux connaissances que j’ai acquise de l’innovation dans le domaine des substances d’origine naturelle et des technologies au niveau international, j’ai élaboré différentes formules pour la Santé, le bien-être et la Beauté que j’ai protégé par des brevets.\r\n\r\nFJ LIFE SCIENCES est une société que j’ai fondée en 2008, ayant pour objectif la commercialisation de mes inventions auprès de partenaires internationaux à travers des licences, après validation industrielle et clinique de mes formules.\r\n\r\nC’est ainsi que j’ai créé la technologie CHRONOMAG®, unique forme de magnésium conçue pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux, notamment pour équilibrer les sub-carences et les carences chroniques de magnésium à long terme. En 2018, les derniers brevets d’inventions internationaux ont été délivrés et les résultats de l’étude clinique de biodisponibilité menée en collaboration avec l’INSERM a été publiée. FJ LIFE SCIENCES propose depuis 2019 cette invention aux industriels de la pharmacie et de la dermo-cosmétique au travers d’une gamme complète pour différentes applications où l’hypomagnésemie sur le long terme peut induire des désordres ou des pathologies sévères. »\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
\r\n
Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
CEO of FJ LIFE SCIENCES and President and R&D Director of<br />FJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.
\r\n
Pharmaceutical and clinical researcher on magnesium since 1993.
\r\n
Developer of the innovative CHRONOMAG® technology of Bioprogrammable magnesium.
\r\n
Scientist owner of international patents technology.
\r\n
Innovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-03-01 17:59:04','2019-03-01 16:59:04','',3959,'http://fj-lifesciences.com/2019/03/01/3959-revision-v1/',0,'revision','',0),(4114,1,'2019-03-01 17:59:48','2019-03-01 16:59:48','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" css=\".vc_custom_1551459395582{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries.\r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health,\r\nwell-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551459197992{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]« Grace aux connaissances que j’ai acquise de l’innovation dans le domaine des substances d’origine naturelle et des technologies au niveau international, j’ai élaboré différentes formules pour la Santé, le bien-être et la Beauté que j’ai protégé par des brevets.\r\n\r\nFJ LIFE SCIENCES est une société que j’ai fondée en 2008, ayant pour objectif la commercialisation de mes inventions auprès de partenaires internationaux à travers des licences, après validation industrielle et clinique de mes formules.\r\n\r\nC’est ainsi que j’ai créé la technologie CHRONOMAG®, unique forme de magnésium conçue pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux, notamment pour équilibrer les sub-carences et les carences chroniques de magnésium à long terme. En 2018, les derniers brevets d’inventions internationaux ont été délivrés et les résultats de l’étude clinique de biodisponibilité menée en collaboration avec l’INSERM a été publiée. FJ LIFE SCIENCES propose depuis 2019 cette invention aux industriels de la pharmacie et de la dermo-cosmétique au travers d’une gamme complète pour différentes applications où l’hypomagnésemie sur le long terme peut induire des désordres ou des pathologies sévères. »\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
\r\n
Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
CEO of FJ LIFE SCIENCES and President and R&D Director of\r\nFJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.
\r\n
Pharmaceutical and clinical researcher on magnesium since 1993.
\r\n
Developer of the innovative CHRONOMAG® technology of Bioprogrammable magnesium.
\r\n
Scientist owner of international patents technology.
\r\n
Innovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-03-01 17:59:48','2019-03-01 16:59:48','',3959,'http://fj-lifesciences.com/2019/03/01/3959-revision-v1/',0,'revision','',0),(4115,1,'2019-03-01 18:01:00','2019-03-01 17:01:00','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" css=\".vc_custom_1551459395582{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries.\r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health,\r\nwell-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551459197992{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]« Grace aux connaissances que j’ai acquise de l’innovation dans le domaine des substances d’origine naturelle et des technologies au niveau international, j’ai élaboré différentes formules pour la Santé, le bien-être et la Beauté que j’ai protégé par des brevets.\r\n\r\nFJ LIFE SCIENCES est une société que j’ai fondée en 2008, ayant pour objectif la commercialisation de mes inventions auprès de partenaires internationaux à travers des licences, après validation industrielle et clinique de mes formules.\r\n\r\nC’est ainsi que j’ai créé la technologie CHRONOMAG®, unique forme de magnésium conçue pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux, notamment pour équilibrer les sub-carences et les carences chroniques de magnésium à long terme. En 2018, les derniers brevets d’inventions internationaux ont été délivrés et les résultats de l’étude clinique de biodisponibilité menée en collaboration avec l’INSERM a été publiée. FJ LIFE SCIENCES propose depuis 2019 cette invention aux industriels de la pharmacie et de la dermo-cosmétique au travers d’une gamme complète pour différentes applications où l’hypomagnésemie sur le long terme peut induire des désordres ou des pathologies sévères. »\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
\r\n
\r\n
Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
CEO of FJ LIFE SCIENCES and President and R&D Director of\r\nFJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.
\r\n
Pharmaceutical and clinical researcher on magnesium since 1993.
\r\n
Developer of the innovative CHRONOMAG® technology of Bioprogrammable magnesium.
\r\n
Scientist owner of international patents technology.
\r\n
Innovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-03-01 18:01:00','2019-03-01 17:01:00','',3959,'http://fj-lifesciences.com/2019/03/01/3959-revision-v1/',0,'revision','',0),(4116,1,'2019-03-01 18:02:12','2019-03-01 17:02:12','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" css=\".vc_custom_1551459395582{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries.\r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health,\r\nwell-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551459197992{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]« Grace aux connaissances que j’ai acquise de l’innovation dans le domaine des substances d’origine naturelle et des technologies au niveau international, j’ai élaboré différentes formules pour la Santé, le bien-être et la Beauté que j’ai protégé par des brevets.\r\n\r\nFJ LIFE SCIENCES est une société que j’ai fondée en 2008, ayant pour objectif la commercialisation de mes inventions auprès de partenaires internationaux à travers des licences, après validation industrielle et clinique de mes formules.\r\n\r\nC’est ainsi que j’ai créé la technologie CHRONOMAG®, unique forme de magnésium conçue pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux, notamment pour équilibrer les sub-carences et les carences chroniques de magnésium à long terme. En 2018, les derniers brevets d’inventions internationaux ont été délivrés et les résultats de l’étude clinique de biodisponibilité menée en collaboration avec l’INSERM a été publiée. FJ LIFE SCIENCES propose depuis 2019 cette invention aux industriels de la pharmacie et de la dermo-cosmétique au travers d’une gamme complète pour différentes applications où l’hypomagnésemie sur le long terme peut induire des désordres ou des pathologies sévères. »\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
CEO of FJ LIFE SCIENCES and President and R&D Director of\r\nFJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.
\r\n
Pharmaceutical and clinical researcher on magnesium since 1993.
\r\n
Developer of the innovative CHRONOMAG® technology of Bioprogrammable magnesium.
\r\n
Scientist owner of international patents technology.
\r\n
Innovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-03-01 18:02:12','2019-03-01 17:02:12','',3959,'http://fj-lifesciences.com/2019/03/01/3959-revision-v1/',0,'revision','',0),(4117,1,'2019-03-01 18:05:31','2019-03-01 17:05:31','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Our offer\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551278413807{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"FJ LIFE SCIENCES offers innovative formulations in a collaborative and\r\nmodular mode\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_column_text]\r\n
OFFER OF PATENTED PRODUCTS
\r\nWith an original approach that takes into account the strategy of the Company as well as its positioning, budget, planning and marketing targets.[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
\r\n
Innovative products available with Patent and Brand name, considering scientific, technical and marketingenvironments on an international basis.
\r\nWith the proposal for multi-modal licenses[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
\r\n
Patent
\r\n
Brand name
\r\n
Distribution
\r\n
Conformity of formulas with the local regulations
\r\n
Manufacturing, quality control and batches release in coordination with the manufacturers
\r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4082\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our offer','','inherit','closed','closed','','3963-revision-v1','','','2019-03-01 18:05:31','2019-03-01 17:05:31','',3963,'http://fj-lifesciences.com/2019/03/01/3963-revision-v1/',0,'revision','',0),(4118,1,'2019-03-01 18:10:05','2019-03-01 17:10:05','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23a6a6a7|line_height:32px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4003\"]\r\n
Active ingredients Complex
\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551267242704{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product for a synergistic effect on the skin based on CHRONOMAG® Technology\" font_container=\"tag:h4|font_size:30px|text_align:center|color:%23a6a6a7|line_height:32px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n
Inside\r\nMAGNETTOPIA® Smart tablet
\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-01 18:10:05','2019-03-01 17:10:05','',3961,'http://fj-lifesciences.com/2019/03/01/3961-revision-v1/',0,'revision','',0),(4119,1,'2019-03-01 18:10:40','2019-03-01 17:10:40','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4003\"]\r\n
Active ingredients Complex
\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551267242704{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product for a synergistic effect on the skin based on CHRONOMAG® Technology\" font_container=\"tag:h4|font_size:30px|text_align:center|color:%23a6a6a7|line_height:32px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n
Inside\r\nMAGNETTOPIA® Smart tablet
\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-01 18:10:40','2019-03-01 17:10:40','',3961,'http://fj-lifesciences.com/2019/03/01/3961-revision-v1/',0,'revision','',0),(4120,1,'2019-03-01 18:11:19','2019-03-01 17:11:19','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4003\"]\r\n
Active ingredients Complex
\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551267242704{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product for a synergistic effect on the skin based on CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n
Inside\r\nMAGNETTOPIA® Smart tablet
\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-01 18:11:19','2019-03-01 17:11:19','',3961,'http://fj-lifesciences.com/2019/03/01/3961-revision-v1/',0,'revision','',0),(4121,1,'2019-03-01 18:12:38','2019-03-01 17:12:38','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4003\"]\r\n
Active ingredients Complex
\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551267242704{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product for a synergistic effect on the skin based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n
Inside\r\nMAGNETTOPIA® Smart tablet
\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-01 18:12:38','2019-03-01 17:12:38','',3961,'http://fj-lifesciences.com/2019/03/01/3961-revision-v1/',0,'revision','',0),(4122,1,'2019-03-01 18:13:40','2019-03-01 17:13:40','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4003\"]\r\n
Active ingredients Complex
\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551267242704{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product for a synergistic effect on the skin based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n
Inside\r\nMAGNETTOPIA® Smart tablet
\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-01 18:13:40','2019-03-01 17:13:40','',3961,'http://fj-lifesciences.com/2019/03/01/3961-revision-v1/',0,'revision','',0),(4123,1,'2019-03-01 18:14:32','2019-03-01 17:14:32','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4003\"]\r\n
Active ingredients Complex
\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551267242704{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product for a synergistic effect on the skin based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n
Inside\r\nMAGNETTOPIA® Smart tablet
\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-01 18:14:32','2019-03-01 17:14:32','',3961,'http://fj-lifesciences.com/2019/03/01/3961-revision-v1/',0,'revision','',0),(4124,1,'2019-03-01 18:15:10','2019-03-01 17:15:10','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4003\"]\r\n
Active ingredients Complex
\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551267242704{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product\r\nfor a synergistic effect on the skin based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n
Inside\r\nMAGNETTOPIA® Smart tablet
\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-01 18:15:10','2019-03-01 17:15:10','',3961,'http://fj-lifesciences.com/2019/03/01/3961-revision-v1/',0,'revision','',0),(4125,1,'2019-03-01 18:16:26','2019-03-01 17:16:26','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4003\"]\r\n
Active ingredients Complex
\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551267242704{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product\r\nfor a synergistic effect on the skin based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n
Inside\r\nMAGNETTOPIA® Smart tablet
\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-01 18:16:26','2019-03-01 17:16:26','',3961,'http://fj-lifesciences.com/2019/03/01/3961-revision-v1/',0,'revision','',0),(4126,1,'2019-03-01 18:16:58','2019-03-01 17:16:58','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4003\"]\r\n
Active ingredients Complex
\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551267242704{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product\r\nfor a synergistic effect on the skin based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n
Inside\r\nMAGNETTOPIA® Smart tablet
\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-01 18:16:58','2019-03-01 17:16:58','',3961,'http://fj-lifesciences.com/2019/03/01/3961-revision-v1/',0,'revision','',0),(4127,1,'2019-03-02 11:01:49','2019-03-02 10:01:49','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
FJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, \r\nwell-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551459197992{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]« Grace aux connaissances que j’ai acquise de l’innovation dans le domaine des substances d’origine naturelle et des technologies au niveau international, j’ai élaboré différentes formules pour la Santé, le bien-être et la Beauté que j’ai protégé par des brevets.
\r\n
FJ LIFE SCIENCES est une société que j’ai fondée en 2008, ayant pour objectif la commercialisation de mes inventions auprès de partenaires internationaux à travers des licences, après validation industrielle et clinique de mes formules.
\r\n
C’est ainsi que j’ai créé la technologie CHRONOMAG®, unique forme de magnésium conçue pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux, notamment pour équilibrer les sub-carences et les carences chroniques de magnésium à long terme. En 2018, les derniers brevets d’inventions internationaux ont été délivrés et les résultats de l’étude clinique de biodisponibilité menée en collaboration avec l’INSERM a été publiée. FJ LIFE SCIENCES propose depuis 2019 cette invention aux industriels de la pharmacie et de la dermo-cosmétique au travers d’une gamme complète pour différentes applications où l’hypomagnésemie sur le long terme peut induire des désordres ou des pathologies sévères. »
\r\n
Fabienne JOANNY \r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets, \r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]
\r\n
Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
CEO of FJ LIFE SCIENCES and President and R&D Director of \r\nFJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.
\r\n
Pharmaceutical and clinical researcher on magnesium since 1993.
\r\n
Developer of the innovative CHRONOMAG® technology of Bioprogrammable magnesium.
\r\n
Scientist owner of international patents technology.
\r\n
Innovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.
[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4145\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]
\r\n','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-03-03 14:54:14','2019-03-03 13:54:14','',3959,'http://fj-lifesciences.com/2019/03/03/3959-revision-v1/',0,'revision','',0),(4147,1,'2019-03-03 14:58:34','2019-03-03 13:58:34','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277285434{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Sportspeople’s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long-term magnesium supplementation for a better muscular performance and recovery\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]It is now widely recognized that regular physical activity has beneficial effects on health and the prevention of many diseases. It is therefore important to have an adequate food intake to cover the body\'s needs according to the intensity of physical activity practiced. These needs are increased among sportspeople who engage in intense physical activity, particularly during competitive periods. In addition, physical exercise itself can contribute to magnesium deficiency.\r\n\r\nMagnesium is particularly involved in cardiac and skeletalmuscle development and function andparticipates in nerve regulation and muscle relaxation after contraction through its physiological calcium channel antagonist properties. It contributes to lipid metabolism, blood sugar and blood pressure regulation, and protein synthesis.\r\n\r\nMagnesium improves energy metabolism in the muscles for a better adaptation and recovery of the body from physical stress.\r\n\r\nThe amount of magnesium within an organism must be continuously regulated over a long period particularly in sportspeople, due to the increased magnesium loss following physical exercise:\r\n
\r\n
Needs of the body are increased in athletes practicing daily physical activity or during competitive and stressing periods.
\r\n
\r\n
\r\n
Intense physical activity apparently increases urinary and sweat losses of nutrients, mainly magnesium (i.e. increasing magnesium requirements by 10-20%).
\r\n
\r\n
\r\n
Magnesium, one of the most important nutrient allows to adapt the response and the energy metabolism of cardiac and skeletal muscles according to the physical effort required.
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Sportspeople’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThe active ingredients included in the CHRONOMAG® Sports products contribute as well to the preparation of the body to a physical effort as to the recovery phase necessary for a good physical performance. These active ingredients allow to create, physically and mentally, the best conditions for the smooth running of physical activity by improving the adaptation to stress caused by intense physical exercise, without impairing physical performance.\r\n\r\nThese products range aims to improve Sports performance and recovery and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"3879\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Sportspeople’s Health','','inherit','closed','closed','','4024-revision-v1','','','2019-03-03 14:58:34','2019-03-03 13:58:34','',4024,'http://fj-lifesciences.com/2019/03/03/4024-revision-v1/',0,'revision','',0),(4148,1,'2019-03-03 15:00:06','2019-03-03 14:00:06','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277285434{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Sportspeople’s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long-term magnesium supplementation for a better muscular performance and recovery\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]It is now widely recognized that regular physical activity has beneficial effects on health and the prevention of many diseases. It is therefore important to have an adequate food intake to cover the body\'s needs according to the intensity of physical activity practiced. These needs are increased among sportspeople who engage in intense physical activity, particularly during competitive periods. In addition, physical exercise itself can contribute to magnesium deficiency.\r\n\r\nMagnesium is particularly involved in cardiac and skeletalmuscle development and function andparticipates in nerve regulation and muscle relaxation after contraction through its physiological calcium channel antagonist properties. It contributes to lipid metabolism, blood sugar and blood pressure regulation, and protein synthesis.\r\n\r\nMagnesium improves energy metabolism in the muscles for a better adaptation and recovery of the body from physical stress.\r\n\r\nThe amount of magnesium within an organism must be continuously regulated over a long period particularly in sportspeople, due to the increased magnesium loss following physical exercise:\r\n
\r\n
Needs of the body are increased in athletes practicing daily physical activity or during competitive and stressing periods.
\r\n
\r\n
\r\n
Intense physical activity apparently increases urinary and sweat losses of nutrients, mainly magnesium (i.e. increasing magnesium requirements by 10-20%).
\r\n
\r\n
\r\n
Magnesium, one of the most important nutrient allows to adapt the response and the energy metabolism of cardiac and skeletal muscles according to the physical effort required.
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Sportspeople’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThe active ingredients included in the CHRONOMAG® Sports products contribute as well to the preparation of the body to a physical effort as to the recovery phase necessary for a good physical performance. These active ingredients allow to create, physically and mentally, the best conditions for the smooth running of physical activity by improving the adaptation to stress caused by intense physical exercise, without impairing physical performance.\r\n\r\nThese products range aims to improve Sports performance and recovery and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"3879\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Sportspeople’s Health','','inherit','closed','closed','','4024-revision-v1','','','2019-03-03 15:00:06','2019-03-03 14:00:06','',4024,'http://fj-lifesciences.com/2019/03/03/4024-revision-v1/',0,'revision','',0),(4149,1,'2019-03-03 15:04:00','2019-03-03 14:04:00','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\nWith an original approach that takes into account the strategy of the Company as well as its positioning, budget, planning and marketing targets.[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\n
Innovative products available with Patent and Brand name, considering scientific, technical and marketingenvironments on an international basis.
\r\nWith the proposal for multi-modal licenses[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\n
Patent
\r\n
Brand name
\r\n
Distribution
\r\n
Conformity of formulas with the local regulations
\r\n
Manufacturing, quality control and batches release in coordination with the manufacturers
\r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4082\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our offer','','inherit','closed','closed','','3963-revision-v1','','','2019-03-03 15:09:38','2019-03-03 14:09:38','',3963,'http://fj-lifesciences.com/2019/03/03/3963-revision-v1/',0,'revision','',0),(4151,1,'2019-03-03 15:13:59','2019-03-03 14:13:59','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4003\"]\r\n
Active ingredients Complex
\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551267242704{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product\r\nfor a synergistic effect on the skin based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n
Inside\r\nMAGNETTOPIA® Smart tablet
\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-03 15:13:59','2019-03-03 14:13:59','',3961,'http://fj-lifesciences.com/2019/03/03/3961-revision-v1/',0,'revision','',0),(4152,1,'2019-03-03 15:18:39','2019-03-03 14:18:39','
[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277407162{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\'s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4072\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter:[/vc_column_text][vc_column_text]
\r\n
Menstrual cycle disorders
\r\n
Magnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explains menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period.
\r\n
Pregnancy
\r\n
Many women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage, impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.
\r\n
Menopausal disorders
\r\n
Menopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.
\r\n
Mood disorders
\r\n
Magnesium is involved in many enzymatic reactions and a proper magnesium supplementation is helpful for mood and bipolar disorders, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1551622604339{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.
\r\n
These products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]
[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277314011{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Seniors\' Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4021\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The Seniors’ Health products range responds daily to specific deficiencies in nutrients, particularly magnesium, which occur with increasing age and with cellular and metabolic disorders.
\r\n
In particular, long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at this crucial life stage.
\r\n
International research has shown that magnesium deficiency, diagnosed too late, is associated in the long run with aggravation of physical and / or cognitive disorders such as:[/vc_column_text][vc_column_text]
\r\n
Bone and joint health alteration
\r\n
After a peak in early adulthood, muscle mass tends to decline with increasing age, and this can be associated with decline in strength and musculoskeletal function. Ageing is also associated with significant changes in bones and joints. With age, bone mass or density tends to fall, particularly among postmenopausal women.
\r\n
This can progress to a point where the risk of fracture is significantly increased (a condition known as osteoporosis) which has serious implications for disability, reduced quality of life and mortality. Articular cartilage undergoes significant structural, molecular, cellular and mechanical changes with age, increasing the vulnerability of the tissue to degeneration. These and other age-related declines ultimately impact on broader musculoskeletal function and movement.
\r\n
As being a major storage site of body, magnesium is an important element for bone tissue. Although, bone mineral content is lost and osteoporosis develops during magnesium-deficient states, it can easily be replaced by a proper magnesium supplementation which may have a restorative effect on bone and joint tissues.
\r\n
Neurological and cognitive disorders
\r\n
Many cognitive functions begin to decrease at a relatively young age, with different functions decreasing at different rates. Some deterioration in memory and the speed of information processing is common, and complaints about it are frequently reported by older people.
\r\n
Physiological concentrations of magnesium are essential for synaptic conduction, and required for normal functioning of the nervous system. It has various effects at different concentrations on intellectual and neuronal functions through several signaling pathways that have important roles in chronic neuronal degeneration and subsequent development of dementia.
\r\n
Magnesium has long been known as a key nutrient for optimal brain function more specifically in learning and memory as a result of its beneficial effect on synaptic plasticity and density.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Ageing represents a major risk factor for magnesium deficit. Total body magnesium content tends to decrease with age, with bone being the main storage compartment of body magnesium. \r\nAlterations of magnesium metabolism in the elderly include a reduction of magnesium intake, a decrease of intestinal absorption, and an increase of urinary and fecal magnesium excretion, all these changes indicating a tendency to a magnesium deficit with ageing. An external intake by food supplements guaranteeing long-term supplementation without gastro-intestinal side effects could thus be necessary in this vulnerable population.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1551622902294{padding-top: 2% !important;padding-right: 2% !important;padding-bottom: 2% !important;padding-left: 2% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Seniors’ Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.
\r\n
These products range aims to improve specific Seniors’ disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]
\r\n','Senior’s Health','','inherit','closed','closed','','4020-revision-v1','','','2019-03-03 15:21:45','2019-03-03 14:21:45','',4020,'http://fj-lifesciences.com/2019/03/03/4020-revision-v1/',0,'revision','',0),(4155,1,'2019-03-03 15:23:28','2019-03-03 14:23:28','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277285434{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Sportspeople’s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long-term magnesium supplementation for a better muscular performance and recovery\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]It is now widely recognized that regular physical activity has beneficial effects on health and the prevention of many diseases. It is therefore important to have an adequate food intake to cover the body\'s needs according to the intensity of physical activity practiced. These needs are increased among sportspeople who engage in intense physical activity, particularly during competitive periods. In addition, physical exercise itself can contribute to magnesium deficiency.\r\n\r\nMagnesium is particularly involved in cardiac and skeletalmuscle development and function andparticipates in nerve regulation and muscle relaxation after contraction through its physiological calcium channel antagonist properties. It contributes to lipid metabolism, blood sugar and blood pressure regulation, and protein synthesis.\r\n\r\nMagnesium improves energy metabolism in the muscles for a better adaptation and recovery of the body from physical stress.\r\n\r\nThe amount of magnesium within an organism must be continuously regulated over a long period particularly in sportspeople, due to the increased magnesium loss following physical exercise:\r\n
\r\n
Needs of the body are increased in athletes practicing daily physical activity or during competitive and stressing periods.
\r\n
\r\n
\r\n
Intense physical activity apparently increases urinary and sweat losses of nutrients, mainly magnesium (i.e. increasing magnesium requirements by 10-20%).
\r\n
\r\n
\r\n
Magnesium, one of the most important nutrient allows to adapt the response and the energy metabolism of cardiac and skeletal muscles according to the physical effort required.
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Sportspeople’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThe active ingredients included in the CHRONOMAG® Sports products contribute as well to the preparation of the body to a physical effort as to the recovery phase necessary for a good physical performance. These active ingredients allow to create, physically and mentally, the best conditions for the smooth running of physical activity by improving the adaptation to stress caused by intense physical exercise, without impairing physical performance.\r\n\r\nThese products range aims to improve Sports performance and recovery and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"3879\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Sportspeople’s Health','','inherit','closed','closed','','4024-revision-v1','','','2019-03-03 15:23:28','2019-03-03 14:23:28','',4024,'http://fj-lifesciences.com/2019/03/03/4024-revision-v1/',0,'revision','',0),(4156,1,'2019-03-03 15:29:15','2019-03-03 14:29:15','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277285434{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Sportspeople’s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long-term magnesium supplementation for a better muscular performance and recovery\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]It is now widely recognized that regular physical activity has beneficial effects on health and the prevention of many diseases. It is therefore important to have an adequate food intake to cover the body\'s needs according to the intensity of physical activity practiced. These needs are increased among sportspeople who engage in intense physical activity, particularly during competitive periods. In addition, physical exercise itself can contribute to magnesium deficiency.\r\n\r\nMagnesium is particularly involved in cardiac and skeletalmuscle development and function andparticipates in nerve regulation and muscle relaxation after contraction through its physiological calcium channel antagonist properties. It contributes to lipid metabolism, blood sugar and blood pressure regulation, and protein synthesis.\r\n\r\nMagnesium improves energy metabolism in the muscles for a better adaptation and recovery of the body from physical stress.\r\n\r\nThe amount of magnesium within an organism must be continuously regulated over a long period particularly in sportspeople, due to the increased magnesium loss following physical exercise:\r\n
\r\n
Needs of the body are increased in athletes practicing daily physical activity or during competitive and stressing periods.
\r\n
\r\n
\r\n
Intense physical activity apparently increases urinary and sweat losses of nutrients, mainly magnesium (i.e. increasing magnesium requirements by 10-20%).
\r\n
\r\n
\r\n
Magnesium, one of the most important nutrient allows to adapt the response and the energy metabolism of cardiac and skeletal muscles according to the physical effort required.
\r\n[/stm_iconlist][stm_spacer height=\"25\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThe active ingredients included in the CHRONOMAG® Sports products contribute as well to the preparation of the body to a physical effort as to the recovery phase necessary for a good physical performance. These active ingredients allow to create, physically and mentally, the best conditions for the smooth running of physical activity by improving the adaptation to stress caused by intense physical exercise, without impairing physical performance.\r\n\r\nThese products range aims to improve Sports performance and recovery and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
THE IDEAL PARTNER FOR PATIENT WITH TYPE 2 DIABETES
\r\nAccording to the Office of Dietary Supplement (NIH), people with type 2 diabetes are more likely than others to be at risk of magnesium inadequacy.\r\n\r\nHypomagnesaemia occurs in 13.5 to 47.7% of patients in type 2 diabetes and is mainly induced by a decrease in intestinal magnesium absorption and an increase in urinary excretion of magnesium due to poor renal reabsorption.\r\n\r\nInternational clinicians suggest that magnesium supplementation may delay diabetes worsening and ward off the onset of type 2 diabetes life threatening complications (hypertension, cardiovascular disease, retinopathy, nephropathy, depression).\r\n\r\nChromium is a mineral that might be linked with decrease in fasting plasma glucose level and lowering hemoglobin A1C. Nevertheless, without proper supplementation, blood chromium levels in patients with type 2 diabetes decreased by around 30% compared to healthy subjects.\r\n\r\nOffering an improved solution to address magnesium and chromium inadequacy, CHRONOMAG® GC was conceived to improve quality of life of patients affected by type 2 diabetes and its long-term complications.[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][vc_single_image image=\"4091\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]CHRONOMAG® GC is adapted to long-term use for patients with type 2 diabetes and includes an optimal combination of:\r\n
THE IDEAL PARTNER FOR PATIENT WITH TYPE 2 DIABETES
\r\nAccording to the Office of Dietary Supplement (NIH), people with type 2 diabetes are more likely than others to be at risk of magnesium inadequacy.\r\n\r\nHypomagnesaemia occurs in 13.5 to 47.7% of patients in type 2 diabetes and is mainly induced by a decrease in intestinal magnesium absorption and an increase in urinary excretion of magnesium due to poor renal reabsorption.\r\n\r\nInternational clinicians suggest that magnesium supplementation may delay diabetes worsening and ward off the onset of type 2 diabetes life threatening complications (hypertension, cardiovascular disease, retinopathy, nephropathy, depression).\r\n\r\nChromium is a mineral that might be linked with decrease in fasting plasma glucose level and lowering hemoglobin A1C. Nevertheless, without proper supplementation, blood chromium levels in patients with type 2 diabetes decreased by around 30% compared to healthy subjects.\r\n\r\nOffering an improved solution to address magnesium and chromium inadequacy, CHRONOMAG® GC was conceived to improve quality of life of patients affected by type 2 diabetes and its long-term complications.[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][vc_single_image image=\"4091\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]CHRONOMAG® GC is adapted to long-term use for patients with type 2 diabetes and includes an optimal combination of:\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\n
Cancer
\r\n
Type 2 diabetes
\r\n
Cardiovascular disease
\r\n
Bone disorders
\r\n
…
\r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Skin Disorders inside & outside DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-revision-v1','','','2019-03-03 15:40:50','2019-03-03 14:40:50','',4042,'http://fj-lifesciences.com/2019/03/03/4042-revision-v1/',0,'revision','',0),(4163,1,'2019-03-04 12:46:10','2019-03-04 11:46:10','','CHRONOMAG-3Ds-family','','inherit','closed','closed','','chronomag-3ds-family','','','2019-03-04 12:46:10','2019-03-04 11:46:10','',4016,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-3Ds-family.jpg',0,'attachment','image/jpeg',0),(4164,1,'2019-03-18 18:48:10','2019-03-18 17:48:10','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277370273{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"FAMILY’S HEALTH\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4017\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The cumulative long-term effects of chronic stress and sleep deprivation have been associated with serious health conditions, including increased risk of stroke, hypertension, diabetes, depression, and obesity. In comparison to men, women are twice as likely to experience this problem.\r\n\r\nThese conditions are leading families to search for products designed to help them every day get restful and restorative sleep, particularly as they become aware of the risks.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3878\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4163\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n
Mood disorders
\r\nModern lifestyle and Western industrial diet enhance the reduction of magnesium in our food which directly contributes to marginal or absolute magnesium deficiency. Moreover, magnesium deficiency can be secondary to another disease or a therapeutic agent; hence, features of a primary disease may mask or complicate magnesium deficiency.\r\n\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation allows to: relieves muscle spasms (cramps), is helpful for mood and bipolar disorders (anxiety, irritability, depression), promotes proper nervous system function, contributes to a normal energy production and controls psychological functions. A link between magnesium deficiency and stress is also well established. Moreover, both stress and magnesium deficit can depress the immune system and reduce resistance to infection.\r\n
Sleep disorders
\r\nFatigue is a state of overtiredness, and sometimes does not disappear even after sleep or rest. The causes of fatigue are innumerable and, much of the time, they work together. Causes include lack of sleep, medical conditions, stress, and hormonal imbalances. Fatigue is debilitating and can affect everyday life; in some of the severest cases, a person might not even be able to get out of bed.\r\n\r\nA decline in magnesium status is associated with various symptoms such as nausea, muscular weakness, irritability, fatigue or insomnia.\r\n\r\nAn adequate and long-term magnesium supplementation is essential for optimal circulating levels of oxygen and energy use by the body to contribute to a reduction of tiredness and fatigue.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552931176117{padding-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"The Family\'s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range dedicated to the Family aims to improve emotional and sleep disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex\r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"200x362\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row]','Family’s Health','','inherit','closed','closed','','4016-autosave-v1','','','2019-03-18 18:48:10','2019-03-18 17:48:10','',4016,'http://fj-lifesciences.com/2019/03/04/4016-autosave-v1/',0,'revision','',0),(4165,1,'2019-03-04 12:46:36','2019-03-04 11:46:36','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277370273{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"FAMILY’S HEALTH\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4017\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The cumulative long-term effects of chronic stress and sleep deprivation have been associated with serious health conditions, including increased risk of stroke, hypertension, diabetes, depression, and obesity. In comparison to men, women are twice as likely to experience this problem.\r\n\r\nThese conditions are leading families to search for products designed to help them every day get restful and restorative sleep, particularly as they become aware of the risks.[/vc_column_text][vc_column_text]\r\n
Mood disorders
\r\nModern lifestyle and Western industrial diet enhance the reduction of magnesium in our food which directly contributes to marginal or absolute magnesium deficiency. Moreover, magnesium deficiency can be secondary to another disease or a therapeutic agent; hence, features of a primary disease may mask or complicate magnesium deficiency.\r\n\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation allows to: relieves muscle spasms (cramps), is helpful for mood and bipolar disorders (anxiety, irritability, depression), promotes proper nervous system function, contributes to a normal energy production and controls psychological functions. A link between magnesium deficiency and stress is also well established. Moreover, both stress and magnesium deficit can depress the immune system and reduce resistance to infection.\r\n
Sleep disorders
\r\nFatigue is a state of overtiredness, and sometimes does not disappear even after sleep or rest. The causes of fatigue are innumerable and, much of the time, they work together. Causes include lack of sleep, medical conditions, stress, and hormonal imbalances. Fatigue is debilitating and can affect everyday life; in some of the severest cases, a person might not even be able to get out of bed.\r\n\r\nA decline in magnesium status is associated with various symptoms such as nausea, muscular weakness, irritability, fatigue or insomnia.\r\n\r\nAn adequate and long-term magnesium supplementation is essential for optimal circulating levels of oxygen and energy use by the body to contribute to a reduction of tiredness and fatigue.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range dedicated to the Family aims to improve emotional and sleep disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3878\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4163\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Family’s Health','','inherit','closed','closed','','4016-revision-v1','','','2019-03-04 12:46:36','2019-03-04 11:46:36','',4016,'http://fj-lifesciences.com/2019/03/04/4016-revision-v1/',0,'revision','',0),(4166,1,'2019-03-04 12:47:18','2019-03-04 11:47:18','','CHRONOMAG-3Ds-senior','','inherit','closed','closed','','chronomag-3ds-senior','','','2019-03-04 12:47:18','2019-03-04 11:47:18','',4020,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-3Ds-senior.jpg',0,'attachment','image/jpeg',0),(4167,1,'2019-03-04 12:47:44','2019-03-04 11:47:44','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277314011{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Seniors\' Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4021\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The Seniors’ Health products range responds daily to specific deficiencies in nutrients, particularly magnesium, which occur with increasing age and with cellular and metabolic disorders.\r\n\r\nIn particular, long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at this crucial life stage.\r\n\r\nInternational research has shown that magnesium deficiency, diagnosed too late, is associated in the long run with aggravation of physical and / or cognitive disorders such as:[/vc_column_text][vc_column_text]\r\n
Bone and joint health alteration
\r\nAfter a peak in early adulthood, muscle mass tends to decline with increasing age, and this can be associated with decline in strength and musculoskeletal function. Ageing is also associated with significant changes in bones and joints. With age, bone mass or density tends to fall, particularly among postmenopausal women.\r\n\r\nThis can progress to a point where the risk of fracture is significantly increased (a condition known as osteoporosis) which has serious implications for disability, reduced quality of life and mortality. Articular cartilage undergoes significant structural, molecular, cellular and mechanical changes with age, increasing the vulnerability of the tissue to degeneration. These and other age-related declines ultimately impact on broader musculoskeletal function and movement.\r\n\r\nAs being a major storage site of body, magnesium is an important element for bone tissue. Although, bone mineral content is lost and osteoporosis develops during magnesium-deficient states, it can easily be replaced by a proper magnesium supplementation which may have a restorative effect on bone and joint tissues.\r\n
Neurological and cognitive disorders
\r\nMany cognitive functions begin to decrease at a relatively young age, with different functions decreasing at different rates. Some deterioration in memory and the speed of information processing is common, and complaints about it are frequently reported by older people.\r\n\r\nPhysiological concentrations of magnesium are essential for synaptic conduction, and required for normal functioning of the nervous system. It has various effects at different concentrations on intellectual and neuronal functions through several signaling pathways that have important roles in chronic neuronal degeneration and subsequent development of dementia.\r\n\r\nMagnesium has long been known as a key nutrient for optimal brain function more specifically in learning and memory as a result of its beneficial effect on synaptic plasticity and density.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Ageing represents a major risk factor for magnesium deficit. Total body magnesium content tends to decrease with age, with bone being the main storage compartment of body magnesium.\r\nAlterations of magnesium metabolism in the elderly include a reduction of magnesium intake, a decrease of intestinal absorption, and an increase of urinary and fecal magnesium excretion, all these changes indicating a tendency to a magnesium deficit with ageing. An external intake by food supplements guaranteeing long-term supplementation without gastro-intestinal side effects could thus be necessary in this vulnerable population.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1551622902294{padding-top: 2% !important;padding-right: 2% !important;padding-bottom: 2% !important;padding-left: 2% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Seniors’ Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Seniors’ disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3880\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4166\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Senior’s Health','','inherit','closed','closed','','4020-revision-v1','','','2019-03-04 12:47:44','2019-03-04 11:47:44','',4020,'http://fj-lifesciences.com/2019/03/04/4020-revision-v1/',0,'revision','',0),(4168,1,'2019-03-04 12:49:29','2019-03-04 11:49:29','','CHRONOMAG-3Ds-sport1','','inherit','closed','closed','','chronomag-3ds-sport1','','','2019-03-04 12:49:29','2019-03-04 11:49:29','',4024,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-3Ds-sport1.jpg',0,'attachment','image/jpeg',0),(4169,1,'2019-03-04 12:49:35','2019-03-04 11:49:35','','CHRONOMAG-3Ds-sport2','','inherit','closed','closed','','chronomag-3ds-sport2','','','2019-03-04 12:49:35','2019-03-04 11:49:35','',4024,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-3Ds-sport2.jpg',0,'attachment','image/jpeg',0),(4170,1,'2019-03-04 12:49:41','2019-03-04 11:49:41','','CHRONOMAG-3Ds-sport3','','inherit','closed','closed','','chronomag-3ds-sport3','','','2019-03-04 12:49:41','2019-03-04 11:49:41','',4024,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-3Ds-sport3.jpg',0,'attachment','image/jpeg',0),(4171,1,'2019-03-04 12:49:48','2019-03-04 11:49:48','','CHRONOMAG-3Ds-sport4','','inherit','closed','closed','','chronomag-3ds-sport4','','','2019-03-04 12:49:48','2019-03-04 11:49:48','',4024,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-3Ds-sport4.jpg',0,'attachment','image/jpeg',0),(4172,1,'2019-03-04 12:52:14','2019-03-04 11:52:14','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277285434{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Sportspeople’s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long-term magnesium supplementation for a better muscular performance and recovery\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]It is now widely recognized that regular physical activity has beneficial effects on health and the prevention of many diseases. It is therefore important to have an adequate food intake to cover the body\'s needs according to the intensity of physical activity practiced. These needs are increased among sportspeople who engage in intense physical activity, particularly during competitive periods. In addition, physical exercise itself can contribute to magnesium deficiency.\r\n\r\nMagnesium is particularly involved in cardiac and skeletalmuscle development and function andparticipates in nerve regulation and muscle relaxation after contraction through its physiological calcium channel antagonist properties. It contributes to lipid metabolism, blood sugar and blood pressure regulation, and protein synthesis.\r\n\r\nMagnesium improves energy metabolism in the muscles for a better adaptation and recovery of the body from physical stress.\r\n\r\nThe amount of magnesium within an organism must be continuously regulated over a long period particularly in sportspeople, due to the increased magnesium loss following physical exercise:\r\n
\r\n
Needs of the body are increased in athletes practicing daily physical activity or during competitive and stressing periods.
\r\n
\r\n
\r\n
Intense physical activity apparently increases urinary and sweat losses of nutrients, mainly magnesium (i.e. increasing magnesium requirements by 10-20%).
\r\n
\r\n
\r\n
Magnesium, one of the most important nutrient allows to adapt the response and the energy metabolism of cardiac and skeletal muscles according to the physical effort required.
\r\n[/stm_iconlist][stm_spacer height=\"25\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThe active ingredients included in the CHRONOMAG® Sports products contribute as well to the preparation of the body to a physical effort as to the recovery phase necessary for a good physical performance. These active ingredients allow to create, physically and mentally, the best conditions for the smooth running of physical activity by improving the adaptation to stress caused by intense physical exercise, without impairing physical performance.\r\n\r\nThese products range aims to improve Sports performance and recovery and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/5\"][vc_single_image image=\"3879\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/5\"][vc_single_image image=\"4168\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/5\"][vc_single_image image=\"4169\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/5\"][vc_single_image image=\"4170\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/5\"][vc_single_image image=\"4171\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row]','Sportspeople’s Health','','inherit','closed','closed','','4024-revision-v1','','','2019-03-04 12:52:14','2019-03-04 11:52:14','',4024,'http://fj-lifesciences.com/2019/03/04/4024-revision-v1/',0,'revision','',0),(4173,1,'2019-03-04 13:23:03','2019-03-04 12:23:03','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" css=\".vc_custom_1551459395582{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries.\r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health,\r\nwell-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551459197992{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]« Les carences prolongées de magnésium peuvent provoquer une aggravation de troubles physiques et émotionnels et induire des désordres ou manifestations pathologiques sévères. Elles sont rencontrées à certains moments de la vie ou au cours de certaines maladies et même lors de l’utilisation sur une longue période de certains médicaments.\r\n\r\nC’est par ce que les solutions existantes ne me semblaient pas suffisantes que j’ai cherché, trouvé puis breveté la technologie « bioprogrammable » CHRONOMAG®, la forme unique et innovante de magnésium conçue spécifiquement pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux.\r\n\r\nCHRONOMAG® vise à pallier les sub-carences et les carences chroniques de magnésium à long terme.\r\n\r\nA l’occasion de ces recherches nous avons découvert de nouvelles applications du magnésium à la cosmétologie.\r\n\r\nNous avons développé une gamme complète de produits associant cette technologie CHRONOMAG® à des actifs d’origine naturelle dans diverses applications tant pour les sportifs, les femmes et les personnes âgées que pour certains malades chroniques. »\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
CEO of FJ LIFE SCIENCES and President and R&D Director of\r\nFJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.
\r\n
Pharmaceutical and clinical researcher on magnesium since 1993.
\r\n
Developer of the innovative CHRONOMAG® technology of Bioprogrammable magnesium.
\r\n
Scientist owner of international patents technology.
\r\n
Innovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4145\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-03-04 13:23:03','2019-03-04 12:23:03','',3959,'http://fj-lifesciences.com/2019/03/04/3959-revision-v1/',0,'revision','',0),(4174,1,'2019-03-07 13:18:54','2019-03-07 12:18:54','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 13:18:54','2019-03-07 12:18:54','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4175,1,'2019-03-07 13:22:55','2019-03-07 12:22:55','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" css=\".vc_custom_1551459395582{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries.\r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Our commitment\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551961193645{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]\"Prolonged magnesium deficiencies can be associated with aggravation of physical and/or emotional disorders inducing metabolic changes and chronic pathologies including women’s health issues, muscle and skeletal disorders, type 2 diabetes and cardiovascular disease. It occurs in various life stages or health conditions and even when using certain drugs over a long period of time. Existing solutions are not adequate, therefore we invented the “Bioprogrammable” CHRONOMAG® Technology. An unique and innovative form of magnesium specifically designed for long-term use without risk of gastrointestinal disorders.\r\n\r\nCHRONOMAG® aims to compensate from minor to severe chronic magnesium deficiencies in various health conditions.\r\n\r\nDuring this research we also discovered new applications of magnesium in cosmetology.\r\n\r\nAs such, FJ LIFE SCIENCES has developed a wide range of products combining the CHRONOMAG® Technology with active ingredients (natural origin) in various applications for sportspeople, women and the elderly as well as for certain chronic patients\".\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]Fabienne JOANNY, Pharm. D, is the CEO of FJ LIFE SCIENCES and President and R&D Director of FJ RECHERCHE & DEVELOPPEMENT, a research organization approved by the French Ministry of Research.\r\n\r\nAs a pharmaceutical and clinical researcher on magnesium since 1993, she wrote - in partnership with INSERM (The French National Institute of Health and Medical Research) - technological and clinic reference studies and authored a pharmaceutical and medical resource book on magnesium. She discovered and developed CHRONOMAG®, an innovative technology of Bioprogrammable magnesium\r\n\r\nPrior to embracing her entrepreneurial life, she served as advisor (Innovation and development advisor, R&D advisor) for major companies, including Sanofi-Aventis, Merck Medication Familial, Merck Schering, Boehringer Ingelheim, L’Oréal, Horphag, Innéov, Yves Rocher, Lise Watier and Marcelle.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551459540914{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\n
Cancer
\r\n
Type 2 diabetes
\r\n
Cardiovascular disease
\r\n
Bone disorders
\r\n
…
\r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Skin Disorders inside & outside DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-revision-v1','','','2019-03-07 13:24:08','2019-03-07 12:24:08','',4042,'http://fj-lifesciences.com/2019/03/07/4042-revision-v1/',0,'revision','',0),(4177,1,'2019-03-07 16:09:31','2019-03-07 15:09:31','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551971369360{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#28337a\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 16:09:31','2019-03-07 15:09:31','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4178,1,'2019-03-07 16:10:09','2019-03-07 15:10:09','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551971406459{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#28337a\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 16:10:09','2019-03-07 15:10:09','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4179,1,'2019-03-07 17:33:18','2019-03-07 16:33:18','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551976394992{padding-top: 118px !important;padding-bottom: 82px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 17:33:18','2019-03-07 16:33:18','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4180,1,'2019-03-07 17:33:55','2019-03-07 16:33:55','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551976394992{padding-top: 118px !important;padding-bottom: 82px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"stc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 17:33:55','2019-03-07 16:33:55','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4181,1,'2019-03-07 17:34:45','2019-03-07 16:34:45','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551976482853{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#ffffff\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 17:34:45','2019-03-07 16:34:45','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4182,1,'2019-03-07 17:35:34','2019-03-07 16:35:34','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551976525029{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#000000\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 17:35:34','2019-03-07 16:35:34','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4183,1,'2019-03-07 17:40:09','2019-03-07 16:40:09','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551976805937{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#ffffff\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"25\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 17:40:09','2019-03-07 16:40:09','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4184,1,'2019-03-07 17:41:08','2019-03-07 16:41:08','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551976805937{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#ffffff\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"25\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 17:41:08','2019-03-07 16:41:08','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4185,1,'2019-03-07 17:41:49','2019-03-07 16:41:49','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551976906482{padding-top: 60px !important;padding-bottom: 40px !important;}\" stm_transparent_bg=\"#ffffff\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"25\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 17:41:49','2019-03-07 16:41:49','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4186,1,'2019-03-07 17:42:31','2019-03-07 16:42:31','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551976948351{padding-top: 30px !important;padding-bottom: 20px !important;}\" stm_transparent_bg=\"#ffffff\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"25\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 17:42:31','2019-03-07 16:42:31','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4187,1,'2019-03-07 17:43:13','2019-03-07 16:43:13','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551976990234{padding-top: 15px !important;padding-bottom: 10px !important;}\" stm_transparent_bg=\"#ffffff\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"25\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 17:43:13','2019-03-07 16:43:13','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4188,1,'2019-03-07 17:47:13','2019-03-07 16:47:13','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" stm_transparent_bg=\"#ffffff\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"25\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 17:47:13','2019-03-07 16:47:13','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4189,1,'2019-03-07 17:48:03','2019-03-07 16:48:03','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" stm_transparent_bg=\"#ffffff\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"25\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551977281322{margin-bottom: 40px !important;padding-top: 60px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 17:48:03','2019-03-07 16:48:03','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4190,1,'2019-03-11 12:16:37','2019-03-11 11:16:37','','Magnesium element from the periodic table. Metallic icon 3D rendered on white background','','inherit','closed','closed','','magnesium-element-from-the-periodic-table-metallic-icon-3d-rendered-on-white-background','','','2019-03-11 12:16:37','2019-03-11 11:16:37','',3854,'http://fj-lifesciences.com/wp-content/uploads/2019/03/AdobeStock_180372219.jpeg',0,'attachment','image/jpeg',0),(4191,1,'2019-03-11 12:17:36','2019-03-11 11:17:36','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4190\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n
Our Innovation
\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" stm_transparent_bg=\"#ffffff\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"25\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551977281322{margin-bottom: 40px !important;padding-top: 60px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
\r\n
Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
\r\n
Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance. Gentle to the system.
\r\n
Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
\r\n
Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
\r\n
Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-11 12:17:36','2019-03-11 11:17:36','',3854,'http://fj-lifesciences.com/2019/03/11/3854-revision-v1/',0,'revision','',0),(4192,1,'2019-03-11 12:19:06','2019-03-11 11:19:06','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" css=\".vc_custom_1551459395582{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries.\r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Our commitment\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551961193645{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]\"Prolonged magnesium deficiencies can be associated with aggravation of physical and/or emotional disorders inducing metabolic changes and chronic pathologies including women’s health issues, muscle and skeletal disorders, type 2 diabetes and cardiovascular disease. It occurs in various life stages or health conditions and even when using certain drugs over a long period of time. Existing solutions were not adequate, therefore we invented the “Bioprogrammable” CHRONOMAG® Technology. An unique and innovative form of magnesium specifically designed for long-term use without risk of gastrointestinal disorders.\r\n\r\nCHRONOMAG® aims to compensate from minor to severe chronic magnesium deficiencies in various health conditions.\r\n\r\nDuring this research we also discovered new applications of magnesium in cosmetology.\r\n\r\nAs such, FJ LIFE SCIENCES has developed a wide range of products combining the CHRONOMAG® Technology with active ingredients (natural origin) in various applications for sportspeople, women and the elderly as well as for certain chronic patients\".\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]Fabienne JOANNY, Pharm. D, is the CEO of FJ LIFE SCIENCES and President and R&D Director of FJ RECHERCHE & DEVELOPPEMENT, a research organization approved by the French Ministry of Research.\r\n\r\nAs a pharmaceutical and clinical researcher on magnesium since 1993, she wrote - in partnership with INSERM (The French National Institute of Health and Medical Research) - technological and clinic reference studies and authored a pharmaceutical and medical resource book on magnesium. She discovered and developed CHRONOMAG®, an innovative technology of Bioprogrammable magnesium\r\n\r\nPrior to embracing her entrepreneurial life, she served as advisor (Innovation and development advisor, R&D advisor) for major companies, including Sanofi-Aventis, Merck Medication Familial, Merck Schering, Boehringer Ingelheim, L’Oréal, Horphag, Innéov, Yves Rocher, Lise Watier and Marcelle.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551459540914{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]A research organization approved by the French Research Ministry.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4145\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-03-11 12:19:06','2019-03-11 11:19:06','',3959,'http://fj-lifesciences.com/2019/03/11/3959-revision-v1/',0,'revision','',0),(4194,1,'2019-03-18 17:06:15','2019-03-18 16:06:15','','plaquette-chronomag','','inherit','closed','closed','','plaquette-chronomag','','','2019-03-18 17:06:15','2019-03-18 16:06:15','',0,'http://fj-lifesciences.com/wp-content/uploads/2019/03/plaquette-chronomag.png',0,'attachment','image/png',0),(4195,1,'2019-03-18 17:41:29','2019-03-18 16:41:29','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277407162{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\'s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4072\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter:[/vc_column_text][vc_column_text]\r\n
Menstrual cycle disorders
\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explains menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period.\r\n
Pregnancy
\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage, impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n
Menopausal disorders
\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n
Mood disorders
\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation is helpful for mood and bipolar disorders, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1551622604339{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex\r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row]','Women’s Health','','inherit','closed','closed','','3894-revision-v1','','','2019-03-18 17:41:29','2019-03-18 16:41:29','',3894,'http://fj-lifesciences.com/2019/03/18/3894-revision-v1/',0,'revision','',0),(4196,1,'2019-03-18 17:42:21','2019-03-18 16:42:21','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277407162{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\'s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4072\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter:[/vc_column_text][vc_column_text]\r\n
Menstrual cycle disorders
\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explains menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period.\r\n
Pregnancy
\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage, impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n
Menopausal disorders
\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n
Mood disorders
\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation is helpful for mood and bipolar disorders, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1551622604339{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex\r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row]','Women’s Health','','inherit','closed','closed','','3894-revision-v1','','','2019-03-18 17:42:21','2019-03-18 16:42:21','',3894,'http://fj-lifesciences.com/2019/03/18/3894-revision-v1/',0,'revision','',0),(4197,1,'2019-03-18 17:43:29','2019-03-18 16:43:29','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277407162{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\'s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4072\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter:[/vc_column_text][vc_column_text]\r\n
Menstrual cycle disorders
\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explains menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period.\r\n
Pregnancy
\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage, impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n
Menopausal disorders
\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n
Mood disorders
\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation is helpful for mood and bipolar disorders, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1551622604339{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex\r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"200x362\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row]','Women’s Health','','inherit','closed','closed','','3894-revision-v1','','','2019-03-18 17:43:29','2019-03-18 16:43:29','',3894,'http://fj-lifesciences.com/2019/03/18/3894-revision-v1/',0,'revision','',0),(4198,1,'2019-03-18 17:47:19','2019-03-18 16:47:19','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277407162{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\'s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4072\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter:[/vc_column_text][vc_column_text]\r\n
Menstrual cycle disorders
\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explains menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period.\r\n
Pregnancy
\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage, impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n
Menopausal disorders
\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n
Mood disorders
\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation is helpful for mood and bipolar disorders, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1551622604339{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex\r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"200x362\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row]','Women’s Health','','inherit','closed','closed','','3894-revision-v1','','','2019-03-18 17:47:19','2019-03-18 16:47:19','',3894,'http://fj-lifesciences.com/2019/03/18/3894-revision-v1/',0,'revision','',0),(4199,1,'2019-03-18 18:14:53','2019-03-18 17:14:53','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277407162{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\'s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4072\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter:[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n
Menstrual cycle disorders
\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explains menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period.\r\n
Pregnancy
\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage, impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n
Menopausal disorders
\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n
Mood disorders
\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation is helpful for mood and bipolar disorders, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1551622604339{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex\r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"200x362\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row]','Women’s Health','','inherit','closed','closed','','3894-revision-v1','','','2019-03-18 18:14:53','2019-03-18 17:14:53','',3894,'http://fj-lifesciences.com/2019/03/18/3894-revision-v1/',0,'revision','',0),(4200,1,'2019-03-18 18:27:13','2019-03-18 17:27:13','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"\" image=\"4003\"]\r\n
Active ingredients Complex
\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552929998768{margin-top: 40px !important;margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product\r\nfor a synergistic effect on the skin based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n
Inside\r\nMAGNETTOPIA® Smart tablet
\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-18 18:27:13','2019-03-18 17:27:13','',3961,'http://fj-lifesciences.com/2019/03/18/3961-revision-v1/',0,'revision','',0),(4201,1,'2019-03-18 18:32:08','2019-03-18 17:32:08','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"250\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"\" image=\"4003\"]\r\n
Active ingredients Complex
\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552929998768{margin-top: 40px !important;margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product\r\nfor a synergistic effect on the skin based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n
Inside\r\nMAGNETTOPIA® Smart tablet
\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-18 18:32:08','2019-03-18 17:32:08','',3961,'http://fj-lifesciences.com/2019/03/18/3961-revision-v1/',0,'revision','',0),(4202,1,'2019-03-18 18:34:52','2019-03-18 17:34:52','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"250\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552930475548{margin-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"\" image=\"4003\"]\r\n
Active ingredients Complex
\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552929998768{margin-top: 40px !important;margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product\r\nfor a synergistic effect on the skin based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n
Inside\r\nMAGNETTOPIA® Smart tablet
\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-18 18:34:52','2019-03-18 17:34:52','',3961,'http://fj-lifesciences.com/2019/03/18/3961-revision-v1/',0,'revision','',0),(4203,1,'2019-03-18 18:37:11','2019-03-18 17:37:11','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"250\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552930475548{margin-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"\" image=\"4003\"]\r\n
Active ingredients Complex
\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552929998768{margin-top: 40px !important;margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552930628092{margin-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product\r\nfor a synergistic effect on the skin based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n
Inside\r\nMAGNETTOPIA® Smart tablet
\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n
\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-18 18:37:11','2019-03-18 17:37:11','',3961,'http://fj-lifesciences.com/2019/03/18/3961-revision-v1/',0,'revision','',0),(4204,1,'2019-03-18 18:48:50','2019-03-18 17:48:50','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277370273{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"FAMILY’S HEALTH\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4017\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The cumulative long-term effects of chronic stress and sleep deprivation have been associated with serious health conditions, including increased risk of stroke, hypertension, diabetes, depression, and obesity. In comparison to men, women are twice as likely to experience this problem.\r\n\r\nThese conditions are leading families to search for products designed to help them every day get restful and restorative sleep, particularly as they become aware of the risks.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3878\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4163\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n
Mood disorders
\r\nModern lifestyle and Western industrial diet enhance the reduction of magnesium in our food which directly contributes to marginal or absolute magnesium deficiency. Moreover, magnesium deficiency can be secondary to another disease or a therapeutic agent; hence, features of a primary disease may mask or complicate magnesium deficiency.\r\n\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation allows to: relieves muscle spasms (cramps), is helpful for mood and bipolar disorders (anxiety, irritability, depression), promotes proper nervous system function, contributes to a normal energy production and controls psychological functions. A link between magnesium deficiency and stress is also well established. Moreover, both stress and magnesium deficit can depress the immune system and reduce resistance to infection.\r\n
Sleep disorders
\r\nFatigue is a state of overtiredness, and sometimes does not disappear even after sleep or rest. The causes of fatigue are innumerable and, much of the time, they work together. Causes include lack of sleep, medical conditions, stress, and hormonal imbalances. Fatigue is debilitating and can affect everyday life; in some of the severest cases, a person might not even be able to get out of bed.\r\n\r\nA decline in magnesium status is associated with various symptoms such as nausea, muscular weakness, irritability, fatigue or insomnia.\r\n\r\nAn adequate and long-term magnesium supplementation is essential for optimal circulating levels of oxygen and energy use by the body to contribute to a reduction of tiredness and fatigue.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552931176117{padding-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"The Family\'s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range dedicated to the Family aims to improve emotional and sleep disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex\r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"200x362\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row]','Family’s Health','','inherit','closed','closed','','4016-revision-v1','','','2019-03-18 18:48:50','2019-03-18 17:48:50','',4016,'http://fj-lifesciences.com/2019/03/18/4016-revision-v1/',0,'revision','',0),(4205,1,'2019-03-18 18:56:20','2019-03-18 17:56:20','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277314011{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Seniors\' Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4021\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The Seniors’ Health products range responds daily to specific deficiencies in nutrients, particularly magnesium, which occur with increasing age and with cellular and metabolic disorders.\r\n\r\nIn particular, long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at this crucial life stage.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3880\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4166\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, is associated in the long run with aggravation of physical and / or cognitive disorders such as:[/vc_column_text][vc_column_text]\r\n
Bone and joint health alteration
\r\nAfter a peak in early adulthood, muscle mass tends to decline with increasing age, and this can be associated with decline in strength and musculoskeletal function. Ageing is also associated with significant changes in bones and joints. With age, bone mass or density tends to fall, particularly among postmenopausal women.\r\n\r\nThis can progress to a point where the risk of fracture is significantly increased (a condition known as osteoporosis) which has serious implications for disability, reduced quality of life and mortality. Articular cartilage undergoes significant structural, molecular, cellular and mechanical changes with age, increasing the vulnerability of the tissue to degeneration. These and other age-related declines ultimately impact on broader musculoskeletal function and movement.\r\n\r\nAs being a major storage site of body, magnesium is an important element for bone tissue. Although, bone mineral content is lost and osteoporosis develops during magnesium-deficient states, it can easily be replaced by a proper magnesium supplementation which may have a restorative effect on bone and joint tissues.\r\n
Neurological and cognitive disorders
\r\nMany cognitive functions begin to decrease at a relatively young age, with different functions decreasing at different rates. Some deterioration in memory and the speed of information processing is common, and complaints about it are frequently reported by older people.\r\n\r\nPhysiological concentrations of magnesium are essential for synaptic conduction, and required for normal functioning of the nervous system. It has various effects at different concentrations on intellectual and neuronal functions through several signaling pathways that have important roles in chronic neuronal degeneration and subsequent development of dementia.\r\n\r\nMagnesium has long been known as a key nutrient for optimal brain function more specifically in learning and memory as a result of its beneficial effect on synaptic plasticity and density.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Ageing represents a major risk factor for magnesium deficit. Total body magnesium content tends to decrease with age, with bone being the main storage compartment of body magnesium.\r\nAlterations of magnesium metabolism in the elderly include a reduction of magnesium intake, a decrease of intestinal absorption, and an increase of urinary and fecal magnesium excretion, all these changes indicating a tendency to a magnesium deficit with ageing. An external intake by food supplements guaranteeing long-term supplementation without gastro-intestinal side effects could thus be necessary in this vulnerable population.\" font_container=\"tag:h4|font_size:14px|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1552931762765{padding-top: 2% !important;padding-right: 2% !important;padding-bottom: 2% !important;padding-left: 2% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Seniors’ Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Seniors’ disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex\r\n
[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277285434{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Sportspeople’s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long-term magnesium supplementation for a better muscular performance and recovery\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]It is now widely recognized that regular physical activity has beneficial effects on health and the prevention of many diseases. It is therefore important to have an adequate food intake to cover the body\'s needs according to the intensity of physical activity practiced. These needs are increased among sportspeople who engage in intense physical activity, particularly during competitive periods. In addition, physical exercise itself can contribute to magnesium deficiency.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4217\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4212\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4169\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4170\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4171\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][vc_column_text]Magnesium is particularly involved in cardiac and skeletalmuscle development and function andparticipates in nerve regulation and muscle relaxation after contraction through its physiological calcium channel antagonist properties. It contributes to lipid metabolism, blood sugar and blood pressure regulation, and protein synthesis.
\n
Magnesium improves energy metabolism in the muscles for a better adaptation and recovery of the body from physical stress.
\n
The amount of magnesium within an organism must be continuously regulated over a long period particularly in sportspeople, due to the increased magnesium loss following physical exercise:
\n
\n
Needs of the body are increased in athletes practicing daily physical activity or during competitive and stressing periods.
\n
\n
\n
Intense physical activity apparently increases urinary and sweat losses of nutrients, mainly magnesium (i.e. increasing magnesium requirements by 10-20%).
\n
\n
\n
Magnesium, one of the most important nutrient allows to adapt the response and the energy metabolism of cardiac and skeletal muscles according to the physical effort required.
[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552981356614{padding-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"The Sportspeople’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]
\n
A wide Sports products range for the preparation of the body to a physical effort and for the recovery phase:
[/stm_iconlist][stm_spacer height=\"25\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.
\n
The active ingredients included in the CHRONOMAG® Sports products contribute as well to the preparation of the body to a physical effort as to the recovery phase necessary for a good physical performance. These active ingredients allow to create, physically and mentally, the best conditions for the smooth running of physical activity by improving the adaptation to stress caused by intense physical exercise, without impairing physical performance.
\n
These products range aims to improve Sports performance and recovery and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex
\n','Sportspeople’s Health','','inherit','closed','closed','','4024-autosave-v1','','','2019-03-25 14:16:19','2019-03-25 13:16:19','',4024,'http://fj-lifesciences.com/2019/03/19/4024-autosave-v1/',0,'revision','',0),(4207,1,'2019-03-19 08:42:57','2019-03-19 07:42:57','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277285434{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Sportspeople’s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long-term magnesium supplementation for a better muscular performance and recovery\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]It is now widely recognized that regular physical activity has beneficial effects on health and the prevention of many diseases. It is therefore important to have an adequate food intake to cover the body\'s needs according to the intensity of physical activity practiced. These needs are increased among sportspeople who engage in intense physical activity, particularly during competitive periods. In addition, physical exercise itself can contribute to magnesium deficiency.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"3879\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4168\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4169\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4170\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4171\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][vc_column_text]Magnesium is particularly involved in cardiac and skeletalmuscle development and function andparticipates in nerve regulation and muscle relaxation after contraction through its physiological calcium channel antagonist properties. It contributes to lipid metabolism, blood sugar and blood pressure regulation, and protein synthesis.\r\n\r\nMagnesium improves energy metabolism in the muscles for a better adaptation and recovery of the body from physical stress.\r\n\r\nThe amount of magnesium within an organism must be continuously regulated over a long period particularly in sportspeople, due to the increased magnesium loss following physical exercise:\r\n
\r\n
Needs of the body are increased in athletes practicing daily physical activity or during competitive and stressing periods.
\r\n
\r\n
\r\n
Intense physical activity apparently increases urinary and sweat losses of nutrients, mainly magnesium (i.e. increasing magnesium requirements by 10-20%).
\r\n
\r\n
\r\n
Magnesium, one of the most important nutrient allows to adapt the response and the energy metabolism of cardiac and skeletal muscles according to the physical effort required.
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552981356614{padding-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"The Sportspeople’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]\r\n
A wide Sports products range for the preparation of the body to a physical effort and for the recovery phase:
\r\n[/stm_iconlist][stm_spacer height=\"25\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThe active ingredients included in the CHRONOMAG® Sports products contribute as well to the preparation of the body to a physical effort as to the recovery phase necessary for a good physical performance. These active ingredients allow to create, physically and mentally, the best conditions for the smooth running of physical activity by improving the adaptation to stress caused by intense physical exercise, without impairing physical performance.\r\n\r\nThese products range aims to improve Sports performance and recovery and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex\r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277314011{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Seniors\' Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4021\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The Seniors’ Health products range responds daily to specific deficiencies in nutrients, particularly magnesium, which occur with increasing age and with cellular and metabolic disorders.
\r\n
In particular, long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at this crucial life stage.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4216\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4213\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, is associated in the long run with aggravation of physical and / or cognitive disorders such as:[/vc_column_text][vc_column_text]
\r\n
Bone and joint health alteration
\r\n
After a peak in early adulthood, muscle mass tends to decline with increasing age, and this can be associated with decline in strength and musculoskeletal function. Ageing is also associated with significant changes in bones and joints. With age, bone mass or density tends to fall, particularly among postmenopausal women.
\r\n
This can progress to a point where the risk of fracture is significantly increased (a condition known as osteoporosis) which has serious implications for disability, reduced quality of life and mortality. Articular cartilage undergoes significant structural, molecular, cellular and mechanical changes with age, increasing the vulnerability of the tissue to degeneration. These and other age-related declines ultimately impact on broader musculoskeletal function and movement.
\r\n
As being a major storage site of body, magnesium is an important element for bone tissue. Although, bone mineral content is lost and osteoporosis develops during magnesium-deficient states, it can easily be replaced by a proper magnesium supplementation which may have a restorative effect on bone and joint tissues.
\r\n
Neurological and cognitive disorders
\r\n
Many cognitive functions begin to decrease at a relatively young age, with different functions decreasing at different rates. Some deterioration in memory and the speed of information processing is common, and complaints about it are frequently reported by older people.
\r\n
Physiological concentrations of magnesium are essential for synaptic conduction, and required for normal functioning of the nervous system. It has various effects at different concentrations on intellectual and neuronal functions through several signaling pathways that have important roles in chronic neuronal degeneration and subsequent development of dementia.
\r\n
Magnesium has long been known as a key nutrient for optimal brain function more specifically in learning and memory as a result of its beneficial effect on synaptic plasticity and density.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Ageing represents a major risk factor for magnesium deficit. Total body magnesium content tends to decrease with age, with bone being the main storage compartment of body magnesium. \r\nAlterations of magnesium metabolism in the elderly include a reduction of magnesium intake, a decrease of intestinal absorption, and an increase of urinary and fecal magnesium excretion, all these changes indicating a tendency to a magnesium deficit with ageing. An external intake by food supplements guaranteeing long-term supplementation without gastro-intestinal side effects could thus be necessary in this vulnerable population.\" font_container=\"tag:h4|font_size:14px|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1552931762765{padding-top: 2% !important;padding-right: 2% !important;padding-bottom: 2% !important;padding-left: 2% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Seniors’ Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.
\r\n
These products range aims to improve specific Seniors’ disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex
[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277285434{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Sportspeople’s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long-term magnesium supplementation for a better muscular performance and recovery\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]It is now widely recognized that regular physical activity has beneficial effects on health and the prevention of many diseases. It is therefore important to have an adequate food intake to cover the body\'s needs according to the intensity of physical activity practiced. These needs are increased among sportspeople who engage in intense physical activity, particularly during competitive periods. In addition, physical exercise itself can contribute to magnesium deficiency.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4217\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4212\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4211\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4210\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4209\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][vc_column_text]Magnesium is particularly involved in cardiac and skeletalmuscle development and function andparticipates in nerve regulation and muscle relaxation after contraction through its physiological calcium channel antagonist properties. It contributes to lipid metabolism, blood sugar and blood pressure regulation, and protein synthesis.
\r\n
Magnesium improves energy metabolism in the muscles for a better adaptation and recovery of the body from physical stress.
\r\n
The amount of magnesium within an organism must be continuously regulated over a long period particularly in sportspeople, due to the increased magnesium loss following physical exercise:
\r\n
\r\n
Needs of the body are increased in athletes practicing daily physical activity or during competitive and stressing periods.
\r\n
\r\n
\r\n
Intense physical activity apparently increases urinary and sweat losses of nutrients, mainly magnesium (i.e. increasing magnesium requirements by 10-20%).
\r\n
\r\n
\r\n
Magnesium, one of the most important nutrient allows to adapt the response and the energy metabolism of cardiac and skeletal muscles according to the physical effort required.
[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552981356614{padding-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"The Sportspeople’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]
\r\n
A wide Sports products range for the preparation of the body to a physical effort and for the recovery phase:
[/stm_iconlist][stm_spacer height=\"25\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.
\r\n
The active ingredients included in the CHRONOMAG® Sports products contribute as well to the preparation of the body to a physical effort as to the recovery phase necessary for a good physical performance. These active ingredients allow to create, physically and mentally, the best conditions for the smooth running of physical activity by improving the adaptation to stress caused by intense physical exercise, without impairing physical performance.
\r\n
These products range aims to improve Sports performance and recovery and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex
[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277370273{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"FAMILY’S HEALTH\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4017\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The cumulative long-term effects of chronic stress and sleep deprivation have been associated with serious health conditions, including increased risk of stroke, hypertension, diabetes, depression, and obesity. In comparison to men, women are twice as likely to experience this problem.
\r\n
These conditions are leading families to search for products designed to help them every day get restful and restorative sleep, particularly as they become aware of the risks.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4215\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4214\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]
\r\n
Mood disorders
\r\n
Modern lifestyle and Western industrial diet enhance the reduction of magnesium in our food which directly contributes to marginal or absolute magnesium deficiency. Moreover, magnesium deficiency can be secondary to another disease or a therapeutic agent; hence, features of a primary disease may mask or complicate magnesium deficiency.
\r\n
Magnesium is involved in many enzymatic reactions and a proper magnesium supplementation allows to: relieves muscle spasms (cramps), is helpful for mood and bipolar disorders (anxiety, irritability, depression), promotes proper nervous system function, contributes to a normal energy production and controls psychological functions. A link between magnesium deficiency and stress is also well established. Moreover, both stress and magnesium deficit can depress the immune system and reduce resistance to infection.
\r\n
Sleep disorders
\r\n
Fatigue is a state of overtiredness, and sometimes does not disappear even after sleep or rest. The causes of fatigue are innumerable and, much of the time, they work together. Causes include lack of sleep, medical conditions, stress, and hormonal imbalances. Fatigue is debilitating and can affect everyday life; in some of the severest cases, a person might not even be able to get out of bed.
\r\n
A decline in magnesium status is associated with various symptoms such as nausea, muscular weakness, irritability, fatigue or insomnia.
\r\n
An adequate and long-term magnesium supplementation is essential for optimal circulating levels of oxygen and energy use by the body to contribute to a reduction of tiredness and fatigue.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552931176117{padding-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"The Family\'s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.
\r\n
These products range dedicated to the Family aims to improve emotional and sleep disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex
\r\n','Family’s Health','','inherit','closed','closed','','4016-revision-v1','','','2019-03-25 14:18:50','2019-03-25 13:18:50','',4016,'http://fj-lifesciences.com/2019/03/25/4016-revision-v1/',0,'revision','',0),(4222,1,'2020-11-11 11:09:37','2020-11-11 10:09:37','','Registration Page','','publish','closed','closed','','registration-page','','','2020-11-11 11:09:37','2020-11-11 10:09:37','',0,'http://fj-lifesciences.com/?page_id=4222',0,'page','',0),(4223,1,'2020-11-11 11:09:37','2020-11-11 10:09:37','','Registration Page','','inherit','closed','closed','','4222-revision-v1','','','2020-11-11 11:09:37','2020-11-11 10:09:37','',4222,'http://fj-lifesciences.com/2020/11/11/4222-revision-v1/',0,'revision','',0),(4224,1,'2020-11-11 11:11:26','2020-11-11 10:11:26','','Log-page','','publish','closed','closed','','log-page','','','2020-11-11 11:11:26','2020-11-11 10:11:26','',0,'http://fj-lifesciences.com/?page_id=4224',0,'page','',0),(4225,1,'2020-11-11 11:11:26','2020-11-11 10:11:26','','Log-page','','inherit','closed','closed','','4224-revision-v1','','','2020-11-11 11:11:26','2020-11-11 10:11:26','',4224,'http://fj-lifesciences.com/2020/11/11/4224-revision-v1/',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_revslider_css`
--
DROP TABLE IF EXISTS `wp_revslider_css`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_css` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`handle` text COLLATE latin1_general_ci NOT NULL,
`settings` longtext COLLATE latin1_general_ci,
`hover` longtext COLLATE latin1_general_ci,
`advanced` longtext COLLATE latin1_general_ci,
`params` longtext COLLATE latin1_general_ci NOT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci ROW_FORMAT=DYNAMIC;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_revslider_css`
--
LOCK TABLES `wp_revslider_css` WRITE;
/*!40000 ALTER TABLE `wp_revslider_css` DISABLE KEYS */;
INSERT INTO `wp_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}','[]'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','[]'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":[\"\"],\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');
/*!40000 ALTER TABLE `wp_revslider_css` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_revslider_layer_animations`
--
DROP TABLE IF EXISTS `wp_revslider_layer_animations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_layer_animations` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`handle` text COLLATE latin1_general_ci NOT NULL,
`params` text COLLATE latin1_general_ci NOT NULL,
`settings` text COLLATE latin1_general_ci,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci ROW_FORMAT=DYNAMIC;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_revslider_layer_animations`
--
LOCK TABLES `wp_revslider_layer_animations` WRITE;
/*!40000 ALTER TABLE `wp_revslider_layer_animations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_layer_animations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_revslider_navigations`
--
DROP TABLE IF EXISTS `wp_revslider_navigations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_navigations` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`name` varchar(191) COLLATE latin1_general_ci NOT NULL,
`handle` varchar(191) COLLATE latin1_general_ci NOT NULL,
`css` longtext COLLATE latin1_general_ci NOT NULL,
`markup` longtext COLLATE latin1_general_ci NOT NULL,
`settings` longtext COLLATE latin1_general_ci,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci ROW_FORMAT=DYNAMIC;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_revslider_navigations`
--
LOCK TABLES `wp_revslider_navigations` WRITE;
/*!40000 ALTER TABLE `wp_revslider_navigations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_navigations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_revslider_sliders`
--
DROP TABLE IF EXISTS `wp_revslider_sliders`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_sliders` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`title` tinytext COLLATE latin1_general_ci NOT NULL,
`alias` tinytext COLLATE latin1_general_ci,
`params` longtext COLLATE latin1_general_ci NOT NULL,
`settings` text COLLATE latin1_general_ci,
`type` varchar(191) COLLATE latin1_general_ci NOT NULL DEFAULT '',
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci ROW_FORMAT=DYNAMIC;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_revslider_sliders`
--
LOCK TABLES `wp_revslider_sliders` WRITE;
/*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */;
INSERT INTO `wp_revslider_sliders` VALUES (1,'Homeslider','homeslider','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Homeslider\",\"alias\":\"homeslider\",\"shortcode\":\"[rev_slider alias=\\\\\\\"homeslider\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullwidth\",\"width\":\"1140\",\"height\":\"748\",\"width_notebook\":\"1024\",\"height_notebook\":\"748\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"700\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"5000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"blank\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"500\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/fj-lifesciences.com\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"navigation_arrows_preset\":\"default\",\"ph-round-arrows-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-arrows-arrow-size-custom-def\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-arrow-color-color-def\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-bg-size-custom-def\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-bg-color-custom-def\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"navigation_bullets_preset\":\"default\",\"ph-round-bullets-hover-bullet-bg-color-def\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-bullets-border-size-custom-def\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-border-color-color-def\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-bullet-bg-bottom-color-def\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-bullet-bg-top-color-def\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-size-custom-def\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"version\":\"\"}','{\"version\":\"5.0.7\"}',''),(2,'Homepage products','Homepage products','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Homepage products\",\"alias\":\"Homepage products\",\"shortcode\":\"[rev_slider alias=\\\\\\\"Homepage products\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1240\",\"height\":\"868\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Overwrite Selected Settings on all Slides\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"navigation_bullets_preset\":\"default\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}','{\"version\":5}',''),(3,'homebanner','homebanner','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"homebanner\",\"alias\":\"homebanner\",\"shortcode\":\"[rev_slider alias=\\\\\\\"homebanner\\\\\\\"]\",\"slider-type\":\"hero\",\"slider_type\":\"fullwidth\",\"width\":\"1240\",\"height\":\"500\",\"width_notebook\":\"1024\",\"height_notebook\":\"500\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"500\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"blank\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"navigation_arrows_preset\":\"default\",\"ph-round-arrows-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-arrows-arrow-size-custom-def\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-arrow-color-color-def\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-bg-size-custom-def\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-bg-color-custom-def\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"navigation_bullets_preset\":\"default\",\"ph-round-bullets-hover-bullet-bg-color-def\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-bullets-border-size-custom-def\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-border-color-color-def\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-bullet-bg-bottom-color-def\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-bullet-bg-top-color-def\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-size-custom-def\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}','{\"version\":5}','');
/*!40000 ALTER TABLE `wp_revslider_sliders` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_revslider_slides`
--
DROP TABLE IF EXISTS `wp_revslider_slides`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_slides` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`slider_id` int(9) NOT NULL,
`slide_order` int(11) NOT NULL,
`params` longtext COLLATE latin1_general_ci NOT NULL,
`layers` longtext COLLATE latin1_general_ci NOT NULL,
`settings` text COLLATE latin1_general_ci NOT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci ROW_FORMAT=DYNAMIC;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_revslider_slides`
--
LOCK TABLES `wp_revslider_slides` WRITE;
/*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */;
INSERT INTO `wp_revslider_slides` VALUES (1,1,1,'{\"background_type\":\"external\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"https:\\/\\/images.unsplash.com\\/photo-1498798821241-1f327af804fe?dpr=1&auto=format&fit=crop&w=1920&h=800&q=40&cs=tinysrgb&crop=\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/fj-lifesciences.com\\/wp-content\\/\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"https:\\/\\/images.unsplash.com\\/photo-1498798821241-1f327af804fe?dpr=1&auto=format&fit=crop&w=1920&h=800&q=40&cs=tinysrgb&crop=\",\"image\":\"http:\\/\\/fj-lifesciences.com\\/wp-content\\/uploads\\/revslider\\/homeslider\\/revslide1.jpg\"}','[{\"text\":\"
DISCOVER THE WORLD OF BUSINESS<\\/h2>\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":0,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":0,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8700,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":15,\"tablet\":0},\"top\":{\"desktop\":-41,\"tablet\":23},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"DISCOVER THE WORLD O...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"97px\",\"tablet\":\"209px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"433px\",\"tablet\":\"90%\"},\"video_width\":{\"desktop\":\"480px\",\"tablet\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"tablet\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"tablet\":\"normal\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":700,\"height\":209,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\",\"tablet\":\"20\"},\"line-height\":{\"desktop\":\"22\",\"tablet\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"tablet\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"tablet\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"tablet\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\"},\"autolinebreak\":true,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"groupLink\":0,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"